` instead of `RenderResult`. #TINY-9556
+- New `isEditable` API to `editor.selection` that returns true or false if the current selection is editable. #TINY-9462
+- New `isEditable` API to `editor.dom` that returns true or false if the specified node is editable. #TINY-9462
+- New `setText` and `setIcon` methods added to menu button and toolbar button API. #TINY-9268
+- New `highlight_on_focus` option which enables highlighting the content area on focus. #TINY-9277
+- New `fontsizeinput` toolbar item which allows the user to set the size via input and also increase and decrease it with `+` and `-` buttons. #TINY-9429
+- Added `skipFocus` option to the `ToggleToolbarDrawer` command to preserve focus. #TINY-9337
+- New `font_size_input_default_unit` option allows entry of numbers without a unit in `fontsizeinput`. They are then parsed as the set unit. If `font_size_input_default_unit` is not set the default is `pt`. #TINY-9585
+- New `group` and `togglebutton` in view. #TINY-9523
+- New `togglebutton` in dialog footer buttons. #TINY-9523
+- Added `toggleFullscreen` to dialog API. #TINY-9528
+- New `text-size-increase` and `text-size-decrease` icons. #TINY-9530
+- New `xss_sanitization` option to allow disabling of XSS sanitization. #TINY-9600
+- Added the top right close button of modal dialogs to the tabbing order. The 'x' button in these dialogs can now be accessed using keyboard navigation. #TINY-9520
+- New `ui_mode` option for editor in scrollable containers support. #TINY-9414
+- The sidebar element now has the accessibility role `region` when visible and the accessibility role `presentation` when hidden. #TINY-9517
+- The `tox-custom-editor` class now has a border highlight when it is selected. #TINY-9673
+- An element could be dropped onto the decendants of an element with a `contenteditable="false"` attribute. #TINY-9364
+- Checkmark did not show in menu color swatches. #TINY-9395
+- Add support for navigating inside the tree component using arrow keys and shift key. #TINY-9614
+
+### Improved
+- Direct invalid child text nodes of list elements are now wrapped in list item elements. #TINY-4818
+- Templates are now be parsed before preview and insertion to make preview consistent with inserted template content and prevent XSS. #TINY-9244
+- Pressing backspace on an empty line now preserves formatting on the previous empty line. #TINY-9454
+- Pressing enter inside the `inputfontsize` input field now moves focus back into the editor content. #TINY-9598
+- Drag and drop events for elements with a `contenteditable="false"` attribute now includes target element details. #TINY-9599
+- Updated focus, active, and enabled colors of UI buttons for improved contrast against the UI color. #TINY-9176
+
+### Changed
+- The `link` plugins context menu items no longer appears for links that include elements with a `contenteditable="false"` attribute. #TINY-9491
+- The formatting of elements with a `contenteditable="false"` attribute are no longer cloned to new cells when new table rows are created. #TINY-9449
+- Changed the color of `@dialog-table-border-color`, and added right padding to the first cell of dialog table. #TINY-9380
+
+### Fixed
+- Sometimes the editor would finish initializing before the silver theme would have finished loading. #TINY-9556
+- The `searchreplace` modal closed incorrectly when clicking outside of the alert that pops up when no match is found. #TINY-9443
+- The text color or background color picker toolbar buttons did not update when the text color or background color was changed using the equivalent commands in the Format menu. #TINY-9439
+- The `onSetup` api function would not run when defining custom group toolbar button. #TINY-9496
+- The foreground and background menu icons would not properly update to display the last used color. #TINY-9497
+- Added new `setIconFill` function to `NestedMenuItemInstanceApi`. #TINY-9497
+- Pasting links to text would sometimes not generate the correct undo stack in Safari. #TINY-9489
+- Toolbar split buttons in `advlist` plugin now show the correct state when the cursor is in a checklist. #TINY-5167
+- Dragging transparent elements into transparent block elements could produce invalid nesting of transparents. #TINY-9231
+- The `editor.insertContent` API would insert contents inside elements with a `contenteditable="false"` attribute if the selection was inside the element. #TINY-9462
+- Closing a dialog would scroll down the document in Safari. #TINY-9148
+- Inline headers would not work in some situations when the editor was moved too far right horizontally. #TINY-8977
+- Quick toolbars were incorrectly rendered during the dragging of elements with a `contenteditable="false"` attribute. #TINY-9305
+- Selection of images, horizontal rules, tables or elements with a `contenteditable="false"` attribute was possible if they were within an element with a `contenteditable="false"` attribute. #TINY-9473
+- Ranged deletion of formatted text using selection or a keyboard shortcut would sometimes cause Blink- and Webkit-based browsers to insert interpreted tags upon typing. This could result in inconsistent tags. #TINY-9302
+- Visual characters were rendered inside elements with a `contenteditable="false"` attribute. #TINY-9474
+- Lists with an element with a `contenteditable="false"` attribute as their root were incorrectly editable using list API commands, toolbar buttons and menu items. #TINY-9458
+- Color picker dialog would not update the preview color if the hex input value was prefixed with the `#` character. #TINY-9457
+- Table cell selection was possible even if the element being selected was within an element with a `contenteditable="false"` attribute. #TINY-9459
+- Table commands were modifying tables that were within an element with a `contenteditable="false"` attribute. #TINY-9459
+- Fake carets were rendered for elements with a `contenteditable="false"` attribute and for tables within an element with a `contenteditable="false"` attribute. #TINY-9459
+- Textareas with scrollbars in dialogs would not render rounded corners correctly on some browsers. #TINY-9331
+- It was possible to open links inside the editor if the editor root was an element with a `contenteditable="false"` attribute. #TINY-9470
+- Inline boundary was rendered for boundary elements that had a `contenteditable="false"` attribute. #TINY-9471
+- Clicking on a disabled split button will no longer call the `onAction` callback. #TINY-9504
+- The *Edit Link* dialog incorrectly retrieved the URL value when opened immediately after the link insertion. #TINY-7993
+- The `ForwardDelete` and `Delete` editor commands were deleting content within elements with a `contenteditable="false"` attribute. #TINY-9477
+- The Backspace and Forward Delete keys were deleting content within elements with a `contenteditable="false"` attribute. #TINY-9477
+- Inserting newlines inside an editable element that was inside an element with a `contenteditable="false"` attribute root would sometimes try to split the editable element. #TINY-9461
+- Creating a list in a table cell when the caret is in front of an anchor element would not properly include the anchor in the list. #TINY-6853
+- Dragging and dropping elements with a `contenteditable="false"` attribute on table borders would remove the element on drop. #TINY-9021
+- Elements with a `contenteditable="false"` attribute would be removed when dragged and dropped within a root element with a `contenteditable="false"` attribute. #TINY-9558
+- Formatting could be applied or removed to list items with a `contenteditable="false"` attribute that were inside an element with a `contenteditable="false"` attribute. #TINY-9563
+- Annotation were not removed if the annotation was deleted immediately after being created. #TINY-9399
+- Inserting a link for a selection from quickbars did not preserve formatting. #TINY-9593
+- Inline dialog position was not correct when the editor was not inline and was contained in a `fixed` or `absolute` positioned element. #TINY-9554
+- Sticky toolbars did not fade transition when undocking in classic iframe mode. #TINY-9408
+- Inserting elements that were not valid within the closest editing host would incorrectly split the editing host. #TINY-9595
+- The `color_cols` option was not respected in the `forecolor` or `backcolor` color swatches. #TINY-9560
+- Drag and dropping the last element with a `contenteditable="false"` attribute out of its parent block would not properly pad the parent block element. #TINY-9606
+- Applying heading formats from `text_patterns` produced an invisible space before a word. #TINY-9603
+- Opening color swatches caused the browser tab to crash when `color_cols` or other column option was set to 0. #TINY-9649
+- Opening a menu button in the footer of a dialog after a redial threw an error. #TINY-9686
+- After closing a view, the `more...` toolbar button disappeared if the editor had `toolbar_mode: 'sliding'` and the toolbar was opened. #TINY-9419
+- Inline dialogs would open partially off screen when the toolbar had a small width. #TINY-9588
+
+## 6.3.2 - 2023-02-22
+
+### Fixed
+- Removed a workaround for ensuring stylesheets are loaded in an outdated version of webkit. #TINY-9433
+
+## 6.3.1 - 2022-12-06
+
+### Fixed
+- HTML in messages for the `WindowManager.alert` and `WindowManager.confirm` APIs were not properly sanitized. #TINY-3548
+
+## 6.3.0 - 2022-11-23
+
+### Added
+- New `expand` function added to `tinymce.selection` which expands the selection around the nearest word. #TINY-9001
+- New `expand` function added to `tinymce.dom.RangeUtils` to return a new range expanded around the nearest word. #TINY-9001
+- New `color_map_background` and `color_map_foreground` options which set the base colors used in the `backcolor` and `forecolor` toolbar buttons and menu items. #TINY-9184
+- Added optional `storageKey` property to `colorinput` component and `colorswatch` fancy menu item. #TINY-9184
+- New `addView` function added to `editor.ui.registry` which makes it possible to register custom editor views. #TINY-9210
+- New `ToggleView` command which makes it possible to hide or show registered custom views. #TINY-9210
+- New `color_default_foreground` and `color_default_background` options to set the initial default color for the `forecolor` and `backcolor` toolbar buttons and menu items. #TINY-9183
+- New `getTransparentElements` function added to `tinymce.html.Schema` to return a map object of transparent HTML elements. #TINY-9172
+- Added `ToggleToolbarDrawer` event to subscribe to toolbar’s opening and closing. #TINY-9271
+
+### Changed
+- Transparent elements, like anchors, are now allowed in the root of the editor body if they contain blocks. #TINY-9172
+- Colorswatch keyboard navigation now starts on currently selected color if present in the colorswatch. #TINY-9283
+- `setContent` is now allowed to accept any custom keys and values as a second options argument. #TINY-9143
+
+### Improved
+- Transparent elements, like anchors, can now contain block elements. #TINY-9172
+- Colorswatch now displays a checkmark for selected color. #TINY-9283
+- Color picker dialog now starts on the appropriate color for the cursor position. #TINY-9213
+
+### Fixed
+- Parsing media content would cause a memory leak, which for example occurred when using the `getContent` API. #TINY-9186
+- Dragging a noneditable element toward the bottom edge would cause the page to scroll up. #TINY-9025
+- Range expanding capabilities would behave inconsistently depending on where the cursor was placed. #TINY-9029
+- Compilation errors were thrown when using TypeScript 4.8. #TINY-9161
+- Line separator scrolling in floating toolbars. #TINY-8948
+- A double bottom border appeared on inline mode editor for the `tinymce-5` skin. #TINY-9108
+- The editor header showed up even with no menubar and toolbar configured. #TINY-8819
+- Inline text pattern no longer triggers if it matches only the end but not the start. #TINY-8947
+- Matches of inline text patterns that are similar are now managed correctly. #TINY-8949
+- Using `editor.selection.getContent({ format: 'text' })` or `editor.getContent({ format: 'text' })` would sometimes deselect selected radio buttons. #TINY-9213
+- The context toolbar prevented the user from placing the cursor at the edges of the editor. #TINY-8890
+- The Quick Insert context toolbar provided by the `quickbars` plugin showed when the cursor was in a fake block caret. #TINY-9190
+- The `editor.selection.getRng()` API was not returning a proper range on hidden editors in Firefox. #TINY-9259
+- The `editor.selection.getBookmark()` API was not returning a proper bookmark on hidden editors in Firefox. #TINY-9259
+- Dragging a noneditable element before or after another noneditable element now works correctly. #TINY-9253
+- The restored selection after a redo or undo action was not scrolled into view. #TINY-9222
+- A newline could not be inserted when the selection was restored from a bookmark after an inline element with a `contenteditable="false"` attribute. #TINY-9194
+- The global `tinymce.dom.styleSheetLoader` was not affected by the `content_css_cors` option. #TINY-6037
+- The caret was moved to the previous line when a text pattern executed a `mceInsertContent` command on Enter key when running on Firefox. #TINY-9193
+- The `autoresize` plugin used to cause infinite resize when `content_css` is set to `document`. #TINY-8872
+
+## 6.2.0 - 2022-09-08
+
+### Added
+- New `text_patterns_lookup` option to provide additional text patterns dynamically. #TINY-8778
+- New promotion element has been added to the default UI. It can be disabled using the new `promotion` option. #TINY-8840
+- New `format_noneditable_selector` option to specify the `contenteditable="false"` elements that can be wrapped in a format. #TINY-8905
+- Added `allow` as a valid attribute for the `iframe` element in the editor schema. #TINY-8939
+- New `search` field in the `MenuButton` that shows a search field at the top of the menu, and refetches items when the search field updates. #TINY-8952
+
+### Improved
+- The formatter can now apply a format to a `contenteditable="false"` element by wrapping it. Configurable using the `format_noneditable_selector` option. #TINY-8905
+- The autocompleter now supports a multiple character trigger using the new `trigger` configuration. #TINY-8887
+- The formatter now applies some inline formats, such as color and font size, to list item elements when the entire item content is selected. #TINY-8961
+- The installed and available plugin lists in the Help dialog are now sorted alphabetically. #TINY-9019
+- Alignment can now be applied to more types of embedded media elements. #TINY-8687
+
+### Changed
+- The `@menubar-row-separator-color` oxide variable no longer affects the divider between the Menubar and Toolbar. It only controls the color of the separator lines drawn in multiline Menubars. #TINY-8632
+- The `@toolbar-separator-color` oxide variable now affects the color of the separator between the Menubar and Toolbar only. #TINY-8632
+- Available Premium plugins, which are listed by name in the Help dialog, are no longer translated. #TINY-9019
+
+### Fixed
+- The Autolink plugin did not work when text nodes in the content were fragmented. #TINY-3723
+- Fixed multiple incorrect types on public APIs found while enabling TypeScript strict mode. #TINY-8806
+- The number of blank lines returned from `editor.getContent({format: 'text'})` differed between browsers. #TINY-8579
+- The editor focused via the `auto_focus` option was not scrolled into the viewport. #TINY-8785
+- Adding spaces immediately after a `contenteditable="false"` block did not work properly in some circumstances. #TINY-8814
+- Elements with only `data-*` custom attributes were sometimes removed when they should not be removed. #TINY-8755
+- Selecting a figure with `class="image"` incorrectly highlighted the link toolbar button. #TINY-8832
+- Specifying a single, non-default list style for the `advlist_bullet_styles` and `advlist_number_styles` options was not respected. #TINY-8721
+- Fixed multiple issues that occurred when formatting `contenteditable` elements. #TINY-8905
+- Spaces could be incorrectly added to `urlinput` dialog components (commonly but not exclusively presented in the *Insert/Edit Link* dialog) in certain cases. #TINY-8775
+- The text patterns logic threw an error when there were fragmented text nodes in a paragraph. #TINY-8779
+- Dragging a `contentEditable=false` element towards a document’s edge did not cause scrolling. #TINY-8874
+- Parsing large documents no longer throws a `Maximum call stack size exceeded` exception. #TINY-6945
+- DomParser filter matching was not checked between filters, which could lead to an exception in the parser. #TINY-8888
+- `contenteditable="false"` lists can no longer be toggled; and `contenteditable="true"` list elements within these lists can no longer be indented, split into another list element, or appended to the previous list element by deletion. #TINY-8920
+- Removed extra bottom padding in the context toolbar of the `tinymce-5` skin. #TINY-8980
+- Fixed a regression where pressing **Enter** added or deleted content outside the selection. #TINY-9101
+- Fixed a bug where pressing **Enter** deleted selected `contenteditable="false"` `` elements. #TINY-9101
+- The `editor.insertContent()` API did not respect the `no_events` argument. #TINY-9140
+
+### Deprecated
+- The autocompleter configuration property, `ch`, has been deprecated. It will be removed in the next major release. Use the `trigger` property instead. #TINY-8887
+
+## 6.1.2 - 2022-07-29
+
+### Fixed
+- Reverted the undo level fix in the `autolink` plugin as it caused duplicated content in some edge cases. #TINY-8936
+
+## 6.1.1 - 2022-07-27
+
+### Fixed
+- Invalid special elements were not cleaned up correctly during sanitization. #TINY-8780
+- An exception was thrown when deleting all content if the start or end of the document had a `contenteditable="false"` element. #TINY-8877
+- When a sidebar was opened using the `sidebar_show` option, its associated toolbar button was not highlighted. #TINY-8873
+- When converting a URL to a link, the `autolink` plugin did not fire an `ExecCommand` event, nor did it create an undo level. #TINY-8896
+- Worked around a Firefox bug which resulted in cookies not being available inside the editor content. #TINY-8916
+- `` content pasted into a `` block that had inline styles or was `noneditable` now merges correctly with the surrounding content. #TINY-8860
+- After a `codesample` was pasted, the insertion point was placed incorrectly. #TINY-8861
+
+## 6.1.0 - 2022-06-29
+
+### Added
+- New `sidebar_show` option to show the specified sidebar on initialization. #TINY-8710
+- New `newline_behavior` option controls what happens when the Return or Enter key is pressed or the `mceInsertNewLine` command is used. #TINY-8458
+- New `iframe_template_callback` option in the Media plugin. Patch provided by Namstel. #TINY-8684
+- New `transparent` property for `iframe` dialog component. #TINY-8534
+- New `removeAttributeFilter` and `removeNodeFilter` functions added to the DomParser and DOM Serializer APIs. #TINY-7847
+- New `dispatchChange` function added to the UndoManager API to fire the change with current editor status as level and current undoManager layer as lastLevel. #TINY-8641
+
+### Improved
+- Clearer focus states for buttons while navigating with a keyboard. #TINY-8557
+- Support annotating certain block elements directly when using the editor's Annotation API. #TINY-8698
+- The `mceLink` command can now take the value `{ dialog: true }` to always open the link dialog. #TINY-8057
+- All help dialog links to `https://www.tiny.cloud` now include `rel="noopener"` to avoid potential security issues. #TINY-8834
+
+### Changed
+- The `end_container_on_empty_block` option can now take a string of blocks, allowing the exiting of a blockquote element by pressing Enter or Return twice. #TINY-6559
+- The default value for `end_container_on_empty_block` option has been changed to `'blockquote'`. #TINY-6559
+- Link menu and toolbar buttons now always execute the `mceLink` command. #TINY-8057
+- Toggling fullscreen mode when using the Fullscreen plugin now also fires the `ResizeEditor` event. #TINY-8701
+- Getting the editor's text content now returns newlines instead of an empty string if more than one empty paragraph exists. #TINY-8578
+- Custom elements are now treated as non-empty elements by the schema. #TINY-4784
+- The autocompleter's menu HTML element is now positioned instead of the wrapper. #TINY-6476
+- Choice menu items will now use the `'menuitemradio'` aria role to better reflect that only a single item can be active. #TINY-8602
+
+### Fixed
+- Some Template plugin option values were not escaped properly when doing replacement lookups with Regular Expressions. #TINY-7433
+- Copy events were not dispatched in readonly mode. #TINY-6800
+- `` tags were not preserved when copying and pasting. #TINY-7719
+- The URL detection used for autolink and smart paste did not work if a path segment contained valid characters such as `!` and `:`. #TINY-8069
+- In some cases pressing the Backspace or Delete key would incorrectly step into tables rather than remain outside. #TINY-8592
+- Links opened when Alt+Enter or Option+Return was typed even when `preventDefault()` was called on the keydown event. #TINY-8661
+- Inconsistent visual behavior between choosing Edit -> Select All and typing Ctrl+A or Cmd+A when a document contained an image. #TINY-4550
+- Ctrl+Shift+Home/End or Cmd+Shift+Up-arrow/Down-arrow did not expand the selection to a `contenteditable="false"` element if the element was at the beginning or end of a document. #TINY-7795
+- Triple-clicking did not select a paragraph in Google Chrome in some circumstances. #TINY-8215
+- Images were not showing as selected when selected along with other content. #TINY-5947
+- Selection direction was not stored or restored when getting or setting selection bookmarks. #TINY-8599
+- When text within an inline boundary element was selected and the right-arrow key was pressed, the insertion point incorrectly moved to the left. #TINY-8601
+- In some versions of Safari, the `editor.selection.isForward()` API could throw an exception due to an invalid selection. #TINY-8686
+- The selection is no longer incorrectly moved inside a comment by the `editor.selection.normalize()` API. #TINY-7817
+- The `InsertParagraph` or `mceInsertNewLine` commands did not delete the current selection like the native command does. #TINY-8606
+- The `InsertLineBreak` command did not replace selected content. #TINY-8458
+- If selected content straddled a parent and nested list, cutting the selection did not always set the list style to `'none'` on the parent list. #TINY-8078
+- Delete operations could behave incorrectly if the selection contains a `contenteditable="false"` element located at the edge of content. #TINY-8729
+- Spaces were not added correctly on some browsers when the insertion point was immediately before or after a `contenteditable="false"` block element. #TINY-8588
+- Images that used a Data URI were corrupted when the data wasn't base64 encoded. #TINY-8337
+- `uploadImages` no longer triggers two change events if there is a removal of images on upload. #TINY-8641
+- Preview and Insert Template dialogs now display the correct content background color when using dark skins. #TINY-8534
+- Dialogs no longer exceed window height on smaller screens. #TINY-8146
+- UI components, such as dialogs, would in some cases cause the Esc keyup event to incorrectly trigger inside the editor. #TINY-7005
+- Fixed incorrect word breaks in menus when the menu presented with a scrollbar. #TINY-8572
+- Notifications did not properly reposition when toggling fullscreen mode. #TINY-8701
+- Text alignments, such as flush left and centered, could not be applied to `` elements. #TINY-7715
+- Indenting or outdenting list items inside a block element that was inside another list item did not work. #TINY-7209
+- Changing the list type of a list within another block element altered the parent element that contained that list. #TINY-8068
+- Pasting columns in tables could, in some circumstances, result in an invalid table. #TINY-8040
+- Copying columns in tables could sometimes result in an invalid copy. #TINY-8040
+- Changing table properties with the `table_style_by_css` option set to `false` would sometimes reset the table width. #TINY-8758
+- Custom elements added to otherwise blank lines were removed during serialization. #TINY-4784
+- The editor's autocompleter was not triggered at the start of nested list items. #TINY-8759
+- Some function types in the TreeWalker API missed that it could return `undefined`. #TINY-8592
+- Nuget packages for .NET and .NET Core are now configured to copy TinyMCE into `/wwwroot/lib/` when TinyMCE is installed into a project. #TINY-8611
+
+## 6.0.3 - 2022-05-25
+
+### Fixed
+- Could not remove values when multiple cells were selected with the cell properties dialog. #TINY-8625
+- Could not remove values when multiple rows were selected with the row properties dialog. #TINY-8625
+- Empty lines that were formatted in a ranged selection using the `format_empty_lines` option were not kept in the serialized content. #TINY-8639
+- The `s` element was missing from the default schema text inline elements. #TINY-8639
+- Some text inline elements specified via the schema were not removed when empty by default. #TINY-8639
+
+## 6.0.2 - 2022-04-27
+
+### Fixed
+- Some media elements wouldn't update when changing the source URL. #TINY-8660
+- Inline toolbars flickered when switching between editors. #TINY-8594
+- Multiple inline toolbars were shown if focused too quickly. #TINY-8503
+- Added background and additional spacing for the text labeled buttons in the toolbar to improve visual clarity. #TINY-8617
+- Toolbar split buttons with text used an incorrect width on touch devices. #TINY-8647
+
+## 6.0.1 - 2022-03-23
+
+### Fixed
+- Fixed the dev ZIP missing the required `bin` scripts to build from the source. #TINY-8542
+- Fixed a regression whereby text patterns couldn't be updated at runtime. #TINY-8540
+- Fixed an issue where tables with colgroups could be copied incorrectly in some cases. #TINY-8568
+- Naked buttons better adapt to various background colors, improved text contrast in notifications. #TINY-8533
+- The autocompleter would not fire the `AutocompleterStart` event nor close the menu in some cases. #TINY-8552
+- It wasn't possible to select text right after an inline noneditable element. #TINY-8567
+- Fixed a double border showing for the `tinymce-5` skin when using `toolbar_location: 'bottom'`. #TINY-8564
+- Clipboard content was not generated correctly when cutting and copying `contenteditable="false"` elements. #TINY-8563
+- Fixed the box-shadow getting clipped in autocompletor popups. #TINY-8573
+- The `buttonType` property did not work for dialog footer buttons. #TINY-8582
+- Fix contrast ratio for error messages. #TINY-8586
+
+## 6.0.0 - 2022-03-03
+
+### Added
+- New `editor.options` API to replace the old `editor.settings` and `editor.getParam` APIs. #TINY-8206
+- New `editor.annotator.removeAll` API to remove all annotations by name. #TINY-8195
+- New `Resource.unload` API to make it possible to unload resources. #TINY-8431
+- New `FakeClipboard` API on the `tinymce` global. #TINY-8353
+- New `dispatch()` function to replace the now deprecated `fire()` function in various APIs. #TINY-8102
+- New `AutocompleterStart`, `AutocompleterUpdate` and `AutocompleterEnd` events. #TINY-8279
+- New `mceAutocompleterClose`, `mceAutocompleterReload` commands. #TINY-8279
+- New `mceInsertTableDialog` command to open the insert table dialog. #TINY-8273
+- New `slider` dialog component. #TINY-8304
+- New `imagepreview` dialog component, allowing preview and zoom of any image URL. #TINY-8333
+- New `buttonType` property on dialog button components, supporting `toolbar` style in addition to `primary` and `secondary`. #TINY-8304
+- The `tabindex` attribute is now copied from the target element to the iframe. #TINY-8315
+
+### Improved
+- New default theme styling for TinyMCE 6 facelift with old skin available as `tinymce-5` and `tinymce-5-dark`. #TINY-8373
+- The default height of editor has been increased from `200px` to `400px` to improve the usability of the editor. #TINY-6860
+- The upload results returned from the `editor.uploadImages()` API now includes a `removed` flag, reflecting if the image was removed after a failed upload. #TINY-7735
+- The `ScriptLoader`, `StyleSheetLoader`, `AddOnManager`, `PluginManager` and `ThemeManager` APIs will now return a `Promise` when loading resources instead of using callbacks. #TINY-8325
+- A `ThemeLoadError` event is now fired if the theme fails to load. #TINY-8325
+- The `BeforeSetContent` event will now include the actual serialized content when passing in an `AstNode` to the `editor.setContent` API. #TINY-7996
+- Improved support for placing the caret before or after noneditable elements within the editor. #TINY-8169
+- Calls to `editor.selection.setRng` now update the caret position bookmark used when focus is returned to the editor. #TINY-8450
+- The `emoticon` plugin dialog, toolbar and menu item has been updated to use the more accurate `Emojis` term. #TINY-7631
+- The dialog `redial` API will now only rerender the changed components instead of the whole dialog. #TINY-8334
+- The dialog API `setData` method now uses a deep merge algorithm to support partial nested objects. #TINY-8333
+- The dialog spec `initialData` type is now `Partial` to match the underlying implementation details. #TINY-8334
+- Notifications no longer require a timeout to disable the close button. #TINY-6679
+- The editor theme is now fetched in parallel with the icons, language pack and plugins. #TINY-8453
+
+### Changed
+- TinyMCE is now MIT licensed. #TINY-2316
+- Moved the `paste` plugin's functionality to TinyMCE core. #TINY-8310
+- The `paste_data_images` option now defaults to `true`. #TINY-8310
+- Moved the `noneditable` plugin to TinyMCE core. #TINY-8311
+- Renamed the `noneditable_noneditable_class` option to `noneditable_class`. #TINY-8311
+- Renamed the `noneditable_editable_class` option to `editable_class`. #TINY-8311
+- Moved the `textpattern` plugin to TinyMCE core. #TINY-8312
+- Renamed the `textpattern_patterns` option to `text_patterns`. #TINY-8312
+- Moved the `hr` plugin's functionality to TinyMCE core. #TINY-8313
+- Moved the `print` plugin's functionality to TinyMCE core. #TINY-8314
+- Moved non-UI table functionality to core. #TINY-8273
+- The `DomParser` API no longer uses a custom parser internally and instead uses the native `DOMParser` API. #TINY-4627
+- The `editor.getContent()` API can provide custom content by preventing and overriding `content` in the `BeforeGetContent` event. This makes it consistent with the `editor.selection.getContent()` API. #TINY-8018
+- The `editor.setContent()` API can now be prevented using the `BeforeSetContent` event. This makes it consistent with the `editor.selection.setContent()` API. #TINY-8018
+- Add-ons such as plugins and themes are no longer constructed using the `new` operator. #TINY-8256
+- A number of APIs that were not proper classes, are no longer constructed using the `new` operator. #TINY-8322
+- The Editor commands APIs will no longer fallback to executing the browsers native command functionality. #TINY-7829
+- The Editor query command APIs will now return `false` or an empty string on removed editors. #TINY-7829
+- The `mceAddEditor` and `mceToggleEditor` commands now take an object as their value to specify the id and editor options. #TINY-8138
+- The `mceInsertTable` command can no longer open the insert table dialog. Use the `mceInsertTableDialog` command instead. #TINY-8273
+- The `plugins` option now returns a `string` array instead of a space separated string. #TINY-8455
+- The `media` plugin no longer treats `iframe`, `video`, `audio` or `object` elements as "special" and will validate the contents against the schema. #TINY-8382
+- The `images_upload_handler` option is no longer passed a `success` or `failure` callback and instead requires a `Promise` to be returned with the upload result. #TINY-8325
+- The `tinymce.settings` global property is no longer set upon initialization. #TINY-7359
+- The `change` event is no longer fired on first modification. #TINY-6920
+- The `GetContent` event will now always pass a `string` for the `content` property. #TINY-7996
+- Changed the default tag for the strikethrough format to the `s` tag when using a html 5 schema. #TINY-8262
+- The `strike` tag is automatically converted to the `s` tag when using a html 5 schema. #TINY-8262
+- Aligning a table to the left or right will now use margin styling instead of float styling. #TINY-6558
+- The `:` control character has been changed to `~` for the schema `valid_elements` and `extended_valid_elements` options. #TINY-6726
+- The `primary` property on dialog buttons has been deprecated. Use the new `buttonType` property instead. #TINY-8304
+- Changed the default statusbar element path delimiter from `»` to `›`. #TINY-8372
+- Replaced the `Powered by Tiny` branding text with the Tiny logo. #TINY-8371
+- The default minimum height of editor has been changed to 100px to prevent the UI disappearing while resizing. #TINY-6860
+- RGB colors are no longer converted to hex values when parsing or serializing content. #TINY-8163
+- Replaced the `isDisabled()` function with an `isEnabled()` function for various APIs. #TINY-8101
+- Replaced the `enable()` and `disable()` functions with a `setEnabled(state)` function in various APIs. #TINY-8101
+- Replaced the `disabled` property with an `enabled` property in various APIs. #TINY-8101
+- Replaced the `disable(name)` and `enable(name)` functions with a `setEnabled(name, state)` function in the Dialog APIs. #TINY-8101
+- Renamed the `tinymce.Env.os.isOSX` API to `tinymce.Env.os.isMacOS`. #TINY-8175
+- Renamed the `tinymce.Env.browser.isChrome` API to `tinymce.Env.browser.isChromium` to better reflect its functionality. #TINY-8300
+- Renamed the `getShortEndedElements` Schema API to `getVoidElements`. #TINY-8344
+- Renamed the `font_formats` option to `font_family_formats`. #TINY-8328
+- Renamed the `fontselect` toolbar button and `fontformats` menu item to `fontfamily`. #TINY-8328
+- Renamed the `fontsize_formats` option to `font_size_formats`. #TINY-8328
+- Renamed the `fontsizeselect` toolbar button and `fontsizes` menu item to `fontsize`. #TINY-8328
+- Renamed the `formatselect` toolbar button and `blockformats` menu item to `blocks`. #TINY-8328
+- Renamed the `styleselect` toolbar button and `formats` menu item to `styles`. #TINY-8328
+- Renamed the `lineheight_formats` option to `line_height_formats`. #TINY-8328
+- Renamed the `getWhiteSpaceElements()` function to `getWhitespaceElements()` in the `Schema` API. #TINY-8102
+- Renamed the `mceInsertClipboardContent` command `content` property to `html` to better reflect what data is passed. #TINY-8310
+- Renamed the `default_link_target` option to `link_default_target` for both `link` and `autolink` plugins. #TINY-4603
+- Renamed the `rel_list` option to `link_rel_list` for the `link` plugin. #TINY-4603
+- Renamed the `target_list` option to `link_target_list` for the `link` plugin. #TINY-4603
+- The default value for the `link_default_protocol` option has been changed to `https` instead of `http`. #TINY-7824
+- The default value for the `element_format` option has been changed to `html`. #TINY-8263
+- The default value for the `schema` option has been changed to `html5`. #TINY-8261
+- The default value for the `table_style_by_css` option has been changed to `true`. #TINY-8259
+- The default value for the `table_use_colgroups` option has been changed to `true`. #TINY-8259
+
+### Fixed
+- The object returned from the `editor.fire()` API was incorrect if the editor had been removed. #TINY-8018
+- The `editor.selection.getContent()` API did not respect the `no_events` argument. #TINY-8018
+- The `editor.annotator.remove` API did not keep selection when removing the annotation. #TINY-8195
+- The `GetContent` event was not fired when getting `tree` or `text` formats using the `editor.selection.getContent()` API. #TINY-8018
+- The `beforeinput` and `input` events would sometimes not fire as expected when deleting content. #TINY-8168 #TINY-8329
+- The `table` plugin would sometimes not correctly handle headers in the `tfoot` section. #TINY-8104
+- The `silver` theme UI was incorrectly rendered before plugins had initialized. #TINY-8288
+- The aria labels for the color picker dialog were not translated. #TINY-8381
+- Fixed sub-menu items not read by screen readers. Patch contributed by westonkd. #TINY-8417
+- Dialog labels and other text-based UI properties did not escape HTML markup. #TINY-7524
+- Anchor elements would render incorrectly when using the `allow_html_in_named_anchor` option. #TINY-3799
+- The `AstNode` HTML serializer did not serialize `pre` or `textarea` elements correctly when they contained newlines. #TINY-8446
+- Fixed sub-menu items not read by screen readers. Patch contributed by westonkd. #TINY-8417
+- The Home or End keys would move out of a editable element contained within a noneditable element. #TINY-8201
+- Dialogs could not be opened in inline mode before the editor had been rendered. #TINY-8397
+- Clicking on menu items could cause an unexpected console warning if the `onAction` function caused the menu to close. #TINY-8513
+- Fixed various color and contrast issues for the dark skins. #TINY-8527
+
+### Removed
+- Removed support for Microsoft Internet Explorer 11. #TINY-8194 #TINY-8241
+- Removed support for Microsoft Word from the opensource paste functionality. #TINY-7493
+- Removed support for the `plugins` option allowing a mixture of a string array and of space separated strings. #TINY-8399
+- Removed support for the deprecated `false` value for the `forced_root_block` option. #TINY-8260
+- Removed the jQuery integration. #TINY-4519
+- Removed the `imagetools` plugin, which is now classified as a Premium plugin. #TINY-8209
+- Removed the `imagetools` dialog component. #TINY-8333
+- Removed the `toc` plugin, which is now classified as a Premium plugin. #TINY-8250
+- Removed the `tabfocus` plugin. #TINY-8315
+- Removed the `textpattern` plugin's API as part of moving it to core. #TINY-8312
+- Removed the `table` plugin's API. #TINY-8273
+- Removed the callback for the `EditorUpload` API. #TINY-8325
+- Removed the legacy browser detection properties from the `Env` API. #TINY-8162
+- Removed the `filterNode` method from the `DomParser` API. #TINY-8249
+- Removed the `SaxParser` API. #TINY-8218
+- Removed the `tinymce.utils.Promise` API. #TINY-8241
+- Removed the `toHex` function for the `DOMUtils` and `Styles` APIs. #TINY-8163
+- Removed the `execCommand` handler function from the plugin and theme interfaces. #TINY-7829
+- Removed the `editor.settings` property as it has been replaced by the new Options API. #TINY-8236
+- Removed the `shortEnded` and `fixed` properties on `tinymce.html.Node` class. #TINY-8205
+- Removed the `mceInsertRawHTML` command. #TINY-8214
+- Removed the style field from the `image` plugin dialog advanced tab. #TINY-3422
+- Removed the `paste_filter_drop` option as native drag and drop handling is no longer supported. #TINY-8511
+- Removed the legacy `mobile` theme. #TINY-7832
+- Removed the deprecated `$`, `Class`, `DomQuery` and `Sizzle` APIs. #TINY-4520 #TINY-8326
+- Removed the deprecated `Color`, `JSON`, `JSONP` and `JSONRequest`. #TINY-8162
+- Removed the deprecated `XHR` API. #TINY-8164
+- Removed the deprecated `setIconStroke` Split Toolbar Button API. #TINY-8162
+- Removed the deprecated `editors` property from `EditorManager`. #TINY-8162
+- Removed the deprecated `execCallback` and `setMode` APIs from `Editor`. #TINY-8162
+- Removed the deprecated `addComponents` and `dependencies` APIs from `AddOnManager`. #TINY-8162
+- Removed the deprecated `clearInterval`, `clearTimeout`, `debounce`, `requestAnimationFrame`, `setInterval`, `setTimeout` and `throttle` APIs from `Delay`. #TINY-8162
+- Removed the deprecated `Schema` options. #TINY-7821
+- Removed the deprecated `file_browser_callback_types`, `force_hex_style_colors` and `images_dataimg_filter` options. #TINY-7823
+- Removed the deprecated `filepicker_validator_handler`, `force_p_newlines`, `gecko_spellcheck`, `tab_focus`, `table_responsive_width` and `toolbar_drawer` options. #TINY-7820
+- Removed the deprecated `media_scripts` option in the `media` plugin. #TINY-8421
+- Removed the deprecated `editor_deselector`, `editor_selector`, `elements`, `mode` and `types` legacy TinyMCE init options. #TINY-7822
+- Removed the deprecated `content_editable_state` and `padd_empty_with_br` options. #TINY-8400
+- Removed the deprecated `autoresize_on_init` option from the `autoresize` plugin. #TINY-8400
+- Removed the deprecated `fullpage`, `spellchecker`, `bbcode`, `legacyoutput`, `colorpicker`, `contextmenu` and `textcolor` plugins. #TINY-8192
+- Removed the undocumented `editor.editorCommands.hasCustomCommand` API. #TINY-7829
+- Removed the undocumented `mceResetDesignMode`, `mceRepaint` and `mceBeginUndoLevel` commands. #TINY-7829
+
+### Deprecated
+- The dialog button component's `primary` property has been deprecated and will be removed in the next major release. Use the new `buttonType` property instead. #TINY-8304
+- The `fire()` function of `tinymce.Editor`, `tinymce.dom.EventUtils`, `tinymce.dom.DOMUtils`, `tinymce.util.Observable` and `tinymce.util.EventDispatcher` has been deprecated and will be removed in the next major release. Use the `dispatch()` function instead. #TINY-8102
+- The `content` property on the `SetContent` event has been deprecated and will be removed in the next major release. #TINY-8457
+- The return value of the `editor.setContent` API has been deprecated and will be removed in the next major release. #TINY-8457
+
+## 5.10.3 - 2022-02-09
+
+### Fixed
+- Alignment would sometimes be removed on parent elements when changing alignment on certain inline nodes, such as images. #TINY-8308
+- The `fullscreen` plugin would reset the scroll position when exiting fullscreen mode. #TINY-8418
+
+## 5.10.2 - 2021-11-17
+
+### Fixed
+- Internal selectors were appearing in the style list when using the `importcss` plugin. #TINY-8238
+
+## 5.10.1 - 2021-11-03
+
+### Fixed
+- The iframe aria help text was not read by some screen readers. #TINY-8171
+- Clicking the `forecolor` or `backcolor` toolbar buttons would do nothing until selecting a color. #TINY-7836
+- Crop functionality did not work in the `imagetools` plugin when the editor was rendered in a shadow root. #TINY-6387
+- Fixed an exception thrown on Safari when closing the `searchreplace` plugin dialog. #TINY-8166
+- The `autolink` plugin did not convert URLs to links when starting with a bracket. #TINY-8091
+- The `autolink` plugin incorrectly created nested links in some cases. #TINY-8091
+- Tables could have an incorrect height set on rows when rendered outside of the editor. #TINY-7699
+- In certain circumstances, the table of contents plugin would incorrectly add an extra empty list item. #TINY-4636
+- The insert table grid menu displayed an incorrect size when re-opening the grid. #TINY-6532
+- The word count plugin was treating the zero width space character (``) as a word. #TINY-7484
+
+## 5.10.0 - 2021-10-11
+
+### Added
+- Added a new `URI.isDomSafe(uri)` API to check if a URI is considered safe to be inserted into the DOM. #TINY-7998
+- Added the `ESC` key code constant to the `VK` API. #TINY-7917
+- Added a new `deprecation_warnings` setting for turning off deprecation console warning messages. #TINY-8049
+
+### Improved
+- The `element` argument of the `editor.selection.scrollIntoView()` API is now optional, and if it is not provided the current selection will be scrolled into view. #TINY-7291
+
+### Changed
+- The deprecated `scope` attribute is no longer added to `td` cells when converting a row to a header row. #TINY-7731
+- The number of `col` elements is normalized to match the number of columns in a table after a table action. #TINY-8011
+
+### Fixed
+- Fixed a regression that caused block wrapper formats to apply and remove incorrectly when using a collapsed selection with multiple words. #TINY-8036
+- Resizing table columns in some scenarios would resize the column to an incorrect position. #TINY-7731
+- Inserting a table where the parent element had padding would cause the table width to be incorrect. #TINY-7991
+- The resize backdrop element did not have the `data-mce-bogus="all"` attribute set to prevent it being included in output. #TINY-7854
+- Resize handles appeared on top of dialogs and menus when using an inline editor. #TINY-3263
+- Fixed the `autoresize` plugin incorrectly scrolling to the top of the editor content in some cases when changing content. #TINY-7291
+- Fixed the `editor.selection.scrollIntoView()` type signature, as it incorrectly required an `Element` instead of `HTMLElement`. #TINY-7291
+- Table cells that were both row and column headers did not retain the correct state when converting back to a regular row or column. #TINY-7709
+- Clicking beside a non-editable element could cause the editor to incorrectly scroll to the top of the content. #TINY-7062
+- Clicking in a table cell, with a non-editable element in an adjacent cell, incorrectly caused the non-editable element to be selected. #TINY-7736
+- Split toolbar buttons incorrectly had nested `tabindex="-1"` attributes. #TINY-7879
+- Fixed notifications rendering in the wrong place initially and when the page was scrolled. #TINY-7894
+- Fixed an exception getting thrown when the number of `col` elements didn't match the number of columns in a table. #TINY-7041 #TINY-8011
+- The table selection state could become incorrect after selecting a noneditable table cell. #TINY-8053
+- As of Mozilla Firefox 91, toggling fullscreen mode with `toolbar_sticky` enabled would cause the toolbar to disappear. #TINY-7873
+- Fixed URLs not cleaned correctly in some cases in the `link` and `image` plugins. #TINY-7998
+- Fixed the `image` and `media` toolbar buttons incorrectly appearing to be in an inactive state in some cases. #TINY-3463
+- Fixed the `editor.selection.selectorChanged` API not firing if the selector matched the current selection when registered in some cases. #TINY-3463
+- Inserting content into a `contenteditable="true"` element that was contained within a `contenteditable="false"` element would move the selection to an incorrect location. #TINY-7842
+- Dragging and dropping `contenteditable="false"` elements could result in the element being placed in an unexpected location. #TINY-7917
+- Pressing the Escape key would not cancel a drag action that started on a `contenteditable="false"` element within the editor. #TINY-7917
+- `video` and `audio` elements were unable to be played when the `media` plugin live embeds were enabled in some cases. #TINY-7674
+- Pasting images would throw an exception if the clipboard `items` were not files (for example, screenshots taken from gnome-software). Patch contributed by cedric-anne. #TINY-8079
+
+### Deprecated
+- Several APIs have been deprecated. See the release notes section for information. #TINY-8023 #TINY-8063
+- Several Editor settings have been deprecated. See the release notes section for information. #TINY-8086
+- The Table of Contents and Image Tools plugins will be classified as Premium plugins in the next major release. #TINY-8087
+- Word support in the `paste` plugin has been deprecated and will be removed in the next major release. #TINY-8087
+
+## 5.9.2 - 2021-09-08
+
+### Fixed
+- Fixed an exception getting thrown when disabling events and setting content. #TINY-7956
+- Delete operations could behave incorrectly if the selection crossed a table boundary. #TINY-7596
+
+## 5.9.1 - 2021-08-27
+
+### Fixed
+- Published TinyMCE types failed to compile in strict mode. #TINY-7915
+- The `TableModified` event sometimes didn't fire when performing certain table actions. #TINY-7916
+
+## 5.9.0 - 2021-08-26
+
+### Added
+- Added a new `mceFocus` command that focuses the editor. Equivalent to using `editor.focus()`. #TINY-7373
+- Added a new `mceTableToggleClass` command which toggles the provided class on the currently selected table. #TINY-7476
+- Added a new `mceTableCellToggleClass` command which toggles the provided class on the currently selected table cells. #TINY-7476
+- Added a new `tablecellvalign` toolbar button and menu item for vertical table cell alignment. #TINY-7477
+- Added a new `tablecellborderwidth` toolbar button and menu item to change table cell border width. #TINY-7478
+- Added a new `tablecellborderstyle` toolbar button and menu item to change table cell border style. #TINY-7478
+- Added a new `tablecaption` toolbar button and menu item to toggle captions on tables. #TINY-7479
+- Added a new `mceTableToggleCaption` command that toggles captions on a selected table. #TINY-7479
+- Added a new `tablerowheader` toolbar button and menu item to toggle the header state of row cells. #TINY-7478
+- Added a new `tablecolheader` toolbar button and menu item to toggle the header state of column cells. #TINY-7482
+- Added a new `tablecellbordercolor` toolbar button and menu item to select table cell border colors, with an accompanying setting `table_border_color_map` to customize the available values. #TINY-7480
+- Added a new `tablecellbackgroundcolor` toolbar button and menu item to select table cell background colors, with an accompanying setting `table_background_color_map` to customize the available values. #TINY-7480
+- Added a new `language` menu item and toolbar button to add `lang` attributes to content, with an accompanying `content_langs` setting to specify the languages available. #TINY-6149
+- A new `lang` format is now available that can be used with `editor.formatter`, or applied with the `Lang` editor command. #TINY-6149
+- Added a new `language` icon for the `language` toolbar button. #TINY-7670
+- Added a new `table-row-numbering` icon. #TINY-7327
+- Added new plugin commands: `mceEmoticons` (Emoticons), `mceWordCount` (Word Count), and `mceTemplate` (Template). #TINY-7619
+- Added a new `iframe_aria_text` setting to set the iframe title attribute. #TINY-1264
+- Added a new DomParser `Node.children()` API to return all the children of a `Node`. #TINY-7756
+
+### Improved
+- Sticky toolbars can now be offset from the top of the page using the new `toolbar_sticky_offset` setting. #TINY-7337
+- Fancy menu items now accept an `initData` property to allow custom initialization data. #TINY-7480
+- Improved the load time of the `fullpage` plugin by using the existing editor schema rather than creating a new one. #TINY-6504
+- Improved the performance when UI components are rendered. #TINY-7572
+- The context toolbar no longer unnecessarily repositions to the top of large elements when scrolling. #TINY-7545
+- The context toolbar will now move out of the way when it overlaps with the selection, such as in table cells. #TINY-7192
+- The context toolbar now uses a short animation when transitioning between different locations. #TINY-7740
+- `Env.browser` now uses the User-Agent Client Hints API where it is available. #TINY-7785
+- Icons with a `-rtl` suffix in their name will now automatically be used when the UI is rendered in right-to-left mode. #TINY-7782
+- The `formatter.match` API now accepts an optional `similar` parameter to check if the format partially matches. #TINY-7712
+- The `formatter.formatChanged` API now supports providing format variables when listening for changes. #TINY-7713
+- The formatter will now fire `FormatApply` and `FormatRemove` events for the relevant actions. #TINY-7713
+- The `autolink` plugin link detection now permits custom protocols. #TINY-7714
+- The `autolink` plugin valid link detection has been improved. #TINY-7714
+
+### Changed
+- Changed the load order so content CSS is loaded before the editor is populated with content. #TINY-7249
+- Changed the `emoticons`, `wordcount`, `code`, `codesample`, and `template` plugins to open dialogs using commands. #TINY-7619
+- The context toolbar will no longer show an arrow when it overlaps the content, such as in table cells. #TINY-7665
+- The context toolbar will no longer overlap the statusbar for toolbars using `node` or `selection` positions. #TINY-7666
+
+### Fixed
+- The `editor.fire` API was incorrectly mutating the original `args` provided. #TINY-3254
+- Unbinding an event handler did not take effect immediately while the event was firing. #TINY-7436
+- Binding an event handler incorrectly took effect immediately while the event was firing. #TINY-7436
+- Unbinding a native event handler inside the `remove` event caused an exception that blocked editor removal. #TINY-7730
+- The `SetContent` event contained the incorrect `content` when using the `editor.selection.setContent()` API. #TINY-3254
+- The editor content could be edited after calling `setProgressState(true)` in iframe mode. #TINY-7373
+- Tabbing out of the editor after calling `setProgressState(true)` behaved inconsistently in iframe mode. #TINY-7373
+- Flash of unstyled content while loading the editor because the content CSS was loaded after the editor content was rendered. #TINY-7249
+- Partially transparent RGBA values provided in the `color_map` setting were given the wrong hex value. #TINY-7163
+- HTML comments with mismatched quotes were parsed incorrectly under certain circumstances. #TINY-7589
+- The editor could crash when inserting certain HTML content. #TINY-7756
+- Inserting certain HTML content into the editor could result in invalid HTML once parsed. #TINY-7756
+- Links in notification text did not show the correct mouse pointer. #TINY-7661
+- Using the Tab key to navigate into the editor on Microsoft Internet Explorer 11 would incorrectly focus the toolbar. #TINY-3707
+- The editor selection could be placed in an incorrect location when undoing or redoing changes in a document containing `contenteditable="false"` elements. #TINY-7663
+- Menus and context menus were not closed when clicking into a different editor. #TINY-7399
+- Context menus on Android were not displayed when more than one HTML element was selected. #TINY-7688
+- Disabled nested menu items could still be opened. #TINY-7700
+- The nested menu item chevron icon was not fading when the menu item was disabled. #TINY-7700
+- `imagetools` buttons were incorrectly enabled for remote images without `imagetools_proxy` set. #TINY-7772
+- Only table content would be deleted when partially selecting a table and content outside the table. #TINY-6044
+- The table cell selection handling was incorrect in some cases when dealing with nested tables. #TINY-6298
+- Removing a table row or column could result in the cursor getting placed in an invalid location. #TINY-7695
+- Pressing the Tab key to navigate through table cells did not skip noneditable cells. #TINY-7705
+- Clicking on a noneditable table cell did not show a visual selection like other noneditable elements. #TINY-7724
+- Some table operations would incorrectly cause table row attributes and styles to be lost. #TINY-6666
+- The selection was incorrectly lost when using the `mceTableCellType` and `mceTableRowType` commands. #TINY-6666
+- The `mceTableRowType` was reversing the order of the rows when converting multiple header rows back to body rows. #TINY-6666
+- The table dialog did not always respect the `table_style_with_css` option. #TINY-4926
+- Pasting into a table with multiple cells selected could cause the content to be pasted in the wrong location. #TINY-7485
+- The `TableModified` event was not fired when pasting cells into a table. #TINY-6939
+- The table paste column before and after icons were not flipped in RTL mode. #TINY-7851
+- Fixed table corruption when deleting a `contenteditable="false"` cell. #TINY-7891
+- The `dir` attribute was being incorrectly applied to list items. #TINY-4589
+- Applying selector formats would sometimes not apply the format correctly to elements in a list. #TINY-7393
+- For formats that specify an attribute or style that should be removed, the formatter `match` API incorrectly returned `false`. #TINY-6149
+- The type signature on the `formatter.matchNode` API had the wrong return type (was `boolean` but should have been `Formatter | undefined`). #TINY-6149
+- The `formatter.formatChanged` API would ignore the `similar` parameter if another callback had already been registered for the same format. #TINY-7713
+- The `formatter.formatChanged` API would sometimes not run the callback the first time the format was removed. #TINY-7713
+- Base64 encoded images with spaces or line breaks in the data URI were not displayed correctly. Patch contributed by RoboBurned.
+
+### Deprecated
+- The `bbcode`, `fullpage`, `legacyoutput`, and `spellchecker` plugins have been deprecated and marked for removal in the next major release. #TINY-7260
+
+## 5.8.2 - 2021-06-23
+
+### Fixed
+- Fixed an issue when pasting cells from tables containing `colgroup`s into tables without `colgroup`s. #TINY-6675
+- Fixed an issue that could cause an invalid toolbar button state when multiple inline editors were on a single page. #TINY-6297
+
+## 5.8.1 - 2021-05-20
+
+### Fixed
+- An unexpected exception was thrown when switching to readonly mode and adjusting the editor width. #TINY-6383
+- Content could be lost when the `pagebreak_split_block` setting was enabled. #TINY-3388
+- The `list-style-type: none;` style on nested list items was incorrectly removed when clearing formatting. #TINY-6264
+- URLs were not always detected when pasting over a selection. Patch contributed by jwcooper. #TINY-6997
+- Properties on the `OpenNotification` event were incorrectly namespaced. #TINY-7486
+
+## 5.8.0 - 2021-05-06
+
+### Added
+- Added the `PAGE_UP` and `PAGE_DOWN` key code constants to the `VK` API. #TINY-4612
+- The editor resize handle can now be controlled using the keyboard. #TINY-4823
+- Added a new `fixed_toolbar_container_target` setting which renders the toolbar in the specified `HTMLElement`. Patch contributed by pvrobays.
+
+### Improved
+- The `inline_boundaries` feature now supports the `home`, `end`, `pageup`, and `pagedown` keys. #TINY-4612
+- Updated the `formatter.matchFormat` API to support matching formats with variables in the `classes` property. #TINY-7227
+- Added HTML5 `audio` and `video` elements to the default alignment formats. #TINY-6633
+- Added support for alpha list numbering to the list properties dialog. #TINY-6891
+
+### Changed
+- Updated the `image` dialog to display the class list dropdown as full-width if the caption checkbox is not present. #TINY-6400
+- Renamed the "H Align" and "V Align" input labels in the Table Cell Properties dialog to "Horizontal align" and "Vertical align" respectively. #TINY-7285
+
+### Deprecated
+- The undocumented `setIconStroke` Split Toolbar Button API has been deprecated and will be removed in a future release. #TINY-3551
+
+### Fixed
+- Fixed a bug where it wasn't possible to align nested list items. #TINY-6567
+- The RGB fields in the color picker dialog were not staying in sync with the color palette and hue slider. #TINY-6952
+- The color preview box in the color picker dialog was not correctly displaying the saturation and value of the chosen color. #TINY-6952
+- The color picker dialog will now show an alert if it is submitted with an invalid hex color code. #TINY-2814
+- Fixed a bug where the `TableModified` event was not fired when adding a table row with the Tab key. #TINY-7006
+- Added missing `images_file_types` setting to the exported TypeScript types. #GH-6607
+- Fixed a bug where lists pasted from Word with Roman numeral markers were not displayed correctly. Patch contributed by aautio. #GH-6620
+- The `editor.insertContent` API was incorrectly handling nested `span` elements with matching styles. #TINY-6263
+- The HTML5 `small` element could not be removed when clearing text formatting. #TINY-6633
+- The Oxide button text transform variable was incorrectly using `capitalize` instead of `none`. Patch contributed by dakur. #GH-6341
+- Fix dialog button text that was using title-style capitalization. #TINY-6816
+- Table plugin could perform operations on tables containing the inline editor. #TINY-6625
+- Fixed Tab key navigation inside table cells with a ranged selection. #TINY-6638
+- The foreground and background toolbar button color indicator is no longer blurry. #TINY-3551
+- Fixed a regression in the `tinymce.create()` API that caused issues when multiple objects were created. #TINY-7358
+- Fixed the `LineHeight` command causing the `change` event to be fired inconsistently. #TINY-7048
+
+## 5.7.1 - 2021-03-17
+
+### Fixed
+- Fixed the `help` dialog incorrectly linking to the changelog of TinyMCE 4 instead of TinyMCE 5. #TINY-7031
+- Fixed a bug where error messages were displayed incorrectly in the image dialog. #TINY-7099
+- Fixed an issue where URLs were not correctly filtered in some cases. #TINY-7025
+- Fixed a bug where context menu items with names that contained uppercase characters were not displayed. #TINY-7072
+- Fixed context menu items lacking support for the `disabled` and `shortcut` properties. #TINY-7073
+- Fixed a regression where the width and height were incorrectly set when embedding content using the `media` dialog. #TINY-7074
+
+## 5.7.0 - 2021-02-10
+
+### Added
+- Added IPv6 address support to the URI API. Patch contributed by dev7355608. #GH-4409
+- Added new `structure` and `style` properties to the `TableModified` event to indicate what kinds of modifications were made. #TINY-6643
+- Added `video` and `audio` live embed support for the `media` plugin. #TINY-6229
+- Added the ability to resize `video` and `iframe` media elements. #TINY-6229
+- Added a new `font_css` setting for adding fonts to both the editor and the parent document. #TINY-6199
+- Added a new `ImageUploader` API to simplify uploading image data to the configured `images_upload_url` or `images_upload_handler`. #TINY-4601
+- Added an Oxide variable to define the container background color in fullscreen mode. #TINY-6903
+- Added Oxide variables for setting the toolbar background colors for inline and sticky toolbars. #TINY-6009
+- Added a new `AfterProgressState` event that is fired after `editor.setProgressState` calls complete. #TINY-6686
+- Added support for `table_column_resizing` when inserting or deleting columns. #TINY-6711
+
+### Changed
+- Changed table and table column copy behavior to retain an appropriate width when pasted. #TINY-6664
+- Changed the `lists` plugin to apply list styles to all text blocks within a selection. #TINY-3755
+- Changed the `advlist` plugin to log a console error message when the `list` plugin isn't enabled. #TINY-6585
+- Changed the z-index of the `setProgressState(true)` throbber so it does not hide notifications. #TINY-6686
+- Changed the type signature for `editor.selection.getRng()` incorrectly returning `null`. #TINY-6843
+- Changed some `SaxParser` regular expressions to improve performance. #TINY-6823
+- Changed `editor.setProgressState(true)` to close any open popups. #TINY-6686
+
+### Fixed
+- Fixed `codesample` highlighting performance issues for some languages. #TINY-6996
+- Fixed an issue where cell widths were lost when merging table cells. #TINY-6901
+- Fixed `col` elements incorrectly transformed to `th` elements when converting columns to header columns. #TINY-6715
+- Fixed a number of table operations not working when selecting 2 table cells on Mozilla Firefox. #TINY-3897
+- Fixed a memory leak by backporting an upstream Sizzle fix. #TINY-6859
+- Fixed table `width` style was removed when copying. #TINY-6664
+- Fixed focus lost while typing in the `charmap` or `emoticons` dialogs when the editor is rendered in a shadow root. #TINY-6904
+- Fixed corruption of base64 URLs used in style attributes when parsing HTML. #TINY-6828
+- Fixed the order of CSS precedence of `content_style` and `content_css` in the `preview` and `template` plugins. `content_style` now has precedence. #TINY-6529
+- Fixed an issue where the image dialog tried to calculate image dimensions for an empty image URL. #TINY-6611
+- Fixed an issue where `scope` attributes on table cells would not change as expected when merging or unmerging cells. #TINY-6486
+- Fixed the plugin documentation links in the `help` plugin. #DOC-703
+- Fixed events bound using `DOMUtils` not returning the correct result for `isDefaultPrevented` in some cases. #TINY-6834
+- Fixed the "Dropped file type is not supported" notification incorrectly showing when using an inline editor. #TINY-6834
+- Fixed an issue with external styles bleeding into TinyMCE. #TINY-6735
+- Fixed an issue where parsing malformed comments could cause an infinite loop. #TINY-6864
+- Fixed incorrect return types on `editor.selection.moveToBookmark`. #TINY-6504
+- Fixed the type signature for `editor.selection.setCursorLocation()` incorrectly allowing a node with no `offset`. #TINY-6843
+- Fixed incorrect behavior when editor is destroyed while loading stylesheets. #INT-2282
+- Fixed figure elements incorrectly splitting from a valid parent element when editing the image within. #TINY-6592
+- Fixed inserting multiple rows or columns in a table cloning from the incorrect source row or column. #TINY-6906
+- Fixed an issue where new lines were not scrolled into view when pressing Shift+Enter or Shift+Return. #TINY-6964
+- Fixed an issue where list elements would not be removed when outdenting using the Enter or Return key. #TINY-5974
+- Fixed an issue where file extensions with uppercase characters were treated as invalid. #TINY-6940
+- Fixed dialog block messages were not passed through TinyMCE's translation system. #TINY-6971
+
+## 5.6.2 - 2020-12-08
+
+### Fixed
+- Fixed a UI rendering regression when the document body is using `display: flex`. #TINY-6783
+
+## 5.6.1 - 2020-11-25
+
+### Fixed
+- Fixed the `mceTableRowType` and `mceTableCellType` commands were not firing the `newCell` event. #TINY-6692
+- Fixed the HTML5 `s` element was not recognized when editing or clearing text formatting. #TINY-6681
+- Fixed an issue where copying and pasting table columns resulted in invalid HTML when using colgroups. #TINY-6684
+- Fixed an issue where the toolbar would render with the wrong width for inline editors in some situations. #TINY-6683
+
+## 5.6.0 - 2020-11-18
+
+### Added
+- Added new `BeforeOpenNotification` and `OpenNotification` events which allow internal notifications to be captured and modified before display. #TINY-6528
+- Added support for `block` and `unblock` methods on inline dialogs. #TINY-6487
+- Added new `TableModified` event which is fired whenever changes are made to a table. #TINY-6629
+- Added new `images_file_types` setting to determine which image file formats will be automatically processed into `img` tags on paste when using the `paste` plugin. #TINY-6306
+- Added support for `images_file_types` setting in the image file uploader to determine which image file extensions are valid for upload. #TINY-6224
+- Added new `format_empty_lines` setting to control if empty lines are formatted in a ranged selection. #TINY-6483
+- Added template support to the `autocompleter` for customizing the autocompleter items. #TINY-6505
+- Added new user interface `enable`, `disable`, and `isDisabled` methods. #TINY-6397
+- Added new `closest` formatter API to get the closest matching selection format from a set of formats. #TINY-6479
+- Added new `emojiimages` emoticons database that uses the twemoji CDN by default. #TINY-6021
+- Added new `emoticons_database` setting to configure which emoji database to use. #TINY-6021
+- Added new `name` field to the `style_formats` setting object to enable specifying a name for the format. #TINY-4239
+
+### Changed
+- Changed `readonly` mode to allow hyperlinks to be clickable. #TINY-6248
+
+### Fixed
+- Fixed the `change` event not firing after a successful image upload. #TINY-6586
+- Fixed the type signature for the `entity_encoding` setting not accepting delimited lists. #TINY-6648
+- Fixed layout issues when empty `tr` elements were incorrectly removed from tables. #TINY-4679
+- Fixed image file extensions lost when uploading an image with an alternative extension, such as `.jfif`. #TINY-6622
+- Fixed a security issue where URLs in attributes weren't correctly sanitized. #TINY-6518
+- Fixed `DOMUtils.getParents` incorrectly including the shadow root in the array of elements returned. #TINY-6540
+- Fixed an issue where the root document could be scrolled while an editor dialog was open inside a shadow root. #TINY-6363
+- Fixed `getContent` with text format returning a new line when the editor is empty. #TINY-6281
+- Fixed table column and row resizers not respecting the `data-mce-resize` attribute. #TINY-6600
+- Fixed inserting a table via the `mceInsertTable` command incorrectly creating 2 undo levels. #TINY-6656
+- Fixed nested tables with `colgroup` elements incorrectly always resizing the inner table. #TINY-6623
+- Fixed the `visualchars` plugin causing the editor to steal focus when initialized. #TINY-6282
+- Fixed `fullpage` plugin altering text content in `editor.getContent()`. #TINY-6541
+- Fixed `fullscreen` plugin not working correctly with multiple editors and shadow DOM. #TINY-6280
+- Fixed font size keywords such as `medium` not displaying correctly in font size menus. #TINY-6291
+- Fixed an issue where some attributes in table cells were not copied over to new rows or columns. #TINY-6485
+- Fixed incorrectly removing formatting on adjacent spaces when removing formatting on a ranged selection. #TINY-6268
+- Fixed the `Cut` menu item not working in the latest version of Mozilla Firefox. #TINY-6615
+- Fixed some incorrect types in the new TypeScript declaration file. #TINY-6413
+- Fixed a regression where a fake offscreen selection element was incorrectly created for the editor root node. #TINY-6555
+- Fixed an issue where menus would incorrectly collapse in small containers. #TINY-3321
+- Fixed an issue where only one table column at a time could be converted to a header. #TINY-6326
+- Fixed some minor memory leaks that prevented garbage collection for editor instances. #TINY-6570
+- Fixed resizing a `responsive` table not working when using the column resize handles. #TINY-6601
+- Fixed incorrectly calculating table `col` widths when resizing responsive tables. #TINY-6646
+- Fixed an issue where spaces were not preserved in pre-blocks when getting text content. #TINY-6448
+- Fixed a regression that caused the selection to be difficult to see in tables with backgrounds. #TINY-6495
+- Fixed content pasted multiple times in the editor when using Microsoft Internet Explorer 11. Patch contributed by mattford. #GH-4905
+
+## 5.5.1 - 2020-10-01
+
+### Fixed
+- Fixed pressing the down key near the end of a document incorrectly raising an exception. #TINY-6471
+- Fixed incorrect Typescript types for the `Tools` API. #TINY-6475
+
+## 5.5.0 - 2020-09-29
+
+### Added
+- Added a TypeScript declaration file to the bundle output for TinyMCE core. #TINY-3785
+- Added new `table_column_resizing` setting to control how table columns are resized when using the resize bars. #TINY-6001
+- Added the ability to remove images on a failed upload using the `images_upload_handler` failure callback. #TINY-6011
+- Added `hasPlugin` function to the editor API to determine if a plugin exists or not. #TINY-766
+- Added new `ToggleToolbarDrawer` command and query state handler to allow the toolbar drawer to be programmatically toggled and the toggle state to be checked. #TINY-6032
+- Added the ability to use `colgroup` elements in tables. #TINY-6050
+- Added a new setting `table_use_colgroups` for toggling whether colgroups are used in new tables. #TINY-6050
+- Added the ability to delete and navigate HTML media elements without the `media` plugin. #TINY-4211
+- Added `fullscreen_native` setting to the `fullscreen` plugin to enable use of the entire monitor. #TINY-6284
+- Added table related oxide variables to the Style API for more granular control over table cell selection appearance. #TINY-6311
+- Added new `toolbar_persist` setting to control the visibility of the inline toolbar. #TINY-4847
+- Added new APIs to allow for programmatic control of the inline toolbar visibility. #TINY-4847
+- Added the `origin` property to the `ObjectResized` and `ObjectResizeStart` events, to specify which handle the resize was performed on. #TINY-6242
+- Added new StyleSheetLoader `unload` and `unloadAll` APIs to allow loaded stylesheets to be removed. #TINY-3926
+- Added the `LineHeight` query command and action to the editor. #TINY-4843
+- Added the `lineheight` toolbar and menu items, and added `lineheight` to the default format menu. #TINY-4843
+- Added a new `contextmenu_avoid_overlap` setting to allow context menus to avoid overlapping matched nodes. #TINY-6036
+- Added new listbox dialog UI component for rendering a dropdown that allows nested options. #TINY-2236
+- Added back the ability to use nested items in the `image_class_list`, `link_class_list`, `link_list`, `table_class_list`, `table_cell_class_list`, and `table_row_class_list` settings. #TINY-2236
+
+### Changed
+- Changed how CSS manipulates table cells when selecting multiple cells to achieve a semi-transparent selection. #TINY-6311
+- Changed the `target` property on fired events to use the native event target. The original target for an open shadow root can be obtained using `event.getComposedPath()`. #TINY-6128
+- Changed the editor to clean-up loaded CSS stylesheets when all editors using the stylesheet have been removed. #TINY-3926
+- Changed `imagetools` context menu icon for accessing the `image` dialog to use the `image` icon. #TINY-4141
+- Changed the `editor.insertContent()` and `editor.selection.setContent()` APIs to retain leading and trailing whitespace. #TINY-5966
+- Changed the `table` plugin `Column` menu to include the cut, copy and paste column menu items. #TINY-6374
+- Changed the default table styles in the content CSS files to better support the styling options available in the `table` dialog. #TINY-6179
+
+### Deprecated
+- Deprecated the `Env.experimentalShadowDom` flag. #TINY-6128
+
+### Fixed
+- Fixed tables with no borders displaying with the default border styles in the `preview` dialog. #TINY-6179
+- Fixed loss of whitespace when inserting content after a non-breaking space. #TINY-5966
+- Fixed the `event.getComposedPath()` function throwing an exception for events fired from the editor. #TINY-6128
+- Fixed notifications not appearing when the editor is within a ShadowRoot. #TINY-6354
+- Fixed focus issues with inline dialogs when the editor is within a ShadowRoot. #TINY-6360
+- Fixed the `template` plugin previews missing some content styles. #TINY-6115
+- Fixed the `media` plugin not saving the alternative source url in some situations. #TINY-4113
+- Fixed an issue where column resizing using the resize bars was inconsistent between fixed and relative table widths. #TINY-6001
+- Fixed an issue where dragging and dropping within a table would select table cells. #TINY-5950
+- Fixed up and down keyboard navigation not working for inline `contenteditable="false"` elements. #TINY-6226
+- Fixed dialog not retrieving `close` icon from icon pack. #TINY-6445
+- Fixed the `unlink` toolbar button not working when selecting multiple links. #TINY-4867
+- Fixed the `link` dialog not showing the "Text to display" field in some valid cases. #TINY-5205
+- Fixed the `DOMUtils.split()` API incorrectly removing some content. #TINY-6294
+- Fixed pressing the escape key not focusing the editor when using multiple toolbars. #TINY-6230
+- Fixed the `dirty` flag not being correctly set during an `AddUndo` event. #TINY-4707
+- Fixed `editor.selection.setCursorLocation` incorrectly placing the cursor outside `pre` elements in some circumstances. #TINY-4058
+- Fixed an exception being thrown when pressing the enter key inside pre elements while `br_in_pre` setting is false. #TINY-4058
+
+## 5.4.2 - 2020-08-17
+
+### Fixed
+- Fixed the editor not resizing when resizing the browser window in fullscreen mode. #TINY-3511
+- Fixed clicking on notifications causing inline editors to hide. #TINY-6058
+- Fixed an issue where link URLs could not be deleted or edited in the link dialog in some cases. #TINY-4706
+- Fixed a regression where setting the `anchor_top` or `anchor_bottom` options to `false` was not working. #TINY-6256
+- Fixed the `anchor` plugin not supporting the `allow_html_in_named_anchor` option. #TINY-6236
+- Fixed an exception thrown when removing inline formats that contained additional styles or classes. #TINY-6288
+- Fixed an exception thrown when positioning the context toolbar on Internet Explorer 11 in some edge cases. #TINY-6271
+- Fixed inline formats not removed when more than one `removeformat` format rule existed. #TINY-6216
+- Fixed an issue where spaces were sometimes removed when removing formating on nearby text. #TINY-6251
+- Fixed the list toolbar buttons not showing as active when a list is selected. #TINY-6286
+- Fixed an issue where the UI would sometimes not be shown or hidden when calling the show or hide API methods on the editor. #TINY-6048
+- Fixed the list type style not retained when copying list items. #TINY-6289
+- Fixed the Paste plugin converting tabs in plain text to a single space character. A `paste_tab_spaces` option has been included for setting the number of spaces used to replace a tab character. #TINY-6237
+
+## 5.4.1 - 2020-07-08
+
+### Fixed
+- Fixed the Search and Replace plugin incorrectly including zero-width caret characters in search results. #TINY-4599
+- Fixed dragging and dropping unsupported files navigating the browser away from the editor. #TINY-6027
+- Fixed undo levels not created on browser handled drop or paste events. #TINY-6027
+- Fixed content in an iframe element parsing as DOM elements instead of text content. #TINY-5943
+- Fixed Oxide checklist styles not showing when printing. #TINY-5139
+- Fixed bug with `scope` attribute not being added to the cells of header rows. #TINY-6206
+
+## 5.4.0 - 2020-06-30
+
+### Added
+- Added keyboard navigation support to menus and toolbars when the editor is in a ShadowRoot. #TINY-6152
+- Added the ability for menus to be clicked when the editor is in an open shadow root. #TINY-6091
+- Added the `Editor.ui.styleSheetLoader` API for loading stylesheets within the Document or ShadowRoot containing the editor UI. #TINY-6089
+- Added the `StyleSheetLoader` module to the public API. #TINY-6100
+- Added Oxide variables for styling the `select` element and headings in dialog content. #TINY-6070
+- Added icons for `table` column and row cut, copy, and paste toolbar buttons. #TINY-6062
+- Added all `table` menu items to the UI registry, so they can be used by name in other menus. #TINY-4866
+- Added new `mceTableApplyCellStyle` command to the `table` plugin. #TINY-6004
+- Added new `table` cut, copy, and paste column editor commands and menu items. #TINY-6006
+- Added font related Oxide variables for secondary buttons, allowing for custom styling. #TINY-6061
+- Added new `table_header_type` setting to control how table header rows are structured. #TINY-6007
+- Added new `table_sizing_mode` setting to replace the `table_responsive_width` setting, which has now been deprecated. #TINY-6051
+- Added new `mceTableSizingMode` command for changing the sizing mode of a table. #TINY-6000
+- Added new `mceTableRowType`, `mceTableColType`, and `mceTableCellType` commands and value queries. #TINY-6150
+
+### Changed
+- Changed `advlist` toolbar buttons to only show a dropdown list if there is more than one option. #TINY-3194
+- Changed `mceInsertTable` command and `insertTable` API method to take optional header rows and columns arguments. #TINY-6012
+- Changed stylesheet loading, so that UI skin stylesheets can load in a ShadowRoot if required. #TINY-6089
+- Changed the DOM location of menus so that they display correctly when the editor is in a ShadowRoot. #TINY-6093
+- Changed the table plugin to correctly detect all valid header row structures. #TINY-6007
+
+### Fixed
+- Fixed tables with no defined width being converted to a `fixed` width table when modifying the table. #TINY-6051
+- Fixed the `autosave` `isEmpty` API incorrectly detecting non-empty content as empty. #TINY-5953
+- Fixed table `Paste row after` and `Paste row before` menu items not disabled when nothing was available to paste. #TINY-6006
+- Fixed a selection performance issue with large tables on Microsoft Internet Explorer and Edge. #TINY-6057
+- Fixed filters for screening commands from the undo stack to be case-insensitive. #TINY-5946
+- Fixed `fullscreen` plugin now removes all classes when the editor is closed. #TINY-4048
+- Fixed handling of mixed-case icon identifiers (names) for UI elements. #TINY-3854
+- Fixed leading and trailing spaces lost when using `editor.selection.getContent({ format: 'text' })`. #TINY-5986
+- Fixed an issue where changing the URL with the quicklink toolbar caused unexpected undo behavior. #TINY-5952
+- Fixed an issue where removing formatting within a table cell would cause Internet Explorer 11 to scroll to the end of the table. #TINY-6049
+- Fixed an issue where the `allow_html_data_urls` setting was not correctly applied. #TINY-5951
+- Fixed the `autolink` feature so that it no longer treats a string with multiple "@" characters as an email address. #TINY-4773
+- Fixed an issue where removing the editor would leave unexpected attributes on the target element. #TINY-4001
+- Fixed the `link` plugin now suggest `mailto:` when the text contains an '@' and no slashes (`/`). #TINY-5941
+- Fixed the `valid_children` check of custom elements now allows a wider range of characters in names. #TINY-5971
+
+## 5.3.2 - 2020-06-10
+
+### Fixed
+- Fixed a regression introduced in 5.3.0, where `images_dataimg_filter` was no-longer called. #TINY-6086
+
+## 5.3.1 - 2020-05-27
+
+### Fixed
+- Fixed the image upload error alert also incorrectly closing the image dialog. #TINY-6020
+- Fixed editor content scrolling incorrectly on focus in Firefox by reverting default content CSS html and body heights added in 5.3.0. #TINY-6019
+
+## 5.3.0 - 2020-05-21
+
+### Added
+- Added html and body height styles to the default oxide content CSS. #TINY-5978
+- Added `uploadUri` and `blobInfo` to the data returned by `editor.uploadImages()`. #TINY-4579
+- Added a new function to the `BlobCache` API to lookup a blob based on the base64 data and mime type. #TINY-5988
+- Added the ability to search and replace within a selection. #TINY-4549
+- Added the ability to set the list start position for ordered lists and added new `lists` context menu item. #TINY-3915
+- Added `icon` as an optional config option to the toggle menu item API. #TINY-3345
+- Added `auto` mode for `toolbar_location` which positions the toolbar and menu bar at the bottom if there is no space at the top. #TINY-3161
+
+### Changed
+- Changed the default `toolbar_location` to `auto`. #TINY-3161
+- Changed toggle menu items and choice menu items to have a dedicated icon with the checkmark displayed on the far right side of the menu item. #TINY-3345
+- Changed the `link`, `image`, and `paste` plugins to use Promises to reduce the bundle size. #TINY-4710
+- Changed the default icons to be lazy loaded during initialization. #TINY-4729
+- Changed the parsing of content so base64 encoded urls are converted to blob urls. #TINY-4727
+- Changed context toolbars so they concatenate when more than one is suitable for the current selection. #TINY-4495
+- Changed inline style element formats (strong, b, em, i, u, strike) to convert to a span on format removal if a `style` or `class` attribute is present. #TINY-4741
+
+### Fixed
+- Fixed the `selection.setContent()` API not running parser filters. #TINY-4002
+- Fixed formats incorrectly applied or removed when table cells were selected. #TINY-4709
+- Fixed the `quickimage` button not restricting the file types to images. #TINY-4715
+- Fixed search and replace ignoring text in nested contenteditable elements. #TINY-5967
+- Fixed resize handlers displaying in the wrong location sometimes for remote images. #TINY-4732
+- Fixed table picker breaking in Firefox on low zoom levels. #TINY-4728
+- Fixed issue with loading or pasting contents with large base64 encoded images on Safari. #TINY-4715
+- Fixed supplementary special characters being truncated when inserted into the editor. Patch contributed by mlitwin. #TINY-4791
+- Fixed toolbar buttons not set to disabled when the editor is in readonly mode. #TINY-4592
+- Fixed the editor selection incorrectly changing when removing caret format containers. #TINY-3438
+- Fixed bug where title, width, and height would be set to empty string values when updating an image and removing those attributes using the image dialog. #TINY-4786
+- Fixed `ObjectResized` event firing when an object wasn't resized. #TINY-4161
+- Fixed `ObjectResized` and `ObjectResizeStart` events incorrectly fired when adding or removing table rows and columns. #TINY-4829
+- Fixed the placeholder not hiding when pasting content into the editor. #TINY-4828
+- Fixed an issue where the editor would fail to load if local storage was disabled. #TINY-5935
+- Fixed an issue where an uploaded image would reuse a cached image with a different mime type. #TINY-5988
+- Fixed bug where toolbars and dialogs would not show if the body element was replaced (e.g. with Turbolinks). Patch contributed by spohlenz. #GH-5653
+- Fixed an issue where multiple formats would be removed when removing a single format at the end of lines or on empty lines. #TINY-1170
+- Fixed zero-width spaces incorrectly included in the `wordcount` plugin character count. #TINY-5991
+- Fixed a regression introduced in 5.2.0 whereby the desktop `toolbar_mode` setting would incorrectly override the mobile default setting. #TINY-5998
+- Fixed an issue where deleting all content in a single cell table would delete the entire table. #TINY-1044
+
+## 5.2.2 - 2020-04-23
+
+### Fixed
+- Fixed an issue where anchors could not be inserted on empty lines. #TINY-2788
+- Fixed text decorations (underline, strikethrough) not consistently inheriting the text color. #TINY-4757
+- Fixed `format` menu alignment buttons inconsistently applying to images. #TINY-4057
+- Fixed the floating toolbar drawer height collapsing when the editor is rendered in modal dialogs or floating containers. #TINY-4837
+- Fixed `media` embed content not processing safely in some cases. #TINY-4857
+
+## 5.2.1 - 2020-03-25
+
+### Fixed
+- Fixed the "is decorative" checkbox in the image dialog clearing after certain dialog events. #FOAM-11
+- Fixed possible uncaught exception when a `style` attribute is removed using a content filter on `setContent`. #TINY-4742
+- Fixed the table selection not functioning correctly in Microsoft Edge 44 or higher. #TINY-3862
+- Fixed the table resize handles not functioning correctly in Microsoft Edge 44 or higher. #TINY-4160
+- Fixed the floating toolbar drawer disconnecting from the toolbar when adding content in inline mode. #TINY-4725 #TINY-4765
+- Fixed `readonly` mode not returning the appropriate boolean value. #TINY-3948
+- Fixed the `forced_root_block_attrs` setting not applying attributes to new blocks consistently. #TINY-4564
+- Fixed the editor incorrectly stealing focus during initialization in Microsoft Internet Explorer. #TINY-4697
+- Fixed dialogs stealing focus when opening an alert or confirm dialog using an `onAction` callback. #TINY-4014
+- Fixed inline dialogs incorrectly closing when clicking on an opened alert or confirm dialog. #TINY-4012
+- Fixed the context toolbar overlapping the menu bar and toolbar. #TINY-4586
+- Fixed notification and inline dialog positioning issues when using `toolbar_location: 'bottom'`. #TINY-4586
+- Fixed the `colorinput` popup appearing offscreen on mobile devices. #TINY-4711
+- Fixed special characters not being found when searching by "whole words only". #TINY-4522
+- Fixed an issue where dragging images could cause them to be duplicated. #TINY-4195
+- Fixed context toolbars activating without the editor having focus. #TINY-4754
+- Fixed an issue where removing the background color of text did not always work. #TINY-4770
+- Fixed an issue where new rows and columns in a table did not retain the style of the previous row or column. #TINY-4788
+
+## 5.2.0 - 2020-02-13
+
+### Added
+- Added the ability to apply formats to spaces. #TINY-4200
+- Added new `toolbar_location` setting to allow for positioning the menu and toolbar at the bottom of the editor. #TINY-4210
+- Added new `toolbar_groups` setting to allow a custom floating toolbar group to be added to the toolbar when using `floating` toolbar mode. #TINY-4229
+- Added new `link_default_protocol` setting to `link` and `autolink` plugin to allow a protocol to be used by default. #TINY-3328
+- Added new `placeholder` setting to allow a placeholder to be shown when the editor is empty. #TINY-3917
+- Added new `tinymce.dom.TextSeeker` API to allow searching text across different DOM nodes. #TINY-4200
+- Added a drop shadow below the toolbar while in sticky mode and introduced Oxide variables to customize it when creating a custom skin. #TINY-4343
+- Added `quickbars_image_toolbar` setting to allow for the image quickbar to be turned off. #TINY-4398
+- Added iframe and img `loading` attribute to the default schema. Patch contributed by ataylor32. #GH-5112
+- Added new `getNodeFilters`/`getAttributeFilters` functions to the `editor.serializer` instance. #TINY-4344
+- Added new `a11y_advanced_options` setting to allow additional accessibility options to be added. #FOAM-11
+- Added new accessibility options and behaviours to the image dialog using `a11y_advanced_options`. #FOAM-11
+- Added the ability to use the window `PrismJS` instance for the `codesample` plugin instead of the bundled version to allow for styling custom languages. #TINY-4504
+- Added error message events that fire when a resource loading error occurs. #TINY-4509
+
+### Changed
+- Changed the default schema to disallow `onchange` for select elements. #TINY-4614
+- Changed default `toolbar_mode` value from false to `wrap`. The value false has been deprecated. #TINY-4617
+- Changed `toolbar_drawer` setting to `toolbar_mode`. `toolbar_drawer` has been deprecated. #TINY-4416
+- Changed iframe mode to set selection on content init if selection doesn't exist. #TINY-4139
+- Changed table related icons to align them with the visual style of the other icons. #TINY-4341
+- Changed and improved the visual appearance of the color input field. #TINY-2917
+- Changed fake caret container to use `forced_root_block` when possible. #TINY-4190
+- Changed the `requireLangPack` API to wait until the plugin has been loaded before loading the language pack. #TINY-3716
+- Changed the formatter so `style_formats` are registered before the initial content is loaded into the editor. #TINY-4238
+- Changed media plugin to use https protocol for media urls by default. #TINY-4577
+- Changed the parser to treat CDATA nodes as bogus HTML comments to match the HTML parsing spec. A new `preserve_cdata` setting has been added to preserve CDATA nodes if required. #TINY-4625
+
+### Fixed
+- Fixed incorrect parsing of malformed/bogus HTML comments. #TINY-4625
+- Fixed `quickbars` selection toolbar appearing on non-editable elements. #TINY-4359
+- Fixed bug with alignment toolbar buttons sometimes not changing state correctly. #TINY-4139
+- Fixed the `codesample` toolbar button not toggling when selecting code samples other than HTML. #TINY-4504
+- Fixed content incorrectly scrolling to the top or bottom when pressing enter if when the content was already in view. #TINY-4162
+- Fixed `scrollIntoView` potentially hiding elements behind the toolbar. #TINY-4162
+- Fixed editor not respecting the `resize_img_proportional` setting due to legacy code. #TINY-4236
+- Fixed flickering floating toolbar drawer in inline mode. #TINY-4210
+- Fixed an issue where the template plugin dialog would be indefinitely blocked on a failed template load. #TINY-2766
+- Fixed the `mscontrolselect` event not being unbound on IE/Edge. #TINY-4196
+- Fixed Confirm dialog footer buttons so only the "Yes" button is highlighted. #TINY-4310
+- Fixed `file_picker_callback` functionality for Image, Link and Media plugins. #TINY-4163
+- Fixed issue where floating toolbar drawer sometimes would break if the editor is resized while the drawer is open. #TINY-4439
+- Fixed incorrect `external_plugins` loading error message. #TINY-4503
+- Fixed resize handler was not hidden for ARIA purposes. Patch contributed by Parent5446. #GH-5195
+- Fixed an issue where content could be lost if a misspelled word was selected and spellchecking was disabled. #TINY-3899
+- Fixed validation errors in the CSS where certain properties had the wrong default value. #TINY-4491
+- Fixed an issue where forced root block attributes were not applied when removing a list. #TINY-4272
+- Fixed an issue where the element path isn't being cleared when there are no parents. #TINY-4412
+- Fixed an issue where width and height in svg icons containing `rect` elements were overridden by the CSS reset. #TINY-4408
+- Fixed an issue where uploading images with `images_reuse_filename` enabled and that included a query parameter would generate an invalid URL. #TINY-4638
+- Fixed the `closeButton` property not working when opening notifications. #TINY-4674
+- Fixed keyboard flicker when opening a context menu on mobile. #TINY-4540
+- Fixed issue where plus icon svg contained strokes. #TINY-4681
+
+## 5.1.6 - 2020-01-28
+
+### Fixed
+- Fixed `readonly` mode not blocking all clicked links. #TINY-4572
+- Fixed legacy font sizes being calculated inconsistently for the `FontSize` query command value. #TINY-4555
+- Fixed changing a tables row from `Header` to `Body` incorrectly moving the row to the bottom of the table. #TINY-4593
+- Fixed the context menu not showing in certain cases with hybrid devices. #TINY-4569
+- Fixed the context menu opening in the wrong location when the target is the editor body. #TINY-4568
+- Fixed the `image` plugin not respecting the `automatic_uploads` setting when uploading local images. #TINY-4287
+- Fixed security issue related to parsing HTML comments and CDATA. #TINY-4544
+
+## 5.1.5 - 2019-12-19
+
+### Fixed
+- Fixed the UI not working with hybrid devices that accept both touch and mouse events. #TNY-4521
+- Fixed the `charmap` dialog initially focusing the first tab of the dialog instead of the search input field. #TINY-4342
+- Fixed an exception being raised when inserting content if the caret was directly before or after a `contenteditable="false"` element. #TINY-4528
+- Fixed a bug with pasting image URLs when paste as text is enabled. #TINY-4523
+
+## 5.1.4 - 2019-12-11
+
+### Fixed
+- Fixed dialog contents disappearing when clicking a checkbox for right-to-left languages. #TINY-4518
+- Fixed the `legacyoutput` plugin registering legacy formats after editor initialization, causing legacy content to be stripped on the initial load. #TINY-4447
+- Fixed search and replace not cycling through results when searching using special characters. #TINY-4506
+- Fixed the `visualchars` plugin converting HTML-like text to DOM elements in certain cases. #TINY-4507
+- Fixed an issue with the `paste` plugin not sanitizing content in some cases. #TINY-4510
+- Fixed HTML comments incorrectly being parsed in certain cases. #TINY-4511
+
+## 5.1.3 - 2019-12-04
+
+### Fixed
+- Fixed sticky toolbar not undocking when fullscreen mode is activated. #TINY-4390
+- Fixed the "Current Window" target not applying when updating links using the link dialog. #TINY-4063
+- Fixed disabled menu items not highlighting when focused. #TINY-4339
+- Fixed touch events passing through dialog collection items to the content underneath on Android devices. #TINY-4431
+- Fixed keyboard navigation of the Help dialog's Keyboard Navigation tab. #TINY-4391
+- Fixed search and replace dialog disappearing when finding offscreen matches on iOS devices. #TINY-4350
+- Fixed performance issues where sticky toolbar was jumping while scrolling on slower browsers. #TINY-4475
+
+## 5.1.2 - 2019-11-19
+
+### Fixed
+- Fixed desktop touch devices using `mobile` configuration overrides. #TINY-4345
+- Fixed unable to disable the new scrolling toolbar feature. #TINY-4345
+- Fixed touch events passing through any pop-up items to the content underneath on Android devices. #TINY-4367
+- Fixed the table selector handles throwing JavaScript exceptions for non-table selections. #TINY-4338
+- Fixed `cut` operations not removing selected content on Android devices when the `paste` plugin is enabled. #TINY-4362
+- Fixed inline toolbar not constrained to the window width by default. #TINY-4314
+- Fixed context toolbar split button chevrons pointing right when they should be pointing down. #TINY-4257
+- Fixed unable to access the dialog footer in tabbed dialogs on small screens. #TINY-4360
+- Fixed mobile table selectors were hard to select with touch by increasing the size. #TINY-4366
+- Fixed mobile table selectors moving when moving outside the editor. #TINY-4366
+- Fixed inline toolbars collapsing when using sliding toolbars. #TINY-4389
+- Fixed block textpatterns not treating NBSPs as spaces. #TINY-4378
+- Fixed backspace not merging blocks when the last element in the preceding block was a `contenteditable="false"` element. #TINY-4235
+- Fixed toolbar buttons that only contain text labels overlapping on mobile devices. #TINY-4395
+- Fixed quickbars quickimage picker not working on mobile. #TINY-4377
+- Fixed fullscreen not resizing in an iOS WKWebView component. #TINY-4413
+
+## 5.1.1 - 2019-10-28
+
+### Fixed
+- Fixed font formats containing spaces being wrapped in `"` entities instead of single quotes. #TINY-4275
+- Fixed alert and confirm dialogs losing focus when clicked. #TINY-4248
+- Fixed clicking outside a modal dialog focusing on the document body. #TINY-4249
+- Fixed the context toolbar not hiding when scrolled out of view. #TINY-4265
+
+## 5.1.0 - 2019-10-17
+
+### Added
+- Added touch selector handles for table selections on touch devices. #TINY-4097
+- Added border width field to Table Cell dialog. #TINY-4028
+- Added touch event listener to media plugin to make embeds playable. #TINY-4093
+- Added oxide styling options to notifications and tweaked the default variables. #TINY-4153
+- Added additional padding to split button chevrons on touch devices, to make them easier to interact with. #TINY-4223
+- Added new platform detection functions to `Env` and deprecated older detection properties. #TINY-4184
+- Added `inputMode` config field to specify inputmode attribute of `input` dialog components. #TINY-4062
+- Added new `inputMode` property to relevant plugins/dialogs. #TINY-4102
+- Added new `toolbar_sticky` setting to allow the iframe menubar/toolbar to stick to the top of the window when scrolling. #TINY-3982
+
+### Changed
+- Changed default setting for `toolbar_drawer` to `floating`. #TINY-3634
+- Changed mobile phones to use the `silver` theme by default. #TINY-3634
+- Changed some editor settings to default to `false` on touch devices:
+ - `menubar`(phones only). #TINY-4077
+ - `table_grid`. #TINY-4075
+ - `resize`. #TINY-4157
+ - `object_resizing`. #TINY-4157
+- Changed toolbars and context toolbars to sidescroll on mobile. #TINY-3894 #TINY-4107
+- Changed context menus to render as horizontal menus on touch devices. #TINY-4107
+- Changed the editor to use the `VisualViewport` API of the browser where possible. #TINY-4078
+- Changed visualblocks toolbar button icon and renamed `paragraph` icon to `visualchars`. #TINY-4074
+- Changed Oxide default for `@toolbar-button-chevron-color` to follow toolbar button icon color. #TINY-4153
+- Changed the `urlinput` dialog component to use the `url` type attribute. #TINY-4102
+
+### Fixed
+- Fixed Safari desktop visual viewport fires resize on fullscreen breaking the restore function. #TINY-3976
+- Fixed scroll issues on mobile devices. #TINY-3976
+- Fixed context toolbar unable to refresh position on iOS12. #TINY-4107
+- Fixed ctrl+left click not opening links on readonly mode and the preview dialog. #TINY-4138
+- Fixed Slider UI component not firing `onChange` event on touch devices. #TINY-4092
+- Fixed notifications overlapping instead of stacking. #TINY-3478
+- Fixed inline dialogs positioning incorrectly when the page is scrolled. #TINY-4018
+- Fixed inline dialogs and menus not repositioning when resizing. #TINY-3227
+- Fixed inline toolbar incorrectly stretching to the full width when a width value was provided. #TINY-4066
+- Fixed menu chevrons color to follow the menu text color. #TINY-4153
+- Fixed table menu selection grid from staying black when using dark skins, now follows border color. #TINY-4153
+- Fixed Oxide using the wrong text color variable for menubar button focused state. #TINY-4146
+- Fixed the autoresize plugin not keeping the selection in view when resizing. #TINY-4094
+- Fixed textpattern plugin throwing exceptions when using `forced_root_block: false`. #TINY-4172
+- Fixed missing CSS fill styles for toolbar button icon active state. #TINY-4147
+- Fixed an issue where the editor selection could end up inside a short ended element (such as `br`). #TINY-3999
+- Fixed browser selection being lost in inline mode when opening split dropdowns. #TINY-4197
+- Fixed backspace throwing an exception when using `forced_root_block: false`. #TINY-4099
+- Fixed floating toolbar drawer expanding outside the bounds of the editor. #TINY-3941
+- Fixed the autocompleter not activating immediately after a `br` or `contenteditable=false` element. #TINY-4194
+- Fixed an issue where the autocompleter would incorrectly close on IE 11 in certain edge cases. #TINY-4205
+
+## 5.0.16 - 2019-09-24
+
+### Added
+- Added new `referrer_policy` setting to add the `referrerpolicy` attribute when loading scripts or stylesheets. #TINY-3978
+- Added a slight background color to dialog tab links when focused to aid keyboard navigation. #TINY-3877
+
+### Fixed
+- Fixed media poster value not updating on change. #TINY-4013
+- Fixed openlink was not registered as a toolbar button. #TINY-4024
+- Fixed failing to initialize if a script tag was used inside a SVG. #TINY-4087
+- Fixed double top border showing on toolbar without menubar when toolbar_drawer is enabled. #TINY-4118
+- Fixed unable to drag inline dialogs to the bottom of the screen when scrolled. #TINY-4154
+- Fixed notifications appearing on top of the toolbar when scrolled in inline mode. #TINY-4159
+- Fixed notifications displaying incorrectly on IE 11. #TINY-4169
+
+## 5.0.15 - 2019-09-02
+
+### Added
+- Added a dark `content_css` skin to go with the dark UI skin. #TINY-3743
+
+### Changed
+- Changed the enabled state on toolbar buttons so they don't get the hover effect. #TINY-3974
+
+### Fixed
+- Fixed missing CSS active state on toolbar buttons. #TINY-3966
+- Fixed `onChange` callback not firing for the colorinput dialog component. #TINY-3968
+- Fixed context toolbars not showing in fullscreen mode. #TINY-4023
+
+## 5.0.14 - 2019-08-19
+
+### Added
+- Added an API to reload the autocompleter menu with additional fetch metadata #MENTIONS-17
+
+### Fixed
+- Fixed missing toolbar button border styling options. #TINY-3965
+- Fixed image upload progress notification closing before the upload is complete. #TINY-3963
+- Fixed inline dialogs not closing on escape when no dialog component is in focus. #TINY-3936
+- Fixed plugins not being filtered when defaulting to mobile on phones. #TINY-3537
+- Fixed toolbar more drawer showing the content behind it when transitioning between opened and closed states. #TINY-3878
+- Fixed focus not returning to the dialog after pressing the "Replace all" button in the search and replace dialog. #TINY-3961
+
+### Removed
+- Removed Oxide variable `@menubar-select-disabled-border-color` and replaced it with `@menubar-select-disabled-border`. #TINY-3965
+
+## 5.0.13 - 2019-08-06
+
+### Changed
+- Changed modal dialogs to prevent dragging by default and added new `draggable_modal` setting to restore dragging. #TINY-3873
+- Changed the nonbreaking plugin to insert nbsp characters wrapped in spans to aid in filtering. This can be disabled using the `nonbreaking_wrap` setting. #TINY-3647
+- Changed backspace behaviour in lists to outdent nested list items when the cursor is at the start of the list item. #TINY-3651
+
+### Fixed
+- Fixed sidebar growing beyond editor bounds in IE 11. #TINY-3937
+- Fixed issue with being unable to keyboard navigate disabled toolbar buttons. #TINY-3350
+- Fixed issues with backspace and delete in nested contenteditable true and false elements. #TINY-3868
+- Fixed issue with losing keyboard navigation in dialogs due to disabled buttons. #TINY-3914
+- Fixed `MouseEvent.mozPressure is deprecated` warning in Firefox. #TINY-3919
+- Fixed `default_link_target` not being respected when `target_list` is disabled. #TINY-3757
+- Fixed mobile plugin filter to only apply to the mobile theme, rather than all mobile platforms. #TINY-3405
+- Fixed focus switching to another editor during mode changes. #TINY-3852
+- Fixed an exception being thrown when clicking on an uninitialized inline editor. #TINY-3925
+- Fixed unable to keyboard navigate to dialog menu buttons. #TINY-3933
+- Fixed dialogs being able to be dragged outside the window viewport. #TINY-3787
+- Fixed inline dialogs appearing above modal dialogs. #TINY-3932
+
+## 5.0.12 - 2019-07-18
+
+### Added
+- Added ability to utilize UI dialog panels inside other panels. #TINY-3305
+- Added help dialog tab explaining keyboard navigation of the editor. #TINY-3603
+
+### Changed
+- Changed the "Find and Replace" design to an inline dialog. #TINY-3054
+
+### Fixed
+- Fixed issue where autolink spacebar event was not being fired on Edge. #TINY-3891
+- Fixed table selection missing the background color. #TINY-3892
+- Fixed removing shortcuts not working for function keys. #TINY-3871
+- Fixed non-descriptive UI component type names. #TINY-3349
+- Fixed UI registry components rendering as the wrong type when manually specifying a different type. #TINY-3385
+- Fixed an issue where dialog checkbox, input, selectbox, textarea and urlinput components couldn't be disabled. #TINY-3708
+- Fixed the context toolbar not using viable screen space in inline/distraction free mode. #TINY-3717
+- Fixed the context toolbar overlapping the toolbar in various conditions. #TINY-3205
+- Fixed IE11 edge case where items were being inserted into the wrong location. #TINY-3884
+
+## 5.0.11 - 2019-07-04
+
+### Fixed
+- Fixed packaging errors caused by a rollup treeshaking bug (https://github.com/rollup/rollup/issues/2970). #TINY-3866
+- Fixed the customeditor component not able to get data from the dialog api. #TINY-3866
+- Fixed collection component tooltips not being translated. #TINY-3855
+
+## 5.0.10 - 2019-07-02
+
+### Added
+- Added support for all HTML color formats in `color_map` setting. #TINY-3837
+
+### Changed
+- Changed backspace key handling to outdent content in appropriate circumstances. #TINY-3685
+- Changed default palette for forecolor and backcolor to include some lighter colors suitable for highlights. #TINY-2865
+- Changed the search and replace plugin to cycle through results. #TINY-3800
+
+### Fixed
+- Fixed inconsistent types causing some properties to be unable to be used in dialog components. #TINY-3778
+- Fixed an issue in the Oxide skin where dialog content like outlines and shadows were clipped because of overflow hidden. #TINY-3566
+- Fixed the search and replace plugin not resetting state when changing the search query. #TINY-3800
+- Fixed backspace in lists not creating an undo level. #TINY-3814
+- Fixed the editor to cancel loading in quirks mode where the UI is not supported. #TINY-3391
+- Fixed applying fonts not working when the name contained spaces and numbers. #TINY-3801
+- Fixed so that initial content is retained when initializing on list items. #TINY-3796
+- Fixed inefficient font name and font size current value lookup during rendering. #TINY-3813
+- Fixed mobile font copied into the wrong folder for the oxide-dark skin. #TINY-3816
+- Fixed an issue where resizing the width of tables would produce inaccurate results. #TINY-3827
+- Fixed a memory leak in the Silver theme. #TINY-3797
+- Fixed alert and confirm dialogs using incorrect markup causing inconsistent padding. #TINY-3835
+- Fixed an issue in the Table plugin with `table_responsive_width` not enforcing units when resizing. #TINY-3790
+- Fixed leading, trailing and sequential spaces being lost when pasting plain text. #TINY-3726
+- Fixed exception being thrown when creating relative URIs. #TINY-3851
+- Fixed focus is no longer set to the editor content during mode changes unless the editor already had focus. #TINY-3852
+
+## 5.0.9 - 2019-06-26
+
+### Fixed
+- Fixed print plugin not working in Firefox. #TINY-3834
+
+## 5.0.8 - 2019-06-18
+
+### Added
+- Added back support for multiple toolbars. #TINY-2195
+- Added support for .m4a files to the media plugin. #TINY-3750
+- Added new base_url and suffix editor init options. #TINY-3681
+
+### Fixed
+- Fixed incorrect padding for select boxes with visible values. #TINY-3780
+- Fixed selection incorrectly changing when programmatically setting selection on contenteditable false elements. #TINY-3766
+- Fixed sidebar background being transparent. #TINY-3727
+- Fixed the build to remove duplicate iife wrappers. #TINY-3689
+- Fixed bogus autocompleter span appearing in content when the autocompleter menu is shown. #TINY-3752
+- Fixed toolbar font size select not working with legacyoutput plugin. #TINY-2921
+- Fixed the legacyoutput plugin incorrectly aligning images. #TINY-3660
+- Fixed remove color not working when using the legacyoutput plugin. #TINY-3756
+- Fixed the font size menu applying incorrect sizes when using the legacyoutput plugin. #TINY-3773
+- Fixed scrollIntoView not working when the parent window was out of view. #TINY-3663
+- Fixed the print plugin printing from the wrong window in IE11. #TINY-3762
+- Fixed content CSS loaded over CORS not loading in the preview plugin with content_css_cors enabled. #TINY-3769
+- Fixed the link plugin missing the default "None" option for link list. #TINY-3738
+- Fixed small dot visible with menubar and toolbar disabled in inline mode. #TINY-3623
+- Fixed space key properly inserts a nbsp before/after block elements. #TINY-3745
+- Fixed native context menu not showing with images in IE11. #TINY-3392
+- Fixed inconsistent browser context menu image selection. #TINY-3789
+
+## 5.0.7 - 2019-06-05
+
+### Added
+- Added new toolbar button and menu item for inserting tables via dialog. #TINY-3636
+- Added new API for adding/removing/changing tabs in the Help dialog. #TINY-3535
+- Added highlighting of matched text in autocompleter items. #TINY-3687
+- Added the ability for autocompleters to work with matches that include spaces. #TINY-3704
+- Added new `imagetools_fetch_image` callback to allow custom implementations for cors loading of images. #TINY-3658
+- Added `'http'` and `https` options to `link_assume_external_targets` to prepend `http://` or `https://` prefixes when URL does not contain a protocol prefix. Patch contributed by francoisfreitag. #GH-4335
+
+### Changed
+- Changed annotations navigation to work the same as inline boundaries. #TINY-3396
+- Changed tabpanel API by adding a `name` field and changing relevant methods to use it. #TINY-3535
+
+### Fixed
+- Fixed text color not updating all color buttons when choosing a color. #TINY-3602
+- Fixed the autocompleter not working with fragmented text. #TINY-3459
+- Fixed the autosave plugin no longer overwrites window.onbeforeunload. #TINY-3688
+- Fixed infinite loop in the paste plugin when IE11 takes a long time to process paste events. Patch contributed by lRawd. #GH-4987
+- Fixed image handle locations when using `fixed_toolbar_container`. Patch contributed by t00. #GH-4966
+- Fixed the autoresize plugin not firing `ResizeEditor` events. #TINY-3587
+- Fixed editor in fullscreen mode not extending to the bottom of the screen. #TINY-3701
+- Fixed list removal when pressing backspace after the start of the list item. #TINY-3697
+- Fixed autocomplete not triggering from compositionend events. #TINY-3711
+- Fixed `file_picker_callback` could not set the caption field on the insert image dialog. #TINY-3172
+- Fixed the autocompleter menu showing up after a selection had been made. #TINY-3718
+- Fixed an exception being thrown when a file or number input has focus during initialization. Patch contributed by t00. #GH-2194
+
+## 5.0.6 - 2019-05-22
+
+### Added
+- Added `icons_url` editor settings to enable icon packs to be loaded from a custom url. #TINY-3585
+- Added `image_uploadtab` editor setting to control the visibility of the upload tab in the image dialog. #TINY-3606
+- Added new api endpoints to the wordcount plugin and improved character count logic. #TINY-3578
+
+### Changed
+- Changed plugin, language and icon loading errors to log in the console instead of a notification. #TINY-3585
+
+### Fixed
+- Fixed the textpattern plugin not working with fragmented text. #TINY-3089
+- Fixed various toolbar drawer accessibility issues and added an animation. #TINY-3554
+- Fixed issues with selection and ui components when toggling readonly mode. #TINY-3592
+- Fixed so readonly mode works with inline editors. #TINY-3592
+- Fixed docked inline toolbar positioning when scrolled. #TINY-3621
+- Fixed initial value not being set on bespoke select in quickbars and toolbar drawer. #TINY-3591
+- Fixed so that nbsp entities aren't trimmed in white-space: pre-line elements. #TINY-3642
+- Fixed `mceInsertLink` command inserting spaces instead of url encoded characters. #GH-4990
+- Fixed text content floating on top of dialogs in IE11. #TINY-3640
+
+## 5.0.5 - 2019-05-09
+
+### Added
+- Added menu items to match the forecolor/backcolor toolbar buttons. #TINY-2878
+- Added default directionality based on the configured language. #TINY-2621
+- Added styles, icons and tests for rtl mode. #TINY-2621
+
+### Fixed
+- Fixed autoresize not working with floating elements or when media elements finished loading. #TINY-3545
+- Fixed incorrect vertical caret positioning in IE 11. #TINY-3188
+- Fixed submenu anchoring hiding overflowed content. #TINY-3564
+
+### Removed
+- Removed unused and hidden validation icons to avoid displaying phantom tooltips. #TINY-2329
+
+## 5.0.4 - 2019-04-23
+
+### Added
+- Added back URL dialog functionality, which is now available via `editor.windowManager.openUrl()`. #TINY-3382
+- Added the missing throbber functionality when calling `editor.setProgressState(true)`. #TINY-3453
+- Added function to reset the editor content and undo/dirty state via `editor.resetContent()`. #TINY-3435
+- Added the ability to set menu buttons as active. #TINY-3274
+- Added `editor.mode` API, featuring a custom editor mode API. #TINY-3406
+- Added better styling to floating toolbar drawer. #TINY-3479
+- Added the new premium plugins to the Help dialog plugins tab. #TINY-3496
+- Added the linkchecker context menu items to the default configuration. #TINY-3543
+
+### Fixed
+- Fixed image context menu items showing on placeholder images. #TINY-3280
+- Fixed dialog labels and text color contrast within notifications/alert banners to satisfy WCAG 4.5:1 contrast ratio for accessibility. #TINY-3351
+- Fixed selectbox and colorpicker items not being translated. #TINY-3546
+- Fixed toolbar drawer sliding mode to correctly focus the editor when tabbing via keyboard navigation. #TINY-3533
+- Fixed positioning of the styleselect menu in iOS while using the mobile theme. #TINY-3505
+- Fixed the menubutton `onSetup` callback to be correctly executed when rendering the menu buttons. #TINY-3547
+- Fixed `default_link_target` setting to be correctly utilized when creating a link. #TINY-3508
+- Fixed colorpicker floating marginally outside its container. #TINY-3026
+- Fixed disabled menu items displaying as active when hovered. #TINY-3027
+
+### Removed
+- Removed redundant mobile wrapper. #TINY-3480
+
+## 5.0.3 - 2019-03-19
+
+### Changed
+- Changed empty nested-menu items within the style formats menu to be disabled or hidden if the value of `style_formats_autohide` is `true`. #TINY-3310
+- Changed the entire phrase 'Powered by Tiny' in the status bar to be a link instead of just the word 'Tiny'. #TINY-3366
+- Changed `formatselect`, `styleselect` and `align` menus to use the `mceToggleFormat` command internally. #TINY-3428
+
+### Fixed
+- Fixed toolbar keyboard navigation to work as expected when `toolbar_drawer` is configured. #TINY-3432
+- Fixed text direction buttons to display the correct pressed state in selections that have no explicit `dir` property. #TINY-3138
+- Fixed the mobile editor to clean up properly when removed. #TINY-3445
+- Fixed quickbar toolbars to add an empty box to the screen when it is set to `false`. #TINY-3439
+- Fixed an issue where pressing the **Delete/Backspace** key at the edge of tables was creating incorrect selections. #TINY-3371
+- Fixed an issue where dialog collection items (emoticon and special character dialogs) couldn't be selected with touch devices. #TINY-3444
+- Fixed a type error introduced in TinyMCE version 5.0.2 when calling `editor.getContent()` with nested bookmarks. #TINY-3400
+- Fixed an issue that prevented default icons from being overridden. #TINY-3449
+- Fixed an issue where **Home/End** keys wouldn't move the caret correctly before or after `contenteditable=false` inline elements. #TINY-2995
+- Fixed styles to be preserved in IE 11 when editing via the `fullpage` plugin. #TINY-3464
+- Fixed the `link` plugin context toolbar missing the open link button. #TINY-3461
+- Fixed inconsistent dialog component spacing. #TINY-3436
+
+## 5.0.2 - 2019-03-05
+
+### Added
+- Added presentation and document presets to `htmlpanel` dialog component. #TINY-2694
+- Added missing fixed_toolbar_container setting has been reimplemented in the Silver theme. #TINY-2712
+- Added a new toolbar setting `toolbar_drawer` that moves toolbar groups which overflow the editor width into either a `sliding` or `floating` toolbar section. #TINY-2874
+
+### Changed
+- Updated the build process to include package lock files in the dev distribution archive. #TINY-2870
+
+### Fixed
+- Fixed inline dialogs did not have aria attributes. #TINY-2694
+- Fixed default icons are now available in the UI registry, allowing use outside of toolbar buttons. #TINY-3307
+- Fixed a memory leak related to select toolbar items. #TINY-2874
+- Fixed a memory leak due to format changed listeners that were never unbound. #TINY-3191
+- Fixed an issue where content may have been lost when using permanent bookmarks. #TINY-3400
+- Fixed the quicklink toolbar button not rendering in the quickbars plugin. #TINY-3125
+- Fixed an issue where menus were generating invalid HTML in some cases. #TINY-3323
+- Fixed an issue that could cause the mobile theme to show a blank white screen when the editor was inside an `overflow:hidden` element. #TINY-3407
+- Fixed mobile theme using a transparent background and not taking up the full width on iOS. #TINY-3414
+- Fixed the template plugin dialog missing the description field. #TINY-3337
+- Fixed input dialog components using an invalid default type attribute. #TINY-3424
+- Fixed an issue where backspace/delete keys after/before pagebreak elements wouldn't move the caret. #TINY-3097
+- Fixed an issue in the table plugin where menu items and toolbar buttons weren't showing correctly based on the selection. #TINY-3423
+- Fixed inconsistent button focus styles in Firefox. #TINY-3377
+- Fixed the resize icon floating left when all status bar elements were disabled. #TINY-3340
+- Fixed the resize handle to not show in fullscreen mode. #TINY-3404
+
+## 5.0.1 - 2019-02-21
+
+### Added
+- Added H1-H6 toggle button registration to the silver theme. #TINY-3070
+- Added code sample toolbar button will now toggle on when the cursor is in a code section. #TINY-3040
+- Added new settings to the emoticons plugin to allow additional emoticons to be added. #TINY-3088
+
+### Fixed
+- Fixed an issue where adding links to images would replace the image with text. #TINY-3356
+- Fixed an issue where the inline editor could use fractional pixels for positioning. #TINY-3202
+- Fixed an issue where uploading non-image files in the Image Plugin upload tab threw an error. #TINY-3244
+- Fixed an issue in the media plugin that was causing the source url and height/width to be lost in certain circumstances. #TINY-2858
+- Fixed an issue with the Context Toolbar not being removed when clicking outside of the editor. #TINY-2804
+- Fixed an issue where clicking 'Remove link' wouldn't remove the link in certain circumstances. #TINY-3199
+- Fixed an issue where the media plugin would fail when parsing dialog data. #TINY-3218
+- Fixed an issue where retrieving the selected content as text didn't create newlines. #TINY-3197
+- Fixed incorrect keyboard shortcuts in the Help dialog for Windows. #TINY-3292
+- Fixed an issue where JSON serialization could produce invalid JSON. #TINY-3281
+- Fixed production CSS including references to source maps. #TINY-3920
+- Fixed development CSS was not included in the development zip. #TINY-3920
+- Fixed the autocompleter matches predicate not matching on the start of words by default. #TINY-3306
+- Fixed an issue where the page could be scrolled with modal dialogs open. #TINY-2252
+- Fixed an issue where autocomplete menus would show an icon margin when no items had icons. #TINY-3329
+- Fixed an issue in the quickbars plugin where images incorrectly showed the text selection toolbar. #TINY-3338
+- Fixed an issue that caused the inline editor to fail to render when the target element already had focus. #TINY-3353
+
+### Removed
+- Removed paste as text notification banner and paste_plaintext_inform setting. #POW-102
+
+## 5.0.0 - 2019-02-04
+
+Full documentation for the version 5 features and changes is available at https://www.tiny.cloud/docs/tinymce/5/release-notes/release-notes50/
+
+### Added
+- Added links and registered names with * to denote premium plugins in Plugins tab of Help dialog. #TINY-3223
+
+### Changed
+- Changed Tiny 5 mobile skin to look more uniform with desktop. #TINY-2650
+- Blacklisted table, th and td as inline editor target. #TINY-717
+
+### Fixed
+- Fixed an issue where tab panel heights weren't sizing properly on smaller screens and weren't updating on resize. #TINY-3242
+- Fixed image tools not having any padding between the label and slider. #TINY-3220
+- Fixed context toolbar toggle buttons not showing the correct state. #TINY-3022
+- Fixed missing separators in the spellchecker context menu between the suggestions and actions. #TINY-3217
+- Fixed notification icon positioning in alert banners. #TINY-2196
+- Fixed a typo in the word count plugin name. #TINY-3062
+- Fixed charmap and emoticons dialogs not having a primary button. #TINY-3233
+- Fixed an issue where resizing wouldn't work correctly depending on the box-sizing model. #TINY-3278
+
+## 5.0.0-rc-2 - 2019-01-22
+
+### Added
+- Added screen reader accessibility for sidebar and statusbar. #TINY-2699
+
+### Changed
+- Changed formatting menus so they are registered and made the align toolbar button use an icon instead of text. #TINY-2880
+- Changed checkboxes to use a boolean for its state, instead of a string. #TINY-2848
+- Updated the textpattern plugin to properly support nested patterns and to allow running a command with a value for a pattern with a start and an end. #TINY-2991
+- Updated Emoticons and Charmap dialogs to be screen reader accessible. #TINY-2693
+
+### Fixed
+- Fixed the link dialog such that it will now retain class attributes when updating links. #TINY-2825
+- Fixed "Find and replace" not showing in the "Edit" menu by default. #TINY-3061
+- Fixed dropdown buttons missing the 'type' attribute, which could cause forms to be incorrectly submitted. #TINY-2826
+- Fixed emoticon and charmap search not returning expected results in certain cases. #TINY-3084
+- Fixed blank rel_list values throwing an exception in the link plugin. #TINY-3149
+
+### Removed
+- Removed unnecessary 'flex' and unused 'colspan' properties from the new dialog APIs. #TINY-2973
+
+## 5.0.0-rc-1 - 2019-01-08
+
+### Added
+- Added editor settings functionality to specify title attributes for toolbar groups. #TINY-2690
+- Added icons instead of button text to improve Search and Replace dialog footer appearance. #TINY-2654
+- Added `tox-dialog__table` instead of `mce-table-striped` class to enhance Help dialog appearance. #TINY-2360
+- Added title attribute to iframes so, screen readers can announce iframe labels. #TINY-2692
+- Added a wordcount menu item, that defaults to appearing in the tools menu. #TINY-2877
+
+### Changed
+- Updated the font select dropdown logic to try to detect the system font stack and show "System Font" as the font name. #TINY-2710
+- Updated the autocompleter to only show when it has matched items. #TINY-2350
+- Updated SizeInput labels to "Height" and "Width" instead of Dimensions. #TINY-2833
+- Updated the build process to minify and generate ASCII only output for the emoticons database. #TINY-2744
+
+### Fixed
+- Fixed readonly mode not fully disabling editing content. #TINY-2287
+- Fixed accessibility issues with the font select, font size, style select and format select toolbar dropdowns. #TINY-2713
+- Fixed accessibility issues with split dropdowns. #TINY-2697
+- Fixed the legacyoutput plugin to be compatible with TinyMCE 5.0. #TINY-2301
+- Fixed icons not showing correctly in the autocompleter popup. #TINY-3029
+- Fixed an issue where preview wouldn't show anything in Edge under certain circumstances. #TINY-3035
+- Fixed the height being incorrectly calculated for the autoresize plugin. #TINY-2807
+
+## 5.0.0-beta-1 - 2018-11-30
+
+### Added
+- Added a new `addNestedMenuItem()` UI registry function and changed all nested menu items to use the new registry functions. #TINY-2230
+- Added title attribute to color swatch colors. #TINY-2669
+- Added anchorbar component to anchor inline toolbar dialogs to instead of the toolbar. #TINY-2040
+- Added support for toolbar and toolbar array config options to be squashed into a single toolbar and not create multiple toolbars. #TINY-2195
+- Added error handling for when forced_root_block config option is set to true. #TINY-2261
+- Added functionality for the removed_menuitems config option. #TINY-2184
+- Added the ability to use a string to reference menu items in menu buttons and submenu items. #TINY-2253
+
+### Changed
+- Changed the name of the "inlite" plugin to "quickbars". #TINY-2831
+- Changed the background color icon to highlight background icon. #TINY-2258
+- Changed Help dialog to be accessible to screen readers. #TINY-2687
+- Changed the color swatch to save selected custom colors to local storage for use across sessions. #TINY-2722
+- Changed `WindowManager` API - methods `getParams`, `setParams` and `getWindows`, and the legacy `windows` property, have been removed. `alert` and `confirm` dialogs are no longer tracked in the window list. #TINY-2603
+
+### Fixed
+- Fixed an inline mode issue where the save plugin upon saving can cause content loss. #TINY-2659
+- Fixed an issue in IE 11 where calling selection.getContent() would return an empty string when the editor didn't have focus. #TINY-2325
+
+### Removed
+- Removed compat3x plugin. #TINY-2815
+
+## 5.0.0-preview-4 - 2018-11-12
+
+### Added
+- Added width and height placeholder text to image and media dialog dimensions input. #AP-296
+- Added the ability to keyboard navigate through menus, toolbars, sidebar and the status bar sequentially. #AP-381
+- Added translation capability back to the editor's UI. #AP-282
+- Added `label` component type for dialogs to group components under a label.
+
+### Changed
+- Changed the editor resize handle so that it should be disabled when the autoresize plugin is turned on. #AP-424
+- Changed UI text for microcopy improvements. #TINY-2281
+
+### Fixed
+- Fixed distraction free plugin. #AP-470
+- Fixed contents of the input field being selected on focus instead of just recieving an outline highlight. #AP-464
+- Fixed styling issues with dialogs and menus in IE 11. #AP-456
+- Fixed custom style format control not honoring custom formats. #AP-393
+- Fixed context menu not appearing when clicking an image with a caption. #AP-382
+- Fixed directionality of UI when using an RTL language. #AP-423
+- Fixed page responsiveness with multiple inline editors. #AP-430
+- Fixed empty toolbar groups appearing through invalid configuration of the `toolbar` property. #AP-450
+- Fixed text not being retained when updating links through the link dialog. #AP-293
+- Fixed edit image context menu, context toolbar and toolbar items being incorrectly enabled when selecting invalid images. #AP-323
+- Fixed emoji type ahead being shown when typing URLs. #AP-366
+- Fixed toolbar configuration properties incorrectly expecting string arrays instead of strings. #AP-342
+- Fixed the block formatting toolbar item not showing a "Formatting" title when there is no selection. #AP-321
+- Fixed clicking disabled toolbar buttons hiding the toolbar in inline mode. #AP-380
+- Fixed `EditorResize` event not being fired upon editor resize. #AP-327
+- Fixed tables losing styles when updating through the dialog. #AP-368
+- Fixed context toolbar positioning to be more consistent near the edges of the editor. #AP-318
+- Fixed table of contents plugin now works with v5 toolbar APIs correctly. #AP-347
+- Fixed the `link_context_toolbar` configuration not disabling the context toolbar. #AP-458
+- Fixed the link context toolbar showing incorrect relative links. #AP-435
+- Fixed the alignment of the icon in alert banner dialog components. #TINY-2220
+- Fixed the visual blocks and visual char menu options not displaying their toggled state. #TINY-2238
+- Fixed the editor not displaying as fullscreen when toggled. #TINY-2237
+
+### Removed
+- Removed the tox-custom-editor class that was added to the wrapping element of codemirror. #TINY-2211
+
+## 5.0.0-preview-3 - 2018-10-18
+
+### Changed
+- Changed editor layout to use modern CSS properties over manually calculating dimensions. #AP-324
+- Changed `autoresize_min_height` and `autoresize_max_height` configurations to `min_height` and `max_height`. #AP-324
+- Changed `Whole word` label in Search and Replace dialog to `Find whole words only`. #AP-387
+
+### Fixed
+- Fixed bugs with editor width jumping when resizing and the iframe not resizing to smaller than 150px in height. #AP-324
+- Fixed mobile theme bug that prevented the editor from loading. #AP-404
+- Fixed long toolbar groups extending outside of the editor instead of wrapping.
+- Fixed dialog titles so they are now proper case. #AP-384
+- Fixed color picker default to be #000000 instead of #ff00ff. #AP-216
+- Fixed "match case" option on the Find and Replace dialog is no longer selected by default. #AP-298
+- Fixed vertical alignment of toolbar icons. #DES-134
+- Fixed toolbar icons not appearing on IE11. #DES-133
+
+## 5.0.0-preview-2 - 2018-10-10
+
+### Added
+- Added swatch is now shown for colorinput fields, instead of the colorpicker directly. #AP-328
+- Added fontformats and fontsizes menu items. #AP-390
+
+### Changed
+- Changed configuration of color options has been simplified to `color_map`, `color_cols`, and `custom_colors`. #AP-328
+- Changed `height` configuration to apply to the editor frame (including menubar, toolbar, status bar) instead of the content area. #AP-324
+
+### Fixed
+- Fixed styleselect not updating the displayed item as the cursor moved. #AP-388
+- Fixed preview iframe not expanding to the dialog size. #AP-252
+- Fixed 'meta' shortcuts not translated into platform-specific text. #AP-270
+- Fixed tabbed dialogs (Charmap and Emoticons) shrinking when no search results returned.
+- Fixed a bug where alert banner icons were not retrieved from icon pack. #AP-330
+- Fixed component styles to flex so they fill large dialogs. #AP-252
+- Fixed editor flashing unstyled during load (still in progress). #AP-349
+
+### Removed
+- Removed `colorpicker` plugin, it is now in the theme. #AP-328
+- Removed `textcolor` plugin, it is now in the theme. #AP-328
+
+## 5.0.0-preview-1 - 2018-10-01
+
+Developer preview 1.
+
+Initial list of features and changes is available at https://www.tiny.cloud/docs/tinymce/5/release-notes/release-notes50/.
+
+## 4.9.11 - 2020-07-13
+
+### Fixed
+- Fixed the `selection.setContent()` API not running parser filters. #TINY-4002
+- Fixed content in an iframe element parsing as DOM elements instead of text content. #TINY-5943
+- Fixed up and down keyboard navigation not working for inline `contenteditable="false"` elements. #TINY-6226
+
+## 4.9.10 - 2020-04-23
+
+### Fixed
+- Fixed an issue where the editor selection could end up inside a short ended element (eg br). #TINY-3999
+- Fixed a security issue related to CDATA sanitization during parsing. #TINY-4669
+- Fixed `media` embed content not processing safely in some cases. #TINY-4857
+
+## 4.9.9 - 2020-03-25
+
+### Fixed
+- Fixed the table selection not functioning correctly in Microsoft Edge 44 or higher. #TINY-3862
+- Fixed the table resize handles not functioning correctly in Microsoft Edge 44 or higher. #TINY-4160
+- Fixed the `forced_root_block_attrs` setting not applying attributes to new blocks consistently. #TINY-4564
+- Fixed the editor failing to initialize if a script tag was used inside an SVG. #TINY-4087
+
+## 4.9.8 - 2020-01-28
+
+### Fixed
+- Fixed the `mobile` theme failing to load due to a bundling issue. #TINY-4613
+- Fixed security issue related to parsing HTML comments and CDATA. #TINY-4544
+
+## 4.9.7 - 2019-12-19
+
+### Fixed
+- Fixed the `visualchars` plugin converting HTML-like text to DOM elements in certain cases. #TINY-4507
+- Fixed an issue with the `paste` plugin not sanitizing content in some cases. #TINY-4510
+- Fixed HTML comments incorrectly being parsed in certain cases. #TINY-4511
+
+## 4.9.6 - 2019-09-02
+
+### Fixed
+- Fixed image browse button sometimes displaying the browse window twice. #TINY-3959
+
+## 4.9.5 - 2019-07-02
+
+### Changed
+- Changed annotations navigation to work the same as inline boundaries. #TINY-3396
+
+### Fixed
+- Fixed the print plugin printing from the wrong window in IE11. #TINY-3762
+- Fixed an exception being thrown when a file or number input has focus during initialization. Patch contributed by t00. #GH-2194
+- Fixed positioning of the styleselect menu in iOS while using the mobile theme. #TINY-3505
+- Fixed native context menu not showing with images in IE11. #TINY-3392
+- Fixed selection incorrectly changing when programmatically setting selection on contenteditable false elements. #TINY-3766
+- Fixed image browse button not working on touch devices. #TINY-3751
+- Fixed so that nbsp entities aren't trimmed in white-space: pre-line elements. #TINY-3642
+- Fixed space key properly inserts a nbsp before/after block elements. #TINY-3745
+- Fixed infinite loop in the paste plugin when IE11 takes a long time to process paste events. Patch contributed by lRawd. #GH-4987
+
+## 4.9.4 - 2019-03-20
+
+### Fixed
+- Fixed an issue where **Home/End** keys wouldn't move the caret correctly before or after `contenteditable=false` inline elements. #TINY-2995
+- Fixed an issue where content may have been lost when using permanent bookmarks. #TINY-3400
+- Fixed the mobile editor to clean up properly when removed. #TINY-3445
+- Fixed an issue where retrieving the selected content as text didn't create newlines. #TINY-3197
+- Fixed an issue where typing space between images would cause issues with nbsp not being inserted. #TINY-3346
+
+## 4.9.3 - 2019-01-31
+
+### Added
+- Added a visualchars_default_state setting to the Visualchars Plugin. Patch contributed by mat3e.
+
+### Fixed
+- Fixed a bug where scrolling on a page with more than one editor would cause a ResizeWindow event to fire. #TINY-3247
+- Fixed a bug where if a plugin threw an error during initialisation the whole editor would fail to load. #TINY-3243
+- Fixed a bug where getContent would include bogus elements when valid_elements setting was set up in a specific way. #TINY-3213
+- Fixed a bug where only a few function key names could be used when creating keyboard shortcuts. #TINY-3146
+- Fixed a bug where it wasn't possible to enter spaces into an editor after pressing shift+enter. #TINY-3099
+- Fixed a bug where no caret would be rendered after backspacing to a contenteditable false element. #TINY-2998
+- Fixed a bug where deletion to/from indented lists would leave list fragments in the editor. #TINY-2981
+
+## 4.9.2 - 2018-12-17
+
+### Fixed
+- Fixed a bug with pressing the space key on IE 11 would result in nbsp characters being inserted between words at the end of a block. #TINY-2996
+- Fixed a bug where character composition using quote and space on US International keyboards would produce a space instead of a quote. #TINY-2999
+- Fixed a bug where remove format wouldn't remove the inner most inline element in some situations. #TINY-2982
+- Fixed a bug where outdenting an list item would affect attributes on other list items within the same list. #TINY-2971
+- Fixed a bug where the DomParser filters wouldn't be applied for elements created when parsing invalid html. #TINY-2978
+- Fixed a bug where setProgressState wouldn't automatically close floating ui elements like menus. #TINY-2896
+- Fixed a bug where it wasn't possible to navigate out of a figcaption element using the arrow keys. #TINY-2894
+- Fixed a bug where enter key before an image inside a link would remove the image. #TINY-2780
+
+## 4.9.1 - 2018-12-04
+
+### Added
+- Added functionality to insert html to the replacement feature of the Textpattern Plugin. #TINY-2839
+
+### Fixed
+- Fixed a bug where `editor.selection.getContent({format: 'text'})` didn't work as expected in IE11 on an unfocused editor. #TINY-2862
+- Fixed a bug in the Textpattern Plugin where the editor would get an incorrect selection after inserting a text pattern on Safari. #TINY-2838
+- Fixed a bug where the space bar didn't work correctly in editors with the forced_root_block setting set to false. #TINY-2816
+
+## 4.9.0 - 2018-11-27
+
+### Added
+- Added a replace feature to the Textpattern Plugin. #TINY-1908
+- Added functionality to the Lists Plugin that improves the indentation logic. #TINY-1790
+
+### Fixed
+- Fixed a bug where it wasn't possible to delete/backspace when the caret was between a contentEditable=false element and a BR. #TINY-2372
+- Fixed a bug where copying table cells without a text selection would fail to copy anything. #TINY-1789
+- Implemented missing `autosave_restore_when_empty` functionality in the Autosave Plugin. Patch contributed by gzzo. #GH-4447
+- Reduced insertion of unnecessary nonbreaking spaces in the editor. #TINY-1879
+
+## 4.8.5 - 2018-10-30
+
+### Added
+- Added a content_css_cors setting to the editor that adds the crossorigin="anonymous" attribute to link tags added by the StyleSheetLoader. #TINY-1909
+
+### Fixed
+- Fixed a bug where trying to remove formatting with a collapsed selection range would throw an exception. #GH-4636
+- Fixed a bug in the image plugin that caused updating figures to split contenteditable elements. #GH-4563
+- Fixed a bug that was causing incorrect viewport calculations for fixed position UI elements. #TINY-1897
+- Fixed a bug where inline formatting would cause the delete key to do nothing. #TINY-1900
+
+## 4.8.4 - 2018-10-23
+
+### Added
+- Added support for the HTML5 `main` element. #TINY-1877
+
+### Changed
+- Changed the keyboard shortcut to move focus to contextual toolbars to Ctrl+F9. #TINY-1812
+
+### Fixed
+- Fixed a bug where content css could not be loaded from another domain. #TINY-1891
+- Fixed a bug on FireFox where the cursor would get stuck between two contenteditable false inline elements located inside of the same block element divided by a BR. #TINY-1878
+- Fixed a bug with the insertContent method where nonbreaking spaces would be inserted incorrectly. #TINY-1868
+- Fixed a bug where the toolbar of the inline editor would not be visible in some scenarios. #TINY-1862
+- Fixed a bug where removing the editor while more than one notification was open would throw an error. #TINY-1845
+- Fixed a bug where the menubutton would be rendered on top of the menu if the viewport didn't have enough height. #TINY-1678
+- Fixed a bug with the annotations api where annotating collapsed selections caused problems. #TBS-2449
+- Fixed a bug where wbr elements were being transformed into whitespace when using the Paste Plugin's paste as text setting. #GH-4638
+- Fixed a bug where the Search and Replace didn't replace spaces correctly. #GH-4632
+- Fixed a bug with sublist items not persisting selection. #GH-4628
+- Fixed a bug with mceInsertRawHTML command not working as expected. #GH-4625
+
+## 4.8.3 - 2018-09-13
+
+### Fixed
+- Fixed a bug where the Wordcount Plugin didn't correctly count words within tables on IE11. #TINY-1770
+- Fixed a bug where it wasn't possible to move the caret out of a table on IE11 and Firefox. #TINY-1682
+- Fixed a bug where merging empty blocks didn't work as expected, sometimes causing content to be deleted. #TINY-1781
+- Fixed a bug where the Textcolor Plugin didn't show the correct current color. #TINY-1810
+- Fixed a bug where clear formatting with a collapsed selection would sometimes clear formatting from more content than expected. #TINY-1813 #TINY-1821
+- Fixed a bug with the Table Plugin where it wasn't possible to keyboard navigate to the caption. #TINY-1818
+
+## 4.8.2 - 2018-08-09
+
+### Changed
+- Moved annotator from "experimental" to "annotator" object on editor. #TBS-2398
+- Improved the multiclick normalization across browsers. #TINY-1788
+
+### Fixed
+- Fixed a bug where running getSelectedBlocks with a collapsed selection between block elements would produce incorrect results. #TINY-1787
+- Fixed a bug where the ScriptLoaders loadScript method would not work as expected in FireFox when loaded on the same page as a ShadowDOM polyfill. #TINY-1786
+- Removed reference to ShadowDOM event.path as Blink based browsers now support event.composedPath. #TINY-1785
+- Fixed a bug where a reference to localStorage would throw an "access denied" error in IE11 with strict security settings. #TINY-1782
+- Fixed a bug where pasting using the toolbar button on an inline editor in IE11 would cause a looping behaviour. #TINY-1768
+
+## 4.8.1 - 2018-07-26
+
+### Fixed
+- Fixed a bug where the content of inline editors was being cleaned on every call of `editor.save()`. #TINY-1783
+- Fixed a bug where the arrow of the Inlite Theme toolbar was being rendered incorrectly in RTL mode. #TINY-1776
+- Fixed a bug with the Paste Plugin where pasting after inline contenteditable false elements moved the caret to the end of the line. #TINY-1758
+
+## 4.8.0 - 2018-06-27
+
+### Added
+- Added new "experimental" object in editor, with initial Annotator API. #TBS-2374
+
+### Fixed
+- Fixed a bug where deleting paragraphs inside of table cells would delete the whole table cell. #TINY-1759
+- Fixed a bug in the Table Plugin where removing row height set on the row properties dialog did not update the table. #TINY-1730
+- Fixed a bug with the font select toolbar item didn't update correctly. #TINY-1683
+- Fixed a bug where all bogus elements would not be deleted when removing an inline editor. #TINY-1669
+
+## 4.7.13 - 2018-05-16
+
+### Added
+- Added missing code menu item from the default menu config. #TINY-1648
+- Added new align button for combining the separate align buttons into a menu button. #TINY-1652
+
+### Fixed
+- Fixed a bug where Edge 17 wouldn't be able to select images or tables. #TINY-1679
+- Fixed issue where whitespace wasn't preserved when the editor was initialized on pre elements. #TINY-1649
+- Fixed a bug with the fontselect dropdowns throwing an error if the editor was hidden in Firefox. #TINY-1664
+- Fixed a bug where it wasn't possible to merge table cells on IE 11. #TINY-1671
+- Fixed a bug where textcolor wasn't applying properly on IE 11 in some situations. #TINY-1663
+- Fixed a bug where the justifyfull command state wasn't working correctly. #TINY-1677
+- Fixed a bug where the styles wasn't updated correctly when resizing some tables. #TINY-1668
+
+## 4.7.12 - 2018-05-03
+
+### Added
+- Added an option to filter out image svg data urls.
+- Added support for html5 details and summary elements.
+
+### Changed
+- Changed so the mce-abs-layout-item css rule targets html instead of body. Patch contributed by nazar-pc.
+
+### Fixed
+- Fixed a bug where the "read" step on the mobile theme was still present on android mobile browsers.
+- Fixed a bug where all images in the editor document would reload on any editor change.
+- Fixed a bug with the Table Plugin where ObjectResized event wasn't being triggered on column resize.
+- Fixed so the selection is set to the first suitable caret position after editor.setContent called.
+- Fixed so links with xlink:href attributes are filtered correctly to prevent XSS.
+- Fixed a bug on IE11 where pasting content into an inline editor initialized on a heading element would create new editable elements.
+- Fixed a bug where readonly mode would not work as expected when the editor contained contentEditable=true elements.
+- Fixed a bug where the Link Plugin would throw an error when used together with the webcomponents polyfill. Patch contributed by 4esnog.
+- Fixed a bug where the "Powered by TinyMCE" branding link would break on XHTML pages. Patch contributed by tistre.
+- Fixed a bug where the same id would be used in the blobcache for all pasted images. Patch contributed by thorn0.
+
+## 4.7.11 - 2018-04-11
+
+### Added
+- Added a new imagetools_credentials_hosts option to the Imagetools Plugin.
+
+### Fixed
+- Fixed a bug where toggling a list containing empty LIs would throw an error. Patch contributed by bradleyke.
+- Fixed a bug where applying block styles to a text with the caret at the end of the paragraph would select all text in the paragraph.
+- Fixed a bug where toggling on the Spellchecker Plugin would trigger isDirty on the editor.
+- Fixed a bug where it was possible to enter content into selection bookmark spans.
+- Fixed a bug where if a non paragraph block was configured in forced_root_block the editor.getContent method would return incorrect values with an empty editor.
+- Fixed a bug where dropdown menu panels stayed open and fixed in position when dragging dialog windows.
+- Fixed a bug where it wasn't possible to extend table cells with the space button in Safari.
+- Fixed a bug where the setupeditor event would thrown an error when using the Compat3x Plugin.
+- Fixed a bug where an error was thrown in FontInfo when called on a detached element.
+
+## 4.7.10 - 2018-04-03
+
+### Added
+- Added normalization of triple clicks across browsers in the editor.
+- Added a `hasFocus` method to the editor that checks if the editor has focus.
+- Added correct icon to the Nonbreaking Plugin menu item.
+
+### Fixed
+- Fixed so the `getContent`/`setContent` methods work even if the editor is not initialized.
+- Fixed a bug with the Media Plugin where query strings were being stripped from youtube links.
+- Fixed a bug where image styles were changed/removed when opening and closing the Image Plugin dialog.
+- Fixed a bug in the Table Plugin where some table cell styles were not correctly added to the content html.
+- Fixed a bug in the Spellchecker Plugin where it wasn't possible to change the spellchecker language.
+- Fixed so the the unlink action in the Link Plugin has a menu item and can be added to the contextmenu.
+- Fixed a bug where it wasn't possible to keyboard navigate to the start of an inline element on a new line within the same block element.
+- Fixed a bug with the Text Color Plugin where if used with an inline editor located at the bottom of the screen the colorpicker could appear off screen.
+- Fixed a bug with the UndoManager where undo levels were being added for nbzwsp characters.
+- Fixed a bug with the Table Plugin where the caret would sometimes be lost when keyboard navigating up through a table.
+- Fixed a bug where FontInfo.getFontFamily would throw an error when called on a removed editor.
+- Fixed a bug in Firefox where undo levels were not being added correctly for some specific operations.
+- Fixed a bug where initializing an inline editor inside of a table would make the whole table resizeable.
+- Fixed a bug where the fake cursor that appears next to tables on Firefox was positioned incorrectly when switching to fullscreen.
+- Fixed a bug where zwsp's weren't trimmed from the output from `editor.getContent({ format: 'text' })`.
+- Fixed a bug where the fontsizeselect/fontselect toolbar items showed the body info rather than the first possible caret position info on init.
+- Fixed a bug where it wasn't possible to select all content if the editor only contained an inline boundary element.
+- Fixed a bug where `content_css` urls with query strings wasn't working.
+- Fixed a bug in the Table Plugin where some table row styles were removed when changing other styles in the row properties dialog.
+
+### Removed
+- Removed the "read" step from the mobile theme.
+
+## 4.7.9 - 2018-02-27
+
+### Fixed
+- Fixed a bug where the editor target element didn't get the correct style when removing the editor.
+
+## 4.7.8 - 2018-02-26
+
+### Fixed
+- Fixed an issue with the Help Plugin where the menuitem name wasn't lowercase.
+- Fixed an issue on MacOS where text and bold text did not have the same line-height in the autocomplete dropdown in the Link Plugin dialog.
+- Fixed a bug where the "paste as text" option in the Paste Plugin didn't work.
+- Fixed a bug where dialog list boxes didn't get positioned correctly in documents with scroll.
+- Fixed a bug where the Inlite Theme didn't use the Table Plugin api to insert correct tables.
+- Fixed a bug where the Inlite Theme panel didn't hide on blur in a correct way.
+- Fixed a bug where placing the cursor before a table in Firefox would scroll to the bottom of the table.
+- Fixed a bug where selecting partial text in table cells with rowspans and deleting would produce faulty tables.
+- Fixed a bug where the Preview Plugin didn't work on Safari due to sandbox security.
+- Fixed a bug where table cell selection using the keyboard threw an error.
+- Fixed so the font size and font family doesn't toggle the text but only sets the selected format on the selected text.
+- Fixed so the built-in spellchecking on Chrome and Safari creates an undo level when replacing words.
+
+## 4.7.7 - 2018-02-19
+
+### Added
+- Added a border style selector to the advanced tab of the Image Plugin.
+- Added better controls for default table inserted by the Table Plugin.
+- Added new `table_responsive_width` option to the Table Plugin that controls whether to use pixel or percentage widths.
+
+### Fixed
+- Fixed a bug where the Link Plugin text didn't update when a URL was pasted using the context menu.
+- Fixed a bug with the Spellchecker Plugin where using "Add to dictionary" in the context menu threw an error.
+- Fixed a bug in the Media Plugin where the preview node for iframes got default width and height attributes that interfered with width/height styles.
+- Fixed a bug where backslashes were being added to some font family names in Firefox in the fontselect toolbar item.
+- Fixed a bug where errors would be thrown when trying to remove an editor that had not yet been fully initialized.
+- Fixed a bug where the Imagetools Plugin didn't update the images atomically.
+- Fixed a bug where the Fullscreen Plugin was throwing errors when being used on an inline editor.
+- Fixed a bug where drop down menus weren't positioned correctly in inline editors on scroll.
+- Fixed a bug with a semicolon missing at the end of the bundled javascript files.
+- Fixed a bug in the Table Plugin with cursor navigation inside of tables where the cursor would sometimes jump into an incorrect table cells.
+- Fixed a bug where indenting a table that is a list item using the "Increase indent" button would create a nested table.
+- Fixed a bug where text nodes containing only whitespace were being wrapped by paragraph elements.
+- Fixed a bug where whitespace was being inserted after br tags inside of paragraph tags.
+- Fixed a bug where converting an indented paragraph to a list item would cause the list item to have extra padding.
+- Fixed a bug where Copy/Paste in an editor with a lot of content would cause the editor to scroll to the top of the content in IE11.
+- Fixed a bug with a memory leak in the DragHelper. Path contributed by ben-mckernan.
+- Fixed a bug where the advanced tab in the Media Plugin was being shown even if it didn't contain anything. Patch contributed by gabrieeel.
+- Fixed an outdated eventname in the EventUtils. Patch contributed by nazar-pc.
+- Fixed an issue where the Json.parse function would throw an error when being used on a page with strict CSP settings.
+- Fixed so you can place the curser before and after table elements within the editor in Firefox and Edge/IE.
+
+## 4.7.6 - 2018-01-29
+
+### Fixed
+- Fixed a bug in the jquery integration where it threw an error saying that "global is not defined".
+- Fixed a bug where deleting a table cell whose previous sibling was set to contenteditable false would create a corrupted table.
+- Fixed a bug where highlighting text in an unfocused editor did not work correctly in IE11/Edge.
+- Fixed a bug where the table resize handles were not being repositioned when activating the Fullscreen Plugin.
+- Fixed a bug where the Imagetools Plugin dialog didn't honor editor RTL settings.
+- Fixed a bug where block elements weren't being merged correctly if you deleted from after a contenteditable false element to the beginning of another block element.
+- Fixed a bug where TinyMCE didn't work with module loaders like webpack.
+
+## 4.7.5 - 2018-01-22
+
+### Fixed
+- Fixed bug with the Codesample Plugin where it wasn't possible to edit codesamples when the editor was in inline mode.
+- Fixed bug where focusing on the status bar broke the keyboard navigation functionality.
+- Fixed bug where an error would be thrown on Edge by the Table Plugin when pasting using the PowerPaste Plugin.
+- Fixed bug in the Table Plugin where selecting row border style from the dropdown menu in advanced row properties would throw an error.
+- Fixed bug with icons being rendered incorrectly on Chrome on Mac OS.
+- Fixed bug in the Textcolor Plugin where the font color and background color buttons wouldn't trigger an ExecCommand event.
+- Fixed bug in the Link Plugin where the url field wasn't forced LTR.
+- Fixed bug where the Nonbreaking Plugin incorrectly inserted spaces into tables.
+- Fixed bug with the inline theme where the toolbar wasn't repositioned on window resize.
+
+## 4.7.4 - 2017-12-05
+
+### Fixed
+- Fixed bug in the Nonbreaking Plugin where the nonbreaking_force_tab setting was being ignored.
+- Fixed bug in the Table Plugin where changing row height incorrectly converted column widths to pixels.
+- Fixed bug in the Table Plugin on Edge and IE11 where resizing the last column after resizing the table would cause invalid column heights.
+- Fixed bug in the Table Plugin where keyboard navigation was not normalized between browsers.
+- Fixed bug in the Table Plugin where the colorpicker button would show even without defining the colorpicker_callback.
+- Fixed bug in the Table Plugin where it wasn't possible to set the cell background color.
+- Fixed bug where Firefox would throw an error when intialising an editor on an element that is hidden or not yet added to the DOM.
+- Fixed bug where Firefox would throw an error when intialising an editor inside of a hidden iframe.
+
+## 4.7.3 - 2017-11-23
+
+### Added
+- Added functionality to open the Codesample Plugin dialog when double clicking on a codesample. Patch contributed by dakuzen.
+
+### Fixed
+- Fixed bug where undo/redo didn't work correctly with some formats and caret positions.
+- Fixed bug where the color picker didn't show up in Table Plugin dialogs.
+- Fixed bug where it wasn't possible to change the width of a table through the Table Plugin dialog.
+- Fixed bug where the Charmap Plugin couldn't insert some special characters.
+- Fixed bug where editing a newly inserted link would not actually edit the link but insert a new link next to it.
+- Fixed bug where deleting all content in a table cell made it impossible to place the caret into it.
+- Fixed bug where the vertical alignment field in the Table Plugin cell properties dialog didn't do anything.
+- Fixed bug where an image with a caption showed two sets of resize handles in IE11.
+- Fixed bug where pressing the enter button inside of an h1 with contenteditable set to true would sometimes produce a p tag.
+- Fixed bug with backspace not working as expected before a noneditable element.
+- Fixed bug where operating on tables with invalid rowspans would cause an error to be thrown.
+- Fixed so a real base64 representation of the image is available on the blobInfo that the images_upload_handler gets called with.
+- Fixed so the image upload tab is available when the images_upload_handler is defined (and not only when the images_upload_url is defined).
+
+## 4.7.2 - 2017-11-07
+
+### Added
+- Added newly rewritten Table Plugin.
+- Added support for attributes with colon in valid_elements and addValidElements.
+- Added support for dailymotion short url in the Media Plugin. Patch contributed by maat8.
+- Added support for converting to half pt when converting font size from px to pt. Patch contributed by danny6514.
+- Added support for location hash to the Autosave plugin to make it work better with SPAs using hash routing.
+- Added support for merging table cells when pasting a table into another table.
+
+### Changed
+- Changed so the language packs are only loaded once. Patch contributed by 0xor1.
+- Simplified the css for inline boundaries selection by switching to an attribute selector.
+
+### Fixed
+- Fixed bug where an error would be thrown on editor initialization if the window.getSelection() returned null.
+- Fixed bug where holding down control or alt keys made the keyboard navigation inside an inline boundary not work as expected.
+- Fixed bug where applying formats in IE11 produced extra, empty paragraphs in the editor.
+- Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
+- Fixed bug where removing an inline editor removed the element that the editor had been initialized on.
+- Fixed bug where setting the selection to the end of an editable container caused some formatting problems.
+- Fixed bug where an error would be thrown sometimes when an editor was removed because of the selection bookmark was being stored asynchronously.
+- Fixed a bug where an editor initialized on an empty list did not contain any valid cursor positions.
+- Fixed a bug with the Context Menu Plugin and webkit browsers on Mac where right-clicking inside a table would produce an incorrect selection.
+- Fixed bug where the Image Plugin constrain proportions setting wasn't working as expected.
+- Fixed bug where deleting the last character in a span with decorations produced an incorrect element when typing.
+- Fixed bug where focusing on inline editors made the toolbar flicker when moving between elements quickly.
+- Fixed bug where the selection would be stored incorrectly in inline editors when the mouseup event was fired outside the editor body.
+- Fixed bug where toggling bold at the end of an inline boundary would toggle off the whole word.
+- Fixed bug where setting the skin to false would not stop the loading of some skin css files.
+- Fixed bug in mobile theme where pinch-to-zoom would break after exiting the editor.
+- Fixed bug where sublists of a fully selected list would not be switched correctly when changing list style.
+- Fixed bug where inserting media by source would break the UndoManager.
+- Fixed bug where inserting some content into the editor with a specific selection would replace some content incorrectly.
+- Fixed bug where selecting all content with ctrl+a in IE11 caused problems with untoggling some formatting.
+- Fixed bug where the Search and Replace Plugin left some marker spans in the editor when undoing and redoing after replacing some content.
+- Fixed bug where the editor would not get a scrollbar when using the Fullscreen and Autoresize plugins together.
+- Fixed bug where the font selector would stop working correctly after selecting fonts three times.
+- Fixed so pressing the enter key inside of an inline boundary inserts a br after the inline boundary element.
+- Fixed a bug where it wasn't possible to use tab navigation inside of a table that was inside of a list.
+- Fixed bug where end_container_on_empty_block would incorrectly remove elements.
+- Fixed bug where content_styles weren't added to the Preview Plugin iframe.
+- Fixed so the beforeSetContent/beforeGetContent events are preventable.
+- Fixed bug where changing height value in Table Plugin advanced tab didn't do anything.
+- Fixed bug where it wasn't possible to remove formatting from content in beginning of table cell.
+
+## 4.7.1 - 2017-10-09
+
+### Fixed
+- Fixed bug where theme set to false on an inline editor produced an extra div element after the target element.
+- Fixed bug where the editor drag icon was misaligned with the branding set to false.
+- Fixed bug where doubled menu items were not being removed as expected with the removed_menuitems setting.
+- Fixed bug where the Table of contents plugin threw an error when initialized.
+- Fixed bug where it wasn't possible to add inline formats to text selected right to left.
+- Fixed bug where the paste from plain text mode did not work as expected.
+- Fixed so the style previews do not set color and background color when selected.
+- Fixed bug where the Autolink plugin didn't work as expected with some formats applied on an empty editor.
+- Fixed bug where the Textpattern plugin were throwing errors on some patterns.
+- Fixed bug where the Save plugin saved all editors instead of only the active editor. Patch contributed by dannoe.
+
+## 4.7.0 - 2017-10-03
+
+### Added
+- Added new mobile ui that is specifically designed for mobile devices.
+
+### Changed
+- Updated the default skin to be more modern and white since white is preferred by most implementations.
+- Restructured the default menus to be more similar to common office suites like Google Docs.
+
+### Fixed
+- Fixed so theme can be set to false on both inline and iframe editor modes.
+- Fixed bug where inline editor would add/remove the visualblocks css multiple times.
+- Fixed bug where selection wouldn't be properly restored when editor lost focus and commands where invoked.
+- Fixed bug where toc plugin would generate id:s for headers even though a toc wasn't inserted into the content.
+- Fixed bug where is wasn't possible to drag/drop contents within the editor if paste_data_images where set to true.
+- Fixed bug where getParam and close in WindowManager would get the first opened window instead of the last opened window.
+- Fixed bug where delete would delete between cells inside a table in Firefox.
+
+## 4.6.7 - 2017-09-18
+
+### Added
+- Added some missing translations to Image, Link and Help plugins.
+
+### Fixed
+- Fixed bug where paste wasn't working in IOS.
+- Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
+- Fixed bug where inserting a list in a table caused the cell to expand in height.
+- Fixed bug where pressing enter in a list located inside of a table deleted list items instead of inserting new list item.
+- Fixed bug where copy and pasting table cells produced inconsistent results.
+- Fixed bug where initializing an editor with an ID of 'length' would throw an exception.
+- Fixed bug where it was possible to split a non merged table cell.
+- Fixed bug where copy and pasting a list with a very specific selection into another list would produce a nested list.
+- Fixed bug where copy and pasting ordered lists sometimes produced unordered lists.
+- Fixed bug where padded elements inside other elements would be treated as empty.
+- Fixed so you can resize images inside a figure element.
+- Fixed bug where an inline TinyMCE editor initialized on a table did not set selection on load in Chrome.
+- Fixed the positioning of the inlite toolbar when the target element wasn't big enough to fit the toolbar.
+
+## 4.6.6 - 2017-08-30
+
+### Fixed
+- Fixed so that notifications wrap long text content instead of bleeding outside the notification element.
+- Fixed so the content_style css is added after the skin and custom stylesheets.
+- Fixed bug where it wasn't possible to remove a table with the Cut button.
+- Fixed bug where the center format wasn't getting the same font size as the other formats in the format preview.
+- Fixed bug where the wordcount plugin wasn't counting hyphenated words correctly.
+- Fixed bug where all content pasted into the editor was added to the end of the editor.
+- Fixed bug where enter keydown on list item selection only deleted content and didn't create a new line.
+- Fixed bug where destroying the editor while the content css was still loading caused error notifications on Firefox.
+- Fixed bug where undoing cut operation in IE11 left some unwanted html in the editor content.
+- Fixed bug where enter keydown would throw an error in IE11.
+- Fixed bug where duplicate instances of an editor were added to the editors array when using the createEditor API.
+- Fixed bug where the formatter applied formats on the wrong content when spellchecker was activated.
+- Fixed bug where switching formats would reset font size on child nodes.
+- Fixed bug where the table caption element weren't always the first descendant to the table tag.
+- Fixed bug where pasting some content into the editor on chrome some newlines were removed.
+- Fixed bug where it wasn't possible to remove a list if a list item was a table element.
+- Fixed bug where copy/pasting partial selections of tables wouldn't produce a proper table.
+- Fixed bug where the searchreplace plugin could not find consecutive spaces.
+- Fixed bug where background color wasn't applied correctly on some partially selected contents.
+
+## 4.6.5 - 2017-08-02
+
+### Added
+- Added new inline_boundaries_selector that allows you to specify the elements that should have boundaries.
+- Added new local upload feature this allows the user to upload images directly from the image dialog.
+- Added a new api for providing meta data for plugins. It will show up in the help dialog if it's provided.
+
+### Fixed
+- Fixed so that the notifications created by the notification manager are more screen reader accessible.
+- Fixed bug where changing the list format on multiple selected lists didn't change all of the lists.
+- Fixed bug where the nonbreaking plugin would insert multiple undo levels when pressing the tab key.
+- Fixed bug where delete/backspace wouldn't render a caret when all editor contents where deleted.
+- Fixed bug where delete/backspace wouldn't render a caret if the deleted element was a single contentEditable false element.
+- Fixed bug where the wordcount plugin wouldn't count words correctly if word where typed after applying a style format.
+- Fixed bug where the wordcount plugin would count mathematical formulas as multiple words for example 1+1=2.
+- Fixed bug where formatting of triple clicked blocks on Chrome/Safari would result in styles being added outside the visual selection.
+- Fixed bug where paste would add the contents to the end of the editor area when inline mode was used.
+- Fixed bug where toggling off bold formatting on text entered in a new paragraph would add an extra line break.
+- Fixed bug where autolink plugin would only produce a link on every other consecutive link on Firefox.
+- Fixed bug where it wasn't possible to select all contents if the content only had one pre element.
+- Fixed bug where sizzle would produce lagging behavior on some sites due to repaints caused by feature detection.
+- Fixed bug where toggling off inline formats wouldn't include the space on selected contents with leading or trailing spaces.
+- Fixed bug where the cut operation in UI wouldn't work in Chrome.
+- Fixed bug where some legacy editor initialization logic would throw exceptions about editor settings not being defined.
+- Fixed bug where it wasn't possible to apply text color to links if they where part of a non collapsed selection.
+- Fixed bug where an exception would be thrown if the user selected a video element and then moved the focus outside the editor.
+- Fixed bug where list operations didn't work if there where block elements inside the list items.
+- Fixed bug where applying block formats to lists wrapped in block elements would apply to all elements in that wrapped block.
+
+## 4.6.4 - 2017-06-13
+
+### Fixed
+- Fixed bug where the editor would move the caret when clicking on the scrollbar next to a content editable false block.
+- Fixed bug where the text color select dropdowns wasn't placed correctly when they didn't fit the width of the screen.
+- Fixed bug where the default editor line height wasn't working for mixed font size contents.
+- Fixed bug where the content css files for inline editors were loaded multiple times for multiple editor instances.
+- Fixed bug where the initial value of the font size/font family dropdowns wasn't displayed.
+- Fixed bug where the I18n api was not supporting arrays as the translation replacement values.
+- Fixed bug where chrome would display "The given range isn't in document." errors for invalid ranges passed to setRng.
+- Fixed bug where the compat3x plugin wasn't working since the global tinymce references wasn't resolved correctly.
+- Fixed bug where the preview plugin wasn't encoding the base url passed into the iframe contents producing a xss bug.
+- Fixed bug where the dom parser/serializer wasn't handling some special elements like noframes, title and xmp.
+- Fixed bug where the dom parser/serializer wasn't handling cdata sections with comments inside.
+- Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode.
+- Fixed bug where the link dialog would not display the right rel value if rel_list was configured.
+- Fixed bug where the context menu would select images on some platforms but not others.
+- Fixed bug where the filenames of images were not retained on dragged and drop into the editor from the desktop.
+- Fixed bug where the paste plugin would misrepresent newlines when pasting plain text and having forced_root_block configured.
+- Fixed so that the error messages for the imagetools plugin is more human readable.
+- Fixed so the internal validate setting for the parser/serializer can't be set from editor initialization settings.
+
+## 4.6.3 - 2017-05-30
+
+### Fixed
+- Fixed bug where the arrow keys didn't work correctly when navigating on nested inline boundary elements.
+- Fixed bug where delete/backspace didn't work correctly on nested inline boundary elements.
+- Fixed bug where image editing didn't work on subsequent edits of the same image.
+- Fixed bug where charmap descriptions wouldn't properly wrap if they exceeded the width of the box.
+- Fixed bug where the default image upload handler only accepted 200 as a valid http status code.
+- Fixed so rel on target=_blank links gets forced with only noopener instead of both noopener and noreferrer.
+
+## 4.6.2 - 2017-05-23
+
+### Fixed
+- Fixed bug where the SaxParser would run out of memory on very large documents.
+- Fixed bug with formatting like font size wasn't applied to del elements.
+- Fixed bug where various api calls would be throwing exceptions if they where invoked on a removed editor instance.
+- Fixed bug where the branding position would be incorrect if the editor was inside a hidden tab and then later showed.
+- Fixed bug where the color levels feature in the imagetools dialog wasn't working properly.
+- Fixed bug where imagetools dialog wouldn't pre-load images from CORS domains, before trying to prepare them for editing.
+- Fixed bug where the tab key would move the caret to the next table cell if being pressed inside a list inside a table.
+- Fixed bug where the cut/copy operations would loose parent context like the current format etc.
+- Fixed bug with format preview not working on invalid elements excluded by valid_elements.
+- Fixed bug where blocks would be merged in incorrect order on backspace/delete.
+- Fixed bug where zero length text nodes would cause issues with the undo logic if there where iframes present.
+- Fixed bug where the font size/family select lists would throw errors if the first node was a comment.
+- Fixed bug with csp having to allow local script evaluation since it was used to detect global scope.
+- Fixed bug where CSP required a relaxed option for javascript: URLs in unsupported legacy browsers.
+- Fixed bug where a fake caret would be rendered for td with the contenteditable=false.
+- Fixed bug where typing would be blocked on IE 11 when within a nested contenteditable=true/false structure.
+
+## 4.6.1 - 2017-05-10
+
+### Added
+- Added configuration option to list plugin to disable tab indentation.
+
+### Fixed
+- Fixed bug where format change on very specific content could cause the selection to change.
+- Fixed bug where TinyMCE could not be lazyloaded through jquery integration.
+- Fixed bug where entities in style attributes weren't decoded correctly on paste in webkit.
+- Fixed bug where fontsize_formats option had been renamed incorrectly.
+- Fixed bug with broken backspace/delete behaviour between contenteditable=false blocks.
+- Fixed bug where it wasn't possible to backspace to the previous line with the inline boundaries functionality turned on.
+- Fixed bug where is wasn't possible to move caret left and right around a linked image with the inline boundaries functionality turned on.
+- Fixed bug where pressing enter after/before hr element threw exception. Patch contributed bradleyke.
+- Fixed so the CSS in the visualblocks plugin doesn't overwrite background color. Patch contributed by Christian Rank.
+- Fixed bug where multibyte characters weren't encoded correctly. Patch contributed by James Tarkenton.
+- Fixed bug where shift-click to select within contenteditable=true fields wasn't working.
+
+## 4.6.0 - 2017-05-04
+
+### Added
+- Added an inline boundary caret position feature that makes it easier to type at the beginning/end of links/code elements.
+- Added a help plugin that adds a button and a dialog showing the editor shortcuts and loaded plugins.
+- Added an inline_boundaries option that allows you to disable the inline boundary feature if it's not desired.
+- Added a new ScrollIntoView event that allows you to override the default scroll to element behavior.
+- Added role and aria- attributes as valid elements in the default valid elements config.
+- Added new internal flag for PastePreProcess/PastePostProcess this is useful to know if the paste was coming from an external source.
+- Added new ignore function to UndoManager this works similar to transact except that it doesn't add an undo level by default.
+
+### Fixed
+- Fixed so that urls gets retained for images when being edited. This url is then passed on to the upload handler.
+- Fixed so that the editors would be initialized on readyState interactive instead of complete.
+- Fixed so that the init event of the editor gets fired once all contentCSS files have been properly loaded.
+- Fixed so that width/height of the editor gets taken from the textarea element if it's explicitly specified in styles.
+- Fixed so that keep_styles set to false no longer clones class/style from the previous paragraph on enter.
+- Fixed so that the default line-height is 1.2em to avoid zwnbsp characters from producing text rendering glitches on Windows.
+- Fixed so that loading errors of content css gets presented by a notification message.
+- Fixed so figure image elements can be linked when selected this wraps the figure image in a anchor element.
+- Fixed bug where it wasn't possible to copy/paste rows with colspans by using the table copy/paste feature.
+- Fixed bug where the protect setting wasn't properly applied to header/footer parts when using the fullpage plugin.
+- Fixed bug where custom formats that specified upper case element names where not applied correctly.
+- Fixed bug where some screen readers weren't reading buttons due to an aria specific fix for IE 8.
+- Fixed bug where cut wasn't working correctly on iOS due to it's clipboard API not working correctly.
+- Fixed bug where Edge would paste div elements instead of paragraphs when pasting plain text.
+- Fixed bug where the textpattern plugin wasn't dealing with trailing punctuations correctly.
+- Fixed bug where image editing would some times change the image format from jpg to png.
+- Fixed bug where some UI elements could be inserted into the toolbar even if they where not registered.
+- Fixed bug where it was possible to click the TD instead of the character in the character map and that caused an exception.
+- Fixed bug where the font size/font family dropdowns would sometimes show an incorrect value due to css not being loaded in time.
+- Fixed bug with the media plugin inserting undefined instead of retaining size when media_dimensions was set to false.
+- Fixed bug with deleting images when forced_root_blocks where set to false.
+- Fixed bug where input focus wasn't properly handled on nested content editable elements.
+- Fixed bug where Chrome/Firefox would throw an exception when selecting images due to recent change of setBaseAndExtent support.
+- Fixed bug where malformed blobs would throw exceptions now they are simply ignored.
+- Fixed bug where backspace/delete wouldn't work properly in some cases where all contents was selected in WebKit.
+- Fixed bug with Angular producing errors since it was expecting events objects to be patched with their custom properties.
+- Fixed bug where the formatter would apply formatting to spellchecker errors now all bogus elements are excluded.
+- Fixed bug with backspace/delete inside table caption elements wouldn't behave properly on IE 11.
+- Fixed bug where typing after a contenteditable false inline element could move the caret to the end of that element.
+- Fixed bug where backspace before/after contenteditable false blocks wouldn't properly remove the right element.
+- Fixed bug where backspace before/after contenteditable false inline elements wouldn't properly empty the current block element.
+- Fixed bug where vertical caret navigation with a custom line-height would sometimes match incorrect positions.
+- Fixed bug with paste on Edge where character encoding wasn't handled properly due to a browser bug.
+- Fixed bug with paste on Edge where extra fragment data was inserted into the contents when pasting.
+- Fixed bug with pasting contents when having a whole block element selected on WebKit could cause WebKit spans to appear.
+- Fixed bug where the visualchars plugin wasn't working correctly showing invisible nbsp characters.
+- Fixed bug where browsers would hang if you tried to load some malformed html contents.
+- Fixed bug where the init call promise wouldn't resolve if the specified selector didn't find any matching elements.
+- Fixed bug where the Schema isValidChild function was case sensitive.
+
+### Removed
+- Dropped support for IE 8-10 due to market share and lack of support from Microsoft. See tinymce docs for details.
+
+## 4.5.3 - 2017-02-01
+
+### Added
+- Added keyboard navigation for menu buttons when the menu is in focus.
+- Added api to the list plugin for setting custom classes/attributes on lists.
+- Added validation for the anchor plugin input field according to W3C id naming specifications.
+
+### Fixed
+- Fixed bug where media placeholders were removed after resize with the forced_root_block setting set to false.
+- Fixed bug where deleting selections with similar sibling nodes sometimes deleted the whole document.
+- Fixed bug with inlite theme where several toolbars would appear scrolling when more than one instance of the editor was in use.
+- Fixed bug where the editor would throw error with the fontselect plugin on hidden editor instances in Firefox.
+- Fixed bug where the background color would not stretch to the font size.
+- Fixed bug where font size would be removed when changing background color.
+- Fixed bug where the undomanager trimmed away whitespace between nodes on undo/redo.
+- Fixed bug where media_dimensions=false in media plugin caused the editor to throw an error.
+- Fixed bug where IE was producing font/u elements within links on paste.
+- Fixed bug where some button tooltips were broken when compat3x was in use.
+- Fixed bug where backspace/delete/typeover would remove the caption element.
+- Fixed bug where powerspell failed to function when compat3x was enabled.
+- Fixed bug where it wasn't possible to apply sub/sup on text with large font size.
+- Fixed bug where pre tags with spaces weren't treated as content.
+- Fixed bug where Meta+A would select the entire document instead of all contents in nested ce=true elements.
+
+## 4.5.2 - 2017-01-04
+
+### Fixed
+- Added missing keyboard shortcut description for the underline menu item in the format menu.
+- Fixed bug where external blob urls wasn't properly handled by editor upload logic. Patch contributed by David Oviedo.
+- Fixed bug where urls wasn't treated as a single word by the wordcount plugin.
+- Fixed bug where nbsp characters wasn't treated as word delimiters by the wordcount plugin.
+- Fixed bug where editor instance wasn't properly passed to the format preview logic. Patch contributed by NullQuery.
+- Fixed bug where the fake caret wasn't hidden when you moved selection to a cE=false element.
+- Fixed bug where it wasn't possible to edit existing code sample blocks.
+- Fixed bug where it wasn't possible to delete editor contents if the selection included an empty block.
+- Fixed bug where the formatter wasn't expanding words on some international characters. Patch contributed by Martin Larochelle.
+- Fixed bug where the open link feature wasn't working correctly on IE 11.
+- Fixed bug where enter before/after a cE=false block wouldn't properly padd the paragraph with an br element.
+- Fixed so font size and font family select boxes always displays a value by using the runtime style as a fallback.
+- Fixed so missing plugins will be logged to console as warnings rather than halting the initialization of the editor.
+- Fixed so splitbuttons become normal buttons in advlist plugin if styles are empty. Patch contributed by René Schleusner.
+- Fixed so you can multi insert rows/cols by selecting table cells and using insert rows/columns.
+
+## 4.5.1 - 2016-12-07
+
+### Fixed
+- Fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.
+- Fixed bug where selectors with "*" would cause the style format preview to throw an error.
+- Fixed bug with toggling lists off on lists with empty list items would throw an error.
+- Fixed bug where editing images would produce non existing blob uris.
+- Fixed bug where the offscreen toc selection would be treated as the real toc element.
+- Fixed bug where the aria level attribute for element path would have an incorrect start index.
+- Fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.
+- Fixed so the default_link_target gets applied to links created by the autolink plugin.
+- Fixed so that the name attribute gets removed by the anchor plugin if editing anchors.
+
+## 4.5.0 - 2016-11-23
+
+### Added
+- Added new toc plugin allows you to insert table of contents based on editor headings.
+- Added new auto complete menu to all url fields. Adds history, link to anchors etc.
+- Added new sidebar api that allows you to add custom sidebar panels and buttons to toggle these.
+- Added new insert menu button that allows you to have multiple insert functions under the same menu button.
+- Added new open link feature to ctrl+click, alt+enter and context menu.
+- Added new media_embed_handler option to allow the media plugin to be populated with custom embeds.
+- Added new support for editing transparent images using the image tools dialog.
+- Added new images_reuse_filename option to allow filenames of images to be retained for upload.
+- Added new security feature where links with target="_blank" will by default get rel="noopener noreferrer".
+- Added new allow_unsafe_link_target to allow you to opt-out of the target="_blank" security feature.
+- Added new style_formats_autohide option to automatically hide styles based on context.
+- Added new codesample_content_css option to specify where the code sample prism css is loaded from.
+- Added new support for Japanese/Chinese word count following the unicode standards on this.
+- Added new fragmented undo levels this dramatically reduces flicker on contents with iframes.
+- Added new live previews for complex elements like table or lists.
+
+### Fixed
+- Fixed bug where it wasn't possible to properly tab between controls in a dialog with a disabled form item control.
+- Fixed bug where firefox would generate a rectangle on elements produced after/before a cE=false elements.
+- Fixed bug with advlist plugin not switching list element format properly in some edge cases.
+- Fixed bug where col/rowspans wasn't correctly computed by the table plugin in some cases.
+- Fixed bug where the table plugin would thrown an error if object_resizing was disabled.
+- Fixed bug where some invalid markup would cause issues when running in XHTML mode. Patch contributed by Charles Bourasseau.
+- Fixed bug where the fullscreen class wouldn't be removed properly when closing dialogs.
+- Fixed bug where the PastePlainTextToggle event wasn't fired by the paste plugin when the state changed.
+- Fixed bug where table the row type wasn't properly updated in table row dialog. Patch contributed by Matthias Balmer.
+- Fixed bug where select all and cut wouldn't place caret focus back to the editor in WebKit. Patch contributed by Daniel Jalkut.
+- Fixed bug where applying cell/row properties to multiple cells/rows would reset other unchanged properties.
+- Fixed bug where some elements in the schema would have redundant/incorrect children.
+- Fixed bug where selector and target options would cause issues if used together.
+- Fixed bug where drag/drop of images from desktop on chrome would thrown an error.
+- Fixed bug where cut on WebKit/Blink wouldn't add an undo level.
+- Fixed bug where IE 11 would scroll to the cE=false elements when they where selected.
+- Fixed bug where keys like F5 wouldn't work when a cE=false element was selected.
+- Fixed bug where the undo manager wouldn't stop the typing state when commands where executed.
+- Fixed bug where unlink on wrapped links wouldn't work properly.
+- Fixed bug with drag/drop of images on WebKit where the image would be deleted form the source editor.
+- Fixed bug where the visual characters mode would be disabled when contents was extracted from the editor.
+- Fixed bug where some browsers would toggle of formats applied to the caret when clicking in the editor toolbar.
+- Fixed bug where the custom theme function wasn't working correctly.
+- Fixed bug where image option for custom buttons required you to have icon specified as well.
+- Fixed bug where the context menu and contextual toolbars would be visible at the same time and sometimes overlapping.
+- Fixed bug where the noneditable plugin would double wrap elements when using the noneditable_regexp option.
+- Fixed bug where tables would get padding instead of margin when you used the indent button.
+- Fixed bug where the charmap plugin wouldn't properly insert non breaking spaces.
+- Fixed bug where the color previews in color input boxes wasn't properly updated.
+- Fixed bug where the list items of previous lists wasn't merged in the right order.
+- Fixed bug where it wasn't possible to drag/drop inline-block cE=false elements on IE 11.
+- Fixed bug where some table cell merges would produce incorrect rowspan/colspan.
+- Fixed so the font size of the editor defaults to 14px instead of 11px this can be overridden by custom css.
+- Fixed so wordcount is debounced to reduce cpu hogging on larger texts.
+- Fixed so tinymce global gets properly exported as a module when used with some module bundlers.
+- Fixed so it's possible to specify what css properties you want to preview on specific formats.
+- Fixed so anchors are contentEditable=false while within the editor.
+- Fixed so selected contents gets wrapped in a inline code element by the codesample plugin.
+- Fixed so conditional comments gets properly stripped independent of case. Patch contributed by Georgii Dolzhykov.
+- Fixed so some escaped css sequences gets properly handled. Patch contributed by Georgii Dolzhykov.
+- Fixed so notifications with the same message doesn't get displayed at the same time.
+- Fixed so F10 can be used as an alternative key to focus to the toolbar.
+- Fixed various api documentation issues and typos.
+
+### Removed
+- Removed layer plugin since it wasn't really ported from 3.x and there doesn't seem to be much use for it.
+- Removed moxieplayer.swf from the media plugin since it wasn't used by the media plugin.
+- Removed format state from the advlist plugin to be more consistent with common word processors.
+
+## 4.4.3 - 2016-09-01
+
+### Fixed
+- Fixed bug where copy would produce an exception on Chrome.
+- Fixed bug where deleting lists on IE 11 would merge in correct text nodes.
+- Fixed bug where deleting partial lists with indentation wouldn't cause proper normalization.
+
+## 4.4.2 - 2016-08-25
+
+### Added
+- Added new importcss_exclusive option to disable unique selectors per group.
+- Added new group specific selector_converter option to importcss plugin.
+- Added new codesample_languages option to apply custom languages to codesample plugin.
+- Added new codesample_dialog_width/codesample_dialog_height options.
+
+### Fixed
+- Fixed bug where fullscreen button had an incorrect keyboard shortcut.
+- Fixed bug where backspace/delete wouldn't work correctly from a block to a cE=false element.
+- Fixed bug where smartpaste wasn't detecting links with special characters in them like tilde.
+- Fixed bug where the editor wouldn't get proper focus if you clicked on a cE=false element.
+- Fixed bug where it wasn't possible to copy/paste table rows that had merged cells.
+- Fixed bug where merging cells could some times produce invalid col/rowspan attibute values.
+- Fixed bug where getBody would sometimes thrown an exception now it just returns null if the iframe is clobbered.
+- Fixed bug where drag/drop of cE=false element wasn't properly constrained to viewport.
+- Fixed bug where contextmenu on Mac would collapse any selection to a caret.
+- Fixed bug where rtl mode wasn't rendered properly when loading a language pack with the rtl flag.
+- Fixed bug where Kamer word bounderies would be stripped from contents.
+- Fixed bug where lists would sometimes render two dots or numbers on the same line.
+- Fixed bug where the skin_url wasn't used by the inlite theme.
+- Fixed so data attributes are ignored when comparing formats in the formatter.
+- Fixed so it's possible to disable inline toolbars in the inlite theme.
+- Fixed so template dialog gets resized if it doesn't fit the window viewport.
+
+## 4.4.1 - 2016-07-26
+
+### Added
+- Added smart_paste option to paste plugin to allow disabling the paste behavior if needed.
+
+### Fixed
+- Fixed bug where png urls wasn't properly detected by the smart paste logic.
+- Fixed bug where the element path wasn't working properly when multiple editor instances where used.
+- Fixed bug with creating lists out of multiple paragraphs would just create one list item instead of multiple.
+- Fixed bug where scroll position wasn't properly handled by the inlite theme to place the toolbar properly.
+- Fixed bug where multiple instances of the editor using the inlite theme didn't render the toolbar properly.
+- Fixed bug where the shortcut label for fullscreen mode didn't match the actual shortcut key.
+- Fixed bug where it wasn't possible to select cE=false blocks using touch devices on for example iOS.
+- Fixed bug where it was possible to select the child image within a cE=false on IE 11.
+- Fixed so inserts of html containing lists doesn't merge with any existing lists unless it's a paste operation.
+
+## 4.4.0 - 2016-06-30
+
+### Added
+- Added new inlite theme this is a more lightweight inline UI.
+- Added smarter paste logic that auto detects urls in the clipboard and inserts images/links based on that.
+- Added a better image resize algorithm for better image quality in the imagetools plugin.
+
+### Fixed
+- Fixed bug where it wasn't possible to drag/dropping cE=false elements on FF.
+- Fixed bug where backspace/delete before/after a cE=false block would produce a new paragraph.
+- Fixed bug where list style type css property wasn't preserved when indenting lists.
+- Fixed bug where merging of lists where done even if the list style type was different.
+- Fixed bug where the image_dataimg_filter function wasn't used when pasting images.
+- Fixed bug where nested editable within a non editable element would cause scroll on focus in Chrome.
+- Fixed so invalid targets for inline mode is blocked on initialization. We only support elements that can have children.
+
+## 4.3.13 - 2016-06-08
+
+### Added
+- Added characters with a diacritical mark to charmap plugin. Patch contributed by Dominik Schilling.
+- Added better error handling if the image proxy service would produce errors.
+
+### Fixed
+- Fixed issue with pasting list items into list items would produce nested list rather than a merged list.
+- Fixed bug where table selection could get stuck in selection mode for inline editors.
+- Fixed bug where it was possible to place the caret inside the resize grid elements.
+- Fixed bug where it wasn't possible to place in elements horizontally adjacent cE=false blocks.
+- Fixed bug where multiple notifications wouldn't be properly placed on screen.
+- Fixed bug where multiple editor instance of the same id could be produces in some specific integrations.
+
+## 4.3.12 - 2016-05-10
+
+### Fixed
+- Fixed bug where focus calls couldn't be made inside the editors PostRender event handler.
+- Fixed bug where some translations wouldn't work as expected due to a bug in editor.translate.
+- Fixed bug where the node change event could fire with a node out side the root of the editor.
+- Fixed bug where Chrome wouldn't properly present the keyboard paste clipboard details when paste was clicked.
+- Fixed bug where merged cells in tables couldn't be selected from right to left.
+- Fixed bug where insert row wouldn't properly update a merged cells rowspan property.
+- Fixed bug where the color input boxes preview field wasn't properly set on initialization.
+- Fixed bug where IME composition inside table cells wouldn't work as expected on IE 11.
+- Fixed so all shadow dom support is under and experimental flag due to flaky browser support.
+
+## 4.3.11 - 2016-04-25
+
+### Fixed
+- Fixed bug where it wasn't possible to insert empty blocks though the API unless they where padded.
+- Fixed bug where you couldn't type the Euro character on Windows.
+- Fixed bug where backspace/delete from a cE=false element to a text block didn't work properly.
+- Fixed bug where the text color default grid would render incorrectly.
+- Fixed bug where the codesample plugin wouldn't load the css in the editor for multiple editors.
+- Fixed so the codesample plugin textarea gets focused by default.
+
+## 4.3.10 - 2016-04-12
+
+### Fixed
+- Fixed bug where the key "y" on WebKit couldn't be entered due to conflict with keycode for F10 on keypress.
+
+## 4.3.9 - 2016-04-12
+
+### Added
+- Added support for focusing the contextual toolbars using keyboard.
+- Added keyboard support for slider UI controls. You can no increase/decrease using arrow keys.
+- Added url pattern matching for Dailymotion to media plugin. Patch contributed by Bertrand Darbon.
+- Added body_class to template plugin preview. Patch contributed by Milen Petrinski.
+- Added options to better override textcolor pickers with custom colors. Patch contributed by Xavier Boubert.
+- Added visual arrows to inline contextual toolbars so that they point to the element being active.
+
+### Changed
+- Changed the Meta+Shift+F shortcut to Ctrl+Shift+F since Czech, Slovak, Polish languages used the first one for input.
+
+### Fixed
+- Fixed so toolbars for tables or other larger elements get better positioned below the scrollable viewport.
+- Fixed bug where it was possible to click links inside cE=false blocks.
+- Fixed bug where event targets wasn't properly handled in Safari Technical Preview.
+- Fixed bug where drag/drop text in FF 45 would make the editor caret invisible.
+- Fixed bug where the remove state wasn't properly set on editor instances when detected as clobbered.
+- Fixed bug where offscreen selection of some cE=false elements would render onscreen. Patch contributed by Steven Bufton
+- Fixed bug where enter would clone styles out side the root on editors inside a span. Patch contributed by ChristophKaser.
+- Fixed bug where drag/drop of images into the editor didn't work correctly in FF.
+- Fixed so the first item in panels for the imagetools dialog gets proper keyboard focus.
+
+## 4.3.8 - 2016-03-15
+
+### Fixed
+- Fixed bug where inserting HR at the end of a block element would produce an extra empty block.
+- Fixed bug where links would be clickable when readonly mode was enabled.
+- Fixed bug where the formatter would normalize to the wrong node on very specific content.
+- Fixed bug where some nested list items couldn't be indented properly.
+- Fixed bug where links where clickable in the preview dialog.
+- Fixed so the alt attribute doesn't get padded with an empty value by default.
+- Fixed so nested alignment works more correctly. You will now alter the alignment to the closest block parent.
+
+## 4.3.7 - 2016-03-02
+
+### Fixed
+- Fixed bug where incorrect icons would be rendered for imagetools edit and color levels.
+- Fixed bug where navigation using arrow keys inside a SelectBox didn't move up/down.
+- Fixed bug where the visualblocks plugin would render borders round internal UI elements.
+
+## 4.3.6 - 2016-03-01
+
+### Added
+- Added new paste_remember_plaintext_info option to allow a global disable of the plain text mode notification.
+- Added new PastePlainTextToggle event that fires when plain text mode toggles on/off.
+
+### Fixed
+- Fixed bug where it wasn't possible to select media elements since the drag logic would snap it to mouse cursor.
+- Fixed bug where it was hard to place the caret inside nested cE=true elements when the outer cE=false element was focused.
+- Fixed bug where editors wouldn't properly initialize if both selector and mode where used.
+- Fixed bug where IME input inside table cells would switch the IME off.
+- Fixed bug where selection inside the first table cell would cause the whole table cell to get selected.
+- Fixed bug where error handling of images being uploaded wouldn't properly handle faulty statuses.
+- Fixed bug where inserting contents before a HR would cause an exception to be thrown.
+- Fixed bug where copy/paste of Excel data would be inserted as an image.
+- Fixed caret position issues with copy/paste of inline block cE=false elements.
+- Fixed issues with various menu item focus bugs in Chrome. Where the focused menu bar item wasn't properly blurred.
+- Fixed so the notifications have a solid background since it would be hard to read if there where text under it.
+- Fixed so notifications gets animated similar to the ones used by dialogs.
+- Fixed so larger images that gets pasted is handled better.
+- Fixed so the window close button is more uniform on various platform and also increased it's hit area.
+
+## 4.3.5 - 2016-02-11
+
+Npm version bump due to package not being fully updated.
+
+## 4.3.4 - 2016-02-11
+
+### Added
+- Added new OpenWindow/CloseWindow events that gets fired when windows open/close.
+- Added new NewCell/NewRow events that gets fired when table cells/rows are created.
+- Added new Promise return value to tinymce.init makes it easier to handle initialization.
+
+### Fixed
+- Fixed various bugs with drag/drop of contentEditable:false elements.
+- Fixed bug where deleting of very specific nested list items would result in an odd list.
+- Fixed bug where lists would get merged with adjacent lists outside the editable inline root.
+- Fixed bug where MS Edge would crash when closing a dialog then clicking a menu item.
+- Fixed bug where table cell selection would add undo levels.
+- Fixed bug where table cell selection wasn't removed when inline editor where removed.
+- Fixed bug where table cell selection wouldn't work properly on nested tables.
+- Fixed bug where table merge menu would be available when merging between thead and tbody.
+- Fixed bug where table row/column resize wouldn't get properly removed when the editor was removed.
+- Fixed bug where Chrome would scroll to the editor if there where a empty hash value in document url.
+- Fixed bug where the cache suffix wouldn't work correctly with the importcss plugin.
+- Fixed bug where selection wouldn't work properly on MS Edge on Windows Phone 10.
+- Fixed so adjacent pre blocks gets joined into one pre block since that seems like the user intent.
+- Fixed so events gets properly dispatched in shadow dom. Patch provided by Nazar Mokrynskyi.
+
+### Removed
+- Removed the jQuery version the jQuery plugin is now moved into the main package.
+- Removed jscs from build process since eslint can now handle code style checking.
+
+## 4.3.3 - 2016-01-14
+
+### Added
+- Added new table_resize_bars configuration setting. This setting allows you to disable the table resize bars.
+- Added new beforeInitialize event to tinymce.util.XHR lets you modify XHR properties before open. Patch contributed by Brent Clintel.
+- Added new autolink_pattern setting to autolink plugin. Enables you to override the default autolink formats. Patch contributed by Ben Tiedt.
+- Added new charmap option that lets you override the default charmap of the charmap plugin.
+- Added new charmap_append option that lets you add new characters to the default charmap of the charmap plugin.
+- Added new insertCustomChar event that gets fired when a character is inserted by the charmap plugin.
+
+### Fixed
+- Fixed bug where table cells started with a superfluous in IE10+.
+- Fixed bug where table plugin would retain all BR tags when cells were merged.
+- Fixed bug where media plugin would strip underscores from youtube urls.
+- Fixed bug where IME input would fail on IE 11 if you typed within a table.
+- Fixed bug where double click selection of a word would remove the space before the word on insert contents.
+- Fixed bug where table plugin would produce exceptions when hovering tables with invalid structure.
+- Fixed bug where fullscreen wouldn't scroll back to it's original position when untoggled.
+- Fixed so the template plugins templates setting can be a function that gets a callback that can provide templates.
+
+## 4.3.2 - 2015-12-14
+
+### Fixed
+- Fixed bug where the resize bars for table cells were not affected by the object_resizing property.
+- Fixed bug where the contextual table toolbar would appear incorrectly if TinyMCE was initialized inline inside a table.
+- Fixed bug where resizing table cells did not fire a node change event or add an undo level.
+- Fixed bug where double click selection of text on IE 11 wouldn't work properly.
+- Fixed bug where codesample plugin would incorrectly produce br elements inside code elements.
+- Fixed bug where media plugin would strip dashes from youtube urls.
+- Fixed bug where it was possible to move the caret into the table resize bars.
+- Fixed bug where drag/drop into a cE=false element was possible on IE.
+
+## 4.3.1 - 2015-11-30
+
+### Fixed
+- Fixed so it's possible to disable the table inline toolbar by setting it to false or an empty string.
+- Fixed bug where it wasn't possible to resize some tables using the drag handles.
+- Fixed bug where unique id:s would clash for multiple editor instances and cE=false selections.
+- Fixed bug where the same plugin could be initialized multiple times.
+- Fixed bug where the table inline toolbars would be displayed at the same time as the image toolbars.
+- Fixed bug where the table selection rect wouldn't be removed when selecting another control element.
+
+## 4.3.0 - 2015-11-23
+
+### Added
+- Added new table column/row resize support. Makes it a lot more easy to resize the columns/rows in a table.
+- Added new table inline toolbar. Makes it easier to for example add new rows or columns to a table.
+- Added new notification API. Lets you display floating notifications to the end user.
+- Added new codesample plugin that lets you insert syntax highlighted pre elements into the editor.
+- Added new image_caption to images. Lets you create images with captions using a HTML5 figure/figcaption elements.
+- Added new live previews of embeded videos. Lets you play the video right inside the editor.
+- Added new setDirty method and "dirty" event to the editor. Makes it easier to track the dirty state change.
+- Added new setMode method to Editor instances that lets you dynamically switch between design/readonly.
+- Added new core support for contentEditable=false elements within the editor overrides the browsers broken behavior.
+
+### Changed
+- Rewrote the noneditable plugin to use the new contentEditable false core logic.
+
+### Fixed
+- Fixed so the dirty state doesn't set to false automatically when the undo index is set to 0.
+- Fixed the Selection.placeCaretAt so it works better on IE when the coordinate is between paragraphs.
+- Fixed bug where data-mce-bogus="all" element contents where counted by the word count plugin.
+- Fixed bug where contentEditable=false elements would be indented by the indent buttons.
+- Fixed bug where images within contentEditable=false would be selected in WebKit on mouse click.
+- Fixed bug in DOMUntils split method where the replacement parameter wouldn't work on specific cases.
+- Fixed bug where the importcss plugin would import classes from the skin content css file.
+- Fixed so all button variants have a wrapping span for it's text to make it easier to skin.
+- Fixed so it's easier to exit pre block using the arrow keys.
+- Fixed bug where listboxes with fix widths didn't render correctly.
+
+## 4.2.8 - 2015-11-13
+
+### Fixed
+- Fixed bug where it was possible to delete tables as the inline root element if all columns where selected.
+- Fixed bug where the UI buttons active state wasn't properly updated due to recent refactoring of that logic.
+
+## 4.2.7 - 2015-10-27
+
+### Fixed
+- Fixed bug where backspace/delete would remove all formats on the last paragraph character in WebKit/Blink.
+- Fixed bug where backspace within a inline format element with a bogus caret container would move the caret.
+- Fixed bug where backspace/delete on selected table cells wouldn't add an undo level.
+- Fixed bug where script tags embedded within the editor could sometimes get a mce- prefix prepended to them
+- Fixed bug where validate: false option could produce an error to be thrown from the Serialization step.
+- Fixed bug where inline editing of a table as the root element could let the user delete that table.
+- Fixed bug where inline editing of a table as the root element wouldn't properly handle enter key.
+- Fixed bug where inline editing of a table as the root element would normalize the selection incorrectly.
+- Fixed bug where inline editing of a list as the root element could let the user delete that list.
+- Fixed bug where inline editing of a list as the root element could let the user split that list.
+- Fixed bug where resize handles would be rendered on editable root elements such as table.
+
+## 4.2.6 - 2015-09-28
+
+### Added
+- Added capability to set request headers when using XHRs.
+- Added capability to upload local images automatically default delay is set to 30 seconds after editing images.
+- Added commands ids mceEditImage, mceAchor and mceMedia to be avaiable from execCommand.
+- Added Edge browser to saucelabs grunt task. Patch contributed by John-David Dalton.
+
+### Fixed
+- Fixed bug where blob uris not produced by tinymce would produce HTML invalid markup.
+- Fixed bug where selection of contents of a nearly empty editor in Edge would sometimes fail.
+- Fixed bug where color styles woudln't be retained on copy/paste in Blink/Webkit.
+- Fixed bug where the table plugin would throw an error when inserting rows after a child table.
+- Fixed bug where the template plugin wouldn't handle functions as variable replacements.
+- Fixed bug where undo/redo sometimes wouldn't work properly when applying formatting collapsed ranges.
+- Fixed bug where shift+delete wouldn't do a cut operation on Blink/WebKit.
+- Fixed bug where cut action wouldn't properly store the before selection bookmark for the undo level.
+- Fixed bug where backspace in side an empty list element on IE would loose editor focus.
+- Fixed bug where the save plugin wouldn't enable the buttons when a change occurred.
+- Fixed bug where Edge wouldn't initialize the editor if a document.domain was specified.
+- Fixed bug where enter key before nested images would sometimes not properly expand the previous block.
+- Fixed bug where the inline toolbars wouldn't get properly hidden when blurring the editor instance.
+- Fixed bug where Edge would paste Chinese characters on some Windows 10 installations.
+- Fixed bug where IME would loose focus on IE 11 due to the double trailing br bug fix.
+- Fixed bug where the proxy url in imagetools was incorrect. Patch contributed by Wong Ho Wang.
+
+## 4.2.5 - 2015-08-31
+
+### Added
+- Added fullscreen capability to embedded youtube and vimeo videos.
+
+### Fixed
+- Fixed bug where the uploadImages call didn't work on IE 10.
+- Fixed bug where image place holders would be uploaded by uploadImages call.
+- Fixed bug where images marked with bogus would be uploaded by the uploadImages call.
+- Fixed bug where multiple calls to uploadImages would result in decreased performance.
+- Fixed bug where pagebreaks were editable to imagetools patch contributed by Rasmus Wallin.
+- Fixed bug where the element path could cause too much recursion exception.
+- Fixed bug for domains containing ".min". Patch contributed by Loïc Février.
+- Fixed so validation of external links to accept a number after www. Patch contributed by Victor Carvalho.
+- Fixed so the charmap is exposed though execCommand. Patch contributed by Matthew Will.
+- Fixed so that the image uploads are concurrent for improved performance.
+- Fixed various grammar problems in inline documentation. Patches provided by nikolas.
+
+## 4.2.4 - 2015-08-17
+
+### Added
+- Added picture as a valid element to the HTML 5 schema. Patch contributed by Adam Taylor.
+
+### Fixed
+- Fixed bug where contents would be duplicated on drag/drop within the same editor.
+- Fixed bug where floating/alignment of images on Edge wouldn't work properly.
+- Fixed bug where it wasn't possible to drag images on IE 11.
+- Fixed bug where image selection on Edge would sometimes fail.
+- Fixed bug where contextual toolbars icons wasn't rendered properly when using the toolbar_items_size.
+- Fixed bug where searchreplace dialog doesn't get prefilled with the selected text.
+- Fixed bug where fragmented matches wouldn't get properly replaced by the searchreplace plugin.
+- Fixed bug where enter key wouldn't place the caret if was after a trailing space within an inline element.
+- Fixed bug where the autolink plugin could produce multiple links for the same text on Gecko.
+- Fixed bug where EditorUpload could sometimes throw an exception if the blob wasn't found.
+- Fixed xss issues with media plugin not properly filtering out some script attributes.
+
+## 4.2.3 - 2015-07-30
+
+### Fixed
+- Fixed bug where image selection wasn't possible on Edge due to incompatible setBaseAndExtend API.
+- Fixed bug where image blobs urls where not properly destroyed by the imagetools plugin.
+- Fixed bug where keyboard shortcuts wasn't working correctly on IE 8.
+- Fixed skin issue where the borders of panels where not visible on IE 8.
+
+## 4.2.2 - 2015-07-22
+
+### Fixed
+- Fixed bug where float panels were not being hidden on inline editor blur when fixed_toolbar_container config option was in use.
+- Fixed bug where combobox states wasn't properly updated if contents where updated without keyboard.
+- Fixed bug where pasting into textbox or combobox would move the caret to the end of text.
+- Fixed bug where removal of bogus span elements before block elements would remove whitespace between nodes.
+- Fixed bug where repositioning of inline toolbars where async and producing errors if the editor was removed from DOM to early. Patch by iseulde.
+- Fixed bug where element path wasn't working correctly. Patch contributed by iseulde.
+- Fixed bug where menus wasn't rendered correctly when custom images where added to a menu. Patch contributed by Naim Hammadi.
+
+## 4.2.1 - 2015-06-29
+
+### Fixed
+- Fixed bug where back/forward buttons in the browser would render blob images as broken images.
+- Fixed bug where Firefox would throw regexp to big error when replacing huge base64 chunks.
+- Fixed bug rendering issues with resize and context toolbars not being placed properly until next animation frame.
+- Fixed bug where the rendering of the image while cropping would some times not be centered correctly.
+- Fixed bug where listbox items with submenus would me selected as active.
+- Fixed bug where context menu where throwing an error when rendering.
+- Fixed bug where resize both option wasn't working due to resent addClass API change. Patch contributed by Jogai.
+- Fixed bug where a hideAll call for container rendered inline toolbars would throw an error.
+- Fixed bug where onclick event handler on combobox could cause issues if element.id was a function by some polluting libraries.
+- Fixed bug where listboxes wouldn't get proper selected sub menu item when using link_list or image_list.
+- Fixed so the UI controls are as wide as 4.1.x to avoid wrapping controls in toolbars.
+- Fixed so the imagetools dialog is adaptive for smaller screen sizes.
+
+## 4.2.0 - 2015-06-25
+
+### Added
+- Added new flat default skin to make the UI more modern.
+- Added new imagetools plugin, lets you crop/resize and apply filters to images.
+- Added new contextual toolbars support to the API lets you add floating toolbars for specific CSS selectors.
+- Added new promise feature fill as tinymce.util.Promise.
+- Added new built in image upload feature lets you upload any base64 encoded image within the editor as files.
+
+### Fixed
+- Fixed bug where resize handles would appear in the right position in the wrong editor when switching between resizable content in different inline editors.
+- Fixed bug where tables would not be inserted in inline mode due to previous float panel fix.
+- Fixed bug where floating panels would remain open when focus was lost on inline editors.
+- Fixed bug where cut command on Chrome would thrown a browser security exception.
+- Fixed bug where IE 11 sometimes would report an incorrect size for images in the image dialog.
+- Fixed bug where it wasn't possible to remove inline formatting at the end of block elements.
+- Fixed bug where it wasn't possible to delete table cell contents when cell selection was vertical.
+- Fixed bug where table cell wasn't emptied from block elements if delete/backspace where pressed in empty cell.
+- Fixed bug where cmd+shift+arrow didn't work correctly on Firefox mac when selecting to start/end of line.
+- Fixed bug where removal of bogus elements would sometimes remove whitespace between nodes.
+- Fixed bug where the resize handles wasn't updated when the main window was resized.
+- Fixed so script elements gets removed by default to prevent possible XSS issues in default config implementations.
+- Fixed so the UI doesn't need manual reflows when using non native layout managers.
+- Fixed so base64 encoded images doesn't slow down the editor on modern browsers while editing.
+- Fixed so all UI elements uses touch events to improve mobile device support.
+- Removed the touch click quirks patch for iOS since it did more harm than good.
+- Removed the non proportional resize handles since. Unproportional resize can still be done by holding the shift key.
+
+## 4.1.10 - 2015-05-05
+
+### Fixed
+- Fixed bug where plugins loaded with compat3x would sometimes throw errors when loading using the jQuery version.
+- Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.
+- Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.
+- Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.
+- Fixed bug where the caret wouldn't move to the next/previous line boundary on Cmd+Left/Right on Gecko.
+- Fixed bug where it wasn't possible to remove formats from very specific nested contents.
+- Fixed bug where undo levels wasn't produced when typing letters using the shift or alt+ctrl modifiers.
+- Fixed bug where the dirty state wasn't properly updated when typing using the shift or alt+ctrl modifiers.
+- Fixed bug where an error would be thrown if an autofocused editor was destroyed quickly after its initialization. Patch provided by thorn0.
+- Fixed issue with dirty state not being properly updated on redo operation.
+- Fixed issue with entity decoder not handling incorrectly written numeric entities.
+- Fixed issue where some PI element values wouldn't be properly encoded.
+
+## 4.1.9 - 2015-03-10
+
+### Fixed
+- Fixed bug where indentation wouldn't work properly for non list elements.
+- Fixed bug with image plugin not pulling the image dimensions out correctly if a custom document_base_url was used.
+- Fixed bug where ctrl+alt+[1-9] would conflict with the AltGr+[1-9] on Windows. New shortcuts is ctrl+shift+[1-9].
+- Fixed bug with removing formatting on nodes in inline mode would sometimes include nodes outside the editor body.
+- Fixed bug where extra nbsp:s would be inserted when you replaced a word surrounded by spaces using insertContent.
+- Fixed bug with pasting from Google Docs would produce extra strong elements and line feeds.
+
+## 4.1.8 - 2015-03-05
+
+### Added
+- Added new html5 sizes attribute to img elements used together with srcset.
+- Added new elementpath option that makes it possible to disable the element path but keep the statusbar.
+- Added new option table_style_by_css for the table plugin to set table styling with css rather than table attributes.
+- Added new link_assume_external_targets option to prompt the user to prepend http:// prefix if the supplied link does not contain a protocol prefix.
+- Added new image_prepend_url option to allow a custom base path/url to be added to images.
+- Added new table_appearance_options option to make it possible to disable some options.
+- Added new image_title option to make it possible to alter the title of the image, disabled by default.
+
+### Fixed
+- Fixed bug where selection starting from out side of the body wouldn't produce a proper selection range on IE 11.
+- Fixed bug where pressing enter twice before a table moves the cursor in the table and causes a javascript error.
+- Fixed bug where advanced image styles were not respected.
+- Fixed bug where the less common Shift+Delete didn't produce a proper cut operation on WebKit browsers.
+- Fixed bug where image/media size constrain logic would produce NaN when handling non number values.
+- Fixed bug where internal classes where removed by the removeformat command.
+- Fixed bug with creating links table cell contents with a specific selection would throw a exceptions on WebKit/Blink.
+- Fixed bug where valid_classes option didn't work as expected according to docs. Patch provided by thorn0.
+- Fixed bug where jQuery plugin would patch the internal methods multiple times. Patch provided by Drew Martin.
+- Fixed bug where backspace key wouldn't delete the current selection of newly formatted content.
+- Fixed bug where type over of inline formatting elements wouldn't properly keep the format on WebKit/Blink.
+- Fixed bug where selection needed to be properly normalized on modern IE versions.
+- Fixed bug where Command+Backspace didn't properly delete the whole line of text but the previous word.
+- Fixed bug where UI active states wheren't properly updated on IE if you placed caret within the current range.
+- Fixed bug where delete/backspace on WebKit/Blink would remove span elements created by the user.
+- Fixed bug where delete/backspace would produce incorrect results when deleting between two text blocks with br elements.
+- Fixed bug where captions where removed when pasting from MS Office.
+- Fixed bug where lists plugin wouldn't properly remove fully selected nested lists.
+- Fixed bug where the ttf font used for icons would throw an warning message on Gecko on Mac OS X.
+- Fixed a bug where applying a color to text did not update the undo/redo history.
+- Fixed so shy entities gets displayed when using the visualchars plugin.
+- Fixed so removeformat removes ins/del by default since these might be used for strikethough.
+- Fixed so multiple language packs can be loaded and added to the global I18n data structure.
+- Fixed so transparent color selection gets treated as a normal color selection. Patch contributed by Alexander Hofbauer.
+- Fixed so it's possible to disable autoresize_overflow_padding, autoresize_bottom_margin options by setting them to false.
+- Fixed so the charmap plugin shows the description of the character in the dialog. Patch contributed by Jelle Hissink.
+- Removed address from the default list of block formats since it tends to be missused.
+- Fixed so the pre block format is called preformatted to make it more verbose.
+- Fixed so it's possible to context scope translation strings this isn't needed most of the time.
+- Fixed so the max length of the width/height input fields of the media dialog is 5 instead of 3.
+- Fixed so drag/dropped contents gets properly processed by paste plugin since it's basically a paste. Patch contributed by Greg Fairbanks.
+- Fixed so shortcut keys for headers is ctrl+alt+[1-9] instead of ctrl+[1-9] since these are for switching tabs in the browsers.
+- Fixed so "u" doesn't get converted into a span element by the legacy input filter. Since this is now a valid HTML5 element.
+- Fixed font families in order to provide appropriate web-safe fonts.
+
+## 4.1.7 - 2014-11-27
+
+### Added
+- Added HTML5 schema support for srcset, source and picture. Patch contributed by mattheu.
+- Added new cache_suffix setting to enable cache busting by producing unique urls.
+- Added new paste_convert_word_fake_lists option to enable users to disable the fake lists convert logic.
+
+### Fixed
+- Fixed so advlist style changes adds undo levels for each change.
+- Fixed bug where WebKit would sometimes produce an exception when the autolink plugin where looking for URLs.
+- Fixed bug where IE 7 wouldn't be rendered properly due to aggressive css compression.
+- Fixed bug where DomQuery wouldn't accept window as constructor element.
+- Fixed bug where the color picker in 3.x dialogs wouldn't work properly. Patch contributed by Callidior.
+- Fixed bug where the image plugin wouldn't respect the document_base_url.
+- Fixed bug where the jQuery plugin would fail to append to elements named array prototype names.
+
+## 4.1.6 - 2014-10-08
+
+### Changed
+- Replaced jake with grunt since it is more mainstream and has better plugin support.
+
+### Fixed
+- Fixed bug with clicking on the scrollbar of the iframe would cause a JS error to be thrown.
+- Fixed bug where null would produce an exception if you passed it to selection.setRng.
+- Fixed bug where Ctrl/Cmd+Tab would indent the current list item if you switched tabs in the browser.
+- Fixed bug where pasting empty cells from Excel would result in a broken table.
+- Fixed bug where it wasn't possible to switch back to default list style type.
+- Fixed issue where the select all quirk fix would fire for other modifiers than Ctrl/Cmd combinations.
+
+
+## 4.1.5 - 2014-09-09
+
+### Fixed
+- Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink.
+- Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly.
+- Fixed bug where empty list elements would result in empty LI elements without it's parent container.
+- Fixed bug where backspace in empty caret formatted element could produce an type error exception of Gecko.
+- Fixed bug where lists pasted from word with a custom start index above 9 wouldn't be properly handled.
+- Fixed bug where tabfocus plugin would tab out of the editor instance even if the default action was prevented.
+- Fixed bug where tabfocus wouldn't tab properly to other adjacent editor instances.
+- Fixed bug where the DOMUtils setStyles wouldn't properly removed or update the data-mce-style attribute.
+- Fixed bug where dialog select boxes would be placed incorrectly if document.body wasn't statically positioned.
+- Fixed bug where pasting would sometimes scroll to the top of page if the user was using the autoresize plugin.
+- Fixed bug where caret wouldn't be properly rendered by Chrome when clicking on the iframes documentElement.
+- Fixed so custom images for menubutton/splitbutton can be provided. Patch contributed by Naim Hammadi.
+- Fixed so the default action of windows closing can be prevented by blocking the default action of the close event.
+- Fixed so nodeChange and focus of the editor isn't automatically performed when opening sub dialogs.
+
+## 4.1.4 - 2014-08-21
+
+### Added
+- Added new media_filter_html option to media plugin that blocks any conditional comments, scripts etc within a video element.
+- Added new content_security_policy option allows you to set custom policy for iframe contents. Patch contributed by Francois Chagnon.
+
+### Fixed
+- Fixed bug where activate/deactivate events wasn't firing properly when switching between editors.
+- Fixed bug where placing the caret on iOS was difficult due to a WebKit bug with touch events.
+- Fixed bug where the resize helper wouldn't render properly on older IE versions.
+- Fixed bug where resizing images inside tables on older IE versions would sometimes fail depending mouse position.
+- Fixed bug where editor.insertContent would produce an exception when inserting select/option elements.
+- Fixed bug where extra empty paragraphs would be produced if block elements where inserted inside span elements.
+- Fixed bug where the spellchecker menu item wouldn't be properly checked if spell checking was started before it was rendered.
+- Fixed bug where the DomQuery filter function wouldn't remove non elements from collection.
+- Fixed bug where document with custom document.domain wouldn't properly render the editor.
+- Fixed bug where IE 8 would throw exception when trying to enter invalid color values into colorboxes.
+- Fixed bug where undo manager could incorrectly add an extra undo level when custom resize handles was removed.
+- Fixed bug where it wouldn't be possible to alter cell properties properly on table cells on IE 8.
+- Fixed so the color picker button in table dialog isn't shown unless you include the colorpicker plugin or add your own custom color picker.
+- Fixed so activate/deactivate events fire when windowManager opens a window since.
+- Fixed so the table advtab options isn't separated by an underscore to normalize naming with image_advtab option.
+- Fixed so the table cell dialog has proper padding when the advanced tab in disabled.
+
+## 4.1.3 - 2014-07-29
+
+### Added
+- Added event binding logic to tinymce.util.XHR making it possible to override headers and settings before any request is made.
+
+### Fixed
+- Fixed bug where drag events wasn't fireing properly on older IE versions since the event handlers where bound to document.
+- Fixed bug where drag/dropping contents within the editor on IE would force the contents into plain text mode even if it was internal content.
+- Fixed bug where IE 7 wouldn't open menus properly due to a resize bug in the browser auto closing them immediately.
+- Fixed bug where the DOMUtils getPos logic wouldn't produce a valid coordinate inside the body if the body was positioned non static.
+- Fixed bug where the element path and format state wasn't properly updated if you had the wordcount plugin enabled.
+- Fixed bug where a comment at the beginning of source would produce an exception in the formatter logic.
+- Fixed bug where setAttrib/getAttrib on null would throw exception together with any hooked attributes like style.
+- Fixed bug where table sizes wasn't properly retained when copy/pasting on WebKit/Blink.
+- Fixed bug where WebKit/Blink would produce colors in RGB format instead of the forced HEX format when deleting contents.
+- Fixed bug where the width attribute wasn't updated on tables if you changed the size inside the table dialog.
+- Fixed bug where control selection wasn't properly handled when the caret was placed directly after an image.
+- Fixed bug where selecting the contents of table cells using the selection.select method wouldn't place the caret properly.
+- Fixed bug where the selection state for images wasn't removed when placing the caret right after an image on WebKit/Blink.
+- Fixed bug where all events wasn't properly unbound when and editor instance was removed or destroyed by some external innerHTML call.
+- Fixed bug where it wasn't possible or very hard to select images on iOS when the onscreen keyboard was visible.
+- Fixed so auto_focus can take a boolean argument this will auto focus the last initialized editor might be useful for single inits.
+- Fixed so word auto detect lists logic works better for faked lists that doesn't have specific markup.
+- Fixed so nodeChange gets fired on mouseup as it used to before 4.1.1 we optimized that event to fire less often.
+
+### Removed
+- Removed the finish menu item from spellchecker menu since it's redundant you can stop spellchecking by toggling menu item or button.
+
+## 4.1.2 - 2014-07-15
+
+### Added
+- Added offset/grep to DomQuery class works basically the same as it's jQuery equivalent.
+
+### Fixed
+- Fixed bug where backspace/delete or setContent with an empty string would remove header data when using the fullpage plugin.
+- Fixed bug where tinymce.remove with a selector not matching any editors would remove all editors.
+- Fixed bug where resizing of the editor didn't work since the theme was calling setStyles instead of setStyle.
+- Fixed bug where IE 7 would fail to append html fragments to iframe document when using DomQuery.
+- Fixed bug where the getStyle DOMUtils method would produce an exception if it was called with null as it's element.
+- Fixed bug where the paste plugin would remove the element if the none of the paste_webkit_styles rules matched the current style.
+- Fixed bug where contextmenu table items wouldn't work properly on IE since it would some times fire an incorrect selection change.
+- Fixed bug where the padding/border values wasn't used in the size calculation for the body size when using autoresize. Patch contributed by Matt Whelan.
+- Fixed bug where conditional word comments wouldn't be properly removed when pasting plain text.
+- Fixed bug where resizing would sometime fail on IE 11 when the mouseup occurred inside the resizable element.
+- Fixed so the iframe gets initialized without any inline event handlers for better CSP support. Patch contributed by Matt Whelan.
+- Fixed so the tinymce.dom.Sizzle is the latest version of sizzle this resolves the document context bug.
+
+## 4.1.1 - 2014-07-08
+
+### Fixed
+- Fixed bug where pasting plain text on some WebKit versions would result in an empty line.
+- Fixed bug where resizing images inside tables on IE 11 wouldn't work properly.
+- Fixed bug where IE 11 would sometimes throw "Invalid argument" exception when editor contents was set to an empty string.
+- Fixed bug where document.activeElement would throw exceptions on IE 9 when that element was hidden or removed from dom.
+- Fixed bug where WebKit/Blink sometimes produced br elements with the Apple-interchange-newline class.
+- Fixed bug where table cell selection wasn't properly removed when copy/pasting table cells.
+- Fixed bug where pasting nested list items from Word wouldn't produce proper semantic nested lists.
+- Fixed bug where right clicking using the contextmenu plugin on WebKit/Blink on Mac OS X would select the target current word or line.
+- Fixed bug where it wasn't possible to alter table cell properties on IE 8 using the context menu.
+- Fixed bug where the resize helper wouldn't be correctly positioned on older IE versions.
+- Fixed bug where fullpage plugin would produce an error if you didn't specify a doctype encoding.
+- Fixed bug where anchor plugin would get the name/id of the current element even if it wasn't anchor element.
+- Fixed bug where visual aids for tables wouldn't be properly disabled when changing the border size.
+- Fixed bug where some control selection events wasn't properly fired on older IE versions.
+- Fixed bug where table cell selection on older IE versions would prevent resizing of images.
+- Fixed bug with paste_data_images paste option not working properly on modern IE versions.
+- Fixed bug where custom elements with underscores in the name wasn't properly parsed/serialized.
+- Fixed bug where applying inline formats to nested list elements would produce an incorrect formatting result.
+- Fixed so it's possible to hide items from elements path by using preventDefault/stopPropagation.
+- Fixed so inline mode toolbar gets rendered right aligned if the editable element positioned to the documents right edge.
+- Fixed so empty inline elements inside empty block elements doesn't get removed if configured to be kept intact.
+- Fixed so DomQuery parentsUntil/prevUntil/nextUntil supports selectors/elements/filters etc.
+- Fixed so legacyoutput plugin overrides fontselect and fontsizeselect controls and handles font elements properly.
+
+## 4.1.0 - 2014-06-18
+
+### Added
+- Added new file_picker_callback option to replace the old file_browser_callback the latter will still work though.
+- Added new custom colors to textcolor plugin will be displayed if a color picker is provided also shows the latest colors.
+- Added new color_picker_callback option to enable you to add custom color pickers to the editor.
+- Added new advanced tabs to table/cell/row dialogs to enable you to select colors for border/background.
+- Added new colorpicker plugin that lets you select colors from a hsv color picker.
+- Added new tinymce.util.Color class to handle color parsing and converting.
+- Added new colorpicker UI widget element lets you add a hsv color picker to any form/window.
+- Added new textpattern plugin that allows you to use markdown like text patterns to format contents.
+- Added new resize helper element that shows the current width & height while resizing.
+- Added new "once" method to Editor and EventDispatcher enables since callback execution events.
+- Added new jQuery like class under tinymce.dom.DomQuery it's exposed on editor instances (editor.$) and globally under (tinymce.$).
+
+### Fixed
+- Fixed so the default resize method for images are proportional shift/ctrl can be used to make an unproportional size.
+- Fixed bug where the image_dimensions option of the image plugin would cause exceptions when it tried to update the size.
+- Fixed bug where table cell dialog class field wasn't properly updated when editing an a table cell with an existing class.
+- Fixed bug where Safari on Mac would produce webkit-fake-url for pasted images so these are now removed.
+- Fixed bug where the nodeChange event would get fired before the selection was changed when clicking inside the current selection range.
+- Fixed bug where valid_classes option would cause exception when it removed internal prefixed classes like mce-item-.
+- Fixed bug where backspace would cause navigation in IE 8 on an inline element and after a caret formatting was applied.
+- Fixed so placeholder images produced by the media plugin gets selected when inserted/edited.
+- Fixed so it's possible to drag in images when the paste_data_images option is enabled. Might be useful for mail clients.
+- Fixed so images doesn't get a width/height applied if the image_dimensions option is set to false useful for responsive contents.
+- Fixed so it's possible to pass in an optional arguments object for the nodeChanged function to be passed to all nodechange event listeners.
+- Fixed bug where media plugin embed code didn't update correctly.
diff --git a/seller/public/tinymce/README.md b/seller/public/tinymce/README.md
new file mode 100644
index 00000000..efc77185
--- /dev/null
+++ b/seller/public/tinymce/README.md
@@ -0,0 +1,71 @@
+# TinyMCE
+
+The world's #1 open source rich text editor.
+
+Used and trusted by millions of developers, TinyMCE is the world’s most customizable, scalable, and flexible rich text editor. We’ve helped launch the likes of Atlassian, Medium, Evernote (and lots more that we can’t tell you), by empowering them to create exceptional content and experiences for their users.
+
+With more than 350M+ downloads every year, we’re also one of the most trusted enterprise-grade open source HTML editors on the internet. There’s currently more than 100M+ products worldwide, powered by Tiny. As a high powered WYSIWYG editor, TinyMCE is built to scale, designed to innovate, and thrives on delivering results to difficult edge-cases.
+
+You can access a [full featured demo of TinyMCE](https://www.tiny.cloud/docs/tinymce/6/premium-full-featured/) in the docs on the TinyMCE website.
+
+
+
+
+
+## Get started with TinyMCE
+
+Getting started with the TinyMCE rich text editor is easy, and for simple configurations can be done in less than 5 minutes.
+
+[TinyMCE Cloud Deployment Quick Start Guide](https://www.tiny.cloud/docs/tinymce/6/cloud-quick-start/)
+
+[TinyMCE Self-hosted Deployment Guide](https://www.tiny.cloud/docs/tinymce/6/npm-projects/)
+
+TinyMCE provides a range of configuration options that allow you to integrate it into your application. Start customizing with a [basic setup](https://www.tiny.cloud/docs/tinymce/6/basic-setup/).
+
+Configure it for one of three modes of editing:
+
+- [TinyMCE classic editing mode](https://www.tiny.cloud/docs/tinymce/6/use-tinymce-classic/).
+- [TinyMCE inline editing mode](https://www.tiny.cloud/docs/tinymce/6/use-tinymce-inline/).
+- [TinyMCE distraction-free editing mode](https://www.tiny.cloud/docs/tinymce/6/use-tinymce-distraction-free/).
+
+## Features
+
+### Integration
+
+TinyMCE is easily integrated into your projects with the help of components such as:
+
+- [tinymce-react](https://github.com/tinymce/tinymce-react)
+- [tinymce-vue](https://github.com/tinymce/tinymce-vue)
+- [tinymce-angular](https://github.com/tinymce/tinymce-angular)
+
+With over 29 integrations, and 400+ APIs, see the TinyMCE docs for a full list of editor [integrations](https://www.tiny.cloud/docs/tinymce/6/integrations/).
+
+### Customization
+
+It is easy to [configure the UI](https://www.tiny.cloud/docs/tinymce/6/customize-ui/) of your rich text editor to match the design of your site, product or application. Due to its flexibility, you can [configure the editor](https://www.tiny.cloud/docs/tinymce/6/basic-setup/) with as much or as little functionality as you like, depending on your requirements.
+
+With [50+ powerful plugins available](https://www.tiny.cloud/tinymce/features/), and content editable as the basis of TinyMCE, adding additional functionality is as simple as including a single line of code.
+
+Realizing the full power of most plugins requires only a few lines more.
+
+### Extensibility
+
+Sometimes your editor requirements can be quite unique, and you need the freedom and flexibility to innovate. Thanks to TinyMCE being open source, you can view the source code and develop your own extensions for custom functionality to meet your own requirements.
+
+The TinyMCE [API](https://www.tiny.cloud/docs/tinymce/6/apis/tinymce.root/) is exposed to make it easier for you to write custom functionality that fits within the existing framework of TinyMCE [UI components](https://www.tiny.cloud/docs/tinymce/6/custom-ui-components/).
+
+### Extended Features and Support
+
+For the professional software teams that require more in-depth efficiency, compliance or collaborative features built to enterprise-grade standards, please [get in touch with our team](https://www.tiny.cloud/contact/).
+
+Tiny also offers dedicated SLAs and support for professional development teams.
+
+## Compiling and contributing
+
+In 2019 the decision was made to transition our codebase to a monorepo. For information on compiling and contributing, see: [contribution guidelines](https://github.com/tinymce/tinymce/blob/master/CONTRIBUTING.md).
+
+As an open source product, we encourage and support the active development of our software.
+
+## Want more information?
+
+Visit the [TinyMCE website](https://tiny.cloud/) and check out the [TinyMCE documentation](https://www.tiny.cloud/docs/).
diff --git a/seller/public/tinymce/bower.json b/seller/public/tinymce/bower.json
new file mode 100644
index 00000000..0af3ccfe
--- /dev/null
+++ b/seller/public/tinymce/bower.json
@@ -0,0 +1,27 @@
+{
+ "name": "tinymce",
+ "description": "Web based JavaScript HTML WYSIWYG editor control.",
+ "license": "MIT",
+ "keywords": [
+ "wysiwyg",
+ "tinymce",
+ "richtext",
+ "javascript",
+ "html",
+ "text",
+ "rich editor",
+ "rich text editor",
+ "rte",
+ "rich text",
+ "contenteditable",
+ "editing"
+ ],
+ "homepage": "https://www.tiny.cloud/",
+ "ignore": [
+ "README.md",
+ "composer.json",
+ "package.json",
+ ".npmignore",
+ "CHANGELOG.md"
+ ]
+}
\ No newline at end of file
diff --git a/seller/public/tinymce/composer.json b/seller/public/tinymce/composer.json
new file mode 100644
index 00000000..1cde1038
--- /dev/null
+++ b/seller/public/tinymce/composer.json
@@ -0,0 +1,52 @@
+{
+ "name": "tinymce/tinymce",
+ "version": "6.4.2",
+ "description": "Web based JavaScript HTML WYSIWYG editor control.",
+ "license": [
+ "MIT-only"
+ ],
+ "keywords": [
+ "wysiwyg",
+ "tinymce",
+ "richtext",
+ "javascript",
+ "html",
+ "text",
+ "rich editor",
+ "rich text editor",
+ "rte",
+ "rich text",
+ "contenteditable",
+ "editing"
+ ],
+ "homepage": "https://www.tiny.cloud/",
+ "type": "component",
+ "extra": {
+ "component": {
+ "scripts": [
+ "tinymce.js",
+ "plugins/*/plugin.js",
+ "themes/*/theme.js",
+ "models/*/model.js",
+ "icons/*/icons.js"
+ ],
+ "files": [
+ "tinymce.min.js",
+ "plugins/*/plugin.min.js",
+ "themes/*/theme.min.js",
+ "models/*/model.min.js",
+ "skins/**",
+ "icons/*/icons.min.js"
+ ]
+ }
+ },
+ "archive": {
+ "exclude": [
+ "README.md",
+ "bower.js",
+ "package.json",
+ ".npmignore",
+ "CHANGELOG.md"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/seller/public/tinymce/icons/default/icons.js b/seller/public/tinymce/icons/default/icons.js
new file mode 100644
index 00000000..63b8d437
--- /dev/null
+++ b/seller/public/tinymce/icons/default/icons.js
@@ -0,0 +1,189 @@
+tinymce.IconManager.add('default', {
+ icons: {
+ 'accessibility-check': '',
+ 'action-next': '',
+ 'action-prev': '',
+ 'addtag': '',
+ 'align-center': '',
+ 'align-justify': '',
+ 'align-left': '',
+ 'align-none': '',
+ 'align-right': '',
+ 'arrow-left': '',
+ 'arrow-right': '',
+ 'bold': '',
+ 'bookmark': '',
+ 'border-style': '',
+ 'border-width': '',
+ 'brightness': '',
+ 'browse': '',
+ 'cancel': '',
+ 'cell-background-color': '',
+ 'cell-border-color': '',
+ 'change-case': '',
+ 'character-count': '',
+ 'checklist-rtl': '',
+ 'checklist': '',
+ 'checkmark': '',
+ 'chevron-down': '',
+ 'chevron-left': '',
+ 'chevron-right': '',
+ 'chevron-up': '',
+ 'close': '',
+ 'code-sample': '',
+ 'color-levels': '',
+ 'color-picker': '',
+ 'color-swatch-remove-color': '',
+ 'color-swatch': '',
+ 'comment-add': '',
+ 'comment': '',
+ 'contrast': '',
+ 'copy': '',
+ 'crop': '',
+ 'cut-column': '',
+ 'cut-row': '',
+ 'cut': '',
+ 'document-properties': '',
+ 'drag': '',
+ 'duplicate-column': '',
+ 'duplicate-row': '',
+ 'duplicate': '',
+ 'edit-block': '',
+ 'edit-image': '',
+ 'embed-page': '',
+ 'embed': '',
+ 'emoji': '',
+ 'export': '',
+ 'fill': '',
+ 'flip-horizontally': '',
+ 'flip-vertically': '',
+ 'footnote': '',
+ 'format-painter': '',
+ 'format': '',
+ 'fullscreen': '',
+ 'gallery': '',
+ 'gamma': '',
+ 'help': '',
+ 'highlight-bg-color': '',
+ 'home': '',
+ 'horizontal-rule': '',
+ 'image-options': '',
+ 'image': '',
+ 'indent': '',
+ 'info': '',
+ 'insert-character': '',
+ 'insert-time': '',
+ 'invert': '',
+ 'italic': '',
+ 'language': '',
+ 'line-height': '',
+ 'line': '',
+ 'link': '',
+ 'list-bull-circle': '',
+ 'list-bull-default': '',
+ 'list-bull-square': '',
+ 'list-num-default-rtl': '',
+ 'list-num-default': '',
+ 'list-num-lower-alpha-rtl': '',
+ 'list-num-lower-alpha': '',
+ 'list-num-lower-greek-rtl': '',
+ 'list-num-lower-greek': '',
+ 'list-num-lower-roman-rtl': '',
+ 'list-num-lower-roman': '',
+ 'list-num-upper-alpha-rtl': '',
+ 'list-num-upper-alpha': '',
+ 'list-num-upper-roman-rtl': '',
+ 'list-num-upper-roman': '',
+ 'lock': '',
+ 'ltr': '',
+ 'minus': '',
+ 'more-drawer': '',
+ 'new-document': '',
+ 'new-tab': '',
+ 'non-breaking': '',
+ 'notice': '',
+ 'ordered-list-rtl': '',
+ 'ordered-list': '',
+ 'orientation': '',
+ 'outdent': '',
+ 'page-break': '',
+ 'paragraph': '',
+ 'paste-column-after': '',
+ 'paste-column-before': '',
+ 'paste-row-after': '',
+ 'paste-row-before': '',
+ 'paste-text': '',
+ 'paste': '',
+ 'permanent-pen': '',
+ 'plus': '',
+ 'preferences': '',
+ 'preview': '',
+ 'print': '',
+ 'quote': '',
+ 'redo': '',
+ 'reload': '',
+ 'remove-formatting': '',
+ 'remove': '',
+ 'resize-handle': '',
+ 'resize': '',
+ 'restore-draft': '',
+ 'rotate-left': '',
+ 'rotate-right': '',
+ 'rtl': '',
+ 'save': '',
+ 'search': '',
+ 'select-all': '',
+ 'selected': '',
+ 'settings': '',
+ 'sharpen': '',
+ 'sourcecode': '',
+ 'spell-check': '',
+ 'strike-through': '',
+ 'subscript': '',
+ 'superscript': '',
+ 'table-caption': '',
+ 'table-cell-classes': '',
+ 'table-cell-properties': '',
+ 'table-cell-select-all': '',
+ 'table-cell-select-inner': '',
+ 'table-classes': '',
+ 'table-delete-column': '',
+ 'table-delete-row': '',
+ 'table-delete-table': '',
+ 'table-insert-column-after': '',
+ 'table-insert-column-before': '',
+ 'table-insert-row-above': '',
+ 'table-insert-row-after': '',
+ 'table-left-header': '',
+ 'table-merge-cells': '',
+ 'table-row-numbering-rtl': '',
+ 'table-row-numbering': '',
+ 'table-row-properties': '',
+ 'table-split-cells': '',
+ 'table-top-header': '',
+ 'table': '',
+ 'template-add': '',
+ 'template': '',
+ 'temporary-placeholder': '',
+ 'text-color': '',
+ 'text-size-decrease': '',
+ 'text-size-increase': '',
+ 'toc': '',
+ 'translate': '',
+ 'typography': '',
+ 'underline': '',
+ 'undo': '',
+ 'unlink': '',
+ 'unlock': '',
+ 'unordered-list': '',
+ 'unselected': '',
+ 'upload': '',
+ 'user': '',
+ 'vertical-align': '',
+ 'visualblocks': '',
+ 'visualchars': '',
+ 'warning': '',
+ 'zoom-in': '',
+ 'zoom-out': '',
+ }
+});
\ No newline at end of file
diff --git a/seller/public/tinymce/icons/default/icons.min.js b/seller/public/tinymce/icons/default/icons.min.js
new file mode 100644
index 00000000..2f664572
--- /dev/null
+++ b/seller/public/tinymce/icons/default/icons.min.js
@@ -0,0 +1 @@
+tinymce.IconManager.add("default",{icons:{"accessibility-check":'',"action-next":'',"action-prev":'',addtag:'',"align-center":'',"align-justify":'',"align-left":'',"align-none":'',"align-right":'',"arrow-left":'',"arrow-right":'',bold:'',bookmark:'',"border-style":'',"border-width":'',brightness:'',browse:'',cancel:'',"cell-background-color":'',"cell-border-color":'',"change-case":'',"character-count":'',"checklist-rtl":'',checklist:'',checkmark:'',"chevron-down":'',"chevron-left":'',"chevron-right":'',"chevron-up":'',close:'',"code-sample":'',"color-levels":'',"color-picker":'',"color-swatch-remove-color":'',"color-swatch":'',"comment-add":'',comment:'',contrast:'',copy:'',crop:'',"cut-column":'',"cut-row":'',cut:'',"document-properties":'',drag:'',"duplicate-column":'',"duplicate-row":'',duplicate:'',"edit-block":'',"edit-image":'',"embed-page":'',embed:'',emoji:'',export:'',fill:'',"flip-horizontally":'',"flip-vertically":'',footnote:'',"format-painter":'',format:'',fullscreen:'',gallery:'',gamma:'',help:'',"highlight-bg-color":'',home:'',"horizontal-rule":'',"image-options":'',image:'',indent:'',info:'',"insert-character":'',"insert-time":'',invert:'',italic:'',language:'',"line-height":'',line:'',link:'',"list-bull-circle":'',"list-bull-default":'',"list-bull-square":'',"list-num-default-rtl":'',"list-num-default":'',"list-num-lower-alpha-rtl":'',"list-num-lower-alpha":'',"list-num-lower-greek-rtl":'',"list-num-lower-greek":'',"list-num-lower-roman-rtl":'',"list-num-lower-roman":'',"list-num-upper-alpha-rtl":'',"list-num-upper-alpha":'',"list-num-upper-roman-rtl":'',"list-num-upper-roman":'',lock:'',ltr:'',minus:'',"more-drawer":'',"new-document":'',"new-tab":'',"non-breaking":'',notice:'',"ordered-list-rtl":'',"ordered-list":'',orientation:'',outdent:'',"page-break":'',paragraph:'',"paste-column-after":'',"paste-column-before":'',"paste-row-after":'',"paste-row-before":'',"paste-text":'',paste:'',"permanent-pen":'',plus:'',preferences:'',preview:'',print:'',quote:'',redo:'',reload:'',"remove-formatting":'',remove:'',"resize-handle":'',resize:'',"restore-draft":'',"rotate-left":'',"rotate-right":'',rtl:'',save:'',search:'',"select-all":'',selected:'',settings:'',sharpen:'',sourcecode:'',"spell-check":'',"strike-through":'',subscript:'',superscript:'',"table-caption":'',"table-cell-classes":'',"table-cell-properties":'',"table-cell-select-all":'',"table-cell-select-inner":'',"table-classes":'',"table-delete-column":'',"table-delete-row":'',"table-delete-table":'',"table-insert-column-after":'',"table-insert-column-before":'',"table-insert-row-above":'',"table-insert-row-after":'',"table-left-header":'',"table-merge-cells":'',"table-row-numbering-rtl":'',"table-row-numbering":'',"table-row-properties":'',"table-split-cells":'',"table-top-header":'',table:'',"template-add":'',template:'',"temporary-placeholder":'',"text-color":'',"text-size-decrease":'',"text-size-increase":'',toc:'',translate:'',typography:'',underline:'',undo:'',unlink:'',unlock:'',"unordered-list":'',unselected:'',upload:'',user:'',"vertical-align":'',visualblocks:'',visualchars:'',warning:'',"zoom-in":'',"zoom-out":''}});
\ No newline at end of file
diff --git a/seller/public/tinymce/icons/default/index.js b/seller/public/tinymce/icons/default/index.js
new file mode 100644
index 00000000..ca4184a4
--- /dev/null
+++ b/seller/public/tinymce/icons/default/index.js
@@ -0,0 +1,7 @@
+// Exports the "default" icons for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/icons/default')
+// ES2015:
+// import 'tinymce/icons/default'
+require('./icons.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/langs/zh-Hans.js b/seller/public/tinymce/langs/zh-Hans.js
new file mode 100644
index 00000000..7aaf8a64
--- /dev/null
+++ b/seller/public/tinymce/langs/zh-Hans.js
@@ -0,0 +1 @@
+tinymce.addI18n("zh-Hans",{"Redo":"\u91cd\u505a","Undo":"\u64a4\u9500","Cut":"\u526a\u5207","Copy":"\u590d\u5236","Paste":"\u7c98\u8d34","Select all":"\u5168\u9009","New document":"\u65b0\u5efa\u6587\u6863","Ok":"\u786e\u5b9a","Cancel":"\u53d6\u6d88","Visual aids":"\u7f51\u683c\u7ebf","Bold":"\u7c97\u4f53","Italic":"\u659c\u4f53","Underline":"\u4e0b\u5212\u7ebf","Strikethrough":"\u5220\u9664\u7ebf","Superscript":"\u4e0a\u6807","Subscript":"\u4e0b\u6807","Clear formatting":"\u6e05\u9664\u683c\u5f0f","Remove":"\u79fb\u9664","Align left":"\u5de6\u5bf9\u9f50","Align center":"\u5c45\u4e2d\u5bf9\u9f50","Align right":"\u53f3\u5bf9\u9f50","No alignment":"\u672a\u5bf9\u9f50","Justify":"\u4e24\u7aef\u5bf9\u9f50","Bullet list":"\u65e0\u5e8f\u5217\u8868","Numbered list":"\u6709\u5e8f\u5217\u8868","Decrease indent":"\u51cf\u5c11\u7f29\u8fdb","Increase indent":"\u589e\u52a0\u7f29\u8fdb","Close":"\u5173\u95ed","Formats":"\u683c\u5f0f","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6253\u5f00\u526a\u8d34\u677f\uff0c\u8bf7\u4f7f\u7528Ctrl+X/C/V\u7b49\u5feb\u6377\u952e\u3002","Headings":"\u6807\u9898","Heading 1":"\u4e00\u7ea7\u6807\u9898","Heading 2":"\u4e8c\u7ea7\u6807\u9898","Heading 3":"\u4e09\u7ea7\u6807\u9898","Heading 4":"\u56db\u7ea7\u6807\u9898","Heading 5":"\u4e94\u7ea7\u6807\u9898","Heading 6":"\u516d\u7ea7\u6807\u9898","Preformatted":"\u9884\u5148\u683c\u5f0f\u5316\u7684","Div":"Div","Pre":"\u524d\u8a00","Code":"\u4ee3\u7801","Paragraph":"\u6bb5\u843d","Blockquote":"\u5f15\u6587\u533a\u5757","Inline":"\u6587\u672c","Blocks":"\u6837\u5f0f","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u518d\u6b21\u70b9\u51fb\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002","Fonts":"\u5b57\u4f53","Font sizes":"\u5b57\u4f53\u5927\u5c0f","Class":"\u7c7b\u578b","Browse for an image":"\u6d4f\u89c8\u56fe\u50cf","OR":"\u6216","Drop an image here":"\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64","Upload":"\u4e0a\u4f20","Uploading image":"\u4e0a\u4f20\u56fe\u7247","Block":"\u5757","Align":"\u5bf9\u9f50","Default":"\u9884\u8bbe","Circle":"\u7a7a\u5fc3\u5706","Disc":"\u5b9e\u5fc3\u5706","Square":"\u5b9e\u5fc3\u65b9\u5757","Lower Alpha":"\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd","Lower Greek":"\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd","Lower Roman":"\u5c0f\u5199\u7f57\u9a6c\u6570\u5b57","Upper Alpha":"\u5927\u5199\u82f1\u6587\u5b57\u6bcd","Upper Roman":"\u5927\u5199\u7f57\u9a6c\u6570\u5b57","Anchor...":"\u951a\u70b9...","Anchor":"\u951a\u70b9","Name":"\u540d\u79f0","ID":"ID","ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"ID\u5e94\u8be5\u4ee5\u82f1\u6587\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u9762\u53ea\u80fd\u6709\u82f1\u6587\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u7834\u6298\u53f7\u3001\u70b9\u3001\u5192\u53f7\u6216\u4e0b\u5212\u7ebf\u3002","You have unsaved changes are you sure you want to navigate away?":"\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f","Restore last draft":"\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f","Special character...":"\u7279\u6b8a\u5b57\u7b26...","Special Character":"\u7279\u6b8a\u5b57\u7b26","Source code":"\u6e90\u4ee3\u7801","Insert/Edit code sample":"\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b","Language":"\u8bed\u8a00","Code sample...":"\u793a\u4f8b\u4ee3\u7801...","Left to right":"\u7531\u5de6\u5230\u53f3","Right to left":"\u7531\u53f3\u5230\u5de6","Title":"\u6807\u9898","Fullscreen":"\u5168\u5c4f","Action":"\u52a8\u4f5c","Shortcut":"\u5feb\u6377\u65b9\u5f0f","Help":"\u5e2e\u52a9","Address":"\u5730\u5740","Focus to menubar":"\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f","Focus to toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f","Focus to element path":"\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84","Focus to contextual toolbar":"\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355","Insert link (if link plugin activated)":"\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Save (if save plugin activated)":"\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Find (if searchreplace plugin activated)":"\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)","Plugins installed ({0}):":"\u5df2\u5b89\u88c5\u63d2\u4ef6 ({0}):","Premium plugins:":"\u4f18\u79c0\u63d2\u4ef6\uff1a","Learn more...":"\u4e86\u89e3\u66f4\u591a...","You are using {0}":"\u4f60\u6b63\u5728\u4f7f\u7528 {0}","Plugins":"\u63d2\u4ef6","Handy Shortcuts":"\u5feb\u6377\u952e","Horizontal line":"\u6c34\u5e73\u5206\u5272\u7ebf","Insert/edit image":"\u63d2\u5165/\u7f16\u8f91\u56fe\u7247","Alternative description":"\u66ff\u4ee3\u63cf\u8ff0","Accessibility":"\u8f85\u52a9\u529f\u80fd","Image is decorative":"\u56fe\u50cf\u662f\u88c5\u9970\u6027\u7684","Source":"\u6e90","Dimensions":"\u5c3a\u5bf8","Constrain proportions":"\u4fdd\u6301\u6bd4\u4f8b","General":"\u4e00\u822c","Advanced":"\u9ad8\u7ea7","Style":"\u6837\u5f0f","Vertical space":"\u5782\u76f4\u95f4\u8ddd","Horizontal space":"\u6c34\u5e73\u95f4\u8ddd","Border":"\u6846\u7ebf","Insert image":"\u63d2\u5165\u56fe\u7247","Image...":"\u56fe\u7247...","Image list":"\u56fe\u7247\u6e05\u5355","Resize":"\u8c03\u6574\u5927\u5c0f","Insert date/time":"\u63d2\u5165\u65e5\u671f/\u65f6\u95f4","Date/time":"\u65e5\u671f/\u65f6\u95f4","Insert/edit link":"\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5","Text to display":"\u8981\u663e\u793a\u7684\u6587\u672c","Url":"\u5730\u5740","Open link in...":"\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...","Current window":"\u5f53\u524d\u7a97\u53e3","None":"\u65e0","New window":"\u65b0\u7a97\u53e3","Open link":"\u6253\u5f00\u94fe\u63a5","Remove link":"\u79fb\u9664\u94fe\u63a5","Anchors":"\u951a\u70b9","Link...":"\u94fe\u63a5...","Paste or type a link":"\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u4e3a\u90ae\u4ef6\u5730\u5740\uff0c\u9700\u8981\u52a0\u4e0amailto: \u524d\u7f00\u5417\uff1f","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u5c5e\u4e8e\u5916\u90e8\u94fe\u63a5\uff0c\u9700\u8981\u52a0\u4e0ahttp:// \u524d\u7f00\u5417\uff1f","The URL you entered seems to be an external link. Do you want to add the required https:// prefix?":"\u60a8\u8f93\u5165\u7684 URL \u4f3c\u4e4e\u662f\u4e00\u4e2a\u5916\u90e8\u94fe\u63a5\u3002\u60a8\u60f3\u6dfb\u52a0\u6240\u9700\u7684 https:// \u524d\u7f00\u5417\uff1f","Link list":"\u94fe\u63a5\u6e05\u5355","Insert video":"\u63d2\u5165\u89c6\u9891","Insert/edit video":"\u63d2\u5165/\u7f16\u8f91\u89c6\u9891","Insert/edit media":"\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53","Alternative source":"\u955c\u50cf","Alternative source URL":"\u66ff\u4ee3\u6765\u6e90\u7f51\u5740","Media poster (Image URL)":"\u5c01\u9762(\u56fe\u7247\u5730\u5740)","Paste your embed code below:":"\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:","Embed":"\u5185\u5d4c","Media...":"\u591a\u5a92\u4f53...","Nonbreaking space":"\u4e0d\u95f4\u65ad\u7a7a\u683c","Page break":"\u5206\u9875\u7b26","Paste as text":"\u7c98\u8d34\u4e3a\u6587\u672c","Preview":"\u9884\u89c8","Print":"\u6253\u5370","Print...":"\u6253\u5370...","Save":"\u4fdd\u5b58","Find":"\u5bfb\u627e","Replace with":"\u66ff\u6362\u4e3a","Replace":"\u66ff\u6362","Replace all":"\u66ff\u6362\u5168\u90e8","Previous":"\u4e0a\u4e00\u4e2a","Next":"\u4e0b\u4e00\u4e2a","Find and Replace":"\u67e5\u627e\u548c\u66ff\u6362","Find and replace...":"\u67e5\u627e\u5e76\u66ff\u6362...","Could not find the specified string.":"\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9\u3002","Match case":"\u5927\u5c0f\u5199\u5339\u914d","Find whole words only":"\u5168\u5b57\u5339\u914d","Find in selection":"\u5728\u9009\u533a\u4e2d\u67e5\u627e","Insert table":"\u63d2\u5165\u8868\u683c","Table properties":"\u8868\u683c\u5c5e\u6027","Delete table":"\u5220\u9664\u8868\u683c","Cell":"\u5355\u5143\u683c","Row":"\u884c","Column":"\u680f\u76ee","Cell properties":"\u5355\u5143\u683c\u5c5e\u6027","Merge cells":"\u5408\u5e76\u5355\u5143\u683c","Split cell":"\u62c6\u5206\u5355\u5143\u683c","Insert row before":"\u5728\u4e0a\u65b9\u63d2\u5165\u884c","Insert row after":"\u5728\u4e0b\u65b9\u63d2\u5165\u884c","Delete row":"\u5220\u9664\u884c","Row properties":"\u884c\u5c5e\u6027","Cut row":"\u526a\u5207\u884c","Cut column":"\u526a\u5207\u5217","Copy row":"\u590d\u5236\u884c","Copy column":"\u590d\u5236\u5217","Paste row before":"\u7c98\u8d34\u884c\u5230\u4e0a\u65b9","Paste column before":"\u7c98\u8d34\u6b64\u5217\u524d","Paste row after":"\u7c98\u8d34\u884c\u5230\u4e0b\u65b9","Paste column after":"\u7c98\u8d34\u540e\u9762\u7684\u5217","Insert column before":"\u5728\u5de6\u4fa7\u63d2\u5165\u5217","Insert column after":"\u5728\u53f3\u4fa7\u63d2\u5165\u5217","Delete column":"\u5220\u9664\u5217","Cols":"\u5217","Rows":"\u884c\u6570","Width":"\u5bbd\u5ea6","Height":"\u9ad8\u5ea6","Cell spacing":"\u5355\u5143\u683c\u5916\u95f4\u8ddd","Cell padding":"\u5355\u5143\u683c\u5185\u8fb9\u8ddd","Row clipboard actions":"\u884c\u526a\u8d34\u677f\u64cd\u4f5c","Column clipboard actions":"\u5217\u526a\u8d34\u677f\u64cd\u4f5c","Table styles":"\u8868\u683c\u6837\u5f0f","Cell styles":"\u5355\u5143\u683c\u6837\u5f0f","Column header":"\u5217\u6807\u9898","Row header":"\u884c\u5934","Table caption":"\u8868\u683c\u6807\u9898","Caption":"\u6807\u9898","Show caption":"\u663e\u793a\u6807\u9898","Left":"\u5de6","Center":"\u5c45\u4e2d","Right":"\u53f3","Cell type":"\u50a8\u5b58\u683c\u522b","Scope":"\u8303\u56f4","Alignment":"\u5bf9\u9f50","Horizontal align":"\u6c34\u5e73\u5bf9\u9f50","Vertical align":"\u5782\u76f4\u5bf9\u9f50","Top":"\u4e0a\u65b9\u5bf9\u9f50","Middle":"\u5c45\u4e2d\u5bf9\u9f50","Bottom":"\u4e0b\u65b9\u5bf9\u9f50","Header cell":"\u8868\u5934\u5355\u5143\u683c","Row group":"\u884c\u7ec4","Column group":"\u5217\u7ec4","Row type":"\u884c\u7c7b\u578b","Header":"\u8868\u5934","Body":"\u8868\u4f53","Footer":"\u8868\u5c3e","Border color":"\u6846\u7ebf\u989c\u8272","Solid":"\u5b9e\u7ebf","Dotted":"\u865a\u7ebf","Dashed":"\u865a\u7ebf","Double":"\u53cc\u7cbe\u5ea6","Groove":"\u51f9\u69fd","Ridge":"\u6d77\u810a\u5ea7","Inset":"\u5d4c\u5165","Outset":"\u5916\u7f6e","Hidden":"\u9690\u85cf","Insert template...":"\u63d2\u5165\u6a21\u677f...","Templates":"\u6a21\u677f","Template":"\u6a21\u677f","Insert Template":"\u63d2\u5165\u6a21\u677f","Text color":"\u6587\u672c\u989c\u8272","Background color":"\u80cc\u666f\u989c\u8272","Custom...":"\u81ea\u5b9a\u4e49......","Custom color":"\u81ea\u5b9a\u4e49\u989c\u8272","No color":"\u65e0","Remove color":"\u79fb\u9664\u989c\u8272","Show blocks":"\u663e\u793a\u533a\u5757\u8fb9\u6846","Show invisible characters":"\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26","Word count":"\u5b57\u6570","Count":"\u8ba1\u6570","Document":"\u6587\u6863","Selection":"\u9009\u62e9","Words":"\u5355\u8bcd","Words: {0}":"\u5b57\u6570\uff1a{0}","{0} words":"{0} \u5b57","File":"\u6587\u4ef6","Edit":"\u7f16\u8f91","Insert":"\u63d2\u5165","View":"\u67e5\u770b","Format":"\u683c\u5f0f","Table":"\u8868\u683c","Tools":"\u5de5\u5177","Powered by {0}":"\u7531{0}\u9a71\u52a8","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"\u7f16\u8f91\u533a\u3002\u6309ALT-F9\u6253\u5f00\u83dc\u5355\uff0c\u6309ALT-F10\u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309ALT-0\u67e5\u770b\u5e2e\u52a9","Image title":"\u56fe\u7247\u6807\u9898","Border width":"\u8fb9\u6846\u5bbd\u5ea6","Border style":"\u8fb9\u6846\u6837\u5f0f","Error":"\u9519\u8bef","Warn":"\u8b66\u544a","Valid":"\u6709\u6548","To open the popup, press Shift+Enter":"\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846","Rich Text Area":"\u5bcc\u6587\u672c\u533a\u57df","Rich Text Area. Press ALT-0 for help.":"\u7f16\u8f91\u533a\u3002\u6309Alt+0\u952e\u6253\u5f00\u5e2e\u52a9\u3002","System Font":"\u7cfb\u7edf\u5b57\u4f53","Failed to upload image: {0}":"\u56fe\u7247\u4e0a\u4f20\u5931\u8d25: {0}","Failed to load plugin: {0} from url {1}":"\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25: {0} \u6765\u81ea\u94fe\u63a5 {1}","Failed to load plugin url: {0}":"\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25 \u94fe\u63a5: {0}","Failed to initialize plugin: {0}":"\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25: {0}","example":"\u793a\u4f8b","Search":"\u641c\u7d22","All":"\u5168\u90e8","Currency":"\u8d27\u5e01","Text":"\u6587\u5b57","Quotations":"\u5f15\u7528","Mathematical":"\u6570\u5b66","Extended Latin":"\u62c9\u4e01\u8bed\u6269\u5145","Symbols":"\u7b26\u53f7","Arrows":"\u7bad\u5934","User Defined":"\u81ea\u5b9a\u4e49","dollar sign":"\u7f8e\u5143\u7b26\u53f7","currency sign":"\u8d27\u5e01\u7b26\u53f7","euro-currency sign":"\u6b27\u5143\u7b26\u53f7","colon sign":"\u5192\u53f7","cruzeiro sign":"\u514b\u9c81\u8d5b\u7f57\u5e01\u7b26\u53f7","french franc sign":"\u6cd5\u90ce\u7b26\u53f7","lira sign":"\u91cc\u62c9\u7b26\u53f7","mill sign":"\u5bc6\u5c14\u7b26\u53f7","naira sign":"\u5948\u62c9\u7b26\u53f7","peseta sign":"\u6bd4\u585e\u5854\u7b26\u53f7","rupee sign":"\u5362\u6bd4\u7b26\u53f7","won sign":"\u97e9\u5143\u7b26\u53f7","new sheqel sign":"\u65b0\u8c22\u514b\u5c14\u7b26\u53f7","dong sign":"\u8d8a\u5357\u76fe\u7b26\u53f7","kip sign":"\u8001\u631d\u57fa\u666e\u7b26\u53f7","tugrik sign":"\u56fe\u683c\u91cc\u514b\u7b26\u53f7","drachma sign":"\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7","german penny symbol":"\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7","peso sign":"\u6bd4\u7d22\u7b26\u53f7","guarani sign":"\u74dc\u62c9\u5c3c\u7b26\u53f7","austral sign":"\u6fb3\u5143\u7b26\u53f7","hryvnia sign":"\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7","cedi sign":"\u585e\u5730\u7b26\u53f7","livre tournois sign":"\u91cc\u5f17\u5f17\u5c14\u7b26\u53f7","spesmilo sign":"spesmilo\u7b26\u53f7","tenge sign":"\u575a\u6208\u7b26\u53f7","indian rupee sign":"\u5370\u5ea6\u5362\u6bd4","turkish lira sign":"\u571f\u8033\u5176\u91cc\u62c9","nordic mark sign":"\u5317\u6b27\u9a6c\u514b","manat sign":"\u9a6c\u7eb3\u7279\u7b26\u53f7","ruble sign":"\u5362\u5e03\u7b26\u53f7","yen character":"\u65e5\u5143\u5b57\u6837","yuan character":"\u4eba\u6c11\u5e01\u5143\u5b57\u6837","yuan character, in hong kong and taiwan":"\u5143\u5b57\u6837\uff08\u6e2f\u53f0\u5730\u533a\uff09","yen/yuan character variant one":"\u5143\u5b57\u6837\uff08\u5927\u5199\uff09","Emojis":"Emojis","Emojis...":"Emojis...","Loading emojis...":"\u6b63\u5728\u52a0\u8f7dEmojis...","Could not load emojis":"\u65e0\u6cd5\u52a0\u8f7dEmojis","People":"\u4eba\u7c7b","Animals and Nature":"\u52a8\u7269\u548c\u81ea\u7136","Food and Drink":"\u98df\u7269\u548c\u996e\u54c1","Activity":"\u6d3b\u52a8","Travel and Places":"\u65c5\u6e38\u548c\u5730\u70b9","Objects":"\u7269\u4ef6","Flags":"\u65d7\u5e1c","Characters":"\u5b57\u7b26","Characters (no spaces)":"\u5b57\u7b26(\u65e0\u7a7a\u683c)","{0} characters":"{0} \u4e2a\u5b57\u7b26","Error: Form submit field collision.":"\u9519\u8bef: \u8868\u5355\u63d0\u4ea4\u5b57\u6bb5\u51b2\u7a81\u3002","Error: No form element found.":"\u9519\u8bef: \u6ca1\u6709\u8868\u5355\u63a7\u4ef6\u3002","Color swatch":"\u989c\u8272\u6837\u672c","Color Picker":"\u9009\u8272\u5668","Invalid hex color code: {0}":"\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801\u65e0\u6548\uff1a {0}","Invalid input":"\u65e0\u6548\u8f93\u5165","R":"R","Red component":"\u7ea2\u8272\u90e8\u5206","G":"G","Green component":"\u7eff\u8272\u90e8\u5206","B":"B","Blue component":"\u767d\u8272\u90e8\u5206","#":"#","Hex color code":"\u5341\u516d\u8fdb\u5236\u989c\u8272\u4ee3\u7801","Range 0 to 255":"\u8303\u56f40\u81f3255","Turquoise":"\u9752\u7eff\u8272","Green":"\u7eff\u8272","Blue":"\u84dd\u8272","Purple":"\u7d2b\u8272","Navy Blue":"\u6d77\u519b\u84dd","Dark Turquoise":"\u6df1\u84dd\u7eff\u8272","Dark Green":"\u6df1\u7eff\u8272","Medium Blue":"\u4e2d\u84dd\u8272","Medium Purple":"\u4e2d\u7d2b\u8272","Midnight Blue":"\u6df1\u84dd\u8272","Yellow":"\u9ec4\u8272","Orange":"\u6a59\u8272","Red":"\u7ea2\u8272","Light Gray":"\u6d45\u7070\u8272","Gray":"\u7070\u8272","Dark Yellow":"\u6697\u9ec4\u8272","Dark Orange":"\u6df1\u6a59\u8272","Dark Red":"\u6df1\u7ea2\u8272","Medium Gray":"\u4e2d\u7070\u8272","Dark Gray":"\u6df1\u7070\u8272","Light Green":"\u6d45\u7eff\u8272","Light Yellow":"\u6d45\u9ec4\u8272","Light Red":"\u6d45\u7ea2\u8272","Light Purple":"\u6d45\u7d2b\u8272","Light Blue":"\u6d45\u84dd\u8272","Dark Purple":"\u6df1\u7d2b\u8272","Dark Blue":"\u6df1\u84dd\u8272","Black":"\u9ed1\u8272","White":"\u767d\u8272","Switch to or from fullscreen mode":"\u5207\u6362\u5168\u5c4f\u6a21\u5f0f","Open help dialog":"\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846","history":"\u5386\u53f2","styles":"\u6837\u5f0f","formatting":"\u683c\u5f0f\u5316","alignment":"\u5bf9\u9f50","indentation":"\u7f29\u8fdb","Font":"\u5b57\u4f53","Size":"\u5b57\u53f7","More...":"\u66f4\u591a...","Select...":"\u9009\u62e9...","Preferences":"\u9996\u9009\u9879","Yes":"\u662f","No":"\u5426","Keyboard Navigation":"\u952e\u76d8\u6307\u5f15","Version":"\u7248\u672c","Code view":"\u4ee3\u7801\u89c6\u56fe","Open popup menu for split buttons":"\u6253\u5f00\u5f39\u51fa\u5f0f\u83dc\u5355\uff0c\u7528\u4e8e\u62c6\u5206\u6309\u94ae","List Properties":"\u5217\u8868\u5c5e\u6027","List properties...":"\u6807\u9898\u5b57\u4f53\u5c5e\u6027","Start list at number":"\u4ee5\u6570\u5b57\u5f00\u59cb\u5217\u8868","Line height":"\u884c\u9ad8","Dropped file type is not supported":"\u6b64\u6587\u4ef6\u7c7b\u578b\u4e0d\u652f\u6301\u62d6\u653e","Loading...":"\u52a0\u8f7d\u4e2d...","ImageProxy HTTP error: Rejected request":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u8bf7\u6c42\u88ab\u62d2\u7edd","ImageProxy HTTP error: Could not find Image Proxy":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u65e0\u6cd5\u627e\u5230\u56fe\u7247\u4ee3\u7406","ImageProxy HTTP error: Incorrect Image Proxy URL":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u56fe\u7247\u4ee3\u7406\u5730\u5740\u9519\u8bef","ImageProxy HTTP error: Unknown ImageProxy error":"\u56fe\u7247\u4ee3\u7406\u8bf7\u6c42\u9519\u8bef\uff1a\u672a\u77e5\u7684\u56fe\u7247\u4ee3\u7406\u9519\u8bef"});
\ No newline at end of file
diff --git a/seller/public/tinymce/license.txt b/seller/public/tinymce/license.txt
new file mode 100644
index 00000000..3a49f66f
--- /dev/null
+++ b/seller/public/tinymce/license.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2022 Ephox Corporation DBA Tiny Technologies, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/seller/public/tinymce/models/dom/index.js b/seller/public/tinymce/models/dom/index.js
new file mode 100644
index 00000000..7ed634af
--- /dev/null
+++ b/seller/public/tinymce/models/dom/index.js
@@ -0,0 +1,7 @@
+// Exports the "dom" model for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/models/dom')
+// ES2015:
+// import 'tinymce/models/dom'
+require('./model.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/models/dom/model.js b/seller/public/tinymce/models/dom/model.js
new file mode 100644
index 00000000..60382493
--- /dev/null
+++ b/seller/public/tinymce/models/dom/model.js
@@ -0,0 +1,8035 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.ModelManager');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType$1 = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const eq$2 = t => a => t === a;
+ const isString = isType$1('string');
+ const isObject = isType$1('object');
+ const isArray = isType$1('array');
+ const isNull = eq$2(null);
+ const isBoolean = isSimpleType('boolean');
+ const isUndefined = eq$2(undefined);
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+ const isNumber = isSimpleType('number');
+
+ const noop = () => {
+ };
+ const compose = (fa, fb) => {
+ return (...args) => {
+ return fa(fb.apply(null, args));
+ };
+ };
+ const compose1 = (fbc, fab) => a => fbc(fab(a));
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ const identity = x => {
+ return x;
+ };
+ const tripleEquals = (a, b) => {
+ return a === b;
+ };
+ function curry(fn, ...initialArgs) {
+ return (...restArgs) => {
+ const all = initialArgs.concat(restArgs);
+ return fn.apply(null, all);
+ };
+ }
+ const not = f => t => !f(t);
+ const die = msg => {
+ return () => {
+ throw new Error(msg);
+ };
+ };
+ const apply = f => {
+ return f();
+ };
+ const never = constant(false);
+ const always = constant(true);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const nativeSlice = Array.prototype.slice;
+ const nativeIndexOf = Array.prototype.indexOf;
+ const nativePush = Array.prototype.push;
+ const rawIndexOf = (ts, t) => nativeIndexOf.call(ts, t);
+ const contains$2 = (xs, x) => rawIndexOf(xs, x) > -1;
+ const exists = (xs, pred) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return true;
+ }
+ }
+ return false;
+ };
+ const range$1 = (num, f) => {
+ const r = [];
+ for (let i = 0; i < num; i++) {
+ r.push(f(i));
+ }
+ return r;
+ };
+ const map$1 = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const each$2 = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const eachr = (xs, f) => {
+ for (let i = xs.length - 1; i >= 0; i--) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const partition = (xs, pred) => {
+ const pass = [];
+ const fail = [];
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ const arr = pred(x, i) ? pass : fail;
+ arr.push(x);
+ }
+ return {
+ pass,
+ fail
+ };
+ };
+ const filter$2 = (xs, pred) => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ r.push(x);
+ }
+ }
+ return r;
+ };
+ const foldr = (xs, f, acc) => {
+ eachr(xs, (x, i) => {
+ acc = f(acc, x, i);
+ });
+ return acc;
+ };
+ const foldl = (xs, f, acc) => {
+ each$2(xs, (x, i) => {
+ acc = f(acc, x, i);
+ });
+ return acc;
+ };
+ const findUntil = (xs, pred, until) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return Optional.some(x);
+ } else if (until(x, i)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+ const find$1 = (xs, pred) => {
+ return findUntil(xs, pred, never);
+ };
+ const findIndex = (xs, pred) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return Optional.some(i);
+ }
+ }
+ return Optional.none();
+ };
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+ const bind$2 = (xs, f) => flatten(map$1(xs, f));
+ const forall = (xs, pred) => {
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ const x = xs[i];
+ if (pred(x, i) !== true) {
+ return false;
+ }
+ }
+ return true;
+ };
+ const reverse = xs => {
+ const r = nativeSlice.call(xs, 0);
+ r.reverse();
+ return r;
+ };
+ const mapToObject = (xs, f) => {
+ const r = {};
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ r[String(x)] = f(x, i);
+ }
+ return r;
+ };
+ const sort$1 = (xs, comparator) => {
+ const copy = nativeSlice.call(xs, 0);
+ copy.sort(comparator);
+ return copy;
+ };
+ const get$d = (xs, i) => i >= 0 && i < xs.length ? Optional.some(xs[i]) : Optional.none();
+ const head = xs => get$d(xs, 0);
+ const last$2 = xs => get$d(xs, xs.length - 1);
+ const findMap = (arr, f) => {
+ for (let i = 0; i < arr.length; i++) {
+ const r = f(arr[i], i);
+ if (r.isSome()) {
+ return r;
+ }
+ }
+ return Optional.none();
+ };
+
+ const keys = Object.keys;
+ const hasOwnProperty = Object.hasOwnProperty;
+ const each$1 = (obj, f) => {
+ const props = keys(obj);
+ for (let k = 0, len = props.length; k < len; k++) {
+ const i = props[k];
+ const x = obj[i];
+ f(x, i);
+ }
+ };
+ const map = (obj, f) => {
+ return tupleMap(obj, (x, i) => ({
+ k: i,
+ v: f(x, i)
+ }));
+ };
+ const tupleMap = (obj, f) => {
+ const r = {};
+ each$1(obj, (x, i) => {
+ const tuple = f(x, i);
+ r[tuple.k] = tuple.v;
+ });
+ return r;
+ };
+ const objAcc = r => (x, i) => {
+ r[i] = x;
+ };
+ const internalFilter = (obj, pred, onTrue, onFalse) => {
+ each$1(obj, (x, i) => {
+ (pred(x, i) ? onTrue : onFalse)(x, i);
+ });
+ };
+ const filter$1 = (obj, pred) => {
+ const t = {};
+ internalFilter(obj, pred, objAcc(t), noop);
+ return t;
+ };
+ const mapToArray = (obj, f) => {
+ const r = [];
+ each$1(obj, (value, name) => {
+ r.push(f(value, name));
+ });
+ return r;
+ };
+ const values = obj => {
+ return mapToArray(obj, identity);
+ };
+ const get$c = (obj, key) => {
+ return has$1(obj, key) ? Optional.from(obj[key]) : Optional.none();
+ };
+ const has$1 = (obj, key) => hasOwnProperty.call(obj, key);
+ const hasNonNullableKey = (obj, key) => has$1(obj, key) && obj[key] !== undefined && obj[key] !== null;
+ const isEmpty = r => {
+ for (const x in r) {
+ if (hasOwnProperty.call(r, x)) {
+ return false;
+ }
+ }
+ return true;
+ };
+
+ const Global = typeof window !== 'undefined' ? window : Function('return this;')();
+
+ const path = (parts, scope) => {
+ let o = scope !== undefined && scope !== null ? scope : Global;
+ for (let i = 0; i < parts.length && o !== undefined && o !== null; ++i) {
+ o = o[parts[i]];
+ }
+ return o;
+ };
+ const resolve$2 = (p, scope) => {
+ const parts = p.split('.');
+ return path(parts, scope);
+ };
+
+ const unsafe = (name, scope) => {
+ return resolve$2(name, scope);
+ };
+ const getOrDie = (name, scope) => {
+ const actual = unsafe(name, scope);
+ if (actual === undefined || actual === null) {
+ throw new Error(name + ' not available on this browser');
+ }
+ return actual;
+ };
+
+ const getPrototypeOf = Object.getPrototypeOf;
+ const sandHTMLElement = scope => {
+ return getOrDie('HTMLElement', scope);
+ };
+ const isPrototypeOf = x => {
+ const scope = resolve$2('ownerDocument.defaultView', x);
+ return isObject(x) && (sandHTMLElement(scope).prototype.isPrototypeOf(x) || /^HTML\w*Element$/.test(getPrototypeOf(x).constructor.name));
+ };
+
+ const COMMENT = 8;
+ const DOCUMENT = 9;
+ const DOCUMENT_FRAGMENT = 11;
+ const ELEMENT = 1;
+ const TEXT = 3;
+
+ const name = element => {
+ const r = element.dom.nodeName;
+ return r.toLowerCase();
+ };
+ const type = element => element.dom.nodeType;
+ const isType = t => element => type(element) === t;
+ const isComment = element => type(element) === COMMENT || name(element) === '#comment';
+ const isHTMLElement = element => isElement(element) && isPrototypeOf(element.dom);
+ const isElement = isType(ELEMENT);
+ const isText = isType(TEXT);
+ const isDocument = isType(DOCUMENT);
+ const isDocumentFragment = isType(DOCUMENT_FRAGMENT);
+ const isTag = tag => e => isElement(e) && name(e) === tag;
+
+ const rawSet = (dom, key, value) => {
+ if (isString(value) || isBoolean(value) || isNumber(value)) {
+ dom.setAttribute(key, value + '');
+ } else {
+ console.error('Invalid call to Attribute.set. Key ', key, ':: Value ', value, ':: Element ', dom);
+ throw new Error('Attribute value was not simple');
+ }
+ };
+ const set$2 = (element, key, value) => {
+ rawSet(element.dom, key, value);
+ };
+ const setAll$1 = (element, attrs) => {
+ const dom = element.dom;
+ each$1(attrs, (v, k) => {
+ rawSet(dom, k, v);
+ });
+ };
+ const setOptions = (element, attrs) => {
+ each$1(attrs, (v, k) => {
+ v.fold(() => {
+ remove$7(element, k);
+ }, value => {
+ rawSet(element.dom, k, value);
+ });
+ });
+ };
+ const get$b = (element, key) => {
+ const v = element.dom.getAttribute(key);
+ return v === null ? undefined : v;
+ };
+ const getOpt = (element, key) => Optional.from(get$b(element, key));
+ const remove$7 = (element, key) => {
+ element.dom.removeAttribute(key);
+ };
+ const clone$2 = element => foldl(element.dom.attributes, (acc, attr) => {
+ acc[attr.name] = attr.value;
+ return acc;
+ }, {});
+
+ const fromHtml$1 = (html, scope) => {
+ const doc = scope || document;
+ const div = doc.createElement('div');
+ div.innerHTML = html;
+ if (!div.hasChildNodes() || div.childNodes.length > 1) {
+ const message = 'HTML does not have a single root node';
+ console.error(message, html);
+ throw new Error(message);
+ }
+ return fromDom$1(div.childNodes[0]);
+ };
+ const fromTag = (tag, scope) => {
+ const doc = scope || document;
+ const node = doc.createElement(tag);
+ return fromDom$1(node);
+ };
+ const fromText = (text, scope) => {
+ const doc = scope || document;
+ const node = doc.createTextNode(text);
+ return fromDom$1(node);
+ };
+ const fromDom$1 = node => {
+ if (node === null || node === undefined) {
+ throw new Error('Node cannot be null or undefined');
+ }
+ return { dom: node };
+ };
+ const fromPoint$1 = (docElm, x, y) => Optional.from(docElm.dom.elementFromPoint(x, y)).map(fromDom$1);
+ const SugarElement = {
+ fromHtml: fromHtml$1,
+ fromTag,
+ fromText,
+ fromDom: fromDom$1,
+ fromPoint: fromPoint$1
+ };
+
+ const is$2 = (element, selector) => {
+ const dom = element.dom;
+ if (dom.nodeType !== ELEMENT) {
+ return false;
+ } else {
+ const elem = dom;
+ if (elem.matches !== undefined) {
+ return elem.matches(selector);
+ } else if (elem.msMatchesSelector !== undefined) {
+ return elem.msMatchesSelector(selector);
+ } else if (elem.webkitMatchesSelector !== undefined) {
+ return elem.webkitMatchesSelector(selector);
+ } else if (elem.mozMatchesSelector !== undefined) {
+ return elem.mozMatchesSelector(selector);
+ } else {
+ throw new Error('Browser lacks native selectors');
+ }
+ }
+ };
+ const bypassSelector = dom => dom.nodeType !== ELEMENT && dom.nodeType !== DOCUMENT && dom.nodeType !== DOCUMENT_FRAGMENT || dom.childElementCount === 0;
+ const all$1 = (selector, scope) => {
+ const base = scope === undefined ? document : scope.dom;
+ return bypassSelector(base) ? [] : map$1(base.querySelectorAll(selector), SugarElement.fromDom);
+ };
+ const one = (selector, scope) => {
+ const base = scope === undefined ? document : scope.dom;
+ return bypassSelector(base) ? Optional.none() : Optional.from(base.querySelector(selector)).map(SugarElement.fromDom);
+ };
+
+ const eq$1 = (e1, e2) => e1.dom === e2.dom;
+ const contains$1 = (e1, e2) => {
+ const d1 = e1.dom;
+ const d2 = e2.dom;
+ return d1 === d2 ? false : d1.contains(d2);
+ };
+ const is$1 = is$2;
+
+ const owner = element => SugarElement.fromDom(element.dom.ownerDocument);
+ const documentOrOwner = dos => isDocument(dos) ? dos : owner(dos);
+ const documentElement = element => SugarElement.fromDom(documentOrOwner(element).dom.documentElement);
+ const defaultView = element => SugarElement.fromDom(documentOrOwner(element).dom.defaultView);
+ const parent = element => Optional.from(element.dom.parentNode).map(SugarElement.fromDom);
+ const parentElement = element => Optional.from(element.dom.parentElement).map(SugarElement.fromDom);
+ const parents = (element, isRoot) => {
+ const stop = isFunction(isRoot) ? isRoot : never;
+ let dom = element.dom;
+ const ret = [];
+ while (dom.parentNode !== null && dom.parentNode !== undefined) {
+ const rawParent = dom.parentNode;
+ const p = SugarElement.fromDom(rawParent);
+ ret.push(p);
+ if (stop(p) === true) {
+ break;
+ } else {
+ dom = rawParent;
+ }
+ }
+ return ret;
+ };
+ const prevSibling = element => Optional.from(element.dom.previousSibling).map(SugarElement.fromDom);
+ const nextSibling = element => Optional.from(element.dom.nextSibling).map(SugarElement.fromDom);
+ const children$2 = element => map$1(element.dom.childNodes, SugarElement.fromDom);
+ const child$2 = (element, index) => {
+ const cs = element.dom.childNodes;
+ return Optional.from(cs[index]).map(SugarElement.fromDom);
+ };
+ const firstChild = element => child$2(element, 0);
+
+ const before$3 = (marker, element) => {
+ const parent$1 = parent(marker);
+ parent$1.each(v => {
+ v.dom.insertBefore(element.dom, marker.dom);
+ });
+ };
+ const after$5 = (marker, element) => {
+ const sibling = nextSibling(marker);
+ sibling.fold(() => {
+ const parent$1 = parent(marker);
+ parent$1.each(v => {
+ append$1(v, element);
+ });
+ }, v => {
+ before$3(v, element);
+ });
+ };
+ const prepend = (parent, element) => {
+ const firstChild$1 = firstChild(parent);
+ firstChild$1.fold(() => {
+ append$1(parent, element);
+ }, v => {
+ parent.dom.insertBefore(element.dom, v.dom);
+ });
+ };
+ const append$1 = (parent, element) => {
+ parent.dom.appendChild(element.dom);
+ };
+ const appendAt = (parent, element, index) => {
+ child$2(parent, index).fold(() => {
+ append$1(parent, element);
+ }, v => {
+ before$3(v, element);
+ });
+ };
+ const wrap = (element, wrapper) => {
+ before$3(element, wrapper);
+ append$1(wrapper, element);
+ };
+
+ const after$4 = (marker, elements) => {
+ each$2(elements, (x, i) => {
+ const e = i === 0 ? marker : elements[i - 1];
+ after$5(e, x);
+ });
+ };
+ const append = (parent, elements) => {
+ each$2(elements, x => {
+ append$1(parent, x);
+ });
+ };
+
+ const empty = element => {
+ element.dom.textContent = '';
+ each$2(children$2(element), rogue => {
+ remove$6(rogue);
+ });
+ };
+ const remove$6 = element => {
+ const dom = element.dom;
+ if (dom.parentNode !== null) {
+ dom.parentNode.removeChild(dom);
+ }
+ };
+ const unwrap = wrapper => {
+ const children = children$2(wrapper);
+ if (children.length > 0) {
+ after$4(wrapper, children);
+ }
+ remove$6(wrapper);
+ };
+
+ const clone$1 = (original, isDeep) => SugarElement.fromDom(original.dom.cloneNode(isDeep));
+ const shallow = original => clone$1(original, false);
+ const deep = original => clone$1(original, true);
+ const shallowAs = (original, tag) => {
+ const nu = SugarElement.fromTag(tag);
+ const attributes = clone$2(original);
+ setAll$1(nu, attributes);
+ return nu;
+ };
+ const copy$2 = (original, tag) => {
+ const nu = shallowAs(original, tag);
+ const cloneChildren = children$2(deep(original));
+ append(nu, cloneChildren);
+ return nu;
+ };
+ const mutate$1 = (original, tag) => {
+ const nu = shallowAs(original, tag);
+ after$5(original, nu);
+ const children = children$2(original);
+ append(nu, children);
+ remove$6(original);
+ return nu;
+ };
+
+ const validSectionList = [
+ 'tfoot',
+ 'thead',
+ 'tbody',
+ 'colgroup'
+ ];
+ const isValidSection = parentName => contains$2(validSectionList, parentName);
+ const grid = (rows, columns) => ({
+ rows,
+ columns
+ });
+ const address = (row, column) => ({
+ row,
+ column
+ });
+ const detail = (element, rowspan, colspan) => ({
+ element,
+ rowspan,
+ colspan
+ });
+ const detailnew = (element, rowspan, colspan, isNew) => ({
+ element,
+ rowspan,
+ colspan,
+ isNew
+ });
+ const extended = (element, rowspan, colspan, row, column, isLocked) => ({
+ element,
+ rowspan,
+ colspan,
+ row,
+ column,
+ isLocked
+ });
+ const rowdetail = (element, cells, section) => ({
+ element,
+ cells,
+ section
+ });
+ const rowdetailnew = (element, cells, section, isNew) => ({
+ element,
+ cells,
+ section,
+ isNew
+ });
+ const elementnew = (element, isNew, isLocked) => ({
+ element,
+ isNew,
+ isLocked
+ });
+ const rowcells = (element, cells, section, isNew) => ({
+ element,
+ cells,
+ section,
+ isNew
+ });
+ const bounds = (startRow, startCol, finishRow, finishCol) => ({
+ startRow,
+ startCol,
+ finishRow,
+ finishCol
+ });
+ const columnext = (element, colspan, column) => ({
+ element,
+ colspan,
+ column
+ });
+ const colgroup = (element, columns) => ({
+ element,
+ columns
+ });
+
+ const isShadowRoot = dos => isDocumentFragment(dos) && isNonNullable(dos.dom.host);
+ const supported = isFunction(Element.prototype.attachShadow) && isFunction(Node.prototype.getRootNode);
+ const isSupported$1 = constant(supported);
+ const getRootNode = supported ? e => SugarElement.fromDom(e.dom.getRootNode()) : documentOrOwner;
+ const getShadowRoot = e => {
+ const r = getRootNode(e);
+ return isShadowRoot(r) ? Optional.some(r) : Optional.none();
+ };
+ const getShadowHost = e => SugarElement.fromDom(e.dom.host);
+ const getOriginalEventTarget = event => {
+ if (isSupported$1() && isNonNullable(event.target)) {
+ const el = SugarElement.fromDom(event.target);
+ if (isElement(el) && isOpenShadowHost(el)) {
+ if (event.composed && event.composedPath) {
+ const composedPath = event.composedPath();
+ if (composedPath) {
+ return head(composedPath);
+ }
+ }
+ }
+ }
+ return Optional.from(event.target);
+ };
+ const isOpenShadowHost = element => isNonNullable(element.dom.shadowRoot);
+
+ const inBody = element => {
+ const dom = isText(element) ? element.dom.parentNode : element.dom;
+ if (dom === undefined || dom === null || dom.ownerDocument === null) {
+ return false;
+ }
+ const doc = dom.ownerDocument;
+ return getShadowRoot(SugarElement.fromDom(dom)).fold(() => doc.body.contains(dom), compose1(inBody, getShadowHost));
+ };
+ const body$1 = () => getBody$1(SugarElement.fromDom(document));
+ const getBody$1 = doc => {
+ const b = doc.dom.body;
+ if (b === null || b === undefined) {
+ throw new Error('Body is not available yet');
+ }
+ return SugarElement.fromDom(b);
+ };
+
+ const ancestors$4 = (scope, predicate, isRoot) => filter$2(parents(scope, isRoot), predicate);
+ const children$1 = (scope, predicate) => filter$2(children$2(scope), predicate);
+ const descendants$1 = (scope, predicate) => {
+ let result = [];
+ each$2(children$2(scope), x => {
+ if (predicate(x)) {
+ result = result.concat([x]);
+ }
+ result = result.concat(descendants$1(x, predicate));
+ });
+ return result;
+ };
+
+ const ancestors$3 = (scope, selector, isRoot) => ancestors$4(scope, e => is$2(e, selector), isRoot);
+ const children = (scope, selector) => children$1(scope, e => is$2(e, selector));
+ const descendants = (scope, selector) => all$1(selector, scope);
+
+ var ClosestOrAncestor = (is, ancestor, scope, a, isRoot) => {
+ if (is(scope, a)) {
+ return Optional.some(scope);
+ } else if (isFunction(isRoot) && isRoot(scope)) {
+ return Optional.none();
+ } else {
+ return ancestor(scope, a, isRoot);
+ }
+ };
+
+ const ancestor$2 = (scope, predicate, isRoot) => {
+ let element = scope.dom;
+ const stop = isFunction(isRoot) ? isRoot : never;
+ while (element.parentNode) {
+ element = element.parentNode;
+ const el = SugarElement.fromDom(element);
+ if (predicate(el)) {
+ return Optional.some(el);
+ } else if (stop(el)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+ const closest$2 = (scope, predicate, isRoot) => {
+ const is = (s, test) => test(s);
+ return ClosestOrAncestor(is, ancestor$2, scope, predicate, isRoot);
+ };
+ const child$1 = (scope, predicate) => {
+ const pred = node => predicate(SugarElement.fromDom(node));
+ const result = find$1(scope.dom.childNodes, pred);
+ return result.map(SugarElement.fromDom);
+ };
+ const descendant$1 = (scope, predicate) => {
+ const descend = node => {
+ for (let i = 0; i < node.childNodes.length; i++) {
+ const child = SugarElement.fromDom(node.childNodes[i]);
+ if (predicate(child)) {
+ return Optional.some(child);
+ }
+ const res = descend(node.childNodes[i]);
+ if (res.isSome()) {
+ return res;
+ }
+ }
+ return Optional.none();
+ };
+ return descend(scope.dom);
+ };
+
+ const ancestor$1 = (scope, selector, isRoot) => ancestor$2(scope, e => is$2(e, selector), isRoot);
+ const child = (scope, selector) => child$1(scope, e => is$2(e, selector));
+ const descendant = (scope, selector) => one(selector, scope);
+ const closest$1 = (scope, selector, isRoot) => {
+ const is = (element, selector) => is$2(element, selector);
+ return ClosestOrAncestor(is, ancestor$1, scope, selector, isRoot);
+ };
+
+ const is = (lhs, rhs, comparator = tripleEquals) => lhs.exists(left => comparator(left, rhs));
+ const cat = arr => {
+ const r = [];
+ const push = x => {
+ r.push(x);
+ };
+ for (let i = 0; i < arr.length; i++) {
+ arr[i].each(push);
+ }
+ return r;
+ };
+ const bindFrom = (a, f) => a !== undefined && a !== null ? f(a) : Optional.none();
+ const someIf = (b, a) => b ? Optional.some(a) : Optional.none();
+
+ const checkRange = (str, substr, start) => substr === '' || str.length >= substr.length && str.substr(start, start + substr.length) === substr;
+ const contains = (str, substr, start = 0, end) => {
+ const idx = str.indexOf(substr, start);
+ if (idx !== -1) {
+ return isUndefined(end) ? true : idx + substr.length <= end;
+ } else {
+ return false;
+ }
+ };
+ const startsWith = (str, prefix) => {
+ return checkRange(str, prefix, 0);
+ };
+ const endsWith = (str, suffix) => {
+ return checkRange(str, suffix, str.length - suffix.length);
+ };
+ const blank = r => s => s.replace(r, '');
+ const trim = blank(/^\s+|\s+$/g);
+ const isNotEmpty = s => s.length > 0;
+ const toFloat = value => {
+ const num = parseFloat(value);
+ return isNaN(num) ? Optional.none() : Optional.some(num);
+ };
+
+ const isSupported = dom => dom.style !== undefined && isFunction(dom.style.getPropertyValue);
+
+ const internalSet = (dom, property, value) => {
+ if (!isString(value)) {
+ console.error('Invalid call to CSS.set. Property ', property, ':: Value ', value, ':: Element ', dom);
+ throw new Error('CSS value must be a string: ' + value);
+ }
+ if (isSupported(dom)) {
+ dom.style.setProperty(property, value);
+ }
+ };
+ const internalRemove = (dom, property) => {
+ if (isSupported(dom)) {
+ dom.style.removeProperty(property);
+ }
+ };
+ const set$1 = (element, property, value) => {
+ const dom = element.dom;
+ internalSet(dom, property, value);
+ };
+ const setAll = (element, css) => {
+ const dom = element.dom;
+ each$1(css, (v, k) => {
+ internalSet(dom, k, v);
+ });
+ };
+ const get$a = (element, property) => {
+ const dom = element.dom;
+ const styles = window.getComputedStyle(dom);
+ const r = styles.getPropertyValue(property);
+ return r === '' && !inBody(element) ? getUnsafeProperty(dom, property) : r;
+ };
+ const getUnsafeProperty = (dom, property) => isSupported(dom) ? dom.style.getPropertyValue(property) : '';
+ const getRaw$2 = (element, property) => {
+ const dom = element.dom;
+ const raw = getUnsafeProperty(dom, property);
+ return Optional.from(raw).filter(r => r.length > 0);
+ };
+ const remove$5 = (element, property) => {
+ const dom = element.dom;
+ internalRemove(dom, property);
+ if (is(getOpt(element, 'style').map(trim), '')) {
+ remove$7(element, 'style');
+ }
+ };
+ const copy$1 = (source, target) => {
+ const sourceDom = source.dom;
+ const targetDom = target.dom;
+ if (isSupported(sourceDom) && isSupported(targetDom)) {
+ targetDom.style.cssText = sourceDom.style.cssText;
+ }
+ };
+
+ const getAttrValue = (cell, name, fallback = 0) => getOpt(cell, name).map(value => parseInt(value, 10)).getOr(fallback);
+ const getSpan = (cell, type) => getAttrValue(cell, type, 1);
+ const hasColspan = cellOrCol => {
+ if (isTag('col')(cellOrCol)) {
+ return getAttrValue(cellOrCol, 'span', 1) > 1;
+ } else {
+ return getSpan(cellOrCol, 'colspan') > 1;
+ }
+ };
+ const hasRowspan = cell => getSpan(cell, 'rowspan') > 1;
+ const getCssValue = (element, property) => parseInt(get$a(element, property), 10);
+ const minWidth = constant(10);
+ const minHeight = constant(10);
+
+ const firstLayer = (scope, selector) => {
+ return filterFirstLayer(scope, selector, always);
+ };
+ const filterFirstLayer = (scope, selector, predicate) => {
+ return bind$2(children$2(scope), x => {
+ if (is$2(x, selector)) {
+ return predicate(x) ? [x] : [];
+ } else {
+ return filterFirstLayer(x, selector, predicate);
+ }
+ });
+ };
+
+ const lookup = (tags, element, isRoot = never) => {
+ if (isRoot(element)) {
+ return Optional.none();
+ }
+ if (contains$2(tags, name(element))) {
+ return Optional.some(element);
+ }
+ const isRootOrUpperTable = elm => is$2(elm, 'table') || isRoot(elm);
+ return ancestor$1(element, tags.join(','), isRootOrUpperTable);
+ };
+ const cell = (element, isRoot) => lookup([
+ 'td',
+ 'th'
+ ], element, isRoot);
+ const cells$1 = ancestor => firstLayer(ancestor, 'th,td');
+ const columns$1 = ancestor => {
+ if (is$2(ancestor, 'colgroup')) {
+ return children(ancestor, 'col');
+ } else {
+ return bind$2(columnGroups(ancestor), columnGroup => children(columnGroup, 'col'));
+ }
+ };
+ const table = (element, isRoot) => closest$1(element, 'table', isRoot);
+ const rows$1 = ancestor => firstLayer(ancestor, 'tr');
+ const columnGroups = ancestor => table(ancestor).fold(constant([]), table => children(table, 'colgroup'));
+
+ const fromRowsOrColGroups = (elems, getSection) => map$1(elems, row => {
+ if (name(row) === 'colgroup') {
+ const cells = map$1(columns$1(row), column => {
+ const colspan = getAttrValue(column, 'span', 1);
+ return detail(column, 1, colspan);
+ });
+ return rowdetail(row, cells, 'colgroup');
+ } else {
+ const cells = map$1(cells$1(row), cell => {
+ const rowspan = getAttrValue(cell, 'rowspan', 1);
+ const colspan = getAttrValue(cell, 'colspan', 1);
+ return detail(cell, rowspan, colspan);
+ });
+ return rowdetail(row, cells, getSection(row));
+ }
+ });
+ const getParentSection = group => parent(group).map(parent => {
+ const parentName = name(parent);
+ return isValidSection(parentName) ? parentName : 'tbody';
+ }).getOr('tbody');
+ const fromTable$1 = table => {
+ const rows = rows$1(table);
+ const columnGroups$1 = columnGroups(table);
+ const elems = [
+ ...columnGroups$1,
+ ...rows
+ ];
+ return fromRowsOrColGroups(elems, getParentSection);
+ };
+ const fromPastedRows = (elems, section) => fromRowsOrColGroups(elems, () => section);
+
+ const cached = f => {
+ let called = false;
+ let r;
+ return (...args) => {
+ if (!called) {
+ called = true;
+ r = f.apply(null, args);
+ }
+ return r;
+ };
+ };
+
+ const DeviceType = (os, browser, userAgent, mediaMatch) => {
+ const isiPad = os.isiOS() && /ipad/i.test(userAgent) === true;
+ const isiPhone = os.isiOS() && !isiPad;
+ const isMobile = os.isiOS() || os.isAndroid();
+ const isTouch = isMobile || mediaMatch('(pointer:coarse)');
+ const isTablet = isiPad || !isiPhone && isMobile && mediaMatch('(min-device-width:768px)');
+ const isPhone = isiPhone || isMobile && !isTablet;
+ const iOSwebview = browser.isSafari() && os.isiOS() && /safari/i.test(userAgent) === false;
+ const isDesktop = !isPhone && !isTablet && !iOSwebview;
+ return {
+ isiPad: constant(isiPad),
+ isiPhone: constant(isiPhone),
+ isTablet: constant(isTablet),
+ isPhone: constant(isPhone),
+ isTouch: constant(isTouch),
+ isAndroid: os.isAndroid,
+ isiOS: os.isiOS,
+ isWebView: constant(iOSwebview),
+ isDesktop: constant(isDesktop)
+ };
+ };
+
+ const firstMatch = (regexes, s) => {
+ for (let i = 0; i < regexes.length; i++) {
+ const x = regexes[i];
+ if (x.test(s)) {
+ return x;
+ }
+ }
+ return undefined;
+ };
+ const find = (regexes, agent) => {
+ const r = firstMatch(regexes, agent);
+ if (!r) {
+ return {
+ major: 0,
+ minor: 0
+ };
+ }
+ const group = i => {
+ return Number(agent.replace(r, '$' + i));
+ };
+ return nu$2(group(1), group(2));
+ };
+ const detect$5 = (versionRegexes, agent) => {
+ const cleanedAgent = String(agent).toLowerCase();
+ if (versionRegexes.length === 0) {
+ return unknown$2();
+ }
+ return find(versionRegexes, cleanedAgent);
+ };
+ const unknown$2 = () => {
+ return nu$2(0, 0);
+ };
+ const nu$2 = (major, minor) => {
+ return {
+ major,
+ minor
+ };
+ };
+ const Version = {
+ nu: nu$2,
+ detect: detect$5,
+ unknown: unknown$2
+ };
+
+ const detectBrowser$1 = (browsers, userAgentData) => {
+ return findMap(userAgentData.brands, uaBrand => {
+ const lcBrand = uaBrand.brand.toLowerCase();
+ return find$1(browsers, browser => {
+ var _a;
+ return lcBrand === ((_a = browser.brand) === null || _a === void 0 ? void 0 : _a.toLowerCase());
+ }).map(info => ({
+ current: info.name,
+ version: Version.nu(parseInt(uaBrand.version, 10), 0)
+ }));
+ });
+ };
+
+ const detect$4 = (candidates, userAgent) => {
+ const agent = String(userAgent).toLowerCase();
+ return find$1(candidates, candidate => {
+ return candidate.search(agent);
+ });
+ };
+ const detectBrowser = (browsers, userAgent) => {
+ return detect$4(browsers, userAgent).map(browser => {
+ const version = Version.detect(browser.versionRegexes, userAgent);
+ return {
+ current: browser.name,
+ version
+ };
+ });
+ };
+ const detectOs = (oses, userAgent) => {
+ return detect$4(oses, userAgent).map(os => {
+ const version = Version.detect(os.versionRegexes, userAgent);
+ return {
+ current: os.name,
+ version
+ };
+ });
+ };
+
+ const normalVersionRegex = /.*?version\/\ ?([0-9]+)\.([0-9]+).*/;
+ const checkContains = target => {
+ return uastring => {
+ return contains(uastring, target);
+ };
+ };
+ const browsers = [
+ {
+ name: 'Edge',
+ versionRegexes: [/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],
+ search: uastring => {
+ return contains(uastring, 'edge/') && contains(uastring, 'chrome') && contains(uastring, 'safari') && contains(uastring, 'applewebkit');
+ }
+ },
+ {
+ name: 'Chromium',
+ brand: 'Chromium',
+ versionRegexes: [
+ /.*?chrome\/([0-9]+)\.([0-9]+).*/,
+ normalVersionRegex
+ ],
+ search: uastring => {
+ return contains(uastring, 'chrome') && !contains(uastring, 'chromeframe');
+ }
+ },
+ {
+ name: 'IE',
+ versionRegexes: [
+ /.*?msie\ ?([0-9]+)\.([0-9]+).*/,
+ /.*?rv:([0-9]+)\.([0-9]+).*/
+ ],
+ search: uastring => {
+ return contains(uastring, 'msie') || contains(uastring, 'trident');
+ }
+ },
+ {
+ name: 'Opera',
+ versionRegexes: [
+ normalVersionRegex,
+ /.*?opera\/([0-9]+)\.([0-9]+).*/
+ ],
+ search: checkContains('opera')
+ },
+ {
+ name: 'Firefox',
+ versionRegexes: [/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],
+ search: checkContains('firefox')
+ },
+ {
+ name: 'Safari',
+ versionRegexes: [
+ normalVersionRegex,
+ /.*?cpu os ([0-9]+)_([0-9]+).*/
+ ],
+ search: uastring => {
+ return (contains(uastring, 'safari') || contains(uastring, 'mobile/')) && contains(uastring, 'applewebkit');
+ }
+ }
+ ];
+ const oses = [
+ {
+ name: 'Windows',
+ search: checkContains('win'),
+ versionRegexes: [/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]
+ },
+ {
+ name: 'iOS',
+ search: uastring => {
+ return contains(uastring, 'iphone') || contains(uastring, 'ipad');
+ },
+ versionRegexes: [
+ /.*?version\/\ ?([0-9]+)\.([0-9]+).*/,
+ /.*cpu os ([0-9]+)_([0-9]+).*/,
+ /.*cpu iphone os ([0-9]+)_([0-9]+).*/
+ ]
+ },
+ {
+ name: 'Android',
+ search: checkContains('android'),
+ versionRegexes: [/.*?android\ ?([0-9]+)\.([0-9]+).*/]
+ },
+ {
+ name: 'macOS',
+ search: checkContains('mac os x'),
+ versionRegexes: [/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]
+ },
+ {
+ name: 'Linux',
+ search: checkContains('linux'),
+ versionRegexes: []
+ },
+ {
+ name: 'Solaris',
+ search: checkContains('sunos'),
+ versionRegexes: []
+ },
+ {
+ name: 'FreeBSD',
+ search: checkContains('freebsd'),
+ versionRegexes: []
+ },
+ {
+ name: 'ChromeOS',
+ search: checkContains('cros'),
+ versionRegexes: [/.*?chrome\/([0-9]+)\.([0-9]+).*/]
+ }
+ ];
+ const PlatformInfo = {
+ browsers: constant(browsers),
+ oses: constant(oses)
+ };
+
+ const edge = 'Edge';
+ const chromium = 'Chromium';
+ const ie = 'IE';
+ const opera = 'Opera';
+ const firefox = 'Firefox';
+ const safari = 'Safari';
+ const unknown$1 = () => {
+ return nu$1({
+ current: undefined,
+ version: Version.unknown()
+ });
+ };
+ const nu$1 = info => {
+ const current = info.current;
+ const version = info.version;
+ const isBrowser = name => () => current === name;
+ return {
+ current,
+ version,
+ isEdge: isBrowser(edge),
+ isChromium: isBrowser(chromium),
+ isIE: isBrowser(ie),
+ isOpera: isBrowser(opera),
+ isFirefox: isBrowser(firefox),
+ isSafari: isBrowser(safari)
+ };
+ };
+ const Browser = {
+ unknown: unknown$1,
+ nu: nu$1,
+ edge: constant(edge),
+ chromium: constant(chromium),
+ ie: constant(ie),
+ opera: constant(opera),
+ firefox: constant(firefox),
+ safari: constant(safari)
+ };
+
+ const windows = 'Windows';
+ const ios = 'iOS';
+ const android = 'Android';
+ const linux = 'Linux';
+ const macos = 'macOS';
+ const solaris = 'Solaris';
+ const freebsd = 'FreeBSD';
+ const chromeos = 'ChromeOS';
+ const unknown = () => {
+ return nu({
+ current: undefined,
+ version: Version.unknown()
+ });
+ };
+ const nu = info => {
+ const current = info.current;
+ const version = info.version;
+ const isOS = name => () => current === name;
+ return {
+ current,
+ version,
+ isWindows: isOS(windows),
+ isiOS: isOS(ios),
+ isAndroid: isOS(android),
+ isMacOS: isOS(macos),
+ isLinux: isOS(linux),
+ isSolaris: isOS(solaris),
+ isFreeBSD: isOS(freebsd),
+ isChromeOS: isOS(chromeos)
+ };
+ };
+ const OperatingSystem = {
+ unknown,
+ nu,
+ windows: constant(windows),
+ ios: constant(ios),
+ android: constant(android),
+ linux: constant(linux),
+ macos: constant(macos),
+ solaris: constant(solaris),
+ freebsd: constant(freebsd),
+ chromeos: constant(chromeos)
+ };
+
+ const detect$3 = (userAgent, userAgentDataOpt, mediaMatch) => {
+ const browsers = PlatformInfo.browsers();
+ const oses = PlatformInfo.oses();
+ const browser = userAgentDataOpt.bind(userAgentData => detectBrowser$1(browsers, userAgentData)).orThunk(() => detectBrowser(browsers, userAgent)).fold(Browser.unknown, Browser.nu);
+ const os = detectOs(oses, userAgent).fold(OperatingSystem.unknown, OperatingSystem.nu);
+ const deviceType = DeviceType(os, browser, userAgent, mediaMatch);
+ return {
+ browser,
+ os,
+ deviceType
+ };
+ };
+ const PlatformDetection = { detect: detect$3 };
+
+ const mediaMatch = query => window.matchMedia(query).matches;
+ let platform = cached(() => PlatformDetection.detect(navigator.userAgent, Optional.from(navigator.userAgentData), mediaMatch));
+ const detect$2 = () => platform();
+
+ const Dimension = (name, getOffset) => {
+ const set = (element, h) => {
+ if (!isNumber(h) && !h.match(/^[0-9]+$/)) {
+ throw new Error(name + '.set accepts only positive integer values. Value was ' + h);
+ }
+ const dom = element.dom;
+ if (isSupported(dom)) {
+ dom.style[name] = h + 'px';
+ }
+ };
+ const get = element => {
+ const r = getOffset(element);
+ if (r <= 0 || r === null) {
+ const css = get$a(element, name);
+ return parseFloat(css) || 0;
+ }
+ return r;
+ };
+ const getOuter = get;
+ const aggregate = (element, properties) => foldl(properties, (acc, property) => {
+ const val = get$a(element, property);
+ const value = val === undefined ? 0 : parseInt(val, 10);
+ return isNaN(value) ? acc : acc + value;
+ }, 0);
+ const max = (element, value, properties) => {
+ const cumulativeInclusions = aggregate(element, properties);
+ const absoluteMax = value > cumulativeInclusions ? value - cumulativeInclusions : 0;
+ return absoluteMax;
+ };
+ return {
+ set,
+ get,
+ getOuter,
+ aggregate,
+ max
+ };
+ };
+
+ const toNumber = (px, fallback) => toFloat(px).getOr(fallback);
+ const getProp = (element, name, fallback) => toNumber(get$a(element, name), fallback);
+ const calcContentBoxSize = (element, size, upper, lower) => {
+ const paddingUpper = getProp(element, `padding-${ upper }`, 0);
+ const paddingLower = getProp(element, `padding-${ lower }`, 0);
+ const borderUpper = getProp(element, `border-${ upper }-width`, 0);
+ const borderLower = getProp(element, `border-${ lower }-width`, 0);
+ return size - paddingUpper - paddingLower - borderUpper - borderLower;
+ };
+ const getCalculatedWidth = (element, boxSizing) => {
+ const dom = element.dom;
+ const width = dom.getBoundingClientRect().width || dom.offsetWidth;
+ return boxSizing === 'border-box' ? width : calcContentBoxSize(element, width, 'left', 'right');
+ };
+ const getHeight$1 = element => getProp(element, 'height', element.dom.offsetHeight);
+ const getWidth = element => getProp(element, 'width', element.dom.offsetWidth);
+ const getInnerWidth = element => getCalculatedWidth(element, 'content-box');
+
+ const api$2 = Dimension('width', element => element.dom.offsetWidth);
+ const get$9 = element => api$2.get(element);
+ const getOuter$2 = element => api$2.getOuter(element);
+ const getInner = getInnerWidth;
+ const getRuntime$1 = getWidth;
+
+ const addCells = (gridRow, index, cells) => {
+ const existingCells = gridRow.cells;
+ const before = existingCells.slice(0, index);
+ const after = existingCells.slice(index);
+ const newCells = before.concat(cells).concat(after);
+ return setCells(gridRow, newCells);
+ };
+ const addCell = (gridRow, index, cell) => addCells(gridRow, index, [cell]);
+ const mutateCell = (gridRow, index, cell) => {
+ const cells = gridRow.cells;
+ cells[index] = cell;
+ };
+ const setCells = (gridRow, cells) => rowcells(gridRow.element, cells, gridRow.section, gridRow.isNew);
+ const mapCells = (gridRow, f) => {
+ const cells = gridRow.cells;
+ const r = map$1(cells, f);
+ return rowcells(gridRow.element, r, gridRow.section, gridRow.isNew);
+ };
+ const getCell = (gridRow, index) => gridRow.cells[index];
+ const getCellElement = (gridRow, index) => getCell(gridRow, index).element;
+ const cellLength = gridRow => gridRow.cells.length;
+ const extractGridDetails = grid => {
+ const result = partition(grid, row => row.section === 'colgroup');
+ return {
+ rows: result.fail,
+ cols: result.pass
+ };
+ };
+ const clone = (gridRow, cloneRow, cloneCell) => {
+ const newCells = map$1(gridRow.cells, cloneCell);
+ return rowcells(cloneRow(gridRow.element), newCells, gridRow.section, true);
+ };
+
+ const LOCKED_COL_ATTR = 'data-snooker-locked-cols';
+ const getLockedColumnsFromTable = table => getOpt(table, LOCKED_COL_ATTR).bind(lockedColStr => Optional.from(lockedColStr.match(/\d+/g))).map(lockedCols => mapToObject(lockedCols, always));
+ const getLockedColumnsFromGrid = grid => {
+ const locked = foldl(extractGridDetails(grid).rows, (acc, row) => {
+ each$2(row.cells, (cell, idx) => {
+ if (cell.isLocked) {
+ acc[idx] = true;
+ }
+ });
+ return acc;
+ }, {});
+ const lockedArr = mapToArray(locked, (_val, key) => parseInt(key, 10));
+ return sort$1(lockedArr);
+ };
+
+ const key = (row, column) => {
+ return row + ',' + column;
+ };
+ const getAt = (warehouse, row, column) => Optional.from(warehouse.access[key(row, column)]);
+ const findItem = (warehouse, item, comparator) => {
+ const filtered = filterItems(warehouse, detail => {
+ return comparator(item, detail.element);
+ });
+ return filtered.length > 0 ? Optional.some(filtered[0]) : Optional.none();
+ };
+ const filterItems = (warehouse, predicate) => {
+ const all = bind$2(warehouse.all, r => {
+ return r.cells;
+ });
+ return filter$2(all, predicate);
+ };
+ const generateColumns = rowData => {
+ const columnsGroup = {};
+ let index = 0;
+ each$2(rowData.cells, column => {
+ const colspan = column.colspan;
+ range$1(colspan, columnIndex => {
+ const colIndex = index + columnIndex;
+ columnsGroup[colIndex] = columnext(column.element, colspan, colIndex);
+ });
+ index += colspan;
+ });
+ return columnsGroup;
+ };
+ const generate$1 = list => {
+ const access = {};
+ const cells = [];
+ const tableOpt = head(list).map(rowData => rowData.element).bind(table);
+ const lockedColumns = tableOpt.bind(getLockedColumnsFromTable).getOr({});
+ let maxRows = 0;
+ let maxColumns = 0;
+ let rowCount = 0;
+ const {
+ pass: colgroupRows,
+ fail: rows
+ } = partition(list, rowData => rowData.section === 'colgroup');
+ each$2(rows, rowData => {
+ const currentRow = [];
+ each$2(rowData.cells, rowCell => {
+ let start = 0;
+ while (access[key(rowCount, start)] !== undefined) {
+ start++;
+ }
+ const isLocked = hasNonNullableKey(lockedColumns, start.toString());
+ const current = extended(rowCell.element, rowCell.rowspan, rowCell.colspan, rowCount, start, isLocked);
+ for (let occupiedColumnPosition = 0; occupiedColumnPosition < rowCell.colspan; occupiedColumnPosition++) {
+ for (let occupiedRowPosition = 0; occupiedRowPosition < rowCell.rowspan; occupiedRowPosition++) {
+ const rowPosition = rowCount + occupiedRowPosition;
+ const columnPosition = start + occupiedColumnPosition;
+ const newpos = key(rowPosition, columnPosition);
+ access[newpos] = current;
+ maxColumns = Math.max(maxColumns, columnPosition + 1);
+ }
+ }
+ currentRow.push(current);
+ });
+ maxRows++;
+ cells.push(rowdetail(rowData.element, currentRow, rowData.section));
+ rowCount++;
+ });
+ const {columns, colgroups} = last$2(colgroupRows).map(rowData => {
+ const columns = generateColumns(rowData);
+ const colgroup$1 = colgroup(rowData.element, values(columns));
+ return {
+ colgroups: [colgroup$1],
+ columns
+ };
+ }).getOrThunk(() => ({
+ colgroups: [],
+ columns: {}
+ }));
+ const grid$1 = grid(maxRows, maxColumns);
+ return {
+ grid: grid$1,
+ access,
+ all: cells,
+ columns,
+ colgroups
+ };
+ };
+ const fromTable = table => {
+ const list = fromTable$1(table);
+ return generate$1(list);
+ };
+ const justCells = warehouse => bind$2(warehouse.all, w => w.cells);
+ const justColumns = warehouse => values(warehouse.columns);
+ const hasColumns = warehouse => keys(warehouse.columns).length > 0;
+ const getColumnAt = (warehouse, columnIndex) => Optional.from(warehouse.columns[columnIndex]);
+ const Warehouse = {
+ fromTable,
+ generate: generate$1,
+ getAt,
+ findItem,
+ filterItems,
+ justCells,
+ justColumns,
+ hasColumns,
+ getColumnAt
+ };
+
+ const columns = (warehouse, isValidCell = always) => {
+ const grid = warehouse.grid;
+ const cols = range$1(grid.columns, identity);
+ const rowsArr = range$1(grid.rows, identity);
+ return map$1(cols, col => {
+ const getBlock = () => bind$2(rowsArr, r => Warehouse.getAt(warehouse, r, col).filter(detail => detail.column === col).toArray());
+ const isValid = detail => detail.colspan === 1 && isValidCell(detail.element);
+ const getFallback = () => Warehouse.getAt(warehouse, 0, col);
+ return decide(getBlock, isValid, getFallback);
+ });
+ };
+ const decide = (getBlock, isValid, getFallback) => {
+ const inBlock = getBlock();
+ const validInBlock = find$1(inBlock, isValid);
+ const detailOption = validInBlock.orThunk(() => Optional.from(inBlock[0]).orThunk(getFallback));
+ return detailOption.map(detail => detail.element);
+ };
+ const rows = warehouse => {
+ const grid = warehouse.grid;
+ const rowsArr = range$1(grid.rows, identity);
+ const cols = range$1(grid.columns, identity);
+ return map$1(rowsArr, row => {
+ const getBlock = () => bind$2(cols, c => Warehouse.getAt(warehouse, row, c).filter(detail => detail.row === row).fold(constant([]), detail => [detail]));
+ const isSingle = detail => detail.rowspan === 1;
+ const getFallback = () => Warehouse.getAt(warehouse, row, 0);
+ return decide(getBlock, isSingle, getFallback);
+ });
+ };
+
+ const deduce = (xs, index) => {
+ if (index < 0 || index >= xs.length - 1) {
+ return Optional.none();
+ }
+ const current = xs[index].fold(() => {
+ const rest = reverse(xs.slice(0, index));
+ return findMap(rest, (a, i) => a.map(aa => ({
+ value: aa,
+ delta: i + 1
+ })));
+ }, c => Optional.some({
+ value: c,
+ delta: 0
+ }));
+ const next = xs[index + 1].fold(() => {
+ const rest = xs.slice(index + 1);
+ return findMap(rest, (a, i) => a.map(aa => ({
+ value: aa,
+ delta: i + 1
+ })));
+ }, n => Optional.some({
+ value: n,
+ delta: 1
+ }));
+ return current.bind(c => next.map(n => {
+ const extras = n.delta + c.delta;
+ return Math.abs(n.value - c.value) / extras;
+ }));
+ };
+
+ const onDirection = (isLtr, isRtl) => element => getDirection(element) === 'rtl' ? isRtl : isLtr;
+ const getDirection = element => get$a(element, 'direction') === 'rtl' ? 'rtl' : 'ltr';
+
+ const api$1 = Dimension('height', element => {
+ const dom = element.dom;
+ return inBody(element) ? dom.getBoundingClientRect().height : dom.offsetHeight;
+ });
+ const get$8 = element => api$1.get(element);
+ const getOuter$1 = element => api$1.getOuter(element);
+ const getRuntime = getHeight$1;
+
+ const r = (left, top) => {
+ const translate = (x, y) => r(left + x, top + y);
+ return {
+ left,
+ top,
+ translate
+ };
+ };
+ const SugarPosition = r;
+
+ const boxPosition = dom => {
+ const box = dom.getBoundingClientRect();
+ return SugarPosition(box.left, box.top);
+ };
+ const firstDefinedOrZero = (a, b) => {
+ if (a !== undefined) {
+ return a;
+ } else {
+ return b !== undefined ? b : 0;
+ }
+ };
+ const absolute = element => {
+ const doc = element.dom.ownerDocument;
+ const body = doc.body;
+ const win = doc.defaultView;
+ const html = doc.documentElement;
+ if (body === element.dom) {
+ return SugarPosition(body.offsetLeft, body.offsetTop);
+ }
+ const scrollTop = firstDefinedOrZero(win === null || win === void 0 ? void 0 : win.pageYOffset, html.scrollTop);
+ const scrollLeft = firstDefinedOrZero(win === null || win === void 0 ? void 0 : win.pageXOffset, html.scrollLeft);
+ const clientTop = firstDefinedOrZero(html.clientTop, body.clientTop);
+ const clientLeft = firstDefinedOrZero(html.clientLeft, body.clientLeft);
+ return viewport(element).translate(scrollLeft - clientLeft, scrollTop - clientTop);
+ };
+ const viewport = element => {
+ const dom = element.dom;
+ const doc = dom.ownerDocument;
+ const body = doc.body;
+ if (body === dom) {
+ return SugarPosition(body.offsetLeft, body.offsetTop);
+ }
+ if (!inBody(element)) {
+ return SugarPosition(0, 0);
+ }
+ return boxPosition(dom);
+ };
+
+ const rowInfo = (row, y) => ({
+ row,
+ y
+ });
+ const colInfo = (col, x) => ({
+ col,
+ x
+ });
+ const rtlEdge = cell => {
+ const pos = absolute(cell);
+ return pos.left + getOuter$2(cell);
+ };
+ const ltrEdge = cell => {
+ return absolute(cell).left;
+ };
+ const getLeftEdge = (index, cell) => {
+ return colInfo(index, ltrEdge(cell));
+ };
+ const getRightEdge = (index, cell) => {
+ return colInfo(index, rtlEdge(cell));
+ };
+ const getTop$1 = cell => {
+ return absolute(cell).top;
+ };
+ const getTopEdge = (index, cell) => {
+ return rowInfo(index, getTop$1(cell));
+ };
+ const getBottomEdge = (index, cell) => {
+ return rowInfo(index, getTop$1(cell) + getOuter$1(cell));
+ };
+ const findPositions = (getInnerEdge, getOuterEdge, array) => {
+ if (array.length === 0) {
+ return [];
+ }
+ const lines = map$1(array.slice(1), (cellOption, index) => {
+ return cellOption.map(cell => {
+ return getInnerEdge(index, cell);
+ });
+ });
+ const lastLine = array[array.length - 1].map(cell => {
+ return getOuterEdge(array.length - 1, cell);
+ });
+ return lines.concat([lastLine]);
+ };
+ const negate = step => {
+ return -step;
+ };
+ const height = {
+ delta: identity,
+ positions: optElements => findPositions(getTopEdge, getBottomEdge, optElements),
+ edge: getTop$1
+ };
+ const ltr$1 = {
+ delta: identity,
+ edge: ltrEdge,
+ positions: optElements => findPositions(getLeftEdge, getRightEdge, optElements)
+ };
+ const rtl$1 = {
+ delta: negate,
+ edge: rtlEdge,
+ positions: optElements => findPositions(getRightEdge, getLeftEdge, optElements)
+ };
+ const detect$1 = onDirection(ltr$1, rtl$1);
+ const width = {
+ delta: (amount, table) => detect$1(table).delta(amount, table),
+ positions: (cols, table) => detect$1(table).positions(cols, table),
+ edge: cell => detect$1(cell).edge(cell)
+ };
+
+ const units = {
+ unsupportedLength: [
+ 'em',
+ 'ex',
+ 'cap',
+ 'ch',
+ 'ic',
+ 'rem',
+ 'lh',
+ 'rlh',
+ 'vw',
+ 'vh',
+ 'vi',
+ 'vb',
+ 'vmin',
+ 'vmax',
+ 'cm',
+ 'mm',
+ 'Q',
+ 'in',
+ 'pc',
+ 'pt',
+ 'px'
+ ],
+ fixed: [
+ 'px',
+ 'pt'
+ ],
+ relative: ['%'],
+ empty: ['']
+ };
+ const pattern = (() => {
+ const decimalDigits = '[0-9]+';
+ const signedInteger = '[+-]?' + decimalDigits;
+ const exponentPart = '[eE]' + signedInteger;
+ const dot = '\\.';
+ const opt = input => `(?:${ input })?`;
+ const unsignedDecimalLiteral = [
+ 'Infinity',
+ decimalDigits + dot + opt(decimalDigits) + opt(exponentPart),
+ dot + decimalDigits + opt(exponentPart),
+ decimalDigits + opt(exponentPart)
+ ].join('|');
+ const float = `[+-]?(?:${ unsignedDecimalLiteral })`;
+ return new RegExp(`^(${ float })(.*)$`);
+ })();
+ const isUnit = (unit, accepted) => exists(accepted, acc => exists(units[acc], check => unit === check));
+ const parse = (input, accepted) => {
+ const match = Optional.from(pattern.exec(input));
+ return match.bind(array => {
+ const value = Number(array[1]);
+ const unitRaw = array[2];
+ if (isUnit(unitRaw, accepted)) {
+ return Optional.some({
+ value,
+ unit: unitRaw
+ });
+ } else {
+ return Optional.none();
+ }
+ });
+ };
+
+ const rPercentageBasedSizeRegex = /(\d+(\.\d+)?)%/;
+ const rPixelBasedSizeRegex = /(\d+(\.\d+)?)px|em/;
+ const isCol$2 = isTag('col');
+ const getPercentSize = (elm, outerGetter, innerGetter) => {
+ const relativeParent = parentElement(elm).getOrThunk(() => getBody$1(owner(elm)));
+ return outerGetter(elm) / innerGetter(relativeParent) * 100;
+ };
+ const setPixelWidth = (cell, amount) => {
+ set$1(cell, 'width', amount + 'px');
+ };
+ const setPercentageWidth = (cell, amount) => {
+ set$1(cell, 'width', amount + '%');
+ };
+ const setHeight = (cell, amount) => {
+ set$1(cell, 'height', amount + 'px');
+ };
+ const getHeightValue = cell => getRuntime(cell) + 'px';
+ const convert = (cell, number, getter, setter) => {
+ const newSize = table(cell).map(table => {
+ const total = getter(table);
+ return Math.floor(number / 100 * total);
+ }).getOr(number);
+ setter(cell, newSize);
+ return newSize;
+ };
+ const normalizePixelSize = (value, cell, getter, setter) => {
+ const number = parseFloat(value);
+ return endsWith(value, '%') && name(cell) !== 'table' ? convert(cell, number, getter, setter) : number;
+ };
+ const getTotalHeight = cell => {
+ const value = getHeightValue(cell);
+ if (!value) {
+ return get$8(cell);
+ }
+ return normalizePixelSize(value, cell, get$8, setHeight);
+ };
+ const get$7 = (cell, type, f) => {
+ const v = f(cell);
+ const span = getSpan(cell, type);
+ return v / span;
+ };
+ const getRaw$1 = (element, prop) => {
+ return getRaw$2(element, prop).orThunk(() => {
+ return getOpt(element, prop).map(val => val + 'px');
+ });
+ };
+ const getRawWidth$1 = element => getRaw$1(element, 'width');
+ const getRawHeight = element => getRaw$1(element, 'height');
+ const getPercentageWidth = cell => getPercentSize(cell, get$9, getInner);
+ const getPixelWidth$1 = cell => isCol$2(cell) ? get$9(cell) : getRuntime$1(cell);
+ const getHeight = cell => {
+ return get$7(cell, 'rowspan', getTotalHeight);
+ };
+ const getGenericWidth = cell => {
+ const width = getRawWidth$1(cell);
+ return width.bind(w => parse(w, [
+ 'fixed',
+ 'relative',
+ 'empty'
+ ]));
+ };
+ const setGenericWidth = (cell, amount, unit) => {
+ set$1(cell, 'width', amount + unit);
+ };
+ const getPixelTableWidth = table => get$9(table) + 'px';
+ const getPercentTableWidth = table => getPercentSize(table, get$9, getInner) + '%';
+ const isPercentSizing$1 = table => getRawWidth$1(table).exists(size => rPercentageBasedSizeRegex.test(size));
+ const isPixelSizing$1 = table => getRawWidth$1(table).exists(size => rPixelBasedSizeRegex.test(size));
+ const isNoneSizing$1 = table => getRawWidth$1(table).isNone();
+ const percentageBasedSizeRegex = constant(rPercentageBasedSizeRegex);
+
+ const isCol$1 = isTag('col');
+ const getRawW = cell => {
+ return getRawWidth$1(cell).getOrThunk(() => getPixelWidth$1(cell) + 'px');
+ };
+ const getRawH = cell => {
+ return getRawHeight(cell).getOrThunk(() => getHeight(cell) + 'px');
+ };
+ const justCols = warehouse => map$1(Warehouse.justColumns(warehouse), column => Optional.from(column.element));
+ const isValidColumn = cell => {
+ const browser = detect$2().browser;
+ const supportsColWidths = browser.isChromium() || browser.isFirefox();
+ return isCol$1(cell) ? supportsColWidths : true;
+ };
+ const getDimension = (cellOpt, index, backups, filter, getter, fallback) => cellOpt.filter(filter).fold(() => fallback(deduce(backups, index)), cell => getter(cell));
+ const getWidthFrom = (warehouse, table, getWidth, fallback) => {
+ const columnCells = columns(warehouse);
+ const columns$1 = Warehouse.hasColumns(warehouse) ? justCols(warehouse) : columnCells;
+ const backups = [Optional.some(width.edge(table))].concat(map$1(width.positions(columnCells, table), pos => pos.map(p => p.x)));
+ const colFilter = not(hasColspan);
+ return map$1(columns$1, (cellOption, c) => {
+ return getDimension(cellOption, c, backups, colFilter, column => {
+ if (isValidColumn(column)) {
+ return getWidth(column);
+ } else {
+ const cell = bindFrom(columnCells[c], identity);
+ return getDimension(cell, c, backups, colFilter, cell => fallback(Optional.some(get$9(cell))), fallback);
+ }
+ }, fallback);
+ });
+ };
+ const getDeduced = deduced => {
+ return deduced.map(d => {
+ return d + 'px';
+ }).getOr('');
+ };
+ const getRawWidths = (warehouse, table) => {
+ return getWidthFrom(warehouse, table, getRawW, getDeduced);
+ };
+ const getPercentageWidths = (warehouse, table, tableSize) => {
+ return getWidthFrom(warehouse, table, getPercentageWidth, deduced => {
+ return deduced.fold(() => {
+ return tableSize.minCellWidth();
+ }, cellWidth => {
+ return cellWidth / tableSize.pixelWidth() * 100;
+ });
+ });
+ };
+ const getPixelWidths = (warehouse, table, tableSize) => {
+ return getWidthFrom(warehouse, table, getPixelWidth$1, deduced => {
+ return deduced.getOrThunk(tableSize.minCellWidth);
+ });
+ };
+ const getHeightFrom = (warehouse, table, direction, getHeight, fallback) => {
+ const rows$1 = rows(warehouse);
+ const backups = [Optional.some(direction.edge(table))].concat(map$1(direction.positions(rows$1, table), pos => pos.map(p => p.y)));
+ return map$1(rows$1, (cellOption, c) => {
+ return getDimension(cellOption, c, backups, not(hasRowspan), getHeight, fallback);
+ });
+ };
+ const getPixelHeights = (warehouse, table, direction) => {
+ return getHeightFrom(warehouse, table, direction, getHeight, deduced => {
+ return deduced.getOrThunk(minHeight);
+ });
+ };
+ const getRawHeights = (warehouse, table, direction) => {
+ return getHeightFrom(warehouse, table, direction, getRawH, getDeduced);
+ };
+
+ const widthLookup = (table, getter) => () => {
+ if (inBody(table)) {
+ return getter(table);
+ } else {
+ return parseFloat(getRaw$2(table, 'width').getOr('0'));
+ }
+ };
+ const noneSize = table => {
+ const getWidth = widthLookup(table, get$9);
+ const zero = constant(0);
+ const getWidths = (warehouse, tableSize) => getPixelWidths(warehouse, table, tableSize);
+ return {
+ width: getWidth,
+ pixelWidth: getWidth,
+ getWidths,
+ getCellDelta: zero,
+ singleColumnWidth: constant([0]),
+ minCellWidth: zero,
+ setElementWidth: noop,
+ adjustTableWidth: noop,
+ isRelative: true,
+ label: 'none'
+ };
+ };
+ const percentageSize = table => {
+ const getFloatWidth = widthLookup(table, elem => parseFloat(getPercentTableWidth(elem)));
+ const getWidth = widthLookup(table, get$9);
+ const getCellDelta = delta => delta / getWidth() * 100;
+ const singleColumnWidth = (w, _delta) => [100 - w];
+ const minCellWidth = () => minWidth() / getWidth() * 100;
+ const adjustTableWidth = delta => {
+ const currentWidth = getFloatWidth();
+ const change = delta / 100 * currentWidth;
+ const newWidth = currentWidth + change;
+ setPercentageWidth(table, newWidth);
+ };
+ const getWidths = (warehouse, tableSize) => getPercentageWidths(warehouse, table, tableSize);
+ return {
+ width: getFloatWidth,
+ pixelWidth: getWidth,
+ getWidths,
+ getCellDelta,
+ singleColumnWidth,
+ minCellWidth,
+ setElementWidth: setPercentageWidth,
+ adjustTableWidth,
+ isRelative: true,
+ label: 'percent'
+ };
+ };
+ const pixelSize = table => {
+ const getWidth = widthLookup(table, get$9);
+ const getCellDelta = identity;
+ const singleColumnWidth = (w, delta) => {
+ const newNext = Math.max(minWidth(), w + delta);
+ return [newNext - w];
+ };
+ const adjustTableWidth = delta => {
+ const newWidth = getWidth() + delta;
+ setPixelWidth(table, newWidth);
+ };
+ const getWidths = (warehouse, tableSize) => getPixelWidths(warehouse, table, tableSize);
+ return {
+ width: getWidth,
+ pixelWidth: getWidth,
+ getWidths,
+ getCellDelta,
+ singleColumnWidth,
+ minCellWidth: minWidth,
+ setElementWidth: setPixelWidth,
+ adjustTableWidth,
+ isRelative: false,
+ label: 'pixel'
+ };
+ };
+ const chooseSize = (element, width) => {
+ const percentMatch = percentageBasedSizeRegex().exec(width);
+ if (percentMatch !== null) {
+ return percentageSize(element);
+ } else {
+ return pixelSize(element);
+ }
+ };
+ const getTableSize = table => {
+ const width = getRawWidth$1(table);
+ return width.fold(() => noneSize(table), w => chooseSize(table, w));
+ };
+ const TableSize = {
+ getTableSize,
+ pixelSize,
+ percentageSize,
+ noneSize
+ };
+
+ const statsStruct = (minRow, minCol, maxRow, maxCol, allCells, selectedCells) => ({
+ minRow,
+ minCol,
+ maxRow,
+ maxCol,
+ allCells,
+ selectedCells
+ });
+ const findSelectedStats = (house, isSelected) => {
+ const totalColumns = house.grid.columns;
+ const totalRows = house.grid.rows;
+ let minRow = totalRows;
+ let minCol = totalColumns;
+ let maxRow = 0;
+ let maxCol = 0;
+ const allCells = [];
+ const selectedCells = [];
+ each$1(house.access, detail => {
+ allCells.push(detail);
+ if (isSelected(detail)) {
+ selectedCells.push(detail);
+ const startRow = detail.row;
+ const endRow = startRow + detail.rowspan - 1;
+ const startCol = detail.column;
+ const endCol = startCol + detail.colspan - 1;
+ if (startRow < minRow) {
+ minRow = startRow;
+ } else if (endRow > maxRow) {
+ maxRow = endRow;
+ }
+ if (startCol < minCol) {
+ minCol = startCol;
+ } else if (endCol > maxCol) {
+ maxCol = endCol;
+ }
+ }
+ });
+ return statsStruct(minRow, minCol, maxRow, maxCol, allCells, selectedCells);
+ };
+ const makeCell = (list, seenSelected, rowIndex) => {
+ const row = list[rowIndex].element;
+ const td = SugarElement.fromTag('td');
+ append$1(td, SugarElement.fromTag('br'));
+ const f = seenSelected ? append$1 : prepend;
+ f(row, td);
+ };
+ const fillInGaps = (list, house, stats, isSelected) => {
+ const rows = filter$2(list, row => row.section !== 'colgroup');
+ const totalColumns = house.grid.columns;
+ const totalRows = house.grid.rows;
+ for (let i = 0; i < totalRows; i++) {
+ let seenSelected = false;
+ for (let j = 0; j < totalColumns; j++) {
+ if (!(i < stats.minRow || i > stats.maxRow || j < stats.minCol || j > stats.maxCol)) {
+ const needCell = Warehouse.getAt(house, i, j).filter(isSelected).isNone();
+ if (needCell) {
+ makeCell(rows, seenSelected, i);
+ } else {
+ seenSelected = true;
+ }
+ }
+ }
+ }
+ };
+ const clean = (replica, stats, house, widthDelta) => {
+ each$1(house.columns, col => {
+ if (col.column < stats.minCol || col.column > stats.maxCol) {
+ remove$6(col.element);
+ }
+ });
+ const emptyRows = filter$2(firstLayer(replica, 'tr'), row => row.dom.childElementCount === 0);
+ each$2(emptyRows, remove$6);
+ if (stats.minCol === stats.maxCol || stats.minRow === stats.maxRow) {
+ each$2(firstLayer(replica, 'th,td'), cell => {
+ remove$7(cell, 'rowspan');
+ remove$7(cell, 'colspan');
+ });
+ }
+ remove$7(replica, LOCKED_COL_ATTR);
+ remove$7(replica, 'data-snooker-col-series');
+ const tableSize = TableSize.getTableSize(replica);
+ tableSize.adjustTableWidth(widthDelta);
+ };
+ const getTableWidthDelta = (table, warehouse, tableSize, stats) => {
+ if (stats.minCol === 0 && warehouse.grid.columns === stats.maxCol + 1) {
+ return 0;
+ }
+ const colWidths = getPixelWidths(warehouse, table, tableSize);
+ const allColsWidth = foldl(colWidths, (acc, width) => acc + width, 0);
+ const selectedColsWidth = foldl(colWidths.slice(stats.minCol, stats.maxCol + 1), (acc, width) => acc + width, 0);
+ const newWidth = selectedColsWidth / allColsWidth * tableSize.pixelWidth();
+ const delta = newWidth - tableSize.pixelWidth();
+ return tableSize.getCellDelta(delta);
+ };
+ const extract$1 = (table, selectedSelector) => {
+ const isSelected = detail => is$2(detail.element, selectedSelector);
+ const replica = deep(table);
+ const list = fromTable$1(replica);
+ const tableSize = TableSize.getTableSize(table);
+ const replicaHouse = Warehouse.generate(list);
+ const replicaStats = findSelectedStats(replicaHouse, isSelected);
+ const selector = 'th:not(' + selectedSelector + ')' + ',td:not(' + selectedSelector + ')';
+ const unselectedCells = filterFirstLayer(replica, 'th,td', cell => is$2(cell, selector));
+ each$2(unselectedCells, remove$6);
+ fillInGaps(list, replicaHouse, replicaStats, isSelected);
+ const house = Warehouse.fromTable(table);
+ const widthDelta = getTableWidthDelta(table, house, tableSize, replicaStats);
+ clean(replica, replicaStats, replicaHouse, widthDelta);
+ return replica;
+ };
+
+ const nbsp = '\xA0';
+
+ const NodeValue = (is, name) => {
+ const get = element => {
+ if (!is(element)) {
+ throw new Error('Can only get ' + name + ' value of a ' + name + ' node');
+ }
+ return getOption(element).getOr('');
+ };
+ const getOption = element => is(element) ? Optional.from(element.dom.nodeValue) : Optional.none();
+ const set = (element, value) => {
+ if (!is(element)) {
+ throw new Error('Can only set raw ' + name + ' value of a ' + name + ' node');
+ }
+ element.dom.nodeValue = value;
+ };
+ return {
+ get,
+ getOption,
+ set
+ };
+ };
+
+ const api = NodeValue(isText, 'text');
+ const get$6 = element => api.get(element);
+ const getOption = element => api.getOption(element);
+ const set = (element, value) => api.set(element, value);
+
+ const getEnd = element => name(element) === 'img' ? 1 : getOption(element).fold(() => children$2(element).length, v => v.length);
+ const isTextNodeWithCursorPosition = el => getOption(el).filter(text => text.trim().length !== 0 || text.indexOf(nbsp) > -1).isSome();
+ const isContentEditableFalse = elem => isHTMLElement(elem) && get$b(elem, 'contenteditable') === 'false';
+ const elementsWithCursorPosition = [
+ 'img',
+ 'br'
+ ];
+ const isCursorPosition = elem => {
+ const hasCursorPosition = isTextNodeWithCursorPosition(elem);
+ return hasCursorPosition || contains$2(elementsWithCursorPosition, name(elem)) || isContentEditableFalse(elem);
+ };
+
+ const first = element => descendant$1(element, isCursorPosition);
+ const last$1 = element => descendantRtl(element, isCursorPosition);
+ const descendantRtl = (scope, predicate) => {
+ const descend = element => {
+ const children = children$2(element);
+ for (let i = children.length - 1; i >= 0; i--) {
+ const child = children[i];
+ if (predicate(child)) {
+ return Optional.some(child);
+ }
+ const res = descend(child);
+ if (res.isSome()) {
+ return res;
+ }
+ }
+ return Optional.none();
+ };
+ return descend(scope);
+ };
+
+ const transferableAttributes = {
+ scope: [
+ 'row',
+ 'col'
+ ]
+ };
+ const createCell = doc => () => {
+ const td = SugarElement.fromTag('td', doc.dom);
+ append$1(td, SugarElement.fromTag('br', doc.dom));
+ return td;
+ };
+ const createCol = doc => () => {
+ return SugarElement.fromTag('col', doc.dom);
+ };
+ const createColgroup = doc => () => {
+ return SugarElement.fromTag('colgroup', doc.dom);
+ };
+ const createRow$1 = doc => () => {
+ return SugarElement.fromTag('tr', doc.dom);
+ };
+ const replace$1 = (cell, tag, attrs) => {
+ const replica = copy$2(cell, tag);
+ each$1(attrs, (v, k) => {
+ if (v === null) {
+ remove$7(replica, k);
+ } else {
+ set$2(replica, k, v);
+ }
+ });
+ return replica;
+ };
+ const pasteReplace = cell => {
+ return cell;
+ };
+ const cloneFormats = (oldCell, newCell, formats) => {
+ const first$1 = first(oldCell);
+ return first$1.map(firstText => {
+ const formatSelector = formats.join(',');
+ const parents = ancestors$3(firstText, formatSelector, element => {
+ return eq$1(element, oldCell);
+ });
+ return foldr(parents, (last, parent) => {
+ const clonedFormat = shallow(parent);
+ append$1(last, clonedFormat);
+ return clonedFormat;
+ }, newCell);
+ }).getOr(newCell);
+ };
+ const cloneAppropriateAttributes = (original, clone) => {
+ each$1(transferableAttributes, (validAttributes, attributeName) => getOpt(original, attributeName).filter(attribute => contains$2(validAttributes, attribute)).each(attribute => set$2(clone, attributeName, attribute)));
+ };
+ const cellOperations = (mutate, doc, formatsToClone) => {
+ const cloneCss = (prev, clone) => {
+ copy$1(prev.element, clone);
+ remove$5(clone, 'height');
+ if (prev.colspan !== 1) {
+ remove$5(clone, 'width');
+ }
+ };
+ const newCell = prev => {
+ const td = SugarElement.fromTag(name(prev.element), doc.dom);
+ const formats = formatsToClone.getOr([
+ 'strong',
+ 'em',
+ 'b',
+ 'i',
+ 'span',
+ 'font',
+ 'h1',
+ 'h2',
+ 'h3',
+ 'h4',
+ 'h5',
+ 'h6',
+ 'p',
+ 'div'
+ ]);
+ const lastNode = formats.length > 0 ? cloneFormats(prev.element, td, formats) : td;
+ append$1(lastNode, SugarElement.fromTag('br'));
+ cloneCss(prev, td);
+ cloneAppropriateAttributes(prev.element, td);
+ mutate(prev.element, td);
+ return td;
+ };
+ const newCol = prev => {
+ const col = SugarElement.fromTag(name(prev.element), doc.dom);
+ cloneCss(prev, col);
+ mutate(prev.element, col);
+ return col;
+ };
+ return {
+ col: newCol,
+ colgroup: createColgroup(doc),
+ row: createRow$1(doc),
+ cell: newCell,
+ replace: replace$1,
+ colGap: createCol(doc),
+ gap: createCell(doc)
+ };
+ };
+ const paste$1 = doc => {
+ return {
+ col: createCol(doc),
+ colgroup: createColgroup(doc),
+ row: createRow$1(doc),
+ cell: createCell(doc),
+ replace: pasteReplace,
+ colGap: createCol(doc),
+ gap: createCell(doc)
+ };
+ };
+
+ const fromHtml = (html, scope) => {
+ const doc = scope || document;
+ const div = doc.createElement('div');
+ div.innerHTML = html;
+ return children$2(SugarElement.fromDom(div));
+ };
+ const fromDom = nodes => map$1(nodes, SugarElement.fromDom);
+
+ const closest = target => closest$1(target, '[contenteditable]');
+ const isEditable$1 = (element, assumeEditable = false) => {
+ if (inBody(element)) {
+ return element.dom.isContentEditable;
+ } else {
+ return closest(element).fold(constant(assumeEditable), editable => getRaw(editable) === 'true');
+ }
+ };
+ const getRaw = element => element.dom.contentEditable;
+
+ const getBody = editor => SugarElement.fromDom(editor.getBody());
+ const getIsRoot = editor => element => eq$1(element, getBody(editor));
+ const removeDataStyle = table => {
+ remove$7(table, 'data-mce-style');
+ const removeStyleAttribute = element => remove$7(element, 'data-mce-style');
+ each$2(cells$1(table), removeStyleAttribute);
+ each$2(columns$1(table), removeStyleAttribute);
+ each$2(rows$1(table), removeStyleAttribute);
+ };
+ const getSelectionStart = editor => SugarElement.fromDom(editor.selection.getStart());
+ const getPixelWidth = elm => elm.getBoundingClientRect().width;
+ const getPixelHeight = elm => elm.getBoundingClientRect().height;
+ const getRawWidth = (editor, elm) => {
+ const raw = editor.dom.getStyle(elm, 'width') || editor.dom.getAttrib(elm, 'width');
+ return Optional.from(raw).filter(isNotEmpty);
+ };
+ const isPercentage$1 = value => /^(\d+(\.\d+)?)%$/.test(value);
+ const isPixel = value => /^(\d+(\.\d+)?)px$/.test(value);
+ const isInEditableContext$1 = cell => closest$2(cell, isTag('table')).exists(isEditable$1);
+
+ const inSelection = (bounds, detail) => {
+ const leftEdge = detail.column;
+ const rightEdge = detail.column + detail.colspan - 1;
+ const topEdge = detail.row;
+ const bottomEdge = detail.row + detail.rowspan - 1;
+ return leftEdge <= bounds.finishCol && rightEdge >= bounds.startCol && (topEdge <= bounds.finishRow && bottomEdge >= bounds.startRow);
+ };
+ const isWithin = (bounds, detail) => {
+ return detail.column >= bounds.startCol && detail.column + detail.colspan - 1 <= bounds.finishCol && detail.row >= bounds.startRow && detail.row + detail.rowspan - 1 <= bounds.finishRow;
+ };
+ const isRectangular = (warehouse, bounds) => {
+ let isRect = true;
+ const detailIsWithin = curry(isWithin, bounds);
+ for (let i = bounds.startRow; i <= bounds.finishRow; i++) {
+ for (let j = bounds.startCol; j <= bounds.finishCol; j++) {
+ isRect = isRect && Warehouse.getAt(warehouse, i, j).exists(detailIsWithin);
+ }
+ }
+ return isRect ? Optional.some(bounds) : Optional.none();
+ };
+
+ const getBounds = (detailA, detailB) => {
+ return bounds(Math.min(detailA.row, detailB.row), Math.min(detailA.column, detailB.column), Math.max(detailA.row + detailA.rowspan - 1, detailB.row + detailB.rowspan - 1), Math.max(detailA.column + detailA.colspan - 1, detailB.column + detailB.colspan - 1));
+ };
+ const getAnyBox = (warehouse, startCell, finishCell) => {
+ const startCoords = Warehouse.findItem(warehouse, startCell, eq$1);
+ const finishCoords = Warehouse.findItem(warehouse, finishCell, eq$1);
+ return startCoords.bind(sc => {
+ return finishCoords.map(fc => {
+ return getBounds(sc, fc);
+ });
+ });
+ };
+ const getBox$1 = (warehouse, startCell, finishCell) => {
+ return getAnyBox(warehouse, startCell, finishCell).bind(bounds => {
+ return isRectangular(warehouse, bounds);
+ });
+ };
+
+ const moveBy$1 = (warehouse, cell, row, column) => {
+ return Warehouse.findItem(warehouse, cell, eq$1).bind(detail => {
+ const startRow = row > 0 ? detail.row + detail.rowspan - 1 : detail.row;
+ const startCol = column > 0 ? detail.column + detail.colspan - 1 : detail.column;
+ const dest = Warehouse.getAt(warehouse, startRow + row, startCol + column);
+ return dest.map(d => {
+ return d.element;
+ });
+ });
+ };
+ const intercepts$1 = (warehouse, start, finish) => {
+ return getAnyBox(warehouse, start, finish).map(bounds => {
+ const inside = Warehouse.filterItems(warehouse, curry(inSelection, bounds));
+ return map$1(inside, detail => {
+ return detail.element;
+ });
+ });
+ };
+ const parentCell = (warehouse, innerCell) => {
+ const isContainedBy = (c1, c2) => {
+ return contains$1(c2, c1);
+ };
+ return Warehouse.findItem(warehouse, innerCell, isContainedBy).map(detail => {
+ return detail.element;
+ });
+ };
+
+ const moveBy = (cell, deltaRow, deltaColumn) => {
+ return table(cell).bind(table => {
+ const warehouse = getWarehouse(table);
+ return moveBy$1(warehouse, cell, deltaRow, deltaColumn);
+ });
+ };
+ const intercepts = (table, first, last) => {
+ const warehouse = getWarehouse(table);
+ return intercepts$1(warehouse, first, last);
+ };
+ const nestedIntercepts = (table, first, firstTable, last, lastTable) => {
+ const warehouse = getWarehouse(table);
+ const optStartCell = eq$1(table, firstTable) ? Optional.some(first) : parentCell(warehouse, first);
+ const optLastCell = eq$1(table, lastTable) ? Optional.some(last) : parentCell(warehouse, last);
+ return optStartCell.bind(startCell => optLastCell.bind(lastCell => intercepts$1(warehouse, startCell, lastCell)));
+ };
+ const getBox = (table, first, last) => {
+ const warehouse = getWarehouse(table);
+ return getBox$1(warehouse, first, last);
+ };
+ const getWarehouse = Warehouse.fromTable;
+
+ var TagBoundaries = [
+ 'body',
+ 'p',
+ 'div',
+ 'article',
+ 'aside',
+ 'figcaption',
+ 'figure',
+ 'footer',
+ 'header',
+ 'nav',
+ 'section',
+ 'ol',
+ 'ul',
+ 'li',
+ 'table',
+ 'thead',
+ 'tbody',
+ 'tfoot',
+ 'caption',
+ 'tr',
+ 'td',
+ 'th',
+ 'h1',
+ 'h2',
+ 'h3',
+ 'h4',
+ 'h5',
+ 'h6',
+ 'blockquote',
+ 'pre',
+ 'address'
+ ];
+
+ var DomUniverse = () => {
+ const clone = element => {
+ return SugarElement.fromDom(element.dom.cloneNode(false));
+ };
+ const document = element => documentOrOwner(element).dom;
+ const isBoundary = element => {
+ if (!isElement(element)) {
+ return false;
+ }
+ if (name(element) === 'body') {
+ return true;
+ }
+ return contains$2(TagBoundaries, name(element));
+ };
+ const isEmptyTag = element => {
+ if (!isElement(element)) {
+ return false;
+ }
+ return contains$2([
+ 'br',
+ 'img',
+ 'hr',
+ 'input'
+ ], name(element));
+ };
+ const isNonEditable = element => isElement(element) && get$b(element, 'contenteditable') === 'false';
+ const comparePosition = (element, other) => {
+ return element.dom.compareDocumentPosition(other.dom);
+ };
+ const copyAttributesTo = (source, destination) => {
+ const as = clone$2(source);
+ setAll$1(destination, as);
+ };
+ const isSpecial = element => {
+ const tag = name(element);
+ return contains$2([
+ 'script',
+ 'noscript',
+ 'iframe',
+ 'noframes',
+ 'noembed',
+ 'title',
+ 'style',
+ 'textarea',
+ 'xmp'
+ ], tag);
+ };
+ const getLanguage = element => isElement(element) ? getOpt(element, 'lang') : Optional.none();
+ return {
+ up: constant({
+ selector: ancestor$1,
+ closest: closest$1,
+ predicate: ancestor$2,
+ all: parents
+ }),
+ down: constant({
+ selector: descendants,
+ predicate: descendants$1
+ }),
+ styles: constant({
+ get: get$a,
+ getRaw: getRaw$2,
+ set: set$1,
+ remove: remove$5
+ }),
+ attrs: constant({
+ get: get$b,
+ set: set$2,
+ remove: remove$7,
+ copyTo: copyAttributesTo
+ }),
+ insert: constant({
+ before: before$3,
+ after: after$5,
+ afterAll: after$4,
+ append: append$1,
+ appendAll: append,
+ prepend: prepend,
+ wrap: wrap
+ }),
+ remove: constant({
+ unwrap: unwrap,
+ remove: remove$6
+ }),
+ create: constant({
+ nu: SugarElement.fromTag,
+ clone,
+ text: SugarElement.fromText
+ }),
+ query: constant({
+ comparePosition,
+ prevSibling: prevSibling,
+ nextSibling: nextSibling
+ }),
+ property: constant({
+ children: children$2,
+ name: name,
+ parent: parent,
+ document,
+ isText: isText,
+ isComment: isComment,
+ isElement: isElement,
+ isSpecial,
+ getLanguage,
+ getText: get$6,
+ setText: set,
+ isBoundary,
+ isEmptyTag,
+ isNonEditable
+ }),
+ eq: eq$1,
+ is: is$1
+ };
+ };
+
+ const all = (universe, look, elements, f) => {
+ const head = elements[0];
+ const tail = elements.slice(1);
+ return f(universe, look, head, tail);
+ };
+ const oneAll = (universe, look, elements) => {
+ return elements.length > 0 ? all(universe, look, elements, unsafeOne) : Optional.none();
+ };
+ const unsafeOne = (universe, look, head, tail) => {
+ const start = look(universe, head);
+ return foldr(tail, (b, a) => {
+ const current = look(universe, a);
+ return commonElement(universe, b, current);
+ }, start);
+ };
+ const commonElement = (universe, start, end) => {
+ return start.bind(s => {
+ return end.filter(curry(universe.eq, s));
+ });
+ };
+
+ const eq = (universe, item) => {
+ return curry(universe.eq, item);
+ };
+ const ancestors$2 = (universe, start, end, isRoot = never) => {
+ const ps1 = [start].concat(universe.up().all(start));
+ const ps2 = [end].concat(universe.up().all(end));
+ const prune = path => {
+ const index = findIndex(path, isRoot);
+ return index.fold(() => {
+ return path;
+ }, ind => {
+ return path.slice(0, ind + 1);
+ });
+ };
+ const pruned1 = prune(ps1);
+ const pruned2 = prune(ps2);
+ const shared = find$1(pruned1, x => {
+ return exists(pruned2, eq(universe, x));
+ });
+ return {
+ firstpath: pruned1,
+ secondpath: pruned2,
+ shared
+ };
+ };
+
+ const sharedOne$1 = oneAll;
+ const ancestors$1 = ancestors$2;
+
+ const universe$3 = DomUniverse();
+ const sharedOne = (look, elements) => {
+ return sharedOne$1(universe$3, (_universe, element) => {
+ return look(element);
+ }, elements);
+ };
+ const ancestors = (start, finish, isRoot) => {
+ return ancestors$1(universe$3, start, finish, isRoot);
+ };
+
+ const lookupTable = container => {
+ return ancestor$1(container, 'table');
+ };
+ const identify = (start, finish, isRoot) => {
+ const getIsRoot = rootTable => {
+ return element => {
+ return isRoot !== undefined && isRoot(element) || eq$1(element, rootTable);
+ };
+ };
+ if (eq$1(start, finish)) {
+ return Optional.some({
+ boxes: Optional.some([start]),
+ start,
+ finish
+ });
+ } else {
+ return lookupTable(start).bind(startTable => {
+ return lookupTable(finish).bind(finishTable => {
+ if (eq$1(startTable, finishTable)) {
+ return Optional.some({
+ boxes: intercepts(startTable, start, finish),
+ start,
+ finish
+ });
+ } else if (contains$1(startTable, finishTable)) {
+ const ancestorCells = ancestors$3(finish, 'td,th', getIsRoot(startTable));
+ const finishCell = ancestorCells.length > 0 ? ancestorCells[ancestorCells.length - 1] : finish;
+ return Optional.some({
+ boxes: nestedIntercepts(startTable, start, startTable, finish, finishTable),
+ start,
+ finish: finishCell
+ });
+ } else if (contains$1(finishTable, startTable)) {
+ const ancestorCells = ancestors$3(start, 'td,th', getIsRoot(finishTable));
+ const startCell = ancestorCells.length > 0 ? ancestorCells[ancestorCells.length - 1] : start;
+ return Optional.some({
+ boxes: nestedIntercepts(finishTable, start, startTable, finish, finishTable),
+ start,
+ finish: startCell
+ });
+ } else {
+ return ancestors(start, finish).shared.bind(lca => {
+ return closest$1(lca, 'table', isRoot).bind(lcaTable => {
+ const finishAncestorCells = ancestors$3(finish, 'td,th', getIsRoot(lcaTable));
+ const finishCell = finishAncestorCells.length > 0 ? finishAncestorCells[finishAncestorCells.length - 1] : finish;
+ const startAncestorCells = ancestors$3(start, 'td,th', getIsRoot(lcaTable));
+ const startCell = startAncestorCells.length > 0 ? startAncestorCells[startAncestorCells.length - 1] : start;
+ return Optional.some({
+ boxes: nestedIntercepts(lcaTable, start, startTable, finish, finishTable),
+ start: startCell,
+ finish: finishCell
+ });
+ });
+ });
+ }
+ });
+ });
+ }
+ };
+ const retrieve$1 = (container, selector) => {
+ const sels = descendants(container, selector);
+ return sels.length > 0 ? Optional.some(sels) : Optional.none();
+ };
+ const getLast = (boxes, lastSelectedSelector) => {
+ return find$1(boxes, box => {
+ return is$2(box, lastSelectedSelector);
+ });
+ };
+ const getEdges = (container, firstSelectedSelector, lastSelectedSelector) => {
+ return descendant(container, firstSelectedSelector).bind(first => {
+ return descendant(container, lastSelectedSelector).bind(last => {
+ return sharedOne(lookupTable, [
+ first,
+ last
+ ]).map(table => {
+ return {
+ first,
+ last,
+ table
+ };
+ });
+ });
+ });
+ };
+ const expandTo = (finish, firstSelectedSelector) => {
+ return ancestor$1(finish, 'table').bind(table => {
+ return descendant(table, firstSelectedSelector).bind(start => {
+ return identify(start, finish).bind(identified => {
+ return identified.boxes.map(boxes => {
+ return {
+ boxes,
+ start: identified.start,
+ finish: identified.finish
+ };
+ });
+ });
+ });
+ });
+ };
+ const shiftSelection = (boxes, deltaRow, deltaColumn, firstSelectedSelector, lastSelectedSelector) => {
+ return getLast(boxes, lastSelectedSelector).bind(last => {
+ return moveBy(last, deltaRow, deltaColumn).bind(finish => {
+ return expandTo(finish, firstSelectedSelector);
+ });
+ });
+ };
+
+ const retrieve = (container, selector) => {
+ return retrieve$1(container, selector);
+ };
+ const retrieveBox = (container, firstSelectedSelector, lastSelectedSelector) => {
+ return getEdges(container, firstSelectedSelector, lastSelectedSelector).bind(edges => {
+ const isRoot = ancestor => {
+ return eq$1(container, ancestor);
+ };
+ const sectionSelector = 'thead,tfoot,tbody,table';
+ const firstAncestor = ancestor$1(edges.first, sectionSelector, isRoot);
+ const lastAncestor = ancestor$1(edges.last, sectionSelector, isRoot);
+ return firstAncestor.bind(fA => {
+ return lastAncestor.bind(lA => {
+ return eq$1(fA, lA) ? getBox(edges.table, edges.first, edges.last) : Optional.none();
+ });
+ });
+ });
+ };
+
+ const selection = identity;
+ const unmergable = selectedCells => {
+ const hasSpan = (elem, type) => getOpt(elem, type).exists(span => parseInt(span, 10) > 1);
+ const hasRowOrColSpan = elem => hasSpan(elem, 'rowspan') || hasSpan(elem, 'colspan');
+ return selectedCells.length > 0 && forall(selectedCells, hasRowOrColSpan) ? Optional.some(selectedCells) : Optional.none();
+ };
+ const mergable = (table, selectedCells, ephemera) => {
+ if (selectedCells.length <= 1) {
+ return Optional.none();
+ } else {
+ return retrieveBox(table, ephemera.firstSelectedSelector, ephemera.lastSelectedSelector).map(bounds => ({
+ bounds,
+ cells: selectedCells
+ }));
+ }
+ };
+
+ const strSelected = 'data-mce-selected';
+ const strSelectedSelector = 'td[' + strSelected + '],th[' + strSelected + ']';
+ const strAttributeSelector = '[' + strSelected + ']';
+ const strFirstSelected = 'data-mce-first-selected';
+ const strFirstSelectedSelector = 'td[' + strFirstSelected + '],th[' + strFirstSelected + ']';
+ const strLastSelected = 'data-mce-last-selected';
+ const strLastSelectedSelector = 'td[' + strLastSelected + '],th[' + strLastSelected + ']';
+ const attributeSelector = strAttributeSelector;
+ const ephemera = {
+ selected: strSelected,
+ selectedSelector: strSelectedSelector,
+ firstSelected: strFirstSelected,
+ firstSelectedSelector: strFirstSelectedSelector,
+ lastSelected: strLastSelected,
+ lastSelectedSelector: strLastSelectedSelector
+ };
+
+ const forMenu = (selectedCells, table, cell) => ({
+ element: cell,
+ mergable: mergable(table, selectedCells, ephemera),
+ unmergable: unmergable(selectedCells),
+ selection: selection(selectedCells)
+ });
+ const paste = (element, clipboard, generators) => ({
+ element,
+ clipboard,
+ generators
+ });
+ const pasteRows = (selectedCells, _cell, clipboard, generators) => ({
+ selection: selection(selectedCells),
+ clipboard,
+ generators
+ });
+
+ const getSelectionCellFallback = element => table(element).bind(table => retrieve(table, ephemera.firstSelectedSelector)).fold(constant(element), cells => cells[0]);
+ const getSelectionFromSelector = selector => (initCell, isRoot) => {
+ const cellName = name(initCell);
+ const cell = cellName === 'col' || cellName === 'colgroup' ? getSelectionCellFallback(initCell) : initCell;
+ return closest$1(cell, selector, isRoot);
+ };
+ const getSelectionCellOrCaption = getSelectionFromSelector('th,td,caption');
+ const getSelectionCell = getSelectionFromSelector('th,td');
+ const getCellsFromSelection = editor => fromDom(editor.model.table.getSelectedCells());
+ const getCellsFromFakeSelection = editor => filter$2(getCellsFromSelection(editor), cell => is$2(cell, ephemera.selectedSelector));
+
+ const extractSelected = cells => {
+ return table(cells[0]).map(table => {
+ const replica = extract$1(table, attributeSelector);
+ removeDataStyle(replica);
+ return [replica];
+ });
+ };
+ const serializeElements = (editor, elements) => map$1(elements, elm => editor.selection.serializer.serialize(elm.dom, {})).join('');
+ const getTextContent = elements => map$1(elements, element => element.dom.innerText).join('');
+ const registerEvents = (editor, actions) => {
+ editor.on('BeforeGetContent', e => {
+ const multiCellContext = cells => {
+ e.preventDefault();
+ extractSelected(cells).each(elements => {
+ e.content = e.format === 'text' ? getTextContent(elements) : serializeElements(editor, elements);
+ });
+ };
+ if (e.selection === true) {
+ const cells = getCellsFromFakeSelection(editor);
+ if (cells.length >= 1) {
+ multiCellContext(cells);
+ }
+ }
+ });
+ editor.on('BeforeSetContent', e => {
+ if (e.selection === true && e.paste === true) {
+ const selectedCells = getCellsFromSelection(editor);
+ head(selectedCells).each(cell => {
+ table(cell).each(table => {
+ const elements = filter$2(fromHtml(e.content), content => {
+ return name(content) !== 'meta';
+ });
+ const isTable = isTag('table');
+ if (elements.length === 1 && isTable(elements[0])) {
+ e.preventDefault();
+ const doc = SugarElement.fromDom(editor.getDoc());
+ const generators = paste$1(doc);
+ const targets = paste(cell, elements[0], generators);
+ actions.pasteCells(table, targets).each(() => {
+ editor.focus();
+ });
+ }
+ });
+ });
+ }
+ });
+ };
+
+ const point = (element, offset) => ({
+ element,
+ offset
+ });
+
+ const scan$1 = (universe, element, direction) => {
+ if (universe.property().isText(element) && universe.property().getText(element).trim().length === 0 || universe.property().isComment(element)) {
+ return direction(element).bind(elem => {
+ return scan$1(universe, elem, direction).orThunk(() => {
+ return Optional.some(elem);
+ });
+ });
+ } else {
+ return Optional.none();
+ }
+ };
+ const toEnd = (universe, element) => {
+ if (universe.property().isText(element)) {
+ return universe.property().getText(element).length;
+ }
+ const children = universe.property().children(element);
+ return children.length;
+ };
+ const freefallRtl$2 = (universe, element) => {
+ const candidate = scan$1(universe, element, universe.query().prevSibling).getOr(element);
+ if (universe.property().isText(candidate)) {
+ return point(candidate, toEnd(universe, candidate));
+ }
+ const children = universe.property().children(candidate);
+ return children.length > 0 ? freefallRtl$2(universe, children[children.length - 1]) : point(candidate, toEnd(universe, candidate));
+ };
+
+ const freefallRtl$1 = freefallRtl$2;
+
+ const universe$2 = DomUniverse();
+ const freefallRtl = element => {
+ return freefallRtl$1(universe$2, element);
+ };
+
+ const halve = (main, other) => {
+ if (!hasColspan(main)) {
+ const width = getGenericWidth(main);
+ width.each(w => {
+ const newWidth = w.value / 2;
+ setGenericWidth(main, newWidth, w.unit);
+ setGenericWidth(other, newWidth, w.unit);
+ });
+ }
+ };
+
+ const zero = array => map$1(array, constant(0));
+ const surround = (sizes, startIndex, endIndex, results, f) => f(sizes.slice(0, startIndex)).concat(results).concat(f(sizes.slice(endIndex)));
+ const clampDeltaHelper = predicate => (sizes, index, delta, minCellSize) => {
+ if (!predicate(delta)) {
+ return delta;
+ } else {
+ const newSize = Math.max(minCellSize, sizes[index] - Math.abs(delta));
+ const diff = Math.abs(newSize - sizes[index]);
+ return delta >= 0 ? diff : -diff;
+ }
+ };
+ const clampNegativeDelta = clampDeltaHelper(delta => delta < 0);
+ const clampDelta = clampDeltaHelper(always);
+ const resizeTable = () => {
+ const calcFixedDeltas = (sizes, index, next, delta, minCellSize) => {
+ const clampedDelta = clampNegativeDelta(sizes, index, delta, minCellSize);
+ return surround(sizes, index, next + 1, [
+ clampedDelta,
+ 0
+ ], zero);
+ };
+ const calcRelativeDeltas = (sizes, index, delta, minCellSize) => {
+ const ratio = (100 + delta) / 100;
+ const newThis = Math.max(minCellSize, (sizes[index] + delta) / ratio);
+ return map$1(sizes, (size, idx) => {
+ const newSize = idx === index ? newThis : size / ratio;
+ return newSize - size;
+ });
+ };
+ const calcLeftEdgeDeltas = (sizes, index, next, delta, minCellSize, isRelative) => {
+ if (isRelative) {
+ return calcRelativeDeltas(sizes, index, delta, minCellSize);
+ } else {
+ return calcFixedDeltas(sizes, index, next, delta, minCellSize);
+ }
+ };
+ const calcMiddleDeltas = (sizes, _prev, index, next, delta, minCellSize, isRelative) => calcLeftEdgeDeltas(sizes, index, next, delta, minCellSize, isRelative);
+ const resizeTable = (resizer, delta) => resizer(delta);
+ const calcRightEdgeDeltas = (sizes, _prev, index, delta, minCellSize, isRelative) => {
+ if (isRelative) {
+ return calcRelativeDeltas(sizes, index, delta, minCellSize);
+ } else {
+ const clampedDelta = clampNegativeDelta(sizes, index, delta, minCellSize);
+ return zero(sizes.slice(0, index)).concat([clampedDelta]);
+ }
+ };
+ const calcRedestributedWidths = (sizes, totalWidth, pixelDelta, isRelative) => {
+ if (isRelative) {
+ const tableWidth = totalWidth + pixelDelta;
+ const ratio = tableWidth / totalWidth;
+ const newSizes = map$1(sizes, size => size / ratio);
+ return {
+ delta: ratio * 100 - 100,
+ newSizes
+ };
+ } else {
+ return {
+ delta: pixelDelta,
+ newSizes: sizes
+ };
+ }
+ };
+ return {
+ resizeTable,
+ clampTableDelta: clampNegativeDelta,
+ calcLeftEdgeDeltas,
+ calcMiddleDeltas,
+ calcRightEdgeDeltas,
+ calcRedestributedWidths
+ };
+ };
+ const preserveTable = () => {
+ const calcLeftEdgeDeltas = (sizes, index, next, delta, minCellSize) => {
+ const idx = delta >= 0 ? next : index;
+ const clampedDelta = clampDelta(sizes, idx, delta, minCellSize);
+ return surround(sizes, index, next + 1, [
+ clampedDelta,
+ -clampedDelta
+ ], zero);
+ };
+ const calcMiddleDeltas = (sizes, _prev, index, next, delta, minCellSize) => calcLeftEdgeDeltas(sizes, index, next, delta, minCellSize);
+ const resizeTable = (resizer, delta, isLastColumn) => {
+ if (isLastColumn) {
+ resizer(delta);
+ }
+ };
+ const calcRightEdgeDeltas = (sizes, _prev, _index, delta, _minCellSize, isRelative) => {
+ if (isRelative) {
+ return zero(sizes);
+ } else {
+ const diff = delta / sizes.length;
+ return map$1(sizes, constant(diff));
+ }
+ };
+ const clampTableDelta = (sizes, index, delta, minCellSize, isLastColumn) => {
+ if (isLastColumn) {
+ if (delta >= 0) {
+ return delta;
+ } else {
+ const maxDelta = foldl(sizes, (a, b) => a + b - minCellSize, 0);
+ return Math.max(-maxDelta, delta);
+ }
+ } else {
+ return clampNegativeDelta(sizes, index, delta, minCellSize);
+ }
+ };
+ const calcRedestributedWidths = (sizes, _totalWidth, _pixelDelta, _isRelative) => ({
+ delta: 0,
+ newSizes: sizes
+ });
+ return {
+ resizeTable,
+ clampTableDelta,
+ calcLeftEdgeDeltas,
+ calcMiddleDeltas,
+ calcRightEdgeDeltas,
+ calcRedestributedWidths
+ };
+ };
+
+ const getGridSize = table => {
+ const warehouse = Warehouse.fromTable(table);
+ return warehouse.grid;
+ };
+
+ const isHeaderCell = isTag('th');
+ const isHeaderCells = cells => forall(cells, cell => isHeaderCell(cell.element));
+ const getRowHeaderType = (isHeaderRow, isHeaderCells) => {
+ if (isHeaderRow && isHeaderCells) {
+ return 'sectionCells';
+ } else if (isHeaderRow) {
+ return 'section';
+ } else {
+ return 'cells';
+ }
+ };
+ const getRowType = row => {
+ const isHeaderRow = row.section === 'thead';
+ const isHeaderCells = is(findCommonCellType(row.cells), 'th');
+ if (row.section === 'tfoot') {
+ return { type: 'footer' };
+ } else if (isHeaderRow || isHeaderCells) {
+ return {
+ type: 'header',
+ subType: getRowHeaderType(isHeaderRow, isHeaderCells)
+ };
+ } else {
+ return { type: 'body' };
+ }
+ };
+ const findCommonCellType = cells => {
+ const headerCells = filter$2(cells, cell => isHeaderCell(cell.element));
+ if (headerCells.length === 0) {
+ return Optional.some('td');
+ } else if (headerCells.length === cells.length) {
+ return Optional.some('th');
+ } else {
+ return Optional.none();
+ }
+ };
+ const findCommonRowType = rows => {
+ const rowTypes = map$1(rows, row => getRowType(row).type);
+ const hasHeader = contains$2(rowTypes, 'header');
+ const hasFooter = contains$2(rowTypes, 'footer');
+ if (!hasHeader && !hasFooter) {
+ return Optional.some('body');
+ } else {
+ const hasBody = contains$2(rowTypes, 'body');
+ if (hasHeader && !hasBody && !hasFooter) {
+ return Optional.some('header');
+ } else if (!hasHeader && !hasBody && hasFooter) {
+ return Optional.some('footer');
+ } else {
+ return Optional.none();
+ }
+ }
+ };
+ const findTableRowHeaderType = warehouse => findMap(warehouse.all, row => {
+ const rowType = getRowType(row);
+ return rowType.type === 'header' ? Optional.from(rowType.subType) : Optional.none();
+ });
+
+ const transformCell = (cell, comparator, substitution) => elementnew(substitution(cell.element, comparator), true, cell.isLocked);
+ const transformRow = (row, section) => row.section !== section ? rowcells(row.element, row.cells, section, row.isNew) : row;
+ const section = () => ({
+ transformRow,
+ transformCell: (cell, comparator, substitution) => {
+ const newCell = substitution(cell.element, comparator);
+ const fixedCell = name(newCell) !== 'td' ? mutate$1(newCell, 'td') : newCell;
+ return elementnew(fixedCell, cell.isNew, cell.isLocked);
+ }
+ });
+ const sectionCells = () => ({
+ transformRow,
+ transformCell
+ });
+ const cells = () => ({
+ transformRow: (row, section) => {
+ const newSection = section === 'thead' ? 'tbody' : section;
+ return transformRow(row, newSection);
+ },
+ transformCell
+ });
+ const fallback = () => ({
+ transformRow: identity,
+ transformCell
+ });
+ const getTableSectionType = (table, fallback) => {
+ const warehouse = Warehouse.fromTable(table);
+ const type = findTableRowHeaderType(warehouse).getOr(fallback);
+ switch (type) {
+ case 'section':
+ return section();
+ case 'sectionCells':
+ return sectionCells();
+ case 'cells':
+ return cells();
+ }
+ };
+ const TableSection = {
+ getTableSectionType,
+ section,
+ sectionCells,
+ cells,
+ fallback
+ };
+
+ const setIfNot = (element, property, value, ignore) => {
+ if (value === ignore) {
+ remove$7(element, property);
+ } else {
+ set$2(element, property, value);
+ }
+ };
+ const insert$1 = (table, selector, element) => {
+ last$2(children(table, selector)).fold(() => prepend(table, element), child => after$5(child, element));
+ };
+ const generateSection = (table, sectionName) => {
+ const section = child(table, sectionName).getOrThunk(() => {
+ const newSection = SugarElement.fromTag(sectionName, owner(table).dom);
+ if (sectionName === 'thead') {
+ insert$1(table, 'caption,colgroup', newSection);
+ } else if (sectionName === 'colgroup') {
+ insert$1(table, 'caption', newSection);
+ } else {
+ append$1(table, newSection);
+ }
+ return newSection;
+ });
+ empty(section);
+ return section;
+ };
+ const render$1 = (table, grid) => {
+ const newRows = [];
+ const newCells = [];
+ const syncRows = gridSection => map$1(gridSection, row => {
+ if (row.isNew) {
+ newRows.push(row.element);
+ }
+ const tr = row.element;
+ empty(tr);
+ each$2(row.cells, cell => {
+ if (cell.isNew) {
+ newCells.push(cell.element);
+ }
+ setIfNot(cell.element, 'colspan', cell.colspan, 1);
+ setIfNot(cell.element, 'rowspan', cell.rowspan, 1);
+ append$1(tr, cell.element);
+ });
+ return tr;
+ });
+ const syncColGroup = gridSection => bind$2(gridSection, colGroup => map$1(colGroup.cells, col => {
+ setIfNot(col.element, 'span', col.colspan, 1);
+ return col.element;
+ }));
+ const renderSection = (gridSection, sectionName) => {
+ const section = generateSection(table, sectionName);
+ const sync = sectionName === 'colgroup' ? syncColGroup : syncRows;
+ const sectionElems = sync(gridSection);
+ append(section, sectionElems);
+ };
+ const removeSection = sectionName => {
+ child(table, sectionName).each(remove$6);
+ };
+ const renderOrRemoveSection = (gridSection, sectionName) => {
+ if (gridSection.length > 0) {
+ renderSection(gridSection, sectionName);
+ } else {
+ removeSection(sectionName);
+ }
+ };
+ const headSection = [];
+ const bodySection = [];
+ const footSection = [];
+ const columnGroupsSection = [];
+ each$2(grid, row => {
+ switch (row.section) {
+ case 'thead':
+ headSection.push(row);
+ break;
+ case 'tbody':
+ bodySection.push(row);
+ break;
+ case 'tfoot':
+ footSection.push(row);
+ break;
+ case 'colgroup':
+ columnGroupsSection.push(row);
+ break;
+ }
+ });
+ renderOrRemoveSection(columnGroupsSection, 'colgroup');
+ renderOrRemoveSection(headSection, 'thead');
+ renderOrRemoveSection(bodySection, 'tbody');
+ renderOrRemoveSection(footSection, 'tfoot');
+ return {
+ newRows,
+ newCells
+ };
+ };
+ const copy = grid => map$1(grid, row => {
+ const tr = shallow(row.element);
+ each$2(row.cells, cell => {
+ const clonedCell = deep(cell.element);
+ setIfNot(clonedCell, 'colspan', cell.colspan, 1);
+ setIfNot(clonedCell, 'rowspan', cell.rowspan, 1);
+ append$1(tr, clonedCell);
+ });
+ return tr;
+ });
+
+ const getColumn = (grid, index) => {
+ return map$1(grid, row => {
+ return getCell(row, index);
+ });
+ };
+ const getRow = (grid, index) => {
+ return grid[index];
+ };
+ const findDiff = (xs, comp) => {
+ if (xs.length === 0) {
+ return 0;
+ }
+ const first = xs[0];
+ const index = findIndex(xs, x => {
+ return !comp(first.element, x.element);
+ });
+ return index.getOr(xs.length);
+ };
+ const subgrid = (grid, row, column, comparator) => {
+ const gridRow = getRow(grid, row);
+ const isColRow = gridRow.section === 'colgroup';
+ const colspan = findDiff(gridRow.cells.slice(column), comparator);
+ const rowspan = isColRow ? 1 : findDiff(getColumn(grid.slice(row), column), comparator);
+ return {
+ colspan,
+ rowspan
+ };
+ };
+
+ const toDetails = (grid, comparator) => {
+ const seen = map$1(grid, row => map$1(row.cells, never));
+ const updateSeen = (rowIndex, columnIndex, rowspan, colspan) => {
+ for (let row = rowIndex; row < rowIndex + rowspan; row++) {
+ for (let column = columnIndex; column < columnIndex + colspan; column++) {
+ seen[row][column] = true;
+ }
+ }
+ };
+ return map$1(grid, (row, rowIndex) => {
+ const details = bind$2(row.cells, (cell, columnIndex) => {
+ if (seen[rowIndex][columnIndex] === false) {
+ const result = subgrid(grid, rowIndex, columnIndex, comparator);
+ updateSeen(rowIndex, columnIndex, result.rowspan, result.colspan);
+ return [detailnew(cell.element, result.rowspan, result.colspan, cell.isNew)];
+ } else {
+ return [];
+ }
+ });
+ return rowdetailnew(row.element, details, row.section, row.isNew);
+ });
+ };
+ const toGrid = (warehouse, generators, isNew) => {
+ const grid = [];
+ each$2(warehouse.colgroups, colgroup => {
+ const colgroupCols = [];
+ for (let columnIndex = 0; columnIndex < warehouse.grid.columns; columnIndex++) {
+ const element = Warehouse.getColumnAt(warehouse, columnIndex).map(column => elementnew(column.element, isNew, false)).getOrThunk(() => elementnew(generators.colGap(), true, false));
+ colgroupCols.push(element);
+ }
+ grid.push(rowcells(colgroup.element, colgroupCols, 'colgroup', isNew));
+ });
+ for (let rowIndex = 0; rowIndex < warehouse.grid.rows; rowIndex++) {
+ const rowCells = [];
+ for (let columnIndex = 0; columnIndex < warehouse.grid.columns; columnIndex++) {
+ const element = Warehouse.getAt(warehouse, rowIndex, columnIndex).map(item => elementnew(item.element, isNew, item.isLocked)).getOrThunk(() => elementnew(generators.gap(), true, false));
+ rowCells.push(element);
+ }
+ const rowDetail = warehouse.all[rowIndex];
+ const row = rowcells(rowDetail.element, rowCells, rowDetail.section, isNew);
+ grid.push(row);
+ }
+ return grid;
+ };
+
+ const fromWarehouse = (warehouse, generators) => toGrid(warehouse, generators, false);
+ const toDetailList = grid => toDetails(grid, eq$1);
+ const findInWarehouse = (warehouse, element) => findMap(warehouse.all, r => find$1(r.cells, e => eq$1(element, e.element)));
+ const extractCells = (warehouse, target, predicate) => {
+ const details = map$1(target.selection, cell$1 => {
+ return cell(cell$1).bind(lc => findInWarehouse(warehouse, lc)).filter(predicate);
+ });
+ const cells = cat(details);
+ return someIf(cells.length > 0, cells);
+ };
+ const run = (operation, extract, adjustment, postAction, genWrappers) => (table, target, generators, behaviours) => {
+ const warehouse = Warehouse.fromTable(table);
+ const tableSection = Optional.from(behaviours === null || behaviours === void 0 ? void 0 : behaviours.section).getOrThunk(TableSection.fallback);
+ const output = extract(warehouse, target).map(info => {
+ const model = fromWarehouse(warehouse, generators);
+ const result = operation(model, info, eq$1, genWrappers(generators), tableSection);
+ const lockedColumns = getLockedColumnsFromGrid(result.grid);
+ const grid = toDetailList(result.grid);
+ return {
+ info,
+ grid,
+ cursor: result.cursor,
+ lockedColumns
+ };
+ });
+ return output.bind(out => {
+ const newElements = render$1(table, out.grid);
+ const tableSizing = Optional.from(behaviours === null || behaviours === void 0 ? void 0 : behaviours.sizing).getOrThunk(() => TableSize.getTableSize(table));
+ const resizing = Optional.from(behaviours === null || behaviours === void 0 ? void 0 : behaviours.resize).getOrThunk(preserveTable);
+ adjustment(table, out.grid, out.info, {
+ sizing: tableSizing,
+ resize: resizing,
+ section: tableSection
+ });
+ postAction(table);
+ remove$7(table, LOCKED_COL_ATTR);
+ if (out.lockedColumns.length > 0) {
+ set$2(table, LOCKED_COL_ATTR, out.lockedColumns.join(','));
+ }
+ return Optional.some({
+ cursor: out.cursor,
+ newRows: newElements.newRows,
+ newCells: newElements.newCells
+ });
+ });
+ };
+ const onPaste = (warehouse, target) => cell(target.element).bind(cell => findInWarehouse(warehouse, cell).map(details => {
+ const value = {
+ ...details,
+ generators: target.generators,
+ clipboard: target.clipboard
+ };
+ return value;
+ }));
+ const onPasteByEditor = (warehouse, target) => extractCells(warehouse, target, always).map(cells => ({
+ cells,
+ generators: target.generators,
+ clipboard: target.clipboard
+ }));
+ const onMergable = (_warehouse, target) => target.mergable;
+ const onUnmergable = (_warehouse, target) => target.unmergable;
+ const onCells = (warehouse, target) => extractCells(warehouse, target, always);
+ const onUnlockedCells = (warehouse, target) => extractCells(warehouse, target, detail => !detail.isLocked);
+ const isUnlockedTableCell = (warehouse, cell) => findInWarehouse(warehouse, cell).exists(detail => !detail.isLocked);
+ const allUnlocked = (warehouse, cells) => forall(cells, cell => isUnlockedTableCell(warehouse, cell));
+ const onUnlockedMergable = (warehouse, target) => onMergable(warehouse, target).filter(mergeable => allUnlocked(warehouse, mergeable.cells));
+ const onUnlockedUnmergable = (warehouse, target) => onUnmergable(warehouse, target).filter(cells => allUnlocked(warehouse, cells));
+
+ const merge$2 = (grid, bounds, comparator, substitution) => {
+ const rows = extractGridDetails(grid).rows;
+ if (rows.length === 0) {
+ return grid;
+ }
+ for (let i = bounds.startRow; i <= bounds.finishRow; i++) {
+ for (let j = bounds.startCol; j <= bounds.finishCol; j++) {
+ const row = rows[i];
+ const isLocked = getCell(row, j).isLocked;
+ mutateCell(row, j, elementnew(substitution(), false, isLocked));
+ }
+ }
+ return grid;
+ };
+ const unmerge = (grid, target, comparator, substitution) => {
+ const rows = extractGridDetails(grid).rows;
+ let first = true;
+ for (let i = 0; i < rows.length; i++) {
+ for (let j = 0; j < cellLength(rows[0]); j++) {
+ const row = rows[i];
+ const currentCell = getCell(row, j);
+ const currentCellElm = currentCell.element;
+ const isToReplace = comparator(currentCellElm, target);
+ if (isToReplace && !first) {
+ mutateCell(row, j, elementnew(substitution(), true, currentCell.isLocked));
+ } else if (isToReplace) {
+ first = false;
+ }
+ }
+ }
+ return grid;
+ };
+ const uniqueCells = (row, comparator) => {
+ return foldl(row, (rest, cell) => {
+ return exists(rest, currentCell => {
+ return comparator(currentCell.element, cell.element);
+ }) ? rest : rest.concat([cell]);
+ }, []);
+ };
+ const splitCols = (grid, index, comparator, substitution) => {
+ if (index > 0 && index < grid[0].cells.length) {
+ each$2(grid, row => {
+ const prevCell = row.cells[index - 1];
+ let offset = 0;
+ const substitute = substitution();
+ while (row.cells.length > index + offset && comparator(prevCell.element, row.cells[index + offset].element)) {
+ mutateCell(row, index + offset, elementnew(substitute, true, row.cells[index + offset].isLocked));
+ offset++;
+ }
+ });
+ }
+ return grid;
+ };
+ const splitRows = (grid, index, comparator, substitution) => {
+ const rows = extractGridDetails(grid).rows;
+ if (index > 0 && index < rows.length) {
+ const rowPrevCells = rows[index - 1].cells;
+ const cells = uniqueCells(rowPrevCells, comparator);
+ each$2(cells, cell => {
+ let replacement = Optional.none();
+ for (let i = index; i < rows.length; i++) {
+ for (let j = 0; j < cellLength(rows[0]); j++) {
+ const row = rows[i];
+ const current = getCell(row, j);
+ const isToReplace = comparator(current.element, cell.element);
+ if (isToReplace) {
+ if (replacement.isNone()) {
+ replacement = Optional.some(substitution());
+ }
+ replacement.each(sub => {
+ mutateCell(row, j, elementnew(sub, true, current.isLocked));
+ });
+ }
+ }
+ }
+ });
+ }
+ return grid;
+ };
+
+ const value$1 = value => {
+ const applyHelper = fn => fn(value);
+ const constHelper = constant(value);
+ const outputHelper = () => output;
+ const output = {
+ tag: true,
+ inner: value,
+ fold: (_onError, onValue) => onValue(value),
+ isValue: always,
+ isError: never,
+ map: mapper => Result.value(mapper(value)),
+ mapError: outputHelper,
+ bind: applyHelper,
+ exists: applyHelper,
+ forall: applyHelper,
+ getOr: constHelper,
+ or: outputHelper,
+ getOrThunk: constHelper,
+ orThunk: outputHelper,
+ getOrDie: constHelper,
+ each: fn => {
+ fn(value);
+ },
+ toOptional: () => Optional.some(value)
+ };
+ return output;
+ };
+ const error = error => {
+ const outputHelper = () => output;
+ const output = {
+ tag: false,
+ inner: error,
+ fold: (onError, _onValue) => onError(error),
+ isValue: never,
+ isError: always,
+ map: outputHelper,
+ mapError: mapper => Result.error(mapper(error)),
+ bind: outputHelper,
+ exists: never,
+ forall: always,
+ getOr: identity,
+ or: identity,
+ getOrThunk: apply,
+ orThunk: apply,
+ getOrDie: die(String(error)),
+ each: noop,
+ toOptional: Optional.none
+ };
+ return output;
+ };
+ const fromOption = (optional, err) => optional.fold(() => error(err), value$1);
+ const Result = {
+ value: value$1,
+ error,
+ fromOption
+ };
+
+ const measure = (startAddress, gridA, gridB) => {
+ if (startAddress.row >= gridA.length || startAddress.column > cellLength(gridA[0])) {
+ return Result.error('invalid start address out of table bounds, row: ' + startAddress.row + ', column: ' + startAddress.column);
+ }
+ const rowRemainder = gridA.slice(startAddress.row);
+ const colRemainder = rowRemainder[0].cells.slice(startAddress.column);
+ const colRequired = cellLength(gridB[0]);
+ const rowRequired = gridB.length;
+ return Result.value({
+ rowDelta: rowRemainder.length - rowRequired,
+ colDelta: colRemainder.length - colRequired
+ });
+ };
+ const measureWidth = (gridA, gridB) => {
+ const colLengthA = cellLength(gridA[0]);
+ const colLengthB = cellLength(gridB[0]);
+ return {
+ rowDelta: 0,
+ colDelta: colLengthA - colLengthB
+ };
+ };
+ const measureHeight = (gridA, gridB) => {
+ const rowLengthA = gridA.length;
+ const rowLengthB = gridB.length;
+ return {
+ rowDelta: rowLengthA - rowLengthB,
+ colDelta: 0
+ };
+ };
+ const generateElements = (amount, row, generators, isLocked) => {
+ const generator = row.section === 'colgroup' ? generators.col : generators.cell;
+ return range$1(amount, idx => elementnew(generator(), true, isLocked(idx)));
+ };
+ const rowFill = (grid, amount, generators, lockedColumns) => {
+ const exampleRow = grid[grid.length - 1];
+ return grid.concat(range$1(amount, () => {
+ const generator = exampleRow.section === 'colgroup' ? generators.colgroup : generators.row;
+ const row = clone(exampleRow, generator, identity);
+ const elements = generateElements(row.cells.length, row, generators, idx => has$1(lockedColumns, idx.toString()));
+ return setCells(row, elements);
+ }));
+ };
+ const colFill = (grid, amount, generators, startIndex) => map$1(grid, row => {
+ const newChildren = generateElements(amount, row, generators, never);
+ return addCells(row, startIndex, newChildren);
+ });
+ const lockedColFill = (grid, generators, lockedColumns) => map$1(grid, row => {
+ return foldl(lockedColumns, (acc, colNum) => {
+ const newChild = generateElements(1, row, generators, always)[0];
+ return addCell(acc, colNum, newChild);
+ }, row);
+ });
+ const tailor = (gridA, delta, generators) => {
+ const fillCols = delta.colDelta < 0 ? colFill : identity;
+ const fillRows = delta.rowDelta < 0 ? rowFill : identity;
+ const lockedColumns = getLockedColumnsFromGrid(gridA);
+ const gridWidth = cellLength(gridA[0]);
+ const isLastColLocked = exists(lockedColumns, locked => locked === gridWidth - 1);
+ const modifiedCols = fillCols(gridA, Math.abs(delta.colDelta), generators, isLastColLocked ? gridWidth - 1 : gridWidth);
+ const newLockedColumns = getLockedColumnsFromGrid(modifiedCols);
+ return fillRows(modifiedCols, Math.abs(delta.rowDelta), generators, mapToObject(newLockedColumns, always));
+ };
+
+ const isSpanning = (grid, row, col, comparator) => {
+ const candidate = getCell(grid[row], col);
+ const matching = curry(comparator, candidate.element);
+ const currentRow = grid[row];
+ return grid.length > 1 && cellLength(currentRow) > 1 && (col > 0 && matching(getCellElement(currentRow, col - 1)) || col < currentRow.cells.length - 1 && matching(getCellElement(currentRow, col + 1)) || row > 0 && matching(getCellElement(grid[row - 1], col)) || row < grid.length - 1 && matching(getCellElement(grid[row + 1], col)));
+ };
+ const mergeTables = (startAddress, gridA, gridBRows, generator, comparator, lockedColumns) => {
+ const startRow = startAddress.row;
+ const startCol = startAddress.column;
+ const mergeHeight = gridBRows.length;
+ const mergeWidth = cellLength(gridBRows[0]);
+ const endRow = startRow + mergeHeight;
+ const endCol = startCol + mergeWidth + lockedColumns.length;
+ const lockedColumnObj = mapToObject(lockedColumns, always);
+ for (let r = startRow; r < endRow; r++) {
+ let skippedCol = 0;
+ for (let c = startCol; c < endCol; c++) {
+ if (lockedColumnObj[c]) {
+ skippedCol++;
+ continue;
+ }
+ if (isSpanning(gridA, r, c, comparator)) {
+ unmerge(gridA, getCellElement(gridA[r], c), comparator, generator.cell);
+ }
+ const gridBColIndex = c - startCol - skippedCol;
+ const newCell = getCell(gridBRows[r - startRow], gridBColIndex);
+ const newCellElm = newCell.element;
+ const replacement = generator.replace(newCellElm);
+ mutateCell(gridA[r], c, elementnew(replacement, true, newCell.isLocked));
+ }
+ }
+ return gridA;
+ };
+ const getValidStartAddress = (currentStartAddress, grid, lockedColumns) => {
+ const gridColLength = cellLength(grid[0]);
+ const adjustedRowAddress = extractGridDetails(grid).cols.length + currentStartAddress.row;
+ const possibleColAddresses = range$1(gridColLength - currentStartAddress.column, num => num + currentStartAddress.column);
+ const validColAddress = find$1(possibleColAddresses, num => forall(lockedColumns, col => col !== num)).getOr(gridColLength - 1);
+ return {
+ row: adjustedRowAddress,
+ column: validColAddress
+ };
+ };
+ const getLockedColumnsWithinBounds = (startAddress, rows, lockedColumns) => filter$2(lockedColumns, colNum => colNum >= startAddress.column && colNum <= cellLength(rows[0]) + startAddress.column);
+ const merge$1 = (startAddress, gridA, gridB, generator, comparator) => {
+ const lockedColumns = getLockedColumnsFromGrid(gridA);
+ const validStartAddress = getValidStartAddress(startAddress, gridA, lockedColumns);
+ const gridBRows = extractGridDetails(gridB).rows;
+ const lockedColumnsWithinBounds = getLockedColumnsWithinBounds(validStartAddress, gridBRows, lockedColumns);
+ const result = measure(validStartAddress, gridA, gridBRows);
+ return result.map(diff => {
+ const delta = {
+ ...diff,
+ colDelta: diff.colDelta - lockedColumnsWithinBounds.length
+ };
+ const fittedGrid = tailor(gridA, delta, generator);
+ const newLockedColumns = getLockedColumnsFromGrid(fittedGrid);
+ const newLockedColumnsWithinBounds = getLockedColumnsWithinBounds(validStartAddress, gridBRows, newLockedColumns);
+ return mergeTables(validStartAddress, fittedGrid, gridBRows, generator, comparator, newLockedColumnsWithinBounds);
+ });
+ };
+ const insertCols = (index, gridA, gridB, generator, comparator) => {
+ splitCols(gridA, index, comparator, generator.cell);
+ const delta = measureHeight(gridB, gridA);
+ const fittedNewGrid = tailor(gridB, delta, generator);
+ const secondDelta = measureHeight(gridA, fittedNewGrid);
+ const fittedOldGrid = tailor(gridA, secondDelta, generator);
+ return map$1(fittedOldGrid, (gridRow, i) => {
+ return addCells(gridRow, index, fittedNewGrid[i].cells);
+ });
+ };
+ const insertRows = (index, gridA, gridB, generator, comparator) => {
+ splitRows(gridA, index, comparator, generator.cell);
+ const locked = getLockedColumnsFromGrid(gridA);
+ const diff = measureWidth(gridA, gridB);
+ const delta = {
+ ...diff,
+ colDelta: diff.colDelta - locked.length
+ };
+ const fittedOldGrid = tailor(gridA, delta, generator);
+ const {
+ cols: oldCols,
+ rows: oldRows
+ } = extractGridDetails(fittedOldGrid);
+ const newLocked = getLockedColumnsFromGrid(fittedOldGrid);
+ const secondDiff = measureWidth(gridB, gridA);
+ const secondDelta = {
+ ...secondDiff,
+ colDelta: secondDiff.colDelta + newLocked.length
+ };
+ const fittedGridB = lockedColFill(gridB, generator, newLocked);
+ const fittedNewGrid = tailor(fittedGridB, secondDelta, generator);
+ return [
+ ...oldCols,
+ ...oldRows.slice(0, index),
+ ...fittedNewGrid,
+ ...oldRows.slice(index, oldRows.length)
+ ];
+ };
+
+ const cloneRow = (row, cloneCell, comparator, substitution) => clone(row, elem => substitution(elem, comparator), cloneCell);
+ const insertRowAt = (grid, index, example, comparator, substitution) => {
+ const {rows, cols} = extractGridDetails(grid);
+ const before = rows.slice(0, index);
+ const after = rows.slice(index);
+ const newRow = cloneRow(rows[example], (ex, c) => {
+ const withinSpan = index > 0 && index < rows.length && comparator(getCellElement(rows[index - 1], c), getCellElement(rows[index], c));
+ const ret = withinSpan ? getCell(rows[index], c) : elementnew(substitution(ex.element, comparator), true, ex.isLocked);
+ return ret;
+ }, comparator, substitution);
+ return [
+ ...cols,
+ ...before,
+ newRow,
+ ...after
+ ];
+ };
+ const getElementFor = (row, column, section, withinSpan, example, comparator, substitution) => {
+ if (section === 'colgroup' || !withinSpan) {
+ const cell = getCell(row, example);
+ return elementnew(substitution(cell.element, comparator), true, false);
+ } else {
+ return getCell(row, column);
+ }
+ };
+ const insertColumnAt = (grid, index, example, comparator, substitution) => map$1(grid, row => {
+ const withinSpan = index > 0 && index < cellLength(row) && comparator(getCellElement(row, index - 1), getCellElement(row, index));
+ const sub = getElementFor(row, index, row.section, withinSpan, example, comparator, substitution);
+ return addCell(row, index, sub);
+ });
+ const deleteColumnsAt = (grid, columns) => bind$2(grid, row => {
+ const existingCells = row.cells;
+ const cells = foldr(columns, (acc, column) => column >= 0 && column < acc.length ? acc.slice(0, column).concat(acc.slice(column + 1)) : acc, existingCells);
+ return cells.length > 0 ? [rowcells(row.element, cells, row.section, row.isNew)] : [];
+ });
+ const deleteRowsAt = (grid, start, finish) => {
+ const {rows, cols} = extractGridDetails(grid);
+ return [
+ ...cols,
+ ...rows.slice(0, start),
+ ...rows.slice(finish + 1)
+ ];
+ };
+
+ const notInStartRow = (grid, rowIndex, colIndex, comparator) => getCellElement(grid[rowIndex], colIndex) !== undefined && (rowIndex > 0 && comparator(getCellElement(grid[rowIndex - 1], colIndex), getCellElement(grid[rowIndex], colIndex)));
+ const notInStartColumn = (row, index, comparator) => index > 0 && comparator(getCellElement(row, index - 1), getCellElement(row, index));
+ const isDuplicatedCell = (grid, rowIndex, colIndex, comparator) => notInStartRow(grid, rowIndex, colIndex, comparator) || notInStartColumn(grid[rowIndex], colIndex, comparator);
+ const rowReplacerPredicate = (targetRow, columnHeaders) => {
+ const entireTableIsHeader = forall(columnHeaders, identity) && isHeaderCells(targetRow.cells);
+ return entireTableIsHeader ? always : (cell, _rowIndex, colIndex) => {
+ const type = name(cell.element);
+ return !(type === 'th' && columnHeaders[colIndex]);
+ };
+ };
+ const columnReplacePredicate = (targetColumn, rowHeaders) => {
+ const entireTableIsHeader = forall(rowHeaders, identity) && isHeaderCells(targetColumn);
+ return entireTableIsHeader ? always : (cell, rowIndex, _colIndex) => {
+ const type = name(cell.element);
+ return !(type === 'th' && rowHeaders[rowIndex]);
+ };
+ };
+ const determineScope = (applyScope, cell, newScope, isInHeader) => {
+ const hasSpan = scope => scope === 'row' ? hasRowspan(cell) : hasColspan(cell);
+ const getScope = scope => hasSpan(scope) ? `${ scope }group` : scope;
+ if (applyScope) {
+ return isHeaderCell(cell) ? getScope(newScope) : null;
+ } else if (isInHeader && isHeaderCell(cell)) {
+ const oppositeScope = newScope === 'row' ? 'col' : 'row';
+ return getScope(oppositeScope);
+ } else {
+ return null;
+ }
+ };
+ const rowScopeGenerator = (applyScope, columnHeaders) => (cell, rowIndex, columnIndex) => Optional.some(determineScope(applyScope, cell.element, 'col', columnHeaders[columnIndex]));
+ const columnScopeGenerator = (applyScope, rowHeaders) => (cell, rowIndex) => Optional.some(determineScope(applyScope, cell.element, 'row', rowHeaders[rowIndex]));
+ const replace = (cell, comparator, substitute) => elementnew(substitute(cell.element, comparator), true, cell.isLocked);
+ const replaceIn = (grid, targets, comparator, substitute, replacer, genScope, shouldReplace) => {
+ const isTarget = cell => {
+ return exists(targets, target => {
+ return comparator(cell.element, target.element);
+ });
+ };
+ return map$1(grid, (row, rowIndex) => {
+ return mapCells(row, (cell, colIndex) => {
+ if (isTarget(cell)) {
+ const newCell = shouldReplace(cell, rowIndex, colIndex) ? replacer(cell, comparator, substitute) : cell;
+ genScope(newCell, rowIndex, colIndex).each(scope => {
+ setOptions(newCell.element, { scope: Optional.from(scope) });
+ });
+ return newCell;
+ } else {
+ return cell;
+ }
+ });
+ });
+ };
+ const getColumnCells = (rows, columnIndex, comparator) => bind$2(rows, (row, i) => {
+ return isDuplicatedCell(rows, i, columnIndex, comparator) ? [] : [getCell(row, columnIndex)];
+ });
+ const getRowCells = (rows, rowIndex, comparator) => {
+ const targetRow = rows[rowIndex];
+ return bind$2(targetRow.cells, (item, i) => {
+ return isDuplicatedCell(rows, rowIndex, i, comparator) ? [] : [item];
+ });
+ };
+ const replaceColumns = (grid, indexes, applyScope, comparator, substitution) => {
+ const rows = extractGridDetails(grid).rows;
+ const targets = bind$2(indexes, index => getColumnCells(rows, index, comparator));
+ const rowHeaders = map$1(rows, row => isHeaderCells(row.cells));
+ const shouldReplaceCell = columnReplacePredicate(targets, rowHeaders);
+ const scopeGenerator = columnScopeGenerator(applyScope, rowHeaders);
+ return replaceIn(grid, targets, comparator, substitution, replace, scopeGenerator, shouldReplaceCell);
+ };
+ const replaceRows = (grid, indexes, section, applyScope, comparator, substitution, tableSection) => {
+ const {cols, rows} = extractGridDetails(grid);
+ const targetRow = rows[indexes[0]];
+ const targets = bind$2(indexes, index => getRowCells(rows, index, comparator));
+ const columnHeaders = map$1(targetRow.cells, (_cell, index) => isHeaderCells(getColumnCells(rows, index, comparator)));
+ const newRows = [...rows];
+ each$2(indexes, index => {
+ newRows[index] = tableSection.transformRow(rows[index], section);
+ });
+ const newGrid = [
+ ...cols,
+ ...newRows
+ ];
+ const shouldReplaceCell = rowReplacerPredicate(targetRow, columnHeaders);
+ const scopeGenerator = rowScopeGenerator(applyScope, columnHeaders);
+ return replaceIn(newGrid, targets, comparator, substitution, tableSection.transformCell, scopeGenerator, shouldReplaceCell);
+ };
+ const replaceCells = (grid, details, comparator, substitution) => {
+ const rows = extractGridDetails(grid).rows;
+ const targetCells = map$1(details, detail => getCell(rows[detail.row], detail.column));
+ return replaceIn(grid, targetCells, comparator, substitution, replace, Optional.none, always);
+ };
+
+ const generate = cases => {
+ if (!isArray(cases)) {
+ throw new Error('cases must be an array');
+ }
+ if (cases.length === 0) {
+ throw new Error('there must be at least one case');
+ }
+ const constructors = [];
+ const adt = {};
+ each$2(cases, (acase, count) => {
+ const keys$1 = keys(acase);
+ if (keys$1.length !== 1) {
+ throw new Error('one and only one name per case');
+ }
+ const key = keys$1[0];
+ const value = acase[key];
+ if (adt[key] !== undefined) {
+ throw new Error('duplicate key detected:' + key);
+ } else if (key === 'cata') {
+ throw new Error('cannot have a case named cata (sorry)');
+ } else if (!isArray(value)) {
+ throw new Error('case arguments must be an array');
+ }
+ constructors.push(key);
+ adt[key] = (...args) => {
+ const argLength = args.length;
+ if (argLength !== value.length) {
+ throw new Error('Wrong number of arguments to case ' + key + '. Expected ' + value.length + ' (' + value + '), got ' + argLength);
+ }
+ const match = branches => {
+ const branchKeys = keys(branches);
+ if (constructors.length !== branchKeys.length) {
+ throw new Error('Wrong number of arguments to match. Expected: ' + constructors.join(',') + '\nActual: ' + branchKeys.join(','));
+ }
+ const allReqd = forall(constructors, reqKey => {
+ return contains$2(branchKeys, reqKey);
+ });
+ if (!allReqd) {
+ throw new Error('Not all branches were specified when using match. Specified: ' + branchKeys.join(', ') + '\nRequired: ' + constructors.join(', '));
+ }
+ return branches[key].apply(null, args);
+ };
+ return {
+ fold: (...foldArgs) => {
+ if (foldArgs.length !== cases.length) {
+ throw new Error('Wrong number of arguments to fold. Expected ' + cases.length + ', got ' + foldArgs.length);
+ }
+ const target = foldArgs[count];
+ return target.apply(null, args);
+ },
+ match,
+ log: label => {
+ console.log(label, {
+ constructors,
+ constructor: key,
+ params: args
+ });
+ }
+ };
+ };
+ });
+ return adt;
+ };
+ const Adt = { generate };
+
+ const adt$6 = Adt.generate([
+ { none: [] },
+ { only: ['index'] },
+ {
+ left: [
+ 'index',
+ 'next'
+ ]
+ },
+ {
+ middle: [
+ 'prev',
+ 'index',
+ 'next'
+ ]
+ },
+ {
+ right: [
+ 'prev',
+ 'index'
+ ]
+ }
+ ]);
+ const ColumnContext = { ...adt$6 };
+
+ const neighbours = (input, index) => {
+ if (input.length === 0) {
+ return ColumnContext.none();
+ }
+ if (input.length === 1) {
+ return ColumnContext.only(0);
+ }
+ if (index === 0) {
+ return ColumnContext.left(0, 1);
+ }
+ if (index === input.length - 1) {
+ return ColumnContext.right(index - 1, index);
+ }
+ if (index > 0 && index < input.length - 1) {
+ return ColumnContext.middle(index - 1, index, index + 1);
+ }
+ return ColumnContext.none();
+ };
+ const determine = (input, column, step, tableSize, resize) => {
+ const result = input.slice(0);
+ const context = neighbours(input, column);
+ const onNone = constant(map$1(result, constant(0)));
+ const onOnly = index => tableSize.singleColumnWidth(result[index], step);
+ const onLeft = (index, next) => resize.calcLeftEdgeDeltas(result, index, next, step, tableSize.minCellWidth(), tableSize.isRelative);
+ const onMiddle = (prev, index, next) => resize.calcMiddleDeltas(result, prev, index, next, step, tableSize.minCellWidth(), tableSize.isRelative);
+ const onRight = (prev, index) => resize.calcRightEdgeDeltas(result, prev, index, step, tableSize.minCellWidth(), tableSize.isRelative);
+ return context.fold(onNone, onOnly, onLeft, onMiddle, onRight);
+ };
+
+ const total = (start, end, measures) => {
+ let r = 0;
+ for (let i = start; i < end; i++) {
+ r += measures[i] !== undefined ? measures[i] : 0;
+ }
+ return r;
+ };
+ const recalculateWidthForCells = (warehouse, widths) => {
+ const all = Warehouse.justCells(warehouse);
+ return map$1(all, cell => {
+ const width = total(cell.column, cell.column + cell.colspan, widths);
+ return {
+ element: cell.element,
+ width,
+ colspan: cell.colspan
+ };
+ });
+ };
+ const recalculateWidthForColumns = (warehouse, widths) => {
+ const groups = Warehouse.justColumns(warehouse);
+ return map$1(groups, (column, index) => ({
+ element: column.element,
+ width: widths[index],
+ colspan: column.colspan
+ }));
+ };
+ const recalculateHeightForCells = (warehouse, heights) => {
+ const all = Warehouse.justCells(warehouse);
+ return map$1(all, cell => {
+ const height = total(cell.row, cell.row + cell.rowspan, heights);
+ return {
+ element: cell.element,
+ height,
+ rowspan: cell.rowspan
+ };
+ });
+ };
+ const matchRowHeight = (warehouse, heights) => {
+ return map$1(warehouse.all, (row, i) => {
+ return {
+ element: row.element,
+ height: heights[i]
+ };
+ });
+ };
+
+ const sumUp = newSize => foldr(newSize, (b, a) => b + a, 0);
+ const recalculate = (warehouse, widths) => {
+ if (Warehouse.hasColumns(warehouse)) {
+ return recalculateWidthForColumns(warehouse, widths);
+ } else {
+ return recalculateWidthForCells(warehouse, widths);
+ }
+ };
+ const recalculateAndApply = (warehouse, widths, tableSize) => {
+ const newSizes = recalculate(warehouse, widths);
+ each$2(newSizes, cell => {
+ tableSize.setElementWidth(cell.element, cell.width);
+ });
+ };
+ const adjustWidth = (table, delta, index, resizing, tableSize) => {
+ const warehouse = Warehouse.fromTable(table);
+ const step = tableSize.getCellDelta(delta);
+ const widths = tableSize.getWidths(warehouse, tableSize);
+ const isLastColumn = index === warehouse.grid.columns - 1;
+ const clampedStep = resizing.clampTableDelta(widths, index, step, tableSize.minCellWidth(), isLastColumn);
+ const deltas = determine(widths, index, clampedStep, tableSize, resizing);
+ const newWidths = map$1(deltas, (dx, i) => dx + widths[i]);
+ recalculateAndApply(warehouse, newWidths, tableSize);
+ resizing.resizeTable(tableSize.adjustTableWidth, clampedStep, isLastColumn);
+ };
+ const adjustHeight = (table, delta, index, direction) => {
+ const warehouse = Warehouse.fromTable(table);
+ const heights = getPixelHeights(warehouse, table, direction);
+ const newHeights = map$1(heights, (dy, i) => index === i ? Math.max(delta + dy, minHeight()) : dy);
+ const newCellSizes = recalculateHeightForCells(warehouse, newHeights);
+ const newRowSizes = matchRowHeight(warehouse, newHeights);
+ each$2(newRowSizes, row => {
+ setHeight(row.element, row.height);
+ });
+ each$2(newCellSizes, cell => {
+ setHeight(cell.element, cell.height);
+ });
+ const total = sumUp(newHeights);
+ setHeight(table, total);
+ };
+ const adjustAndRedistributeWidths$1 = (_table, list, details, tableSize, resizeBehaviour) => {
+ const warehouse = Warehouse.generate(list);
+ const sizes = tableSize.getWidths(warehouse, tableSize);
+ const tablePixelWidth = tableSize.pixelWidth();
+ const {newSizes, delta} = resizeBehaviour.calcRedestributedWidths(sizes, tablePixelWidth, details.pixelDelta, tableSize.isRelative);
+ recalculateAndApply(warehouse, newSizes, tableSize);
+ tableSize.adjustTableWidth(delta);
+ };
+ const adjustWidthTo = (_table, list, _info, tableSize) => {
+ const warehouse = Warehouse.generate(list);
+ const widths = tableSize.getWidths(warehouse, tableSize);
+ recalculateAndApply(warehouse, widths, tableSize);
+ };
+
+ const uniqueColumns = details => {
+ const uniqueCheck = (rest, detail) => {
+ const columnExists = exists(rest, currentDetail => currentDetail.column === detail.column);
+ return columnExists ? rest : rest.concat([detail]);
+ };
+ return foldl(details, uniqueCheck, []).sort((detailA, detailB) => detailA.column - detailB.column);
+ };
+
+ const isCol = isTag('col');
+ const isColgroup = isTag('colgroup');
+ const isRow$1 = element => name(element) === 'tr' || isColgroup(element);
+ const elementToData = element => {
+ const colspan = getAttrValue(element, 'colspan', 1);
+ const rowspan = getAttrValue(element, 'rowspan', 1);
+ return {
+ element,
+ colspan,
+ rowspan
+ };
+ };
+ const modification = (generators, toData = elementToData) => {
+ const nuCell = data => isCol(data.element) ? generators.col(data) : generators.cell(data);
+ const nuRow = data => isColgroup(data.element) ? generators.colgroup(data) : generators.row(data);
+ const add = element => {
+ if (isRow$1(element)) {
+ return nuRow({ element });
+ } else {
+ const cell = element;
+ const replacement = nuCell(toData(cell));
+ recent = Optional.some({
+ item: cell,
+ replacement
+ });
+ return replacement;
+ }
+ };
+ let recent = Optional.none();
+ const getOrInit = (element, comparator) => {
+ return recent.fold(() => {
+ return add(element);
+ }, p => {
+ return comparator(element, p.item) ? p.replacement : add(element);
+ });
+ };
+ return { getOrInit };
+ };
+ const transform$1 = tag => {
+ return generators => {
+ const list = [];
+ const find = (element, comparator) => {
+ return find$1(list, x => {
+ return comparator(x.item, element);
+ });
+ };
+ const makeNew = element => {
+ const attrs = tag === 'td' ? { scope: null } : {};
+ const cell = generators.replace(element, tag, attrs);
+ list.push({
+ item: element,
+ sub: cell
+ });
+ return cell;
+ };
+ const replaceOrInit = (element, comparator) => {
+ if (isRow$1(element) || isCol(element)) {
+ return element;
+ } else {
+ const cell = element;
+ return find(cell, comparator).fold(() => {
+ return makeNew(cell);
+ }, p => {
+ return comparator(element, p.item) ? p.sub : makeNew(cell);
+ });
+ }
+ };
+ return { replaceOrInit };
+ };
+ };
+ const getScopeAttribute = cell => getOpt(cell, 'scope').map(attribute => attribute.substr(0, 3));
+ const merging = generators => {
+ const unmerge = cell => {
+ const scope = getScopeAttribute(cell);
+ scope.each(attribute => set$2(cell, 'scope', attribute));
+ return () => {
+ const raw = generators.cell({
+ element: cell,
+ colspan: 1,
+ rowspan: 1
+ });
+ remove$5(raw, 'width');
+ remove$5(cell, 'width');
+ scope.each(attribute => set$2(raw, 'scope', attribute));
+ return raw;
+ };
+ };
+ const merge = cells => {
+ const getScopeProperty = () => {
+ const stringAttributes = cat(map$1(cells, getScopeAttribute));
+ if (stringAttributes.length === 0) {
+ return Optional.none();
+ } else {
+ const baseScope = stringAttributes[0];
+ const scopes = [
+ 'row',
+ 'col'
+ ];
+ const isMixed = exists(stringAttributes, attribute => {
+ return attribute !== baseScope && contains$2(scopes, attribute);
+ });
+ return isMixed ? Optional.none() : Optional.from(baseScope);
+ }
+ };
+ remove$5(cells[0], 'width');
+ getScopeProperty().fold(() => remove$7(cells[0], 'scope'), attribute => set$2(cells[0], 'scope', attribute + 'group'));
+ return constant(cells[0]);
+ };
+ return {
+ unmerge,
+ merge
+ };
+ };
+ const Generators = {
+ modification,
+ transform: transform$1,
+ merging
+ };
+
+ const blockList = [
+ 'body',
+ 'p',
+ 'div',
+ 'article',
+ 'aside',
+ 'figcaption',
+ 'figure',
+ 'footer',
+ 'header',
+ 'nav',
+ 'section',
+ 'ol',
+ 'ul',
+ 'table',
+ 'thead',
+ 'tfoot',
+ 'tbody',
+ 'caption',
+ 'tr',
+ 'td',
+ 'th',
+ 'h1',
+ 'h2',
+ 'h3',
+ 'h4',
+ 'h5',
+ 'h6',
+ 'blockquote',
+ 'pre',
+ 'address'
+ ];
+ const isList$1 = (universe, item) => {
+ const tagName = universe.property().name(item);
+ return contains$2([
+ 'ol',
+ 'ul'
+ ], tagName);
+ };
+ const isBlock$1 = (universe, item) => {
+ const tagName = universe.property().name(item);
+ return contains$2(blockList, tagName);
+ };
+ const isEmptyTag$1 = (universe, item) => {
+ return contains$2([
+ 'br',
+ 'img',
+ 'hr',
+ 'input'
+ ], universe.property().name(item));
+ };
+
+ const universe$1 = DomUniverse();
+ const isBlock = element => {
+ return isBlock$1(universe$1, element);
+ };
+ const isList = element => {
+ return isList$1(universe$1, element);
+ };
+ const isEmptyTag = element => {
+ return isEmptyTag$1(universe$1, element);
+ };
+
+ const merge = cells => {
+ const isBr = isTag('br');
+ const advancedBr = children => {
+ return forall(children, c => {
+ return isBr(c) || isText(c) && get$6(c).trim().length === 0;
+ });
+ };
+ const isListItem = el => {
+ return name(el) === 'li' || ancestor$2(el, isList).isSome();
+ };
+ const siblingIsBlock = el => {
+ return nextSibling(el).map(rightSibling => {
+ if (isBlock(rightSibling)) {
+ return true;
+ }
+ if (isEmptyTag(rightSibling)) {
+ return name(rightSibling) === 'img' ? false : true;
+ }
+ return false;
+ }).getOr(false);
+ };
+ const markCell = cell => {
+ return last$1(cell).bind(rightEdge => {
+ const rightSiblingIsBlock = siblingIsBlock(rightEdge);
+ return parent(rightEdge).map(parent => {
+ return rightSiblingIsBlock === true || isListItem(parent) || isBr(rightEdge) || isBlock(parent) && !eq$1(cell, parent) ? [] : [SugarElement.fromTag('br')];
+ });
+ }).getOr([]);
+ };
+ const markContent = () => {
+ const content = bind$2(cells, cell => {
+ const children = children$2(cell);
+ return advancedBr(children) ? [] : children.concat(markCell(cell));
+ });
+ return content.length === 0 ? [SugarElement.fromTag('br')] : content;
+ };
+ const contents = markContent();
+ empty(cells[0]);
+ append(cells[0], contents);
+ };
+
+ const isEditable = elem => isEditable$1(elem, true);
+ const prune = table => {
+ const cells = cells$1(table);
+ if (cells.length === 0) {
+ remove$6(table);
+ }
+ };
+ const outcome = (grid, cursor) => ({
+ grid,
+ cursor
+ });
+ const findEditableCursorPosition = rows => findMap(rows, row => findMap(row.cells, cell => {
+ const elem = cell.element;
+ return someIf(isEditable(elem), elem);
+ }));
+ const elementFromGrid = (grid, row, column) => {
+ var _a, _b;
+ const rows = extractGridDetails(grid).rows;
+ return Optional.from((_b = (_a = rows[row]) === null || _a === void 0 ? void 0 : _a.cells[column]) === null || _b === void 0 ? void 0 : _b.element).filter(isEditable).orThunk(() => findEditableCursorPosition(rows));
+ };
+ const bundle = (grid, row, column) => {
+ const cursorElement = elementFromGrid(grid, row, column);
+ return outcome(grid, cursorElement);
+ };
+ const uniqueRows = details => {
+ const rowCompilation = (rest, detail) => {
+ const rowExists = exists(rest, currentDetail => currentDetail.row === detail.row);
+ return rowExists ? rest : rest.concat([detail]);
+ };
+ return foldl(details, rowCompilation, []).sort((detailA, detailB) => detailA.row - detailB.row);
+ };
+ const opInsertRowsBefore = (grid, details, comparator, genWrappers) => {
+ const targetIndex = details[0].row;
+ const rows = uniqueRows(details);
+ const newGrid = foldr(rows, (acc, row) => {
+ const newG = insertRowAt(acc.grid, targetIndex, row.row + acc.delta, comparator, genWrappers.getOrInit);
+ return {
+ grid: newG,
+ delta: acc.delta + 1
+ };
+ }, {
+ grid,
+ delta: 0
+ }).grid;
+ return bundle(newGrid, targetIndex, details[0].column);
+ };
+ const opInsertRowsAfter = (grid, details, comparator, genWrappers) => {
+ const rows = uniqueRows(details);
+ const target = rows[rows.length - 1];
+ const targetIndex = target.row + target.rowspan;
+ const newGrid = foldr(rows, (newG, row) => {
+ return insertRowAt(newG, targetIndex, row.row, comparator, genWrappers.getOrInit);
+ }, grid);
+ return bundle(newGrid, targetIndex, details[0].column);
+ };
+ const opInsertColumnsBefore = (grid, extractDetail, comparator, genWrappers) => {
+ const details = extractDetail.details;
+ const columns = uniqueColumns(details);
+ const targetIndex = columns[0].column;
+ const newGrid = foldr(columns, (acc, col) => {
+ const newG = insertColumnAt(acc.grid, targetIndex, col.column + acc.delta, comparator, genWrappers.getOrInit);
+ return {
+ grid: newG,
+ delta: acc.delta + 1
+ };
+ }, {
+ grid,
+ delta: 0
+ }).grid;
+ return bundle(newGrid, details[0].row, targetIndex);
+ };
+ const opInsertColumnsAfter = (grid, extractDetail, comparator, genWrappers) => {
+ const details = extractDetail.details;
+ const target = details[details.length - 1];
+ const targetIndex = target.column + target.colspan;
+ const columns = uniqueColumns(details);
+ const newGrid = foldr(columns, (newG, col) => {
+ return insertColumnAt(newG, targetIndex, col.column, comparator, genWrappers.getOrInit);
+ }, grid);
+ return bundle(newGrid, details[0].row, targetIndex);
+ };
+ const opMakeColumnsHeader = (initialGrid, details, comparator, genWrappers) => {
+ const columns = uniqueColumns(details);
+ const columnIndexes = map$1(columns, detail => detail.column);
+ const newGrid = replaceColumns(initialGrid, columnIndexes, true, comparator, genWrappers.replaceOrInit);
+ return bundle(newGrid, details[0].row, details[0].column);
+ };
+ const opMakeCellsHeader = (initialGrid, details, comparator, genWrappers) => {
+ const newGrid = replaceCells(initialGrid, details, comparator, genWrappers.replaceOrInit);
+ return bundle(newGrid, details[0].row, details[0].column);
+ };
+ const opUnmakeColumnsHeader = (initialGrid, details, comparator, genWrappers) => {
+ const columns = uniqueColumns(details);
+ const columnIndexes = map$1(columns, detail => detail.column);
+ const newGrid = replaceColumns(initialGrid, columnIndexes, false, comparator, genWrappers.replaceOrInit);
+ return bundle(newGrid, details[0].row, details[0].column);
+ };
+ const opUnmakeCellsHeader = (initialGrid, details, comparator, genWrappers) => {
+ const newGrid = replaceCells(initialGrid, details, comparator, genWrappers.replaceOrInit);
+ return bundle(newGrid, details[0].row, details[0].column);
+ };
+ const makeRowsSection = (section, applyScope) => (initialGrid, details, comparator, genWrappers, tableSection) => {
+ const rows = uniqueRows(details);
+ const rowIndexes = map$1(rows, detail => detail.row);
+ const newGrid = replaceRows(initialGrid, rowIndexes, section, applyScope, comparator, genWrappers.replaceOrInit, tableSection);
+ return bundle(newGrid, details[0].row, details[0].column);
+ };
+ const opMakeRowsHeader = makeRowsSection('thead', true);
+ const opMakeRowsBody = makeRowsSection('tbody', false);
+ const opMakeRowsFooter = makeRowsSection('tfoot', false);
+ const opEraseColumns = (grid, extractDetail, _comparator, _genWrappers) => {
+ const columns = uniqueColumns(extractDetail.details);
+ const newGrid = deleteColumnsAt(grid, map$1(columns, column => column.column));
+ const maxColIndex = newGrid.length > 0 ? newGrid[0].cells.length - 1 : 0;
+ return bundle(newGrid, columns[0].row, Math.min(columns[0].column, maxColIndex));
+ };
+ const opEraseRows = (grid, details, _comparator, _genWrappers) => {
+ const rows = uniqueRows(details);
+ const newGrid = deleteRowsAt(grid, rows[0].row, rows[rows.length - 1].row);
+ const maxRowIndex = newGrid.length > 0 ? newGrid.length - 1 : 0;
+ return bundle(newGrid, Math.min(details[0].row, maxRowIndex), details[0].column);
+ };
+ const opMergeCells = (grid, mergable, comparator, genWrappers) => {
+ const cells = mergable.cells;
+ merge(cells);
+ const newGrid = merge$2(grid, mergable.bounds, comparator, genWrappers.merge(cells));
+ return outcome(newGrid, Optional.from(cells[0]));
+ };
+ const opUnmergeCells = (grid, unmergable, comparator, genWrappers) => {
+ const unmerge$1 = (b, cell) => unmerge(b, cell, comparator, genWrappers.unmerge(cell));
+ const newGrid = foldr(unmergable, unmerge$1, grid);
+ return outcome(newGrid, Optional.from(unmergable[0]));
+ };
+ const opPasteCells = (grid, pasteDetails, comparator, _genWrappers) => {
+ const gridify = (table, generators) => {
+ const wh = Warehouse.fromTable(table);
+ return toGrid(wh, generators, true);
+ };
+ const gridB = gridify(pasteDetails.clipboard, pasteDetails.generators);
+ const startAddress = address(pasteDetails.row, pasteDetails.column);
+ const mergedGrid = merge$1(startAddress, grid, gridB, pasteDetails.generators, comparator);
+ return mergedGrid.fold(() => outcome(grid, Optional.some(pasteDetails.element)), newGrid => {
+ return bundle(newGrid, pasteDetails.row, pasteDetails.column);
+ });
+ };
+ const gridifyRows = (rows, generators, context) => {
+ const pasteDetails = fromPastedRows(rows, context.section);
+ const wh = Warehouse.generate(pasteDetails);
+ return toGrid(wh, generators, true);
+ };
+ const opPasteColsBefore = (grid, pasteDetails, comparator, _genWrappers) => {
+ const rows = extractGridDetails(grid).rows;
+ const index = pasteDetails.cells[0].column;
+ const context = rows[pasteDetails.cells[0].row];
+ const gridB = gridifyRows(pasteDetails.clipboard, pasteDetails.generators, context);
+ const mergedGrid = insertCols(index, grid, gridB, pasteDetails.generators, comparator);
+ return bundle(mergedGrid, pasteDetails.cells[0].row, pasteDetails.cells[0].column);
+ };
+ const opPasteColsAfter = (grid, pasteDetails, comparator, _genWrappers) => {
+ const rows = extractGridDetails(grid).rows;
+ const index = pasteDetails.cells[pasteDetails.cells.length - 1].column + pasteDetails.cells[pasteDetails.cells.length - 1].colspan;
+ const context = rows[pasteDetails.cells[0].row];
+ const gridB = gridifyRows(pasteDetails.clipboard, pasteDetails.generators, context);
+ const mergedGrid = insertCols(index, grid, gridB, pasteDetails.generators, comparator);
+ return bundle(mergedGrid, pasteDetails.cells[0].row, pasteDetails.cells[0].column);
+ };
+ const opPasteRowsBefore = (grid, pasteDetails, comparator, _genWrappers) => {
+ const rows = extractGridDetails(grid).rows;
+ const index = pasteDetails.cells[0].row;
+ const context = rows[index];
+ const gridB = gridifyRows(pasteDetails.clipboard, pasteDetails.generators, context);
+ const mergedGrid = insertRows(index, grid, gridB, pasteDetails.generators, comparator);
+ return bundle(mergedGrid, pasteDetails.cells[0].row, pasteDetails.cells[0].column);
+ };
+ const opPasteRowsAfter = (grid, pasteDetails, comparator, _genWrappers) => {
+ const rows = extractGridDetails(grid).rows;
+ const index = pasteDetails.cells[pasteDetails.cells.length - 1].row + pasteDetails.cells[pasteDetails.cells.length - 1].rowspan;
+ const context = rows[pasteDetails.cells[0].row];
+ const gridB = gridifyRows(pasteDetails.clipboard, pasteDetails.generators, context);
+ const mergedGrid = insertRows(index, grid, gridB, pasteDetails.generators, comparator);
+ return bundle(mergedGrid, pasteDetails.cells[0].row, pasteDetails.cells[0].column);
+ };
+ const opGetColumnsType = (table, target) => {
+ const house = Warehouse.fromTable(table);
+ const details = onCells(house, target);
+ return details.bind(selectedCells => {
+ const lastSelectedCell = selectedCells[selectedCells.length - 1];
+ const minColRange = selectedCells[0].column;
+ const maxColRange = lastSelectedCell.column + lastSelectedCell.colspan;
+ const selectedColumnCells = flatten(map$1(house.all, row => filter$2(row.cells, cell => cell.column >= minColRange && cell.column < maxColRange)));
+ return findCommonCellType(selectedColumnCells);
+ }).getOr('');
+ };
+ const opGetCellsType = (table, target) => {
+ const house = Warehouse.fromTable(table);
+ const details = onCells(house, target);
+ return details.bind(findCommonCellType).getOr('');
+ };
+ const opGetRowsType = (table, target) => {
+ const house = Warehouse.fromTable(table);
+ const details = onCells(house, target);
+ return details.bind(selectedCells => {
+ const lastSelectedCell = selectedCells[selectedCells.length - 1];
+ const minRowRange = selectedCells[0].row;
+ const maxRowRange = lastSelectedCell.row + lastSelectedCell.rowspan;
+ const selectedRows = house.all.slice(minRowRange, maxRowRange);
+ return findCommonRowType(selectedRows);
+ }).getOr('');
+ };
+ const resize = (table, list, details, behaviours) => adjustWidthTo(table, list, details, behaviours.sizing);
+ const adjustAndRedistributeWidths = (table, list, details, behaviours) => adjustAndRedistributeWidths$1(table, list, details, behaviours.sizing, behaviours.resize);
+ const firstColumnIsLocked = (_warehouse, details) => exists(details, detail => detail.column === 0 && detail.isLocked);
+ const lastColumnIsLocked = (warehouse, details) => exists(details, detail => detail.column + detail.colspan >= warehouse.grid.columns && detail.isLocked);
+ const getColumnsWidth = (warehouse, details) => {
+ const columns$1 = columns(warehouse);
+ const uniqueCols = uniqueColumns(details);
+ return foldl(uniqueCols, (acc, detail) => {
+ const column = columns$1[detail.column];
+ const colWidth = column.map(getOuter$2).getOr(0);
+ return acc + colWidth;
+ }, 0);
+ };
+ const insertColumnsExtractor = before => (warehouse, target) => onCells(warehouse, target).filter(details => {
+ const checkLocked = before ? firstColumnIsLocked : lastColumnIsLocked;
+ return !checkLocked(warehouse, details);
+ }).map(details => ({
+ details,
+ pixelDelta: getColumnsWidth(warehouse, details)
+ }));
+ const eraseColumnsExtractor = (warehouse, target) => onUnlockedCells(warehouse, target).map(details => ({
+ details,
+ pixelDelta: -getColumnsWidth(warehouse, details)
+ }));
+ const pasteColumnsExtractor = before => (warehouse, target) => onPasteByEditor(warehouse, target).filter(details => {
+ const checkLocked = before ? firstColumnIsLocked : lastColumnIsLocked;
+ return !checkLocked(warehouse, details.cells);
+ });
+ const headerCellGenerator = Generators.transform('th');
+ const bodyCellGenerator = Generators.transform('td');
+ const insertRowsBefore = run(opInsertRowsBefore, onCells, noop, noop, Generators.modification);
+ const insertRowsAfter = run(opInsertRowsAfter, onCells, noop, noop, Generators.modification);
+ const insertColumnsBefore = run(opInsertColumnsBefore, insertColumnsExtractor(true), adjustAndRedistributeWidths, noop, Generators.modification);
+ const insertColumnsAfter = run(opInsertColumnsAfter, insertColumnsExtractor(false), adjustAndRedistributeWidths, noop, Generators.modification);
+ const eraseColumns = run(opEraseColumns, eraseColumnsExtractor, adjustAndRedistributeWidths, prune, Generators.modification);
+ const eraseRows = run(opEraseRows, onCells, noop, prune, Generators.modification);
+ const makeColumnsHeader = run(opMakeColumnsHeader, onUnlockedCells, noop, noop, headerCellGenerator);
+ const unmakeColumnsHeader = run(opUnmakeColumnsHeader, onUnlockedCells, noop, noop, bodyCellGenerator);
+ const makeRowsHeader = run(opMakeRowsHeader, onUnlockedCells, noop, noop, headerCellGenerator);
+ const makeRowsBody = run(opMakeRowsBody, onUnlockedCells, noop, noop, bodyCellGenerator);
+ const makeRowsFooter = run(opMakeRowsFooter, onUnlockedCells, noop, noop, bodyCellGenerator);
+ const makeCellsHeader = run(opMakeCellsHeader, onUnlockedCells, noop, noop, headerCellGenerator);
+ const unmakeCellsHeader = run(opUnmakeCellsHeader, onUnlockedCells, noop, noop, bodyCellGenerator);
+ const mergeCells = run(opMergeCells, onUnlockedMergable, resize, noop, Generators.merging);
+ const unmergeCells = run(opUnmergeCells, onUnlockedUnmergable, resize, noop, Generators.merging);
+ const pasteCells = run(opPasteCells, onPaste, resize, noop, Generators.modification);
+ const pasteColsBefore = run(opPasteColsBefore, pasteColumnsExtractor(true), noop, noop, Generators.modification);
+ const pasteColsAfter = run(opPasteColsAfter, pasteColumnsExtractor(false), noop, noop, Generators.modification);
+ const pasteRowsBefore = run(opPasteRowsBefore, onPasteByEditor, noop, noop, Generators.modification);
+ const pasteRowsAfter = run(opPasteRowsAfter, onPasteByEditor, noop, noop, Generators.modification);
+ const getColumnsType = opGetColumnsType;
+ const getCellsType = opGetCellsType;
+ const getRowsType = opGetRowsType;
+
+ const fireNewRow = (editor, row) => editor.dispatch('NewRow', { node: row });
+ const fireNewCell = (editor, cell) => editor.dispatch('NewCell', { node: cell });
+ const fireTableModified = (editor, table, data) => {
+ editor.dispatch('TableModified', {
+ ...data,
+ table
+ });
+ };
+ const fireTableSelectionChange = (editor, cells, start, finish, otherCells) => {
+ editor.dispatch('TableSelectionChange', {
+ cells,
+ start,
+ finish,
+ otherCells
+ });
+ };
+ const fireTableSelectionClear = editor => {
+ editor.dispatch('TableSelectionClear');
+ };
+ const fireObjectResizeStart = (editor, target, width, height, origin) => {
+ editor.dispatch('ObjectResizeStart', {
+ target,
+ width,
+ height,
+ origin
+ });
+ };
+ const fireObjectResized = (editor, target, width, height, origin) => {
+ editor.dispatch('ObjectResized', {
+ target,
+ width,
+ height,
+ origin
+ });
+ };
+ const styleModified = {
+ structure: false,
+ style: true
+ };
+ const structureModified = {
+ structure: true,
+ style: false
+ };
+ const styleAndStructureModified = {
+ structure: true,
+ style: true
+ };
+
+ const option = name => editor => editor.options.get(name);
+ const defaultWidth = '100%';
+ const getPixelForcedWidth = editor => {
+ var _a;
+ const dom = editor.dom;
+ const parentBlock = (_a = dom.getParent(editor.selection.getStart(), dom.isBlock)) !== null && _a !== void 0 ? _a : editor.getBody();
+ return getInner(SugarElement.fromDom(parentBlock)) + 'px';
+ };
+ const determineDefaultTableStyles = (editor, defaultStyles) => {
+ if (isTableResponsiveForced(editor) || !shouldStyleWithCss(editor)) {
+ return defaultStyles;
+ } else if (isTablePixelsForced(editor)) {
+ return {
+ ...defaultStyles,
+ width: getPixelForcedWidth(editor)
+ };
+ } else {
+ return {
+ ...defaultStyles,
+ width: defaultWidth
+ };
+ }
+ };
+ const determineDefaultTableAttributes = (editor, defaultAttributes) => {
+ if (isTableResponsiveForced(editor) || shouldStyleWithCss(editor)) {
+ return defaultAttributes;
+ } else if (isTablePixelsForced(editor)) {
+ return {
+ ...defaultAttributes,
+ width: getPixelForcedWidth(editor)
+ };
+ } else {
+ return {
+ ...defaultAttributes,
+ width: defaultWidth
+ };
+ }
+ };
+ const register = editor => {
+ const registerOption = editor.options.register;
+ registerOption('table_clone_elements', { processor: 'string[]' });
+ registerOption('table_use_colgroups', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('table_header_type', {
+ processor: value => {
+ const valid = contains$2([
+ 'section',
+ 'cells',
+ 'sectionCells',
+ 'auto'
+ ], value);
+ return valid ? {
+ value,
+ valid
+ } : {
+ valid: false,
+ message: 'Must be one of: section, cells, sectionCells or auto.'
+ };
+ },
+ default: 'section'
+ });
+ registerOption('table_sizing_mode', {
+ processor: 'string',
+ default: 'auto'
+ });
+ registerOption('table_default_attributes', {
+ processor: 'object',
+ default: { border: '1' }
+ });
+ registerOption('table_default_styles', {
+ processor: 'object',
+ default: { 'border-collapse': 'collapse' }
+ });
+ registerOption('table_column_resizing', {
+ processor: value => {
+ const valid = contains$2([
+ 'preservetable',
+ 'resizetable'
+ ], value);
+ return valid ? {
+ value,
+ valid
+ } : {
+ valid: false,
+ message: 'Must be preservetable, or resizetable.'
+ };
+ },
+ default: 'preservetable'
+ });
+ registerOption('table_resize_bars', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('table_style_by_css', {
+ processor: 'boolean',
+ default: true
+ });
+ };
+ const getTableCloneElements = editor => {
+ return Optional.from(editor.options.get('table_clone_elements'));
+ };
+ const hasTableObjectResizing = editor => {
+ const objectResizing = editor.options.get('object_resizing');
+ return contains$2(objectResizing.split(','), 'table');
+ };
+ const getTableHeaderType = option('table_header_type');
+ const getTableColumnResizingBehaviour = option('table_column_resizing');
+ const isPreserveTableColumnResizing = editor => getTableColumnResizingBehaviour(editor) === 'preservetable';
+ const isResizeTableColumnResizing = editor => getTableColumnResizingBehaviour(editor) === 'resizetable';
+ const getTableSizingMode = option('table_sizing_mode');
+ const isTablePercentagesForced = editor => getTableSizingMode(editor) === 'relative';
+ const isTablePixelsForced = editor => getTableSizingMode(editor) === 'fixed';
+ const isTableResponsiveForced = editor => getTableSizingMode(editor) === 'responsive';
+ const hasTableResizeBars = option('table_resize_bars');
+ const shouldStyleWithCss = option('table_style_by_css');
+ const getTableDefaultAttributes = editor => {
+ const options = editor.options;
+ const defaultAttributes = options.get('table_default_attributes');
+ return options.isSet('table_default_attributes') ? defaultAttributes : determineDefaultTableAttributes(editor, defaultAttributes);
+ };
+ const getTableDefaultStyles = editor => {
+ const options = editor.options;
+ const defaultStyles = options.get('table_default_styles');
+ return options.isSet('table_default_styles') ? defaultStyles : determineDefaultTableStyles(editor, defaultStyles);
+ };
+ const tableUseColumnGroup = option('table_use_colgroups');
+
+ const get$5 = (editor, table) => {
+ if (isTablePercentagesForced(editor)) {
+ return TableSize.percentageSize(table);
+ } else if (isTablePixelsForced(editor)) {
+ return TableSize.pixelSize(table);
+ } else {
+ return TableSize.getTableSize(table);
+ }
+ };
+
+ const TableActions = (editor, resizeHandler, cellSelectionHandler) => {
+ const isTableBody = editor => name(getBody(editor)) === 'table';
+ const lastRowGuard = table => !isTableBody(editor) || getGridSize(table).rows > 1;
+ const lastColumnGuard = table => !isTableBody(editor) || getGridSize(table).columns > 1;
+ const cloneFormats = getTableCloneElements(editor);
+ const colMutationOp = isResizeTableColumnResizing(editor) ? noop : halve;
+ const getTableSectionType = table => {
+ switch (getTableHeaderType(editor)) {
+ case 'section':
+ return TableSection.section();
+ case 'sectionCells':
+ return TableSection.sectionCells();
+ case 'cells':
+ return TableSection.cells();
+ default:
+ return TableSection.getTableSectionType(table, 'section');
+ }
+ };
+ const setSelectionFromAction = (table, result) => result.cursor.fold(() => {
+ const cells = cells$1(table);
+ return head(cells).filter(inBody).map(firstCell => {
+ cellSelectionHandler.clearSelectedCells(table.dom);
+ const rng = editor.dom.createRng();
+ rng.selectNode(firstCell.dom);
+ editor.selection.setRng(rng);
+ set$2(firstCell, 'data-mce-selected', '1');
+ return rng;
+ });
+ }, cell => {
+ const des = freefallRtl(cell);
+ const rng = editor.dom.createRng();
+ rng.setStart(des.element.dom, des.offset);
+ rng.setEnd(des.element.dom, des.offset);
+ editor.selection.setRng(rng);
+ cellSelectionHandler.clearSelectedCells(table.dom);
+ return Optional.some(rng);
+ });
+ const execute = (operation, guard, mutate, effect) => (table, target, noEvents = false) => {
+ removeDataStyle(table);
+ const doc = SugarElement.fromDom(editor.getDoc());
+ const generators = cellOperations(mutate, doc, cloneFormats);
+ const behaviours = {
+ sizing: get$5(editor, table),
+ resize: isResizeTableColumnResizing(editor) ? resizeTable() : preserveTable(),
+ section: getTableSectionType(table)
+ };
+ return guard(table) ? operation(table, target, generators, behaviours).bind(result => {
+ resizeHandler.refresh(table.dom);
+ each$2(result.newRows, row => {
+ fireNewRow(editor, row.dom);
+ });
+ each$2(result.newCells, cell => {
+ fireNewCell(editor, cell.dom);
+ });
+ const range = setSelectionFromAction(table, result);
+ if (inBody(table)) {
+ removeDataStyle(table);
+ if (!noEvents) {
+ fireTableModified(editor, table.dom, effect);
+ }
+ }
+ return range.map(rng => ({
+ rng,
+ effect
+ }));
+ }) : Optional.none();
+ };
+ const deleteRow = execute(eraseRows, lastRowGuard, noop, structureModified);
+ const deleteColumn = execute(eraseColumns, lastColumnGuard, noop, structureModified);
+ const insertRowsBefore$1 = execute(insertRowsBefore, always, noop, structureModified);
+ const insertRowsAfter$1 = execute(insertRowsAfter, always, noop, structureModified);
+ const insertColumnsBefore$1 = execute(insertColumnsBefore, always, colMutationOp, structureModified);
+ const insertColumnsAfter$1 = execute(insertColumnsAfter, always, colMutationOp, structureModified);
+ const mergeCells$1 = execute(mergeCells, always, noop, structureModified);
+ const unmergeCells$1 = execute(unmergeCells, always, noop, structureModified);
+ const pasteColsBefore$1 = execute(pasteColsBefore, always, noop, structureModified);
+ const pasteColsAfter$1 = execute(pasteColsAfter, always, noop, structureModified);
+ const pasteRowsBefore$1 = execute(pasteRowsBefore, always, noop, structureModified);
+ const pasteRowsAfter$1 = execute(pasteRowsAfter, always, noop, structureModified);
+ const pasteCells$1 = execute(pasteCells, always, noop, styleAndStructureModified);
+ const makeCellsHeader$1 = execute(makeCellsHeader, always, noop, structureModified);
+ const unmakeCellsHeader$1 = execute(unmakeCellsHeader, always, noop, structureModified);
+ const makeColumnsHeader$1 = execute(makeColumnsHeader, always, noop, structureModified);
+ const unmakeColumnsHeader$1 = execute(unmakeColumnsHeader, always, noop, structureModified);
+ const makeRowsHeader$1 = execute(makeRowsHeader, always, noop, structureModified);
+ const makeRowsBody$1 = execute(makeRowsBody, always, noop, structureModified);
+ const makeRowsFooter$1 = execute(makeRowsFooter, always, noop, structureModified);
+ const getTableCellType = getCellsType;
+ const getTableColType = getColumnsType;
+ const getTableRowType = getRowsType;
+ return {
+ deleteRow,
+ deleteColumn,
+ insertRowsBefore: insertRowsBefore$1,
+ insertRowsAfter: insertRowsAfter$1,
+ insertColumnsBefore: insertColumnsBefore$1,
+ insertColumnsAfter: insertColumnsAfter$1,
+ mergeCells: mergeCells$1,
+ unmergeCells: unmergeCells$1,
+ pasteColsBefore: pasteColsBefore$1,
+ pasteColsAfter: pasteColsAfter$1,
+ pasteRowsBefore: pasteRowsBefore$1,
+ pasteRowsAfter: pasteRowsAfter$1,
+ pasteCells: pasteCells$1,
+ makeCellsHeader: makeCellsHeader$1,
+ unmakeCellsHeader: unmakeCellsHeader$1,
+ makeColumnsHeader: makeColumnsHeader$1,
+ unmakeColumnsHeader: unmakeColumnsHeader$1,
+ makeRowsHeader: makeRowsHeader$1,
+ makeRowsBody: makeRowsBody$1,
+ makeRowsFooter: makeRowsFooter$1,
+ getTableRowType,
+ getTableCellType,
+ getTableColType
+ };
+ };
+
+ const constrainSpan = (element, property, value) => {
+ const currentColspan = getAttrValue(element, property, 1);
+ if (value === 1 || currentColspan <= 1) {
+ remove$7(element, property);
+ } else {
+ set$2(element, property, Math.min(value, currentColspan));
+ }
+ };
+ const isColInRange = (minColRange, maxColRange) => cell => {
+ const endCol = cell.column + cell.colspan - 1;
+ const startCol = cell.column;
+ return endCol >= minColRange && startCol < maxColRange;
+ };
+ const generateColGroup = (house, minColRange, maxColRange) => {
+ if (Warehouse.hasColumns(house)) {
+ const colsToCopy = filter$2(Warehouse.justColumns(house), isColInRange(minColRange, maxColRange));
+ const copiedCols = map$1(colsToCopy, c => {
+ const clonedCol = deep(c.element);
+ constrainSpan(clonedCol, 'span', maxColRange - minColRange);
+ return clonedCol;
+ });
+ const fakeColgroup = SugarElement.fromTag('colgroup');
+ append(fakeColgroup, copiedCols);
+ return [fakeColgroup];
+ } else {
+ return [];
+ }
+ };
+ const generateRows = (house, minColRange, maxColRange) => map$1(house.all, row => {
+ const cellsToCopy = filter$2(row.cells, isColInRange(minColRange, maxColRange));
+ const copiedCells = map$1(cellsToCopy, cell => {
+ const clonedCell = deep(cell.element);
+ constrainSpan(clonedCell, 'colspan', maxColRange - minColRange);
+ return clonedCell;
+ });
+ const fakeTR = SugarElement.fromTag('tr');
+ append(fakeTR, copiedCells);
+ return fakeTR;
+ });
+ const copyCols = (table, target) => {
+ const house = Warehouse.fromTable(table);
+ const details = onUnlockedCells(house, target);
+ return details.map(selectedCells => {
+ const lastSelectedCell = selectedCells[selectedCells.length - 1];
+ const minColRange = selectedCells[0].column;
+ const maxColRange = lastSelectedCell.column + lastSelectedCell.colspan;
+ const fakeColGroups = generateColGroup(house, minColRange, maxColRange);
+ const fakeRows = generateRows(house, minColRange, maxColRange);
+ return [
+ ...fakeColGroups,
+ ...fakeRows
+ ];
+ });
+ };
+
+ const copyRows = (table, target, generators) => {
+ const warehouse = Warehouse.fromTable(table);
+ const details = onCells(warehouse, target);
+ return details.bind(selectedCells => {
+ const grid = toGrid(warehouse, generators, false);
+ const rows = extractGridDetails(grid).rows;
+ const slicedGrid = rows.slice(selectedCells[0].row, selectedCells[selectedCells.length - 1].row + selectedCells[selectedCells.length - 1].rowspan);
+ const filteredGrid = bind$2(slicedGrid, row => {
+ const newCells = filter$2(row.cells, cell => !cell.isLocked);
+ return newCells.length > 0 ? [{
+ ...row,
+ cells: newCells
+ }] : [];
+ });
+ const slicedDetails = toDetailList(filteredGrid);
+ return someIf(slicedDetails.length > 0, slicedDetails);
+ }).map(slicedDetails => copy(slicedDetails));
+ };
+
+ const adt$5 = Adt.generate([
+ { invalid: ['raw'] },
+ { pixels: ['value'] },
+ { percent: ['value'] }
+ ]);
+ const validateFor = (suffix, type, value) => {
+ const rawAmount = value.substring(0, value.length - suffix.length);
+ const amount = parseFloat(rawAmount);
+ return rawAmount === amount.toString() ? type(amount) : adt$5.invalid(value);
+ };
+ const from = value => {
+ if (endsWith(value, '%')) {
+ return validateFor('%', adt$5.percent, value);
+ }
+ if (endsWith(value, 'px')) {
+ return validateFor('px', adt$5.pixels, value);
+ }
+ return adt$5.invalid(value);
+ };
+ const Size = {
+ ...adt$5,
+ from
+ };
+
+ const redistributeToPercent = (widths, totalWidth) => {
+ return map$1(widths, w => {
+ const colType = Size.from(w);
+ return colType.fold(() => {
+ return w;
+ }, px => {
+ const ratio = px / totalWidth * 100;
+ return ratio + '%';
+ }, pc => {
+ return pc + '%';
+ });
+ });
+ };
+ const redistributeToPx = (widths, totalWidth, newTotalWidth) => {
+ const scale = newTotalWidth / totalWidth;
+ return map$1(widths, w => {
+ const colType = Size.from(w);
+ return colType.fold(() => {
+ return w;
+ }, px => {
+ return px * scale + 'px';
+ }, pc => {
+ return pc / 100 * newTotalWidth + 'px';
+ });
+ });
+ };
+ const redistributeEmpty = (newWidthType, columns) => {
+ const f = newWidthType.fold(() => constant(''), pixels => {
+ const num = pixels / columns;
+ return constant(num + 'px');
+ }, () => {
+ const num = 100 / columns;
+ return constant(num + '%');
+ });
+ return range$1(columns, f);
+ };
+ const redistributeValues = (newWidthType, widths, totalWidth) => {
+ return newWidthType.fold(() => {
+ return widths;
+ }, px => {
+ return redistributeToPx(widths, totalWidth, px);
+ }, _pc => {
+ return redistributeToPercent(widths, totalWidth);
+ });
+ };
+ const redistribute$1 = (widths, totalWidth, newWidth) => {
+ const newType = Size.from(newWidth);
+ const floats = forall(widths, s => {
+ return s === '0px';
+ }) ? redistributeEmpty(newType, widths.length) : redistributeValues(newType, widths, totalWidth);
+ return normalize(floats);
+ };
+ const sum = (values, fallback) => {
+ if (values.length === 0) {
+ return fallback;
+ }
+ return foldr(values, (rest, v) => {
+ return Size.from(v).fold(constant(0), identity, identity) + rest;
+ }, 0);
+ };
+ const roundDown = (num, unit) => {
+ const floored = Math.floor(num);
+ return {
+ value: floored + unit,
+ remainder: num - floored
+ };
+ };
+ const add$3 = (value, amount) => {
+ return Size.from(value).fold(constant(value), px => {
+ return px + amount + 'px';
+ }, pc => {
+ return pc + amount + '%';
+ });
+ };
+ const normalize = values => {
+ if (values.length === 0) {
+ return values;
+ }
+ const scan = foldr(values, (rest, value) => {
+ const info = Size.from(value).fold(() => ({
+ value,
+ remainder: 0
+ }), num => roundDown(num, 'px'), num => ({
+ value: num + '%',
+ remainder: 0
+ }));
+ return {
+ output: [info.value].concat(rest.output),
+ remainder: rest.remainder + info.remainder
+ };
+ }, {
+ output: [],
+ remainder: 0
+ });
+ const r = scan.output;
+ return r.slice(0, r.length - 1).concat([add$3(r[r.length - 1], Math.round(scan.remainder))]);
+ };
+ const validate = Size.from;
+
+ const redistributeToW = (newWidths, cells, unit) => {
+ each$2(cells, cell => {
+ const widths = newWidths.slice(cell.column, cell.colspan + cell.column);
+ const w = sum(widths, minWidth());
+ set$1(cell.element, 'width', w + unit);
+ });
+ };
+ const redistributeToColumns = (newWidths, columns, unit) => {
+ each$2(columns, (column, index) => {
+ const width = sum([newWidths[index]], minWidth());
+ set$1(column.element, 'width', width + unit);
+ });
+ };
+ const redistributeToH = (newHeights, rows, cells, unit) => {
+ each$2(cells, cell => {
+ const heights = newHeights.slice(cell.row, cell.rowspan + cell.row);
+ const h = sum(heights, minHeight());
+ set$1(cell.element, 'height', h + unit);
+ });
+ each$2(rows, (row, i) => {
+ set$1(row.element, 'height', newHeights[i]);
+ });
+ };
+ const getUnit = newSize => {
+ return validate(newSize).fold(constant('px'), constant('px'), constant('%'));
+ };
+ const redistribute = (table, optWidth, optHeight) => {
+ const warehouse = Warehouse.fromTable(table);
+ const rows = warehouse.all;
+ const cells = Warehouse.justCells(warehouse);
+ const columns = Warehouse.justColumns(warehouse);
+ optWidth.each(newWidth => {
+ const widthUnit = getUnit(newWidth);
+ const totalWidth = get$9(table);
+ const oldWidths = getRawWidths(warehouse, table);
+ const nuWidths = redistribute$1(oldWidths, totalWidth, newWidth);
+ if (Warehouse.hasColumns(warehouse)) {
+ redistributeToColumns(nuWidths, columns, widthUnit);
+ } else {
+ redistributeToW(nuWidths, cells, widthUnit);
+ }
+ set$1(table, 'width', newWidth);
+ });
+ optHeight.each(newHeight => {
+ const hUnit = getUnit(newHeight);
+ const totalHeight = get$8(table);
+ const oldHeights = getRawHeights(warehouse, table, height);
+ const nuHeights = redistribute$1(oldHeights, totalHeight, newHeight);
+ redistributeToH(nuHeights, rows, cells, hUnit);
+ set$1(table, 'height', newHeight);
+ });
+ };
+ const isPercentSizing = isPercentSizing$1;
+ const isPixelSizing = isPixelSizing$1;
+ const isNoneSizing = isNoneSizing$1;
+
+ const cleanupLegacyAttributes = element => {
+ remove$7(element, 'width');
+ };
+ const convertToPercentSize = table => {
+ const newWidth = getPercentTableWidth(table);
+ redistribute(table, Optional.some(newWidth), Optional.none());
+ cleanupLegacyAttributes(table);
+ };
+ const convertToPixelSize = table => {
+ const newWidth = getPixelTableWidth(table);
+ redistribute(table, Optional.some(newWidth), Optional.none());
+ cleanupLegacyAttributes(table);
+ };
+ const convertToNoneSize = table => {
+ remove$5(table, 'width');
+ const columns = columns$1(table);
+ const rowElements = columns.length > 0 ? columns : cells$1(table);
+ each$2(rowElements, cell => {
+ remove$5(cell, 'width');
+ cleanupLegacyAttributes(cell);
+ });
+ cleanupLegacyAttributes(table);
+ };
+
+ const DefaultRenderOptions = {
+ styles: {
+ 'border-collapse': 'collapse',
+ 'width': '100%'
+ },
+ attributes: { border: '1' },
+ colGroups: false
+ };
+ const tableHeaderCell = () => SugarElement.fromTag('th');
+ const tableCell = () => SugarElement.fromTag('td');
+ const tableColumn = () => SugarElement.fromTag('col');
+ const createRow = (columns, rowHeaders, columnHeaders, rowIndex) => {
+ const tr = SugarElement.fromTag('tr');
+ for (let j = 0; j < columns; j++) {
+ const td = rowIndex < rowHeaders || j < columnHeaders ? tableHeaderCell() : tableCell();
+ if (j < columnHeaders) {
+ set$2(td, 'scope', 'row');
+ }
+ if (rowIndex < rowHeaders) {
+ set$2(td, 'scope', 'col');
+ }
+ append$1(td, SugarElement.fromTag('br'));
+ append$1(tr, td);
+ }
+ return tr;
+ };
+ const createGroupRow = columns => {
+ const columnGroup = SugarElement.fromTag('colgroup');
+ range$1(columns, () => append$1(columnGroup, tableColumn()));
+ return columnGroup;
+ };
+ const createRows = (rows, columns, rowHeaders, columnHeaders) => range$1(rows, r => createRow(columns, rowHeaders, columnHeaders, r));
+ const render = (rows, columns, rowHeaders, columnHeaders, headerType, renderOpts = DefaultRenderOptions) => {
+ const table = SugarElement.fromTag('table');
+ const rowHeadersGoInThead = headerType !== 'cells';
+ setAll(table, renderOpts.styles);
+ setAll$1(table, renderOpts.attributes);
+ if (renderOpts.colGroups) {
+ append$1(table, createGroupRow(columns));
+ }
+ const actualRowHeaders = Math.min(rows, rowHeaders);
+ if (rowHeadersGoInThead && rowHeaders > 0) {
+ const thead = SugarElement.fromTag('thead');
+ append$1(table, thead);
+ const theadRowHeaders = headerType === 'sectionCells' ? actualRowHeaders : 0;
+ const theadRows = createRows(rowHeaders, columns, theadRowHeaders, columnHeaders);
+ append(thead, theadRows);
+ }
+ const tbody = SugarElement.fromTag('tbody');
+ append$1(table, tbody);
+ const numRows = rowHeadersGoInThead ? rows - actualRowHeaders : rows;
+ const numRowHeaders = rowHeadersGoInThead ? 0 : rowHeaders;
+ const tbodyRows = createRows(numRows, columns, numRowHeaders, columnHeaders);
+ append(tbody, tbodyRows);
+ return table;
+ };
+
+ const get$4 = element => element.dom.innerHTML;
+ const getOuter = element => {
+ const container = SugarElement.fromTag('div');
+ const clone = SugarElement.fromDom(element.dom.cloneNode(true));
+ append$1(container, clone);
+ return get$4(container);
+ };
+
+ const placeCaretInCell = (editor, cell) => {
+ editor.selection.select(cell.dom, true);
+ editor.selection.collapse(true);
+ };
+ const selectFirstCellInTable = (editor, tableElm) => {
+ descendant(tableElm, 'td,th').each(curry(placeCaretInCell, editor));
+ };
+ const fireEvents = (editor, table) => {
+ each$2(descendants(table, 'tr'), row => {
+ fireNewRow(editor, row.dom);
+ each$2(descendants(row, 'th,td'), cell => {
+ fireNewCell(editor, cell.dom);
+ });
+ });
+ };
+ const isPercentage = width => isString(width) && width.indexOf('%') !== -1;
+ const insert = (editor, columns, rows, colHeaders, rowHeaders) => {
+ const defaultStyles = getTableDefaultStyles(editor);
+ const options = {
+ styles: defaultStyles,
+ attributes: getTableDefaultAttributes(editor),
+ colGroups: tableUseColumnGroup(editor)
+ };
+ editor.undoManager.ignore(() => {
+ const table = render(rows, columns, rowHeaders, colHeaders, getTableHeaderType(editor), options);
+ set$2(table, 'data-mce-id', '__mce');
+ const html = getOuter(table);
+ editor.insertContent(html);
+ editor.addVisual();
+ });
+ return descendant(getBody(editor), 'table[data-mce-id="__mce"]').map(table => {
+ if (isTablePixelsForced(editor)) {
+ convertToPixelSize(table);
+ } else if (isTableResponsiveForced(editor)) {
+ convertToNoneSize(table);
+ } else if (isTablePercentagesForced(editor) || isPercentage(defaultStyles.width)) {
+ convertToPercentSize(table);
+ }
+ removeDataStyle(table);
+ remove$7(table, 'data-mce-id');
+ fireEvents(editor, table);
+ selectFirstCellInTable(editor, table);
+ return table.dom;
+ }).getOrNull();
+ };
+ const insertTable = (editor, rows, columns, options = {}) => {
+ const checkInput = val => isNumber(val) && val > 0;
+ if (checkInput(rows) && checkInput(columns)) {
+ const headerRows = options.headerRows || 0;
+ const headerColumns = options.headerColumns || 0;
+ return insert(editor, columns, rows, headerColumns, headerRows);
+ } else {
+ console.error('Invalid values for mceInsertTable - rows and columns values are required to insert a table.');
+ return null;
+ }
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.FakeClipboard');
+
+ const tableTypeBase = 'x-tinymce/dom-table-';
+ const tableTypeRow = tableTypeBase + 'rows';
+ const tableTypeColumn = tableTypeBase + 'columns';
+ const setData = items => {
+ const fakeClipboardItem = global.FakeClipboardItem(items);
+ global.write([fakeClipboardItem]);
+ };
+ const getData = type => {
+ var _a;
+ const items = (_a = global.read()) !== null && _a !== void 0 ? _a : [];
+ return findMap(items, item => Optional.from(item.getType(type)));
+ };
+ const clearData = type => {
+ if (getData(type).isSome()) {
+ global.clear();
+ }
+ };
+ const setRows = rowsOpt => {
+ rowsOpt.fold(clearRows, rows => setData({ [tableTypeRow]: rows }));
+ };
+ const getRows = () => getData(tableTypeRow);
+ const clearRows = () => clearData(tableTypeRow);
+ const setColumns = columnsOpt => {
+ columnsOpt.fold(clearColumns, columns => setData({ [tableTypeColumn]: columns }));
+ };
+ const getColumns = () => getData(tableTypeColumn);
+ const clearColumns = () => clearData(tableTypeColumn);
+
+ const getSelectionStartCellOrCaption = editor => getSelectionCellOrCaption(getSelectionStart(editor), getIsRoot(editor)).filter(isInEditableContext$1);
+ const getSelectionStartCell = editor => getSelectionCell(getSelectionStart(editor), getIsRoot(editor)).filter(isInEditableContext$1);
+ const registerCommands = (editor, actions) => {
+ const isRoot = getIsRoot(editor);
+ const eraseTable = () => getSelectionStartCellOrCaption(editor).each(cellOrCaption => {
+ table(cellOrCaption, isRoot).filter(not(isRoot)).each(table => {
+ const cursor = SugarElement.fromText('');
+ after$5(table, cursor);
+ remove$6(table);
+ if (editor.dom.isEmpty(editor.getBody())) {
+ editor.setContent('');
+ editor.selection.setCursorLocation();
+ } else {
+ const rng = editor.dom.createRng();
+ rng.setStart(cursor.dom, 0);
+ rng.setEnd(cursor.dom, 0);
+ editor.selection.setRng(rng);
+ editor.nodeChanged();
+ }
+ });
+ });
+ const setSizingMode = sizing => getSelectionStartCellOrCaption(editor).each(cellOrCaption => {
+ const isForcedSizing = isTableResponsiveForced(editor) || isTablePixelsForced(editor) || isTablePercentagesForced(editor);
+ if (!isForcedSizing) {
+ table(cellOrCaption, isRoot).each(table => {
+ if (sizing === 'relative' && !isPercentSizing(table)) {
+ convertToPercentSize(table);
+ } else if (sizing === 'fixed' && !isPixelSizing(table)) {
+ convertToPixelSize(table);
+ } else if (sizing === 'responsive' && !isNoneSizing(table)) {
+ convertToNoneSize(table);
+ }
+ removeDataStyle(table);
+ fireTableModified(editor, table.dom, structureModified);
+ });
+ }
+ });
+ const getTableFromCell = cell => table(cell, isRoot);
+ const performActionOnSelection = action => getSelectionStartCell(editor).bind(cell => getTableFromCell(cell).map(table => action(table, cell)));
+ const toggleTableClass = (_ui, clazz) => {
+ performActionOnSelection(table => {
+ editor.formatter.toggle('tableclass', { value: clazz }, table.dom);
+ fireTableModified(editor, table.dom, styleModified);
+ });
+ };
+ const toggleTableCellClass = (_ui, clazz) => {
+ performActionOnSelection(table => {
+ const selectedCells = getCellsFromSelection(editor);
+ const allHaveClass = forall(selectedCells, cell => editor.formatter.match('tablecellclass', { value: clazz }, cell.dom));
+ const formatterAction = allHaveClass ? editor.formatter.remove : editor.formatter.apply;
+ each$2(selectedCells, cell => formatterAction('tablecellclass', { value: clazz }, cell.dom));
+ fireTableModified(editor, table.dom, styleModified);
+ });
+ };
+ const toggleCaption = () => {
+ getSelectionStartCellOrCaption(editor).each(cellOrCaption => {
+ table(cellOrCaption, isRoot).each(table => {
+ child(table, 'caption').fold(() => {
+ const caption = SugarElement.fromTag('caption');
+ append$1(caption, SugarElement.fromText('Caption'));
+ appendAt(table, caption, 0);
+ editor.selection.setCursorLocation(caption.dom, 0);
+ }, caption => {
+ if (isTag('caption')(cellOrCaption)) {
+ one('td', table).each(td => editor.selection.setCursorLocation(td.dom, 0));
+ }
+ remove$6(caption);
+ });
+ fireTableModified(editor, table.dom, structureModified);
+ });
+ });
+ };
+ const postExecute = _data => {
+ editor.focus();
+ };
+ const actOnSelection = (execute, noEvents = false) => performActionOnSelection((table, startCell) => {
+ const targets = forMenu(getCellsFromSelection(editor), table, startCell);
+ execute(table, targets, noEvents).each(postExecute);
+ });
+ const copyRowSelection = () => performActionOnSelection((table, startCell) => {
+ const targets = forMenu(getCellsFromSelection(editor), table, startCell);
+ const generators = cellOperations(noop, SugarElement.fromDom(editor.getDoc()), Optional.none());
+ return copyRows(table, targets, generators);
+ });
+ const copyColSelection = () => performActionOnSelection((table, startCell) => {
+ const targets = forMenu(getCellsFromSelection(editor), table, startCell);
+ return copyCols(table, targets);
+ });
+ const pasteOnSelection = (execute, getRows) => getRows().each(rows => {
+ const clonedRows = map$1(rows, row => deep(row));
+ performActionOnSelection((table, startCell) => {
+ const generators = paste$1(SugarElement.fromDom(editor.getDoc()));
+ const targets = pasteRows(getCellsFromSelection(editor), startCell, clonedRows, generators);
+ execute(table, targets).each(postExecute);
+ });
+ });
+ const actOnType = getAction => (_ui, args) => get$c(args, 'type').each(type => {
+ actOnSelection(getAction(type), args.no_events);
+ });
+ each$1({
+ mceTableSplitCells: () => actOnSelection(actions.unmergeCells),
+ mceTableMergeCells: () => actOnSelection(actions.mergeCells),
+ mceTableInsertRowBefore: () => actOnSelection(actions.insertRowsBefore),
+ mceTableInsertRowAfter: () => actOnSelection(actions.insertRowsAfter),
+ mceTableInsertColBefore: () => actOnSelection(actions.insertColumnsBefore),
+ mceTableInsertColAfter: () => actOnSelection(actions.insertColumnsAfter),
+ mceTableDeleteCol: () => actOnSelection(actions.deleteColumn),
+ mceTableDeleteRow: () => actOnSelection(actions.deleteRow),
+ mceTableCutCol: () => copyColSelection().each(selection => {
+ setColumns(selection);
+ actOnSelection(actions.deleteColumn);
+ }),
+ mceTableCutRow: () => copyRowSelection().each(selection => {
+ setRows(selection);
+ actOnSelection(actions.deleteRow);
+ }),
+ mceTableCopyCol: () => copyColSelection().each(selection => setColumns(selection)),
+ mceTableCopyRow: () => copyRowSelection().each(selection => setRows(selection)),
+ mceTablePasteColBefore: () => pasteOnSelection(actions.pasteColsBefore, getColumns),
+ mceTablePasteColAfter: () => pasteOnSelection(actions.pasteColsAfter, getColumns),
+ mceTablePasteRowBefore: () => pasteOnSelection(actions.pasteRowsBefore, getRows),
+ mceTablePasteRowAfter: () => pasteOnSelection(actions.pasteRowsAfter, getRows),
+ mceTableDelete: eraseTable,
+ mceTableCellToggleClass: toggleTableCellClass,
+ mceTableToggleClass: toggleTableClass,
+ mceTableToggleCaption: toggleCaption,
+ mceTableSizingMode: (_ui, sizing) => setSizingMode(sizing),
+ mceTableCellType: actOnType(type => type === 'th' ? actions.makeCellsHeader : actions.unmakeCellsHeader),
+ mceTableColType: actOnType(type => type === 'th' ? actions.makeColumnsHeader : actions.unmakeColumnsHeader),
+ mceTableRowType: actOnType(type => {
+ switch (type) {
+ case 'header':
+ return actions.makeRowsHeader;
+ case 'footer':
+ return actions.makeRowsFooter;
+ default:
+ return actions.makeRowsBody;
+ }
+ })
+ }, (func, name) => editor.addCommand(name, func));
+ editor.addCommand('mceInsertTable', (_ui, args) => {
+ insertTable(editor, args.rows, args.columns, args.options);
+ });
+ editor.addCommand('mceTableApplyCellStyle', (_ui, args) => {
+ const getFormatName = style => 'tablecell' + style.toLowerCase().replace('-', '');
+ if (!isObject(args)) {
+ return;
+ }
+ const cells = filter$2(getCellsFromSelection(editor), isInEditableContext$1);
+ if (cells.length === 0) {
+ return;
+ }
+ const validArgs = filter$1(args, (value, style) => editor.formatter.has(getFormatName(style)) && isString(value));
+ if (isEmpty(validArgs)) {
+ return;
+ }
+ each$1(validArgs, (value, style) => {
+ const formatName = getFormatName(style);
+ each$2(cells, cell => {
+ if (value === '') {
+ editor.formatter.remove(formatName, { value: null }, cell.dom, true);
+ } else {
+ editor.formatter.apply(formatName, { value }, cell.dom);
+ }
+ });
+ });
+ getTableFromCell(cells[0]).each(table => fireTableModified(editor, table.dom, styleModified));
+ });
+ };
+
+ const registerQueryCommands = (editor, actions) => {
+ const isRoot = getIsRoot(editor);
+ const lookupOnSelection = action => getSelectionCell(getSelectionStart(editor)).bind(cell => table(cell, isRoot).map(table => {
+ const targets = forMenu(getCellsFromSelection(editor), table, cell);
+ return action(table, targets);
+ })).getOr('');
+ each$1({
+ mceTableRowType: () => lookupOnSelection(actions.getTableRowType),
+ mceTableCellType: () => lookupOnSelection(actions.getTableCellType),
+ mceTableColType: () => lookupOnSelection(actions.getTableColType)
+ }, (func, name) => editor.addQueryValueHandler(name, func));
+ };
+
+ const adt$4 = Adt.generate([
+ { before: ['element'] },
+ {
+ on: [
+ 'element',
+ 'offset'
+ ]
+ },
+ { after: ['element'] }
+ ]);
+ const cata$1 = (subject, onBefore, onOn, onAfter) => subject.fold(onBefore, onOn, onAfter);
+ const getStart$1 = situ => situ.fold(identity, identity, identity);
+ const before$2 = adt$4.before;
+ const on = adt$4.on;
+ const after$3 = adt$4.after;
+ const Situ = {
+ before: before$2,
+ on,
+ after: after$3,
+ cata: cata$1,
+ getStart: getStart$1
+ };
+
+ const create$4 = (selection, kill) => ({
+ selection,
+ kill
+ });
+ const Response = { create: create$4 };
+
+ const selectNode = (win, element) => {
+ const rng = win.document.createRange();
+ rng.selectNode(element.dom);
+ return rng;
+ };
+ const selectNodeContents = (win, element) => {
+ const rng = win.document.createRange();
+ selectNodeContentsUsing(rng, element);
+ return rng;
+ };
+ const selectNodeContentsUsing = (rng, element) => rng.selectNodeContents(element.dom);
+ const setStart = (rng, situ) => {
+ situ.fold(e => {
+ rng.setStartBefore(e.dom);
+ }, (e, o) => {
+ rng.setStart(e.dom, o);
+ }, e => {
+ rng.setStartAfter(e.dom);
+ });
+ };
+ const setFinish = (rng, situ) => {
+ situ.fold(e => {
+ rng.setEndBefore(e.dom);
+ }, (e, o) => {
+ rng.setEnd(e.dom, o);
+ }, e => {
+ rng.setEndAfter(e.dom);
+ });
+ };
+ const relativeToNative = (win, startSitu, finishSitu) => {
+ const range = win.document.createRange();
+ setStart(range, startSitu);
+ setFinish(range, finishSitu);
+ return range;
+ };
+ const exactToNative = (win, start, soffset, finish, foffset) => {
+ const rng = win.document.createRange();
+ rng.setStart(start.dom, soffset);
+ rng.setEnd(finish.dom, foffset);
+ return rng;
+ };
+ const toRect = rect => ({
+ left: rect.left,
+ top: rect.top,
+ right: rect.right,
+ bottom: rect.bottom,
+ width: rect.width,
+ height: rect.height
+ });
+ const getFirstRect$1 = rng => {
+ const rects = rng.getClientRects();
+ const rect = rects.length > 0 ? rects[0] : rng.getBoundingClientRect();
+ return rect.width > 0 || rect.height > 0 ? Optional.some(rect).map(toRect) : Optional.none();
+ };
+
+ const adt$3 = Adt.generate([
+ {
+ ltr: [
+ 'start',
+ 'soffset',
+ 'finish',
+ 'foffset'
+ ]
+ },
+ {
+ rtl: [
+ 'start',
+ 'soffset',
+ 'finish',
+ 'foffset'
+ ]
+ }
+ ]);
+ const fromRange = (win, type, range) => type(SugarElement.fromDom(range.startContainer), range.startOffset, SugarElement.fromDom(range.endContainer), range.endOffset);
+ const getRanges = (win, selection) => selection.match({
+ domRange: rng => {
+ return {
+ ltr: constant(rng),
+ rtl: Optional.none
+ };
+ },
+ relative: (startSitu, finishSitu) => {
+ return {
+ ltr: cached(() => relativeToNative(win, startSitu, finishSitu)),
+ rtl: cached(() => Optional.some(relativeToNative(win, finishSitu, startSitu)))
+ };
+ },
+ exact: (start, soffset, finish, foffset) => {
+ return {
+ ltr: cached(() => exactToNative(win, start, soffset, finish, foffset)),
+ rtl: cached(() => Optional.some(exactToNative(win, finish, foffset, start, soffset)))
+ };
+ }
+ });
+ const doDiagnose = (win, ranges) => {
+ const rng = ranges.ltr();
+ if (rng.collapsed) {
+ const reversed = ranges.rtl().filter(rev => rev.collapsed === false);
+ return reversed.map(rev => adt$3.rtl(SugarElement.fromDom(rev.endContainer), rev.endOffset, SugarElement.fromDom(rev.startContainer), rev.startOffset)).getOrThunk(() => fromRange(win, adt$3.ltr, rng));
+ } else {
+ return fromRange(win, adt$3.ltr, rng);
+ }
+ };
+ const diagnose = (win, selection) => {
+ const ranges = getRanges(win, selection);
+ return doDiagnose(win, ranges);
+ };
+ const asLtrRange = (win, selection) => {
+ const diagnosis = diagnose(win, selection);
+ return diagnosis.match({
+ ltr: (start, soffset, finish, foffset) => {
+ const rng = win.document.createRange();
+ rng.setStart(start.dom, soffset);
+ rng.setEnd(finish.dom, foffset);
+ return rng;
+ },
+ rtl: (start, soffset, finish, foffset) => {
+ const rng = win.document.createRange();
+ rng.setStart(finish.dom, foffset);
+ rng.setEnd(start.dom, soffset);
+ return rng;
+ }
+ });
+ };
+ adt$3.ltr;
+ adt$3.rtl;
+
+ const create$3 = (start, soffset, finish, foffset) => ({
+ start,
+ soffset,
+ finish,
+ foffset
+ });
+ const SimRange = { create: create$3 };
+
+ const create$2 = (start, soffset, finish, foffset) => {
+ return {
+ start: Situ.on(start, soffset),
+ finish: Situ.on(finish, foffset)
+ };
+ };
+ const Situs = { create: create$2 };
+
+ const convertToRange = (win, selection) => {
+ const rng = asLtrRange(win, selection);
+ return SimRange.create(SugarElement.fromDom(rng.startContainer), rng.startOffset, SugarElement.fromDom(rng.endContainer), rng.endOffset);
+ };
+ const makeSitus = Situs.create;
+
+ const sync = (container, isRoot, start, soffset, finish, foffset, selectRange) => {
+ if (!(eq$1(start, finish) && soffset === foffset)) {
+ return closest$1(start, 'td,th', isRoot).bind(s => {
+ return closest$1(finish, 'td,th', isRoot).bind(f => {
+ return detect(container, isRoot, s, f, selectRange);
+ });
+ });
+ } else {
+ return Optional.none();
+ }
+ };
+ const detect = (container, isRoot, start, finish, selectRange) => {
+ if (!eq$1(start, finish)) {
+ return identify(start, finish, isRoot).bind(cellSel => {
+ const boxes = cellSel.boxes.getOr([]);
+ if (boxes.length > 1) {
+ selectRange(container, boxes, cellSel.start, cellSel.finish);
+ return Optional.some(Response.create(Optional.some(makeSitus(start, 0, start, getEnd(start))), true));
+ } else {
+ return Optional.none();
+ }
+ });
+ } else {
+ return Optional.none();
+ }
+ };
+ const update = (rows, columns, container, selected, annotations) => {
+ const updateSelection = newSels => {
+ annotations.clearBeforeUpdate(container);
+ annotations.selectRange(container, newSels.boxes, newSels.start, newSels.finish);
+ return newSels.boxes;
+ };
+ return shiftSelection(selected, rows, columns, annotations.firstSelectedSelector, annotations.lastSelectedSelector).map(updateSelection);
+ };
+
+ const traverse = (item, mode) => ({
+ item,
+ mode
+ });
+ const backtrack = (universe, item, _direction, transition = sidestep) => {
+ return universe.property().parent(item).map(p => {
+ return traverse(p, transition);
+ });
+ };
+ const sidestep = (universe, item, direction, transition = advance) => {
+ return direction.sibling(universe, item).map(p => {
+ return traverse(p, transition);
+ });
+ };
+ const advance = (universe, item, direction, transition = advance) => {
+ const children = universe.property().children(item);
+ const result = direction.first(children);
+ return result.map(r => {
+ return traverse(r, transition);
+ });
+ };
+ const successors = [
+ {
+ current: backtrack,
+ next: sidestep,
+ fallback: Optional.none()
+ },
+ {
+ current: sidestep,
+ next: advance,
+ fallback: Optional.some(backtrack)
+ },
+ {
+ current: advance,
+ next: advance,
+ fallback: Optional.some(sidestep)
+ }
+ ];
+ const go = (universe, item, mode, direction, rules = successors) => {
+ const ruleOpt = find$1(rules, succ => {
+ return succ.current === mode;
+ });
+ return ruleOpt.bind(rule => {
+ return rule.current(universe, item, direction, rule.next).orThunk(() => {
+ return rule.fallback.bind(fb => {
+ return go(universe, item, fb, direction);
+ });
+ });
+ });
+ };
+
+ const left$1 = () => {
+ const sibling = (universe, item) => {
+ return universe.query().prevSibling(item);
+ };
+ const first = children => {
+ return children.length > 0 ? Optional.some(children[children.length - 1]) : Optional.none();
+ };
+ return {
+ sibling,
+ first
+ };
+ };
+ const right$1 = () => {
+ const sibling = (universe, item) => {
+ return universe.query().nextSibling(item);
+ };
+ const first = children => {
+ return children.length > 0 ? Optional.some(children[0]) : Optional.none();
+ };
+ return {
+ sibling,
+ first
+ };
+ };
+ const Walkers = {
+ left: left$1,
+ right: right$1
+ };
+
+ const hone = (universe, item, predicate, mode, direction, isRoot) => {
+ const next = go(universe, item, mode, direction);
+ return next.bind(n => {
+ if (isRoot(n.item)) {
+ return Optional.none();
+ } else {
+ return predicate(n.item) ? Optional.some(n.item) : hone(universe, n.item, predicate, n.mode, direction, isRoot);
+ }
+ });
+ };
+ const left = (universe, item, predicate, isRoot) => {
+ return hone(universe, item, predicate, sidestep, Walkers.left(), isRoot);
+ };
+ const right = (universe, item, predicate, isRoot) => {
+ return hone(universe, item, predicate, sidestep, Walkers.right(), isRoot);
+ };
+
+ const isLeaf = universe => element => universe.property().children(element).length === 0;
+ const before$1 = (universe, item, isRoot) => {
+ return seekLeft$1(universe, item, isLeaf(universe), isRoot);
+ };
+ const after$2 = (universe, item, isRoot) => {
+ return seekRight$1(universe, item, isLeaf(universe), isRoot);
+ };
+ const seekLeft$1 = left;
+ const seekRight$1 = right;
+
+ const universe = DomUniverse();
+ const before = (element, isRoot) => {
+ return before$1(universe, element, isRoot);
+ };
+ const after$1 = (element, isRoot) => {
+ return after$2(universe, element, isRoot);
+ };
+ const seekLeft = (element, predicate, isRoot) => {
+ return seekLeft$1(universe, element, predicate, isRoot);
+ };
+ const seekRight = (element, predicate, isRoot) => {
+ return seekRight$1(universe, element, predicate, isRoot);
+ };
+
+ const ancestor = (scope, predicate, isRoot) => ancestor$2(scope, predicate, isRoot).isSome();
+
+ const adt$2 = Adt.generate([
+ { none: ['message'] },
+ { success: [] },
+ { failedUp: ['cell'] },
+ { failedDown: ['cell'] }
+ ]);
+ const isOverlapping = (bridge, before, after) => {
+ const beforeBounds = bridge.getRect(before);
+ const afterBounds = bridge.getRect(after);
+ return afterBounds.right > beforeBounds.left && afterBounds.left < beforeBounds.right;
+ };
+ const isRow = elem => {
+ return closest$1(elem, 'tr');
+ };
+ const verify = (bridge, before, beforeOffset, after, afterOffset, failure, isRoot) => {
+ return closest$1(after, 'td,th', isRoot).bind(afterCell => {
+ return closest$1(before, 'td,th', isRoot).map(beforeCell => {
+ if (!eq$1(afterCell, beforeCell)) {
+ return sharedOne(isRow, [
+ afterCell,
+ beforeCell
+ ]).fold(() => {
+ return isOverlapping(bridge, beforeCell, afterCell) ? adt$2.success() : failure(beforeCell);
+ }, _sharedRow => {
+ return failure(beforeCell);
+ });
+ } else {
+ return eq$1(after, afterCell) && getEnd(afterCell) === afterOffset ? failure(beforeCell) : adt$2.none('in same cell');
+ }
+ });
+ }).getOr(adt$2.none('default'));
+ };
+ const cata = (subject, onNone, onSuccess, onFailedUp, onFailedDown) => {
+ return subject.fold(onNone, onSuccess, onFailedUp, onFailedDown);
+ };
+ const BeforeAfter = {
+ ...adt$2,
+ verify,
+ cata
+ };
+
+ const inParent = (parent, children, element, index) => ({
+ parent,
+ children,
+ element,
+ index
+ });
+ const indexInParent = element => parent(element).bind(parent => {
+ const children = children$2(parent);
+ return indexOf(children, element).map(index => inParent(parent, children, element, index));
+ });
+ const indexOf = (elements, element) => findIndex(elements, curry(eq$1, element));
+
+ const isBr = isTag('br');
+ const gatherer = (cand, gather, isRoot) => {
+ return gather(cand, isRoot).bind(target => {
+ return isText(target) && get$6(target).trim().length === 0 ? gatherer(target, gather, isRoot) : Optional.some(target);
+ });
+ };
+ const handleBr = (isRoot, element, direction) => {
+ return direction.traverse(element).orThunk(() => {
+ return gatherer(element, direction.gather, isRoot);
+ }).map(direction.relative);
+ };
+ const findBr = (element, offset) => {
+ return child$2(element, offset).filter(isBr).orThunk(() => {
+ return child$2(element, offset - 1).filter(isBr);
+ });
+ };
+ const handleParent = (isRoot, element, offset, direction) => {
+ return findBr(element, offset).bind(br => {
+ return direction.traverse(br).fold(() => {
+ return gatherer(br, direction.gather, isRoot).map(direction.relative);
+ }, adjacent => {
+ return indexInParent(adjacent).map(info => {
+ return Situ.on(info.parent, info.index);
+ });
+ });
+ });
+ };
+ const tryBr = (isRoot, element, offset, direction) => {
+ const target = isBr(element) ? handleBr(isRoot, element, direction) : handleParent(isRoot, element, offset, direction);
+ return target.map(tgt => {
+ return {
+ start: tgt,
+ finish: tgt
+ };
+ });
+ };
+ const process = analysis => {
+ return BeforeAfter.cata(analysis, _message => {
+ return Optional.none();
+ }, () => {
+ return Optional.none();
+ }, cell => {
+ return Optional.some(point(cell, 0));
+ }, cell => {
+ return Optional.some(point(cell, getEnd(cell)));
+ });
+ };
+
+ const moveDown = (caret, amount) => {
+ return {
+ left: caret.left,
+ top: caret.top + amount,
+ right: caret.right,
+ bottom: caret.bottom + amount
+ };
+ };
+ const moveUp = (caret, amount) => {
+ return {
+ left: caret.left,
+ top: caret.top - amount,
+ right: caret.right,
+ bottom: caret.bottom - amount
+ };
+ };
+ const translate = (caret, xDelta, yDelta) => {
+ return {
+ left: caret.left + xDelta,
+ top: caret.top + yDelta,
+ right: caret.right + xDelta,
+ bottom: caret.bottom + yDelta
+ };
+ };
+ const getTop = caret => {
+ return caret.top;
+ };
+ const getBottom = caret => {
+ return caret.bottom;
+ };
+
+ const getPartialBox = (bridge, element, offset) => {
+ if (offset >= 0 && offset < getEnd(element)) {
+ return bridge.getRangedRect(element, offset, element, offset + 1);
+ } else if (offset > 0) {
+ return bridge.getRangedRect(element, offset - 1, element, offset);
+ }
+ return Optional.none();
+ };
+ const toCaret = rect => ({
+ left: rect.left,
+ top: rect.top,
+ right: rect.right,
+ bottom: rect.bottom
+ });
+ const getElemBox = (bridge, element) => {
+ return Optional.some(bridge.getRect(element));
+ };
+ const getBoxAt = (bridge, element, offset) => {
+ if (isElement(element)) {
+ return getElemBox(bridge, element).map(toCaret);
+ } else if (isText(element)) {
+ return getPartialBox(bridge, element, offset).map(toCaret);
+ } else {
+ return Optional.none();
+ }
+ };
+ const getEntireBox = (bridge, element) => {
+ if (isElement(element)) {
+ return getElemBox(bridge, element).map(toCaret);
+ } else if (isText(element)) {
+ return bridge.getRangedRect(element, 0, element, getEnd(element)).map(toCaret);
+ } else {
+ return Optional.none();
+ }
+ };
+
+ const JUMP_SIZE = 5;
+ const NUM_RETRIES = 100;
+ const adt$1 = Adt.generate([
+ { none: [] },
+ { retry: ['caret'] }
+ ]);
+ const isOutside = (caret, box) => {
+ return caret.left < box.left || Math.abs(box.right - caret.left) < 1 || caret.left > box.right;
+ };
+ const inOutsideBlock = (bridge, element, caret) => {
+ return closest$2(element, isBlock).fold(never, cell => {
+ return getEntireBox(bridge, cell).exists(box => {
+ return isOutside(caret, box);
+ });
+ });
+ };
+ const adjustDown = (bridge, element, guessBox, original, caret) => {
+ const lowerCaret = moveDown(caret, JUMP_SIZE);
+ if (Math.abs(guessBox.bottom - original.bottom) < 1) {
+ return adt$1.retry(lowerCaret);
+ } else if (guessBox.top > caret.bottom) {
+ return adt$1.retry(lowerCaret);
+ } else if (guessBox.top === caret.bottom) {
+ return adt$1.retry(moveDown(caret, 1));
+ } else {
+ return inOutsideBlock(bridge, element, caret) ? adt$1.retry(translate(lowerCaret, JUMP_SIZE, 0)) : adt$1.none();
+ }
+ };
+ const adjustUp = (bridge, element, guessBox, original, caret) => {
+ const higherCaret = moveUp(caret, JUMP_SIZE);
+ if (Math.abs(guessBox.top - original.top) < 1) {
+ return adt$1.retry(higherCaret);
+ } else if (guessBox.bottom < caret.top) {
+ return adt$1.retry(higherCaret);
+ } else if (guessBox.bottom === caret.top) {
+ return adt$1.retry(moveUp(caret, 1));
+ } else {
+ return inOutsideBlock(bridge, element, caret) ? adt$1.retry(translate(higherCaret, JUMP_SIZE, 0)) : adt$1.none();
+ }
+ };
+ const upMovement = {
+ point: getTop,
+ adjuster: adjustUp,
+ move: moveUp,
+ gather: before
+ };
+ const downMovement = {
+ point: getBottom,
+ adjuster: adjustDown,
+ move: moveDown,
+ gather: after$1
+ };
+ const isAtTable = (bridge, x, y) => {
+ return bridge.elementFromPoint(x, y).filter(elm => {
+ return name(elm) === 'table';
+ }).isSome();
+ };
+ const adjustForTable = (bridge, movement, original, caret, numRetries) => {
+ return adjustTil(bridge, movement, original, movement.move(caret, JUMP_SIZE), numRetries);
+ };
+ const adjustTil = (bridge, movement, original, caret, numRetries) => {
+ if (numRetries === 0) {
+ return Optional.some(caret);
+ }
+ if (isAtTable(bridge, caret.left, movement.point(caret))) {
+ return adjustForTable(bridge, movement, original, caret, numRetries - 1);
+ }
+ return bridge.situsFromPoint(caret.left, movement.point(caret)).bind(guess => {
+ return guess.start.fold(Optional.none, element => {
+ return getEntireBox(bridge, element).bind(guessBox => {
+ return movement.adjuster(bridge, element, guessBox, original, caret).fold(Optional.none, newCaret => {
+ return adjustTil(bridge, movement, original, newCaret, numRetries - 1);
+ });
+ }).orThunk(() => {
+ return Optional.some(caret);
+ });
+ }, Optional.none);
+ });
+ };
+ const checkScroll = (movement, adjusted, bridge) => {
+ if (movement.point(adjusted) > bridge.getInnerHeight()) {
+ return Optional.some(movement.point(adjusted) - bridge.getInnerHeight());
+ } else if (movement.point(adjusted) < 0) {
+ return Optional.some(-movement.point(adjusted));
+ } else {
+ return Optional.none();
+ }
+ };
+ const retry = (movement, bridge, caret) => {
+ const moved = movement.move(caret, JUMP_SIZE);
+ const adjusted = adjustTil(bridge, movement, caret, moved, NUM_RETRIES).getOr(moved);
+ return checkScroll(movement, adjusted, bridge).fold(() => {
+ return bridge.situsFromPoint(adjusted.left, movement.point(adjusted));
+ }, delta => {
+ bridge.scrollBy(0, delta);
+ return bridge.situsFromPoint(adjusted.left, movement.point(adjusted) - delta);
+ });
+ };
+ const Retries = {
+ tryUp: curry(retry, upMovement),
+ tryDown: curry(retry, downMovement),
+ getJumpSize: constant(JUMP_SIZE)
+ };
+
+ const MAX_RETRIES = 20;
+ const findSpot = (bridge, isRoot, direction) => {
+ return bridge.getSelection().bind(sel => {
+ return tryBr(isRoot, sel.finish, sel.foffset, direction).fold(() => {
+ return Optional.some(point(sel.finish, sel.foffset));
+ }, brNeighbour => {
+ const range = bridge.fromSitus(brNeighbour);
+ const analysis = BeforeAfter.verify(bridge, sel.finish, sel.foffset, range.finish, range.foffset, direction.failure, isRoot);
+ return process(analysis);
+ });
+ });
+ };
+ const scan = (bridge, isRoot, element, offset, direction, numRetries) => {
+ if (numRetries === 0) {
+ return Optional.none();
+ }
+ return tryCursor(bridge, isRoot, element, offset, direction).bind(situs => {
+ const range = bridge.fromSitus(situs);
+ const analysis = BeforeAfter.verify(bridge, element, offset, range.finish, range.foffset, direction.failure, isRoot);
+ return BeforeAfter.cata(analysis, () => {
+ return Optional.none();
+ }, () => {
+ return Optional.some(situs);
+ }, cell => {
+ if (eq$1(element, cell) && offset === 0) {
+ return tryAgain(bridge, element, offset, moveUp, direction);
+ } else {
+ return scan(bridge, isRoot, cell, 0, direction, numRetries - 1);
+ }
+ }, cell => {
+ if (eq$1(element, cell) && offset === getEnd(cell)) {
+ return tryAgain(bridge, element, offset, moveDown, direction);
+ } else {
+ return scan(bridge, isRoot, cell, getEnd(cell), direction, numRetries - 1);
+ }
+ });
+ });
+ };
+ const tryAgain = (bridge, element, offset, move, direction) => {
+ return getBoxAt(bridge, element, offset).bind(box => {
+ return tryAt(bridge, direction, move(box, Retries.getJumpSize()));
+ });
+ };
+ const tryAt = (bridge, direction, box) => {
+ const browser = detect$2().browser;
+ if (browser.isChromium() || browser.isSafari() || browser.isFirefox()) {
+ return direction.retry(bridge, box);
+ } else {
+ return Optional.none();
+ }
+ };
+ const tryCursor = (bridge, isRoot, element, offset, direction) => {
+ return getBoxAt(bridge, element, offset).bind(box => {
+ return tryAt(bridge, direction, box);
+ });
+ };
+ const handle$1 = (bridge, isRoot, direction) => {
+ return findSpot(bridge, isRoot, direction).bind(spot => {
+ return scan(bridge, isRoot, spot.element, spot.offset, direction, MAX_RETRIES).map(bridge.fromSitus);
+ });
+ };
+
+ const inSameTable = (elem, table) => {
+ return ancestor(elem, e => {
+ return parent(e).exists(p => {
+ return eq$1(p, table);
+ });
+ });
+ };
+ const simulate = (bridge, isRoot, direction, initial, anchor) => {
+ return closest$1(initial, 'td,th', isRoot).bind(start => {
+ return closest$1(start, 'table', isRoot).bind(table => {
+ if (!inSameTable(anchor, table)) {
+ return Optional.none();
+ }
+ return handle$1(bridge, isRoot, direction).bind(range => {
+ return closest$1(range.finish, 'td,th', isRoot).map(finish => {
+ return {
+ start,
+ finish,
+ range
+ };
+ });
+ });
+ });
+ });
+ };
+ const navigate = (bridge, isRoot, direction, initial, anchor, precheck) => {
+ return precheck(initial, isRoot).orThunk(() => {
+ return simulate(bridge, isRoot, direction, initial, anchor).map(info => {
+ const range = info.range;
+ return Response.create(Optional.some(makeSitus(range.start, range.soffset, range.finish, range.foffset)), true);
+ });
+ });
+ };
+ const firstUpCheck = (initial, isRoot) => {
+ return closest$1(initial, 'tr', isRoot).bind(startRow => {
+ return closest$1(startRow, 'table', isRoot).bind(table => {
+ const rows = descendants(table, 'tr');
+ if (eq$1(startRow, rows[0])) {
+ return seekLeft(table, element => {
+ return last$1(element).isSome();
+ }, isRoot).map(last => {
+ const lastOffset = getEnd(last);
+ return Response.create(Optional.some(makeSitus(last, lastOffset, last, lastOffset)), true);
+ });
+ } else {
+ return Optional.none();
+ }
+ });
+ });
+ };
+ const lastDownCheck = (initial, isRoot) => {
+ return closest$1(initial, 'tr', isRoot).bind(startRow => {
+ return closest$1(startRow, 'table', isRoot).bind(table => {
+ const rows = descendants(table, 'tr');
+ if (eq$1(startRow, rows[rows.length - 1])) {
+ return seekRight(table, element => {
+ return first(element).isSome();
+ }, isRoot).map(first => {
+ return Response.create(Optional.some(makeSitus(first, 0, first, 0)), true);
+ });
+ } else {
+ return Optional.none();
+ }
+ });
+ });
+ };
+ const select = (bridge, container, isRoot, direction, initial, anchor, selectRange) => {
+ return simulate(bridge, isRoot, direction, initial, anchor).bind(info => {
+ return detect(container, isRoot, info.start, info.finish, selectRange);
+ });
+ };
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ const singleton = doRevoke => {
+ const subject = Cell(Optional.none());
+ const revoke = () => subject.get().each(doRevoke);
+ const clear = () => {
+ revoke();
+ subject.set(Optional.none());
+ };
+ const isSet = () => subject.get().isSome();
+ const get = () => subject.get();
+ const set = s => {
+ revoke();
+ subject.set(Optional.some(s));
+ };
+ return {
+ clear,
+ isSet,
+ get,
+ set
+ };
+ };
+ const value = () => {
+ const subject = singleton(noop);
+ const on = f => subject.get().each(f);
+ return {
+ ...subject,
+ on
+ };
+ };
+
+ const findCell = (target, isRoot) => closest$1(target, 'td,th', isRoot);
+ const isInEditableContext = cell => parentElement(cell).exists(isEditable$1);
+ const MouseSelection = (bridge, container, isRoot, annotations) => {
+ const cursor = value();
+ const clearstate = cursor.clear;
+ const applySelection = event => {
+ cursor.on(start => {
+ annotations.clearBeforeUpdate(container);
+ findCell(event.target, isRoot).each(finish => {
+ identify(start, finish, isRoot).each(cellSel => {
+ const boxes = cellSel.boxes.getOr([]);
+ if (boxes.length === 1) {
+ const singleCell = boxes[0];
+ const isNonEditableCell = getRaw(singleCell) === 'false';
+ const isCellClosestContentEditable = is(closest(event.target), singleCell, eq$1);
+ if (isNonEditableCell && isCellClosestContentEditable) {
+ annotations.selectRange(container, boxes, singleCell, singleCell);
+ bridge.selectContents(singleCell);
+ }
+ } else if (boxes.length > 1) {
+ annotations.selectRange(container, boxes, cellSel.start, cellSel.finish);
+ bridge.selectContents(finish);
+ }
+ });
+ });
+ });
+ };
+ const mousedown = event => {
+ annotations.clear(container);
+ findCell(event.target, isRoot).filter(isInEditableContext).each(cursor.set);
+ };
+ const mouseover = event => {
+ applySelection(event);
+ };
+ const mouseup = event => {
+ applySelection(event);
+ clearstate();
+ };
+ return {
+ clearstate,
+ mousedown,
+ mouseover,
+ mouseup
+ };
+ };
+
+ const down = {
+ traverse: nextSibling,
+ gather: after$1,
+ relative: Situ.before,
+ retry: Retries.tryDown,
+ failure: BeforeAfter.failedDown
+ };
+ const up = {
+ traverse: prevSibling,
+ gather: before,
+ relative: Situ.before,
+ retry: Retries.tryUp,
+ failure: BeforeAfter.failedUp
+ };
+
+ const isKey = key => {
+ return keycode => {
+ return keycode === key;
+ };
+ };
+ const isUp = isKey(38);
+ const isDown = isKey(40);
+ const isNavigation = keycode => {
+ return keycode >= 37 && keycode <= 40;
+ };
+ const ltr = {
+ isBackward: isKey(37),
+ isForward: isKey(39)
+ };
+ const rtl = {
+ isBackward: isKey(39),
+ isForward: isKey(37)
+ };
+
+ const get$3 = _DOC => {
+ const doc = _DOC !== undefined ? _DOC.dom : document;
+ const x = doc.body.scrollLeft || doc.documentElement.scrollLeft;
+ const y = doc.body.scrollTop || doc.documentElement.scrollTop;
+ return SugarPosition(x, y);
+ };
+ const by = (x, y, _DOC) => {
+ const doc = _DOC !== undefined ? _DOC.dom : document;
+ const win = doc.defaultView;
+ if (win) {
+ win.scrollBy(x, y);
+ }
+ };
+
+ const adt = Adt.generate([
+ { domRange: ['rng'] },
+ {
+ relative: [
+ 'startSitu',
+ 'finishSitu'
+ ]
+ },
+ {
+ exact: [
+ 'start',
+ 'soffset',
+ 'finish',
+ 'foffset'
+ ]
+ }
+ ]);
+ const exactFromRange = simRange => adt.exact(simRange.start, simRange.soffset, simRange.finish, simRange.foffset);
+ const getStart = selection => selection.match({
+ domRange: rng => SugarElement.fromDom(rng.startContainer),
+ relative: (startSitu, _finishSitu) => Situ.getStart(startSitu),
+ exact: (start, _soffset, _finish, _foffset) => start
+ });
+ const domRange = adt.domRange;
+ const relative = adt.relative;
+ const exact = adt.exact;
+ const getWin = selection => {
+ const start = getStart(selection);
+ return defaultView(start);
+ };
+ const range = SimRange.create;
+ const SimSelection = {
+ domRange,
+ relative,
+ exact,
+ exactFromRange,
+ getWin,
+ range
+ };
+
+ const caretPositionFromPoint = (doc, x, y) => {
+ var _a, _b;
+ return Optional.from((_b = (_a = doc.dom).caretPositionFromPoint) === null || _b === void 0 ? void 0 : _b.call(_a, x, y)).bind(pos => {
+ if (pos.offsetNode === null) {
+ return Optional.none();
+ }
+ const r = doc.dom.createRange();
+ r.setStart(pos.offsetNode, pos.offset);
+ r.collapse();
+ return Optional.some(r);
+ });
+ };
+ const caretRangeFromPoint = (doc, x, y) => {
+ var _a, _b;
+ return Optional.from((_b = (_a = doc.dom).caretRangeFromPoint) === null || _b === void 0 ? void 0 : _b.call(_a, x, y));
+ };
+ const availableSearch = (() => {
+ if (document.caretPositionFromPoint) {
+ return caretPositionFromPoint;
+ } else if (document.caretRangeFromPoint) {
+ return caretRangeFromPoint;
+ } else {
+ return Optional.none;
+ }
+ })();
+ const fromPoint = (win, x, y) => {
+ const doc = SugarElement.fromDom(win.document);
+ return availableSearch(doc, x, y).map(rng => SimRange.create(SugarElement.fromDom(rng.startContainer), rng.startOffset, SugarElement.fromDom(rng.endContainer), rng.endOffset));
+ };
+
+ const beforeSpecial = (element, offset) => {
+ const name$1 = name(element);
+ if ('input' === name$1) {
+ return Situ.after(element);
+ } else if (!contains$2([
+ 'br',
+ 'img'
+ ], name$1)) {
+ return Situ.on(element, offset);
+ } else {
+ return offset === 0 ? Situ.before(element) : Situ.after(element);
+ }
+ };
+ const preprocessRelative = (startSitu, finishSitu) => {
+ const start = startSitu.fold(Situ.before, beforeSpecial, Situ.after);
+ const finish = finishSitu.fold(Situ.before, beforeSpecial, Situ.after);
+ return SimSelection.relative(start, finish);
+ };
+ const preprocessExact = (start, soffset, finish, foffset) => {
+ const startSitu = beforeSpecial(start, soffset);
+ const finishSitu = beforeSpecial(finish, foffset);
+ return SimSelection.relative(startSitu, finishSitu);
+ };
+
+ const makeRange = (start, soffset, finish, foffset) => {
+ const doc = owner(start);
+ const rng = doc.dom.createRange();
+ rng.setStart(start.dom, soffset);
+ rng.setEnd(finish.dom, foffset);
+ return rng;
+ };
+ const after = (start, soffset, finish, foffset) => {
+ const r = makeRange(start, soffset, finish, foffset);
+ const same = eq$1(start, finish) && soffset === foffset;
+ return r.collapsed && !same;
+ };
+
+ const getNativeSelection = win => Optional.from(win.getSelection());
+ const doSetNativeRange = (win, rng) => {
+ getNativeSelection(win).each(selection => {
+ selection.removeAllRanges();
+ selection.addRange(rng);
+ });
+ };
+ const doSetRange = (win, start, soffset, finish, foffset) => {
+ const rng = exactToNative(win, start, soffset, finish, foffset);
+ doSetNativeRange(win, rng);
+ };
+ const setLegacyRtlRange = (win, selection, start, soffset, finish, foffset) => {
+ selection.collapse(start.dom, soffset);
+ selection.extend(finish.dom, foffset);
+ };
+ const setRangeFromRelative = (win, relative) => diagnose(win, relative).match({
+ ltr: (start, soffset, finish, foffset) => {
+ doSetRange(win, start, soffset, finish, foffset);
+ },
+ rtl: (start, soffset, finish, foffset) => {
+ getNativeSelection(win).each(selection => {
+ if (selection.setBaseAndExtent) {
+ selection.setBaseAndExtent(start.dom, soffset, finish.dom, foffset);
+ } else if (selection.extend) {
+ try {
+ setLegacyRtlRange(win, selection, start, soffset, finish, foffset);
+ } catch (e) {
+ doSetRange(win, finish, foffset, start, soffset);
+ }
+ } else {
+ doSetRange(win, finish, foffset, start, soffset);
+ }
+ });
+ }
+ });
+ const setExact = (win, start, soffset, finish, foffset) => {
+ const relative = preprocessExact(start, soffset, finish, foffset);
+ setRangeFromRelative(win, relative);
+ };
+ const setRelative = (win, startSitu, finishSitu) => {
+ const relative = preprocessRelative(startSitu, finishSitu);
+ setRangeFromRelative(win, relative);
+ };
+ const readRange = selection => {
+ if (selection.rangeCount > 0) {
+ const firstRng = selection.getRangeAt(0);
+ const lastRng = selection.getRangeAt(selection.rangeCount - 1);
+ return Optional.some(SimRange.create(SugarElement.fromDom(firstRng.startContainer), firstRng.startOffset, SugarElement.fromDom(lastRng.endContainer), lastRng.endOffset));
+ } else {
+ return Optional.none();
+ }
+ };
+ const doGetExact = selection => {
+ if (selection.anchorNode === null || selection.focusNode === null) {
+ return readRange(selection);
+ } else {
+ const anchor = SugarElement.fromDom(selection.anchorNode);
+ const focus = SugarElement.fromDom(selection.focusNode);
+ return after(anchor, selection.anchorOffset, focus, selection.focusOffset) ? Optional.some(SimRange.create(anchor, selection.anchorOffset, focus, selection.focusOffset)) : readRange(selection);
+ }
+ };
+ const setToElement = (win, element, selectNodeContents$1 = true) => {
+ const rngGetter = selectNodeContents$1 ? selectNodeContents : selectNode;
+ const rng = rngGetter(win, element);
+ doSetNativeRange(win, rng);
+ };
+ const getExact = win => getNativeSelection(win).filter(sel => sel.rangeCount > 0).bind(doGetExact);
+ const get$2 = win => getExact(win).map(range => SimSelection.exact(range.start, range.soffset, range.finish, range.foffset));
+ const getFirstRect = (win, selection) => {
+ const rng = asLtrRange(win, selection);
+ return getFirstRect$1(rng);
+ };
+ const getAtPoint = (win, x, y) => fromPoint(win, x, y);
+ const clear = win => {
+ getNativeSelection(win).each(selection => selection.removeAllRanges());
+ };
+
+ const WindowBridge = win => {
+ const elementFromPoint = (x, y) => {
+ return SugarElement.fromPoint(SugarElement.fromDom(win.document), x, y);
+ };
+ const getRect = element => {
+ return element.dom.getBoundingClientRect();
+ };
+ const getRangedRect = (start, soffset, finish, foffset) => {
+ const sel = SimSelection.exact(start, soffset, finish, foffset);
+ return getFirstRect(win, sel);
+ };
+ const getSelection = () => {
+ return get$2(win).map(exactAdt => {
+ return convertToRange(win, exactAdt);
+ });
+ };
+ const fromSitus = situs => {
+ const relative = SimSelection.relative(situs.start, situs.finish);
+ return convertToRange(win, relative);
+ };
+ const situsFromPoint = (x, y) => {
+ return getAtPoint(win, x, y).map(exact => {
+ return Situs.create(exact.start, exact.soffset, exact.finish, exact.foffset);
+ });
+ };
+ const clearSelection = () => {
+ clear(win);
+ };
+ const collapseSelection = (toStart = false) => {
+ get$2(win).each(sel => sel.fold(rng => rng.collapse(toStart), (startSitu, finishSitu) => {
+ const situ = toStart ? startSitu : finishSitu;
+ setRelative(win, situ, situ);
+ }, (start, soffset, finish, foffset) => {
+ const node = toStart ? start : finish;
+ const offset = toStart ? soffset : foffset;
+ setExact(win, node, offset, node, offset);
+ }));
+ };
+ const selectNode = element => {
+ setToElement(win, element, false);
+ };
+ const selectContents = element => {
+ setToElement(win, element);
+ };
+ const setSelection = sel => {
+ setExact(win, sel.start, sel.soffset, sel.finish, sel.foffset);
+ };
+ const setRelativeSelection = (start, finish) => {
+ setRelative(win, start, finish);
+ };
+ const getInnerHeight = () => {
+ return win.innerHeight;
+ };
+ const getScrollY = () => {
+ const pos = get$3(SugarElement.fromDom(win.document));
+ return pos.top;
+ };
+ const scrollBy = (x, y) => {
+ by(x, y, SugarElement.fromDom(win.document));
+ };
+ return {
+ elementFromPoint,
+ getRect,
+ getRangedRect,
+ getSelection,
+ fromSitus,
+ situsFromPoint,
+ clearSelection,
+ collapseSelection,
+ setSelection,
+ setRelativeSelection,
+ selectNode,
+ selectContents,
+ getInnerHeight,
+ getScrollY,
+ scrollBy
+ };
+ };
+
+ const rc = (rows, cols) => ({
+ rows,
+ cols
+ });
+ const mouse = (win, container, isRoot, annotations) => {
+ const bridge = WindowBridge(win);
+ const handlers = MouseSelection(bridge, container, isRoot, annotations);
+ return {
+ clearstate: handlers.clearstate,
+ mousedown: handlers.mousedown,
+ mouseover: handlers.mouseover,
+ mouseup: handlers.mouseup
+ };
+ };
+ const isEditableNode = node => closest$2(node, isHTMLElement).exists(isEditable$1);
+ const isEditableSelection = (start, finish) => isEditableNode(start) || isEditableNode(finish);
+ const keyboard = (win, container, isRoot, annotations) => {
+ const bridge = WindowBridge(win);
+ const clearToNavigate = () => {
+ annotations.clear(container);
+ return Optional.none();
+ };
+ const keydown = (event, start, soffset, finish, foffset, direction) => {
+ const realEvent = event.raw;
+ const keycode = realEvent.which;
+ const shiftKey = realEvent.shiftKey === true;
+ const handler = retrieve$1(container, annotations.selectedSelector).fold(() => {
+ if (isNavigation(keycode) && !shiftKey) {
+ annotations.clearBeforeUpdate(container);
+ }
+ if (isNavigation(keycode) && shiftKey && !isEditableSelection(start, finish)) {
+ return Optional.none;
+ } else if (isDown(keycode) && shiftKey) {
+ return curry(select, bridge, container, isRoot, down, finish, start, annotations.selectRange);
+ } else if (isUp(keycode) && shiftKey) {
+ return curry(select, bridge, container, isRoot, up, finish, start, annotations.selectRange);
+ } else if (isDown(keycode)) {
+ return curry(navigate, bridge, isRoot, down, finish, start, lastDownCheck);
+ } else if (isUp(keycode)) {
+ return curry(navigate, bridge, isRoot, up, finish, start, firstUpCheck);
+ } else {
+ return Optional.none;
+ }
+ }, selected => {
+ const update$1 = attempts => {
+ return () => {
+ const navigation = findMap(attempts, delta => {
+ return update(delta.rows, delta.cols, container, selected, annotations);
+ });
+ return navigation.fold(() => {
+ return getEdges(container, annotations.firstSelectedSelector, annotations.lastSelectedSelector).map(edges => {
+ const relative = isDown(keycode) || direction.isForward(keycode) ? Situ.after : Situ.before;
+ bridge.setRelativeSelection(Situ.on(edges.first, 0), relative(edges.table));
+ annotations.clear(container);
+ return Response.create(Optional.none(), true);
+ });
+ }, _ => {
+ return Optional.some(Response.create(Optional.none(), true));
+ });
+ };
+ };
+ if (isNavigation(keycode) && shiftKey && !isEditableSelection(start, finish)) {
+ return Optional.none;
+ } else if (isDown(keycode) && shiftKey) {
+ return update$1([rc(+1, 0)]);
+ } else if (isUp(keycode) && shiftKey) {
+ return update$1([rc(-1, 0)]);
+ } else if (direction.isBackward(keycode) && shiftKey) {
+ return update$1([
+ rc(0, -1),
+ rc(-1, 0)
+ ]);
+ } else if (direction.isForward(keycode) && shiftKey) {
+ return update$1([
+ rc(0, +1),
+ rc(+1, 0)
+ ]);
+ } else if (isNavigation(keycode) && !shiftKey) {
+ return clearToNavigate;
+ } else {
+ return Optional.none;
+ }
+ });
+ return handler();
+ };
+ const keyup = (event, start, soffset, finish, foffset) => {
+ return retrieve$1(container, annotations.selectedSelector).fold(() => {
+ const realEvent = event.raw;
+ const keycode = realEvent.which;
+ const shiftKey = realEvent.shiftKey === true;
+ if (!shiftKey) {
+ return Optional.none();
+ }
+ if (isNavigation(keycode) && isEditableSelection(start, finish)) {
+ return sync(container, isRoot, start, soffset, finish, foffset, annotations.selectRange);
+ } else {
+ return Optional.none();
+ }
+ }, Optional.none);
+ };
+ return {
+ keydown,
+ keyup
+ };
+ };
+ const external = (win, container, isRoot, annotations) => {
+ const bridge = WindowBridge(win);
+ return (start, finish) => {
+ annotations.clearBeforeUpdate(container);
+ identify(start, finish, isRoot).each(cellSel => {
+ const boxes = cellSel.boxes.getOr([]);
+ annotations.selectRange(container, boxes, cellSel.start, cellSel.finish);
+ bridge.selectContents(finish);
+ bridge.collapseSelection();
+ });
+ };
+ };
+
+ const read = (element, attr) => {
+ const value = get$b(element, attr);
+ return value === undefined || value === '' ? [] : value.split(' ');
+ };
+ const add$2 = (element, attr, id) => {
+ const old = read(element, attr);
+ const nu = old.concat([id]);
+ set$2(element, attr, nu.join(' '));
+ return true;
+ };
+ const remove$4 = (element, attr, id) => {
+ const nu = filter$2(read(element, attr), v => v !== id);
+ if (nu.length > 0) {
+ set$2(element, attr, nu.join(' '));
+ } else {
+ remove$7(element, attr);
+ }
+ return false;
+ };
+
+ const supports = element => element.dom.classList !== undefined;
+ const get$1 = element => read(element, 'class');
+ const add$1 = (element, clazz) => add$2(element, 'class', clazz);
+ const remove$3 = (element, clazz) => remove$4(element, 'class', clazz);
+
+ const add = (element, clazz) => {
+ if (supports(element)) {
+ element.dom.classList.add(clazz);
+ } else {
+ add$1(element, clazz);
+ }
+ };
+ const cleanClass = element => {
+ const classList = supports(element) ? element.dom.classList : get$1(element);
+ if (classList.length === 0) {
+ remove$7(element, 'class');
+ }
+ };
+ const remove$2 = (element, clazz) => {
+ if (supports(element)) {
+ const classList = element.dom.classList;
+ classList.remove(clazz);
+ } else {
+ remove$3(element, clazz);
+ }
+ cleanClass(element);
+ };
+ const has = (element, clazz) => supports(element) && element.dom.classList.contains(clazz);
+
+ const remove$1 = (element, classes) => {
+ each$2(classes, x => {
+ remove$2(element, x);
+ });
+ };
+
+ const addClass = clazz => element => {
+ add(element, clazz);
+ };
+ const removeClasses = classes => element => {
+ remove$1(element, classes);
+ };
+
+ const byClass = ephemera => {
+ const addSelectionClass = addClass(ephemera.selected);
+ const removeSelectionClasses = removeClasses([
+ ephemera.selected,
+ ephemera.lastSelected,
+ ephemera.firstSelected
+ ]);
+ const clear = container => {
+ const sels = descendants(container, ephemera.selectedSelector);
+ each$2(sels, removeSelectionClasses);
+ };
+ const selectRange = (container, cells, start, finish) => {
+ clear(container);
+ each$2(cells, addSelectionClass);
+ add(start, ephemera.firstSelected);
+ add(finish, ephemera.lastSelected);
+ };
+ return {
+ clearBeforeUpdate: clear,
+ clear,
+ selectRange,
+ selectedSelector: ephemera.selectedSelector,
+ firstSelectedSelector: ephemera.firstSelectedSelector,
+ lastSelectedSelector: ephemera.lastSelectedSelector
+ };
+ };
+ const byAttr = (ephemera, onSelection, onClear) => {
+ const removeSelectionAttributes = element => {
+ remove$7(element, ephemera.selected);
+ remove$7(element, ephemera.firstSelected);
+ remove$7(element, ephemera.lastSelected);
+ };
+ const addSelectionAttribute = element => {
+ set$2(element, ephemera.selected, '1');
+ };
+ const clear = container => {
+ clearBeforeUpdate(container);
+ onClear();
+ };
+ const clearBeforeUpdate = container => {
+ const sels = descendants(container, `${ ephemera.selectedSelector },${ ephemera.firstSelectedSelector },${ ephemera.lastSelectedSelector }`);
+ each$2(sels, removeSelectionAttributes);
+ };
+ const selectRange = (container, cells, start, finish) => {
+ clear(container);
+ each$2(cells, addSelectionAttribute);
+ set$2(start, ephemera.firstSelected, '1');
+ set$2(finish, ephemera.lastSelected, '1');
+ onSelection(cells, start, finish);
+ };
+ return {
+ clearBeforeUpdate,
+ clear,
+ selectRange,
+ selectedSelector: ephemera.selectedSelector,
+ firstSelectedSelector: ephemera.firstSelectedSelector,
+ lastSelectedSelector: ephemera.lastSelectedSelector
+ };
+ };
+ const SelectionAnnotation = {
+ byClass,
+ byAttr
+ };
+
+ const fold = (subject, onNone, onMultiple, onSingle) => {
+ switch (subject.tag) {
+ case 'none':
+ return onNone();
+ case 'single':
+ return onSingle(subject.element);
+ case 'multiple':
+ return onMultiple(subject.elements);
+ }
+ };
+ const none = () => ({ tag: 'none' });
+ const multiple = elements => ({
+ tag: 'multiple',
+ elements
+ });
+ const single = element => ({
+ tag: 'single',
+ element
+ });
+
+ const Selections = (lazyRoot, getStart, selectedSelector) => {
+ const get = () => retrieve(lazyRoot(), selectedSelector).fold(() => getStart().fold(none, single), multiple);
+ return { get };
+ };
+
+ const getUpOrLeftCells = (grid, selectedCells) => {
+ const upGrid = grid.slice(0, selectedCells[selectedCells.length - 1].row + 1);
+ const upDetails = toDetailList(upGrid);
+ return bind$2(upDetails, detail => {
+ const slicedCells = detail.cells.slice(0, selectedCells[selectedCells.length - 1].column + 1);
+ return map$1(slicedCells, cell => cell.element);
+ });
+ };
+ const getDownOrRightCells = (grid, selectedCells) => {
+ const downGrid = grid.slice(selectedCells[0].row + selectedCells[0].rowspan - 1, grid.length);
+ const downDetails = toDetailList(downGrid);
+ return bind$2(downDetails, detail => {
+ const slicedCells = detail.cells.slice(selectedCells[0].column + selectedCells[0].colspan - 1, detail.cells.length);
+ return map$1(slicedCells, cell => cell.element);
+ });
+ };
+ const getOtherCells = (table, target, generators) => {
+ const warehouse = Warehouse.fromTable(table);
+ const details = onCells(warehouse, target);
+ return details.map(selectedCells => {
+ const grid = toGrid(warehouse, generators, false);
+ const {rows} = extractGridDetails(grid);
+ const upOrLeftCells = getUpOrLeftCells(rows, selectedCells);
+ const downOrRightCells = getDownOrRightCells(rows, selectedCells);
+ return {
+ upOrLeftCells,
+ downOrRightCells
+ };
+ });
+ };
+
+ const mkEvent = (target, x, y, stop, prevent, kill, raw) => ({
+ target,
+ x,
+ y,
+ stop,
+ prevent,
+ kill,
+ raw
+ });
+ const fromRawEvent$1 = rawEvent => {
+ const target = SugarElement.fromDom(getOriginalEventTarget(rawEvent).getOr(rawEvent.target));
+ const stop = () => rawEvent.stopPropagation();
+ const prevent = () => rawEvent.preventDefault();
+ const kill = compose(prevent, stop);
+ return mkEvent(target, rawEvent.clientX, rawEvent.clientY, stop, prevent, kill, rawEvent);
+ };
+ const handle = (filter, handler) => rawEvent => {
+ if (filter(rawEvent)) {
+ handler(fromRawEvent$1(rawEvent));
+ }
+ };
+ const binder = (element, event, filter, handler, useCapture) => {
+ const wrapped = handle(filter, handler);
+ element.dom.addEventListener(event, wrapped, useCapture);
+ return { unbind: curry(unbind, element, event, wrapped, useCapture) };
+ };
+ const bind$1 = (element, event, filter, handler) => binder(element, event, filter, handler, false);
+ const unbind = (element, event, handler, useCapture) => {
+ element.dom.removeEventListener(event, handler, useCapture);
+ };
+
+ const filter = always;
+ const bind = (element, event, handler) => bind$1(element, event, filter, handler);
+ const fromRawEvent = fromRawEvent$1;
+
+ const hasInternalTarget = e => !has(SugarElement.fromDom(e.target), 'ephox-snooker-resizer-bar');
+ const TableCellSelectionHandler = (editor, resizeHandler) => {
+ const cellSelection = Selections(() => SugarElement.fromDom(editor.getBody()), () => getSelectionCell(getSelectionStart(editor), getIsRoot(editor)), ephemera.selectedSelector);
+ const onSelection = (cells, start, finish) => {
+ const tableOpt = table(start);
+ tableOpt.each(table => {
+ const cloneFormats = getTableCloneElements(editor);
+ const generators = cellOperations(noop, SugarElement.fromDom(editor.getDoc()), cloneFormats);
+ const selectedCells = getCellsFromSelection(editor);
+ const otherCells = getOtherCells(table, { selection: selectedCells }, generators);
+ fireTableSelectionChange(editor, cells, start, finish, otherCells);
+ });
+ };
+ const onClear = () => fireTableSelectionClear(editor);
+ const annotations = SelectionAnnotation.byAttr(ephemera, onSelection, onClear);
+ editor.on('init', _e => {
+ const win = editor.getWin();
+ const body = getBody(editor);
+ const isRoot = getIsRoot(editor);
+ const syncSelection = () => {
+ const sel = editor.selection;
+ const start = SugarElement.fromDom(sel.getStart());
+ const end = SugarElement.fromDom(sel.getEnd());
+ const shared = sharedOne(table, [
+ start,
+ end
+ ]);
+ shared.fold(() => annotations.clear(body), noop);
+ };
+ const mouseHandlers = mouse(win, body, isRoot, annotations);
+ const keyHandlers = keyboard(win, body, isRoot, annotations);
+ const external$1 = external(win, body, isRoot, annotations);
+ const hasShiftKey = event => event.raw.shiftKey === true;
+ editor.on('TableSelectorChange', e => external$1(e.start, e.finish));
+ const handleResponse = (event, response) => {
+ if (!hasShiftKey(event)) {
+ return;
+ }
+ if (response.kill) {
+ event.kill();
+ }
+ response.selection.each(ns => {
+ const relative = SimSelection.relative(ns.start, ns.finish);
+ const rng = asLtrRange(win, relative);
+ editor.selection.setRng(rng);
+ });
+ };
+ const keyup = event => {
+ const wrappedEvent = fromRawEvent(event);
+ if (wrappedEvent.raw.shiftKey && isNavigation(wrappedEvent.raw.which)) {
+ const rng = editor.selection.getRng();
+ const start = SugarElement.fromDom(rng.startContainer);
+ const end = SugarElement.fromDom(rng.endContainer);
+ keyHandlers.keyup(wrappedEvent, start, rng.startOffset, end, rng.endOffset).each(response => {
+ handleResponse(wrappedEvent, response);
+ });
+ }
+ };
+ const keydown = event => {
+ const wrappedEvent = fromRawEvent(event);
+ resizeHandler.hide();
+ const rng = editor.selection.getRng();
+ const start = SugarElement.fromDom(rng.startContainer);
+ const end = SugarElement.fromDom(rng.endContainer);
+ const direction = onDirection(ltr, rtl)(SugarElement.fromDom(editor.selection.getStart()));
+ keyHandlers.keydown(wrappedEvent, start, rng.startOffset, end, rng.endOffset, direction).each(response => {
+ handleResponse(wrappedEvent, response);
+ });
+ resizeHandler.show();
+ };
+ const isLeftMouse = raw => raw.button === 0;
+ const isLeftButtonPressed = raw => {
+ if (raw.buttons === undefined) {
+ return true;
+ }
+ return (raw.buttons & 1) !== 0;
+ };
+ const dragStart = _e => {
+ mouseHandlers.clearstate();
+ };
+ const mouseDown = e => {
+ if (isLeftMouse(e) && hasInternalTarget(e)) {
+ mouseHandlers.mousedown(fromRawEvent(e));
+ }
+ };
+ const mouseOver = e => {
+ if (isLeftButtonPressed(e) && hasInternalTarget(e)) {
+ mouseHandlers.mouseover(fromRawEvent(e));
+ }
+ };
+ const mouseUp = e => {
+ if (isLeftMouse(e) && hasInternalTarget(e)) {
+ mouseHandlers.mouseup(fromRawEvent(e));
+ }
+ };
+ const getDoubleTap = () => {
+ const lastTarget = Cell(SugarElement.fromDom(body));
+ const lastTimeStamp = Cell(0);
+ const touchEnd = t => {
+ const target = SugarElement.fromDom(t.target);
+ if (isTag('td')(target) || isTag('th')(target)) {
+ const lT = lastTarget.get();
+ const lTS = lastTimeStamp.get();
+ if (eq$1(lT, target) && t.timeStamp - lTS < 300) {
+ t.preventDefault();
+ external$1(target, target);
+ }
+ }
+ lastTarget.set(target);
+ lastTimeStamp.set(t.timeStamp);
+ };
+ return { touchEnd };
+ };
+ const doubleTap = getDoubleTap();
+ editor.on('dragstart', dragStart);
+ editor.on('mousedown', mouseDown);
+ editor.on('mouseover', mouseOver);
+ editor.on('mouseup', mouseUp);
+ editor.on('touchend', doubleTap.touchEnd);
+ editor.on('keyup', keyup);
+ editor.on('keydown', keydown);
+ editor.on('NodeChange', syncSelection);
+ });
+ editor.on('PreInit', () => {
+ editor.serializer.addTempAttr(ephemera.firstSelected);
+ editor.serializer.addTempAttr(ephemera.lastSelected);
+ });
+ const clearSelectedCells = container => annotations.clear(SugarElement.fromDom(container));
+ const getSelectedCells = () => fold(cellSelection.get(), constant([]), cells => {
+ return map$1(cells, cell => cell.dom);
+ }, cell => [cell.dom]);
+ return {
+ getSelectedCells,
+ clearSelectedCells
+ };
+ };
+
+ const Event = fields => {
+ let handlers = [];
+ const bind = handler => {
+ if (handler === undefined) {
+ throw new Error('Event bind error: undefined handler');
+ }
+ handlers.push(handler);
+ };
+ const unbind = handler => {
+ handlers = filter$2(handlers, h => {
+ return h !== handler;
+ });
+ };
+ const trigger = (...args) => {
+ const event = {};
+ each$2(fields, (name, i) => {
+ event[name] = args[i];
+ });
+ each$2(handlers, handler => {
+ handler(event);
+ });
+ };
+ return {
+ bind,
+ unbind,
+ trigger
+ };
+ };
+
+ const create$1 = typeDefs => {
+ const registry = map(typeDefs, event => {
+ return {
+ bind: event.bind,
+ unbind: event.unbind
+ };
+ });
+ const trigger = map(typeDefs, event => {
+ return event.trigger;
+ });
+ return {
+ registry,
+ trigger
+ };
+ };
+
+ const last = (fn, rate) => {
+ let timer = null;
+ const cancel = () => {
+ if (!isNull(timer)) {
+ clearTimeout(timer);
+ timer = null;
+ }
+ };
+ const throttle = (...args) => {
+ cancel();
+ timer = setTimeout(() => {
+ timer = null;
+ fn.apply(null, args);
+ }, rate);
+ };
+ return {
+ cancel,
+ throttle
+ };
+ };
+
+ const sort = arr => {
+ return arr.slice(0).sort();
+ };
+ const reqMessage = (required, keys) => {
+ throw new Error('All required keys (' + sort(required).join(', ') + ') were not specified. Specified keys were: ' + sort(keys).join(', ') + '.');
+ };
+ const unsuppMessage = unsupported => {
+ throw new Error('Unsupported keys for object: ' + sort(unsupported).join(', '));
+ };
+ const validateStrArr = (label, array) => {
+ if (!isArray(array)) {
+ throw new Error('The ' + label + ' fields must be an array. Was: ' + array + '.');
+ }
+ each$2(array, a => {
+ if (!isString(a)) {
+ throw new Error('The value ' + a + ' in the ' + label + ' fields was not a string.');
+ }
+ });
+ };
+ const invalidTypeMessage = (incorrect, type) => {
+ throw new Error('All values need to be of type: ' + type + '. Keys (' + sort(incorrect).join(', ') + ') were not.');
+ };
+ const checkDupes = everything => {
+ const sorted = sort(everything);
+ const dupe = find$1(sorted, (s, i) => {
+ return i < sorted.length - 1 && s === sorted[i + 1];
+ });
+ dupe.each(d => {
+ throw new Error('The field: ' + d + ' occurs more than once in the combined fields: [' + sorted.join(', ') + '].');
+ });
+ };
+
+ const base = (handleUnsupported, required) => {
+ return baseWith(handleUnsupported, required, {
+ validate: isFunction,
+ label: 'function'
+ });
+ };
+ const baseWith = (handleUnsupported, required, pred) => {
+ if (required.length === 0) {
+ throw new Error('You must specify at least one required field.');
+ }
+ validateStrArr('required', required);
+ checkDupes(required);
+ return obj => {
+ const keys$1 = keys(obj);
+ const allReqd = forall(required, req => {
+ return contains$2(keys$1, req);
+ });
+ if (!allReqd) {
+ reqMessage(required, keys$1);
+ }
+ handleUnsupported(required, keys$1);
+ const invalidKeys = filter$2(required, key => {
+ return !pred.validate(obj[key], key);
+ });
+ if (invalidKeys.length > 0) {
+ invalidTypeMessage(invalidKeys, pred.label);
+ }
+ return obj;
+ };
+ };
+ const handleExact = (required, keys) => {
+ const unsupported = filter$2(keys, key => {
+ return !contains$2(required, key);
+ });
+ if (unsupported.length > 0) {
+ unsuppMessage(unsupported);
+ }
+ };
+ const exactly = required => base(handleExact, required);
+
+ const DragMode = exactly([
+ 'compare',
+ 'extract',
+ 'mutate',
+ 'sink'
+ ]);
+ const DragSink = exactly([
+ 'element',
+ 'start',
+ 'stop',
+ 'destroy'
+ ]);
+ const DragApi = exactly([
+ 'forceDrop',
+ 'drop',
+ 'move',
+ 'delayDrop'
+ ]);
+
+ const InDrag = () => {
+ let previous = Optional.none();
+ const reset = () => {
+ previous = Optional.none();
+ };
+ const update = (mode, nu) => {
+ const result = previous.map(old => {
+ return mode.compare(old, nu);
+ });
+ previous = Optional.some(nu);
+ return result;
+ };
+ const onEvent = (event, mode) => {
+ const dataOption = mode.extract(event);
+ dataOption.each(data => {
+ const offset = update(mode, data);
+ offset.each(d => {
+ events.trigger.move(d);
+ });
+ });
+ };
+ const events = create$1({ move: Event(['info']) });
+ return {
+ onEvent,
+ reset,
+ events: events.registry
+ };
+ };
+
+ const NoDrag = () => {
+ const events = create$1({ move: Event(['info']) });
+ return {
+ onEvent: noop,
+ reset: noop,
+ events: events.registry
+ };
+ };
+
+ const Movement = () => {
+ const noDragState = NoDrag();
+ const inDragState = InDrag();
+ let dragState = noDragState;
+ const on = () => {
+ dragState.reset();
+ dragState = inDragState;
+ };
+ const off = () => {
+ dragState.reset();
+ dragState = noDragState;
+ };
+ const onEvent = (event, mode) => {
+ dragState.onEvent(event, mode);
+ };
+ const isOn = () => {
+ return dragState === inDragState;
+ };
+ return {
+ on,
+ off,
+ isOn,
+ onEvent,
+ events: inDragState.events
+ };
+ };
+
+ const setup = (mutation, mode, settings) => {
+ let active = false;
+ const events = create$1({
+ start: Event([]),
+ stop: Event([])
+ });
+ const movement = Movement();
+ const drop = () => {
+ sink.stop();
+ if (movement.isOn()) {
+ movement.off();
+ events.trigger.stop();
+ }
+ };
+ const throttledDrop = last(drop, 200);
+ const go = parent => {
+ sink.start(parent);
+ movement.on();
+ events.trigger.start();
+ };
+ const mousemove = event => {
+ throttledDrop.cancel();
+ movement.onEvent(event, mode);
+ };
+ movement.events.move.bind(event => {
+ mode.mutate(mutation, event.info);
+ });
+ const on = () => {
+ active = true;
+ };
+ const off = () => {
+ active = false;
+ };
+ const isActive = () => active;
+ const runIfActive = f => {
+ return (...args) => {
+ if (active) {
+ f.apply(null, args);
+ }
+ };
+ };
+ const sink = mode.sink(DragApi({
+ forceDrop: drop,
+ drop: runIfActive(drop),
+ move: runIfActive(mousemove),
+ delayDrop: runIfActive(throttledDrop.throttle)
+ }), settings);
+ const destroy = () => {
+ sink.destroy();
+ };
+ return {
+ element: sink.element,
+ go,
+ on,
+ off,
+ isActive,
+ destroy,
+ events: events.registry
+ };
+ };
+
+ const css = namespace => {
+ const dashNamespace = namespace.replace(/\./g, '-');
+ const resolve = str => {
+ return dashNamespace + '-' + str;
+ };
+ return { resolve };
+ };
+
+ const styles$1 = css('ephox-dragster');
+ const resolve$1 = styles$1.resolve;
+
+ const Blocker = options => {
+ const settings = {
+ layerClass: resolve$1('blocker'),
+ ...options
+ };
+ const div = SugarElement.fromTag('div');
+ set$2(div, 'role', 'presentation');
+ setAll(div, {
+ position: 'fixed',
+ left: '0px',
+ top: '0px',
+ width: '100%',
+ height: '100%'
+ });
+ add(div, resolve$1('blocker'));
+ add(div, settings.layerClass);
+ const element = constant(div);
+ const destroy = () => {
+ remove$6(div);
+ };
+ return {
+ element,
+ destroy
+ };
+ };
+
+ const compare = (old, nu) => {
+ return SugarPosition(nu.left - old.left, nu.top - old.top);
+ };
+ const extract = event => {
+ return Optional.some(SugarPosition(event.x, event.y));
+ };
+ const mutate = (mutation, info) => {
+ mutation.mutate(info.left, info.top);
+ };
+ const sink = (dragApi, settings) => {
+ const blocker = Blocker(settings);
+ const mdown = bind(blocker.element(), 'mousedown', dragApi.forceDrop);
+ const mup = bind(blocker.element(), 'mouseup', dragApi.drop);
+ const mmove = bind(blocker.element(), 'mousemove', dragApi.move);
+ const mout = bind(blocker.element(), 'mouseout', dragApi.delayDrop);
+ const destroy = () => {
+ blocker.destroy();
+ mup.unbind();
+ mmove.unbind();
+ mout.unbind();
+ mdown.unbind();
+ };
+ const start = parent => {
+ append$1(parent, blocker.element());
+ };
+ const stop = () => {
+ remove$6(blocker.element());
+ };
+ return DragSink({
+ element: blocker.element,
+ start,
+ stop,
+ destroy
+ });
+ };
+ var MouseDrag = DragMode({
+ compare,
+ extract,
+ sink,
+ mutate
+ });
+
+ const transform = (mutation, settings = {}) => {
+ var _a;
+ const mode = (_a = settings.mode) !== null && _a !== void 0 ? _a : MouseDrag;
+ return setup(mutation, mode, settings);
+ };
+
+ const styles = css('ephox-snooker');
+ const resolve = styles.resolve;
+
+ const Mutation = () => {
+ const events = create$1({
+ drag: Event([
+ 'xDelta',
+ 'yDelta'
+ ])
+ });
+ const mutate = (x, y) => {
+ events.trigger.drag(x, y);
+ };
+ return {
+ mutate,
+ events: events.registry
+ };
+ };
+
+ const BarMutation = () => {
+ const events = create$1({
+ drag: Event([
+ 'xDelta',
+ 'yDelta',
+ 'target'
+ ])
+ });
+ let target = Optional.none();
+ const delegate = Mutation();
+ delegate.events.drag.bind(event => {
+ target.each(t => {
+ events.trigger.drag(event.xDelta, event.yDelta, t);
+ });
+ });
+ const assign = t => {
+ target = Optional.some(t);
+ };
+ const get = () => {
+ return target;
+ };
+ return {
+ assign,
+ get,
+ mutate: delegate.mutate,
+ events: events.registry
+ };
+ };
+
+ const col = (column, x, y, w, h) => {
+ const bar = SugarElement.fromTag('div');
+ setAll(bar, {
+ position: 'absolute',
+ left: x - w / 2 + 'px',
+ top: y + 'px',
+ height: h + 'px',
+ width: w + 'px'
+ });
+ setAll$1(bar, {
+ 'data-column': column,
+ 'role': 'presentation'
+ });
+ return bar;
+ };
+ const row = (r, x, y, w, h) => {
+ const bar = SugarElement.fromTag('div');
+ setAll(bar, {
+ position: 'absolute',
+ left: x + 'px',
+ top: y - h / 2 + 'px',
+ height: h + 'px',
+ width: w + 'px'
+ });
+ setAll$1(bar, {
+ 'data-row': r,
+ 'role': 'presentation'
+ });
+ return bar;
+ };
+
+ const resizeBar = resolve('resizer-bar');
+ const resizeRowBar = resolve('resizer-rows');
+ const resizeColBar = resolve('resizer-cols');
+ const BAR_THICKNESS = 7;
+ const resizableRows = (warehouse, isResizable) => bind$2(warehouse.all, (row, i) => isResizable(row.element) ? [i] : []);
+ const resizableColumns = (warehouse, isResizable) => {
+ const resizableCols = [];
+ range$1(warehouse.grid.columns, index => {
+ const colElmOpt = Warehouse.getColumnAt(warehouse, index).map(col => col.element);
+ if (colElmOpt.forall(isResizable)) {
+ resizableCols.push(index);
+ }
+ });
+ return filter$2(resizableCols, colIndex => {
+ const columnCells = Warehouse.filterItems(warehouse, cell => cell.column === colIndex);
+ return forall(columnCells, cell => isResizable(cell.element));
+ });
+ };
+ const destroy = wire => {
+ const previous = descendants(wire.parent(), '.' + resizeBar);
+ each$2(previous, remove$6);
+ };
+ const drawBar = (wire, positions, create) => {
+ const origin = wire.origin();
+ each$2(positions, cpOption => {
+ cpOption.each(cp => {
+ const bar = create(origin, cp);
+ add(bar, resizeBar);
+ append$1(wire.parent(), bar);
+ });
+ });
+ };
+ const refreshCol = (wire, colPositions, position, tableHeight) => {
+ drawBar(wire, colPositions, (origin, cp) => {
+ const colBar = col(cp.col, cp.x - origin.left, position.top - origin.top, BAR_THICKNESS, tableHeight);
+ add(colBar, resizeColBar);
+ return colBar;
+ });
+ };
+ const refreshRow = (wire, rowPositions, position, tableWidth) => {
+ drawBar(wire, rowPositions, (origin, cp) => {
+ const rowBar = row(cp.row, position.left - origin.left, cp.y - origin.top, tableWidth, BAR_THICKNESS);
+ add(rowBar, resizeRowBar);
+ return rowBar;
+ });
+ };
+ const refreshGrid = (warhouse, wire, table, rows, cols) => {
+ const position = absolute(table);
+ const isResizable = wire.isResizable;
+ const rowPositions = rows.length > 0 ? height.positions(rows, table) : [];
+ const resizableRowBars = rowPositions.length > 0 ? resizableRows(warhouse, isResizable) : [];
+ const resizableRowPositions = filter$2(rowPositions, (_pos, i) => exists(resizableRowBars, barIndex => i === barIndex));
+ refreshRow(wire, resizableRowPositions, position, getOuter$2(table));
+ const colPositions = cols.length > 0 ? width.positions(cols, table) : [];
+ const resizableColBars = colPositions.length > 0 ? resizableColumns(warhouse, isResizable) : [];
+ const resizableColPositions = filter$2(colPositions, (_pos, i) => exists(resizableColBars, barIndex => i === barIndex));
+ refreshCol(wire, resizableColPositions, position, getOuter$1(table));
+ };
+ const refresh = (wire, table) => {
+ destroy(wire);
+ if (wire.isResizable(table)) {
+ const warehouse = Warehouse.fromTable(table);
+ const rows$1 = rows(warehouse);
+ const cols = columns(warehouse);
+ refreshGrid(warehouse, wire, table, rows$1, cols);
+ }
+ };
+ const each = (wire, f) => {
+ const bars = descendants(wire.parent(), '.' + resizeBar);
+ each$2(bars, f);
+ };
+ const hide = wire => {
+ each(wire, bar => {
+ set$1(bar, 'display', 'none');
+ });
+ };
+ const show = wire => {
+ each(wire, bar => {
+ set$1(bar, 'display', 'block');
+ });
+ };
+ const isRowBar = element => {
+ return has(element, resizeRowBar);
+ };
+ const isColBar = element => {
+ return has(element, resizeColBar);
+ };
+
+ const resizeBarDragging = resolve('resizer-bar-dragging');
+ const BarManager = wire => {
+ const mutation = BarMutation();
+ const resizing = transform(mutation, {});
+ let hoverTable = Optional.none();
+ const getResizer = (element, type) => {
+ return Optional.from(get$b(element, type));
+ };
+ mutation.events.drag.bind(event => {
+ getResizer(event.target, 'data-row').each(_dataRow => {
+ const currentRow = getCssValue(event.target, 'top');
+ set$1(event.target, 'top', currentRow + event.yDelta + 'px');
+ });
+ getResizer(event.target, 'data-column').each(_dataCol => {
+ const currentCol = getCssValue(event.target, 'left');
+ set$1(event.target, 'left', currentCol + event.xDelta + 'px');
+ });
+ });
+ const getDelta = (target, dir) => {
+ const newX = getCssValue(target, dir);
+ const oldX = getAttrValue(target, 'data-initial-' + dir, 0);
+ return newX - oldX;
+ };
+ resizing.events.stop.bind(() => {
+ mutation.get().each(target => {
+ hoverTable.each(table => {
+ getResizer(target, 'data-row').each(row => {
+ const delta = getDelta(target, 'top');
+ remove$7(target, 'data-initial-top');
+ events.trigger.adjustHeight(table, delta, parseInt(row, 10));
+ });
+ getResizer(target, 'data-column').each(column => {
+ const delta = getDelta(target, 'left');
+ remove$7(target, 'data-initial-left');
+ events.trigger.adjustWidth(table, delta, parseInt(column, 10));
+ });
+ refresh(wire, table);
+ });
+ });
+ });
+ const handler = (target, dir) => {
+ events.trigger.startAdjust();
+ mutation.assign(target);
+ set$2(target, 'data-initial-' + dir, getCssValue(target, dir));
+ add(target, resizeBarDragging);
+ set$1(target, 'opacity', '0.2');
+ resizing.go(wire.parent());
+ };
+ const mousedown = bind(wire.parent(), 'mousedown', event => {
+ if (isRowBar(event.target)) {
+ handler(event.target, 'top');
+ }
+ if (isColBar(event.target)) {
+ handler(event.target, 'left');
+ }
+ });
+ const isRoot = e => {
+ return eq$1(e, wire.view());
+ };
+ const findClosestEditableTable = target => closest$1(target, 'table', isRoot).filter(isEditable$1);
+ const mouseover = bind(wire.view(), 'mouseover', event => {
+ findClosestEditableTable(event.target).fold(() => {
+ if (inBody(event.target)) {
+ destroy(wire);
+ }
+ }, table => {
+ if (resizing.isActive()) {
+ hoverTable = Optional.some(table);
+ refresh(wire, table);
+ }
+ });
+ });
+ const destroy$1 = () => {
+ mousedown.unbind();
+ mouseover.unbind();
+ resizing.destroy();
+ destroy(wire);
+ };
+ const refresh$1 = tbl => {
+ refresh(wire, tbl);
+ };
+ const events = create$1({
+ adjustHeight: Event([
+ 'table',
+ 'delta',
+ 'row'
+ ]),
+ adjustWidth: Event([
+ 'table',
+ 'delta',
+ 'column'
+ ]),
+ startAdjust: Event([])
+ });
+ return {
+ destroy: destroy$1,
+ refresh: refresh$1,
+ on: resizing.on,
+ off: resizing.off,
+ hideBars: curry(hide, wire),
+ showBars: curry(show, wire),
+ events: events.registry
+ };
+ };
+
+ const create = (wire, resizing, lazySizing) => {
+ const hdirection = height;
+ const vdirection = width;
+ const manager = BarManager(wire);
+ const events = create$1({
+ beforeResize: Event([
+ 'table',
+ 'type'
+ ]),
+ afterResize: Event([
+ 'table',
+ 'type'
+ ]),
+ startDrag: Event([])
+ });
+ manager.events.adjustHeight.bind(event => {
+ const table = event.table;
+ events.trigger.beforeResize(table, 'row');
+ const delta = hdirection.delta(event.delta, table);
+ adjustHeight(table, delta, event.row, hdirection);
+ events.trigger.afterResize(table, 'row');
+ });
+ manager.events.startAdjust.bind(_event => {
+ events.trigger.startDrag();
+ });
+ manager.events.adjustWidth.bind(event => {
+ const table = event.table;
+ events.trigger.beforeResize(table, 'col');
+ const delta = vdirection.delta(event.delta, table);
+ const tableSize = lazySizing(table);
+ adjustWidth(table, delta, event.column, resizing, tableSize);
+ events.trigger.afterResize(table, 'col');
+ });
+ return {
+ on: manager.on,
+ off: manager.off,
+ refreshBars: manager.refresh,
+ hideBars: manager.hideBars,
+ showBars: manager.showBars,
+ destroy: manager.destroy,
+ events: events.registry
+ };
+ };
+ const TableResize = { create };
+
+ const only = (element, isResizable) => {
+ const parent = isDocument(element) ? documentElement(element) : element;
+ return {
+ parent: constant(parent),
+ view: constant(element),
+ origin: constant(SugarPosition(0, 0)),
+ isResizable
+ };
+ };
+ const detached = (editable, chrome, isResizable) => {
+ const origin = () => absolute(chrome);
+ return {
+ parent: constant(chrome),
+ view: constant(editable),
+ origin,
+ isResizable
+ };
+ };
+ const body = (editable, chrome, isResizable) => {
+ return {
+ parent: constant(chrome),
+ view: constant(editable),
+ origin: constant(SugarPosition(0, 0)),
+ isResizable
+ };
+ };
+ const ResizeWire = {
+ only,
+ detached,
+ body
+ };
+
+ const createContainer = () => {
+ const container = SugarElement.fromTag('div');
+ setAll(container, {
+ position: 'static',
+ height: '0',
+ width: '0',
+ padding: '0',
+ margin: '0',
+ border: '0'
+ });
+ append$1(body$1(), container);
+ return container;
+ };
+ const get = (editor, isResizable) => {
+ return editor.inline ? ResizeWire.body(SugarElement.fromDom(editor.getBody()), createContainer(), isResizable) : ResizeWire.only(SugarElement.fromDom(editor.getDoc()), isResizable);
+ };
+ const remove = (editor, wire) => {
+ if (editor.inline) {
+ remove$6(wire.parent());
+ }
+ };
+
+ const isTable = node => isNonNullable(node) && node.nodeName === 'TABLE';
+ const barResizerPrefix = 'bar-';
+ const isResizable = elm => get$b(elm, 'data-mce-resize') !== 'false';
+ const syncPixels = table => {
+ const warehouse = Warehouse.fromTable(table);
+ if (!Warehouse.hasColumns(warehouse)) {
+ each$2(cells$1(table), cell => {
+ const computedWidth = get$a(cell, 'width');
+ set$1(cell, 'width', computedWidth);
+ remove$7(cell, 'width');
+ });
+ }
+ };
+ const TableResizeHandler = editor => {
+ const selectionRng = value();
+ const tableResize = value();
+ const resizeWire = value();
+ let startW;
+ let startRawW;
+ const lazySizing = table => get$5(editor, table);
+ const lazyResizingBehaviour = () => isPreserveTableColumnResizing(editor) ? preserveTable() : resizeTable();
+ const getNumColumns = table => getGridSize(table).columns;
+ const afterCornerResize = (table, origin, width) => {
+ const isRightEdgeResize = endsWith(origin, 'e');
+ if (startRawW === '') {
+ convertToPercentSize(table);
+ }
+ if (width !== startW && startRawW !== '') {
+ set$1(table, 'width', startRawW);
+ const resizing = lazyResizingBehaviour();
+ const tableSize = lazySizing(table);
+ const col = isPreserveTableColumnResizing(editor) || isRightEdgeResize ? getNumColumns(table) - 1 : 0;
+ adjustWidth(table, width - startW, col, resizing, tableSize);
+ } else if (isPercentage$1(startRawW)) {
+ const percentW = parseFloat(startRawW.replace('%', ''));
+ const targetPercentW = width * percentW / startW;
+ set$1(table, 'width', targetPercentW + '%');
+ }
+ if (isPixel(startRawW)) {
+ syncPixels(table);
+ }
+ };
+ const destroy = () => {
+ tableResize.on(sz => {
+ sz.destroy();
+ });
+ resizeWire.on(w => {
+ remove(editor, w);
+ });
+ };
+ editor.on('init', () => {
+ const rawWire = get(editor, isResizable);
+ resizeWire.set(rawWire);
+ if (hasTableObjectResizing(editor) && hasTableResizeBars(editor)) {
+ const resizing = lazyResizingBehaviour();
+ const sz = TableResize.create(rawWire, resizing, lazySizing);
+ sz.on();
+ sz.events.startDrag.bind(_event => {
+ selectionRng.set(editor.selection.getRng());
+ });
+ sz.events.beforeResize.bind(event => {
+ const rawTable = event.table.dom;
+ fireObjectResizeStart(editor, rawTable, getPixelWidth(rawTable), getPixelHeight(rawTable), barResizerPrefix + event.type);
+ });
+ sz.events.afterResize.bind(event => {
+ const table = event.table;
+ const rawTable = table.dom;
+ removeDataStyle(table);
+ selectionRng.on(rng => {
+ editor.selection.setRng(rng);
+ editor.focus();
+ });
+ fireObjectResized(editor, rawTable, getPixelWidth(rawTable), getPixelHeight(rawTable), barResizerPrefix + event.type);
+ editor.undoManager.add();
+ });
+ tableResize.set(sz);
+ }
+ });
+ editor.on('ObjectResizeStart', e => {
+ const targetElm = e.target;
+ if (isTable(targetElm)) {
+ const table = SugarElement.fromDom(targetElm);
+ each$2(editor.dom.select('.mce-clonedresizable'), clone => {
+ editor.dom.addClass(clone, 'mce-' + getTableColumnResizingBehaviour(editor) + '-columns');
+ });
+ if (!isPixelSizing(table) && isTablePixelsForced(editor)) {
+ convertToPixelSize(table);
+ } else if (!isPercentSizing(table) && isTablePercentagesForced(editor)) {
+ convertToPercentSize(table);
+ }
+ if (isNoneSizing(table) && startsWith(e.origin, barResizerPrefix)) {
+ convertToPercentSize(table);
+ }
+ startW = e.width;
+ startRawW = isTableResponsiveForced(editor) ? '' : getRawWidth(editor, targetElm).getOr('');
+ }
+ });
+ editor.on('ObjectResized', e => {
+ const targetElm = e.target;
+ if (isTable(targetElm)) {
+ const table = SugarElement.fromDom(targetElm);
+ const origin = e.origin;
+ if (startsWith(origin, 'corner-')) {
+ afterCornerResize(table, origin, e.width);
+ }
+ removeDataStyle(table);
+ fireTableModified(editor, table.dom, styleModified);
+ }
+ });
+ editor.on('SwitchMode', () => {
+ tableResize.on(resize => {
+ if (editor.mode.isReadOnly()) {
+ resize.hideBars();
+ } else {
+ resize.showBars();
+ }
+ });
+ });
+ editor.on('dragstart dragend', e => {
+ tableResize.on(resize => {
+ if (e.type === 'dragstart') {
+ resize.hideBars();
+ resize.off();
+ } else {
+ resize.on();
+ resize.showBars();
+ }
+ });
+ });
+ editor.on('remove', () => {
+ destroy();
+ });
+ const refresh = table => {
+ tableResize.on(resize => resize.refreshBars(SugarElement.fromDom(table)));
+ };
+ const hide = () => {
+ tableResize.on(resize => resize.hideBars());
+ };
+ const show = () => {
+ tableResize.on(resize => resize.showBars());
+ };
+ return {
+ refresh,
+ hide,
+ show
+ };
+ };
+
+ const setupTable = editor => {
+ register(editor);
+ const resizeHandler = TableResizeHandler(editor);
+ const cellSelectionHandler = TableCellSelectionHandler(editor, resizeHandler);
+ const actions = TableActions(editor, resizeHandler, cellSelectionHandler);
+ registerCommands(editor, actions);
+ registerQueryCommands(editor, actions);
+ registerEvents(editor, actions);
+ return {
+ getSelectedCells: cellSelectionHandler.getSelectedCells,
+ clearSelectedCells: cellSelectionHandler.clearSelectedCells
+ };
+ };
+
+ const DomModel = editor => {
+ const table = setupTable(editor);
+ return { table };
+ };
+ var Model = () => {
+ global$1.add('dom', DomModel);
+ };
+
+ Model();
+
+})();
diff --git a/seller/public/tinymce/models/dom/model.min.js b/seller/public/tinymce/models/dom/model.min.js
new file mode 100644
index 00000000..323b2c54
--- /dev/null
+++ b/seller/public/tinymce/models/dom/model.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.ModelManager");const t=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(o=n=e,(r=String).prototype.isPrototypeOf(o)||(null===(s=n.constructor)||void 0===s?void 0:s.name)===r.name)?"string":t;var o,n,r,s})(t)===e,o=e=>t=>typeof t===e,n=e=>t=>e===t,r=t("string"),s=t("object"),l=t("array"),a=n(null),c=o("boolean"),i=n(void 0),m=e=>!(e=>null==e)(e),d=o("function"),u=o("number"),f=()=>{},g=e=>()=>e,h=e=>e,p=(e,t)=>e===t;function w(e,...t){return(...o)=>{const n=t.concat(o);return e.apply(null,n)}}const b=e=>t=>!e(t),v=e=>e(),y=g(!1),x=g(!0);class C{constructor(e,t){this.tag=e,this.value=t}static some(e){return new C(!0,e)}static none(){return C.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?C.some(e(this.value)):C.none()}bind(e){return this.tag?e(this.value):C.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:C.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return m(e)?C.some(e):C.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}C.singletonNone=new C(!1);const S=Array.prototype.slice,T=Array.prototype.indexOf,R=Array.prototype.push,D=(e,t)=>{return o=e,n=t,T.call(o,n)>-1;var o,n},O=(e,t)=>{for(let o=0,n=e.length;o{const o=[];for(let n=0;n{const o=e.length,n=new Array(o);for(let r=0;r{for(let o=0,n=e.length;o{const o=[],n=[];for(let r=0,s=e.length;r{const o=[];for(let n=0,r=e.length;n(((e,t)=>{for(let o=e.length-1;o>=0;o--)t(e[o],o)})(e,((e,n)=>{o=t(o,e,n)})),o),L=(e,t,o)=>(N(e,((e,n)=>{o=t(o,e,n)})),o),W=(e,t)=>((e,t,o)=>{for(let n=0,r=e.length;n{for(let o=0,n=e.length;o{const t=[];for(let o=0,n=e.length;o_(E(e,t)),P=(e,t)=>{for(let o=0,n=e.length;o{const o={};for(let n=0,r=e.length;nt>=0&&tF(e,0),q=e=>F(e,e.length-1),V=(e,t)=>{for(let o=0;o{const o=$(e);for(let n=0,r=o.length;nY(e,((e,o)=>({k:o,v:t(e,o)}))),Y=(e,t)=>{const o={};return G(e,((e,n)=>{const r=t(e,n);o[r.k]=r.v})),o},J=(e,t)=>{const o=[];return G(e,((e,n)=>{o.push(t(e,n))})),o},Q=e=>J(e,h),X=(e,t)=>U.call(e,t),Z="undefined"!=typeof window?window:Function("return this;")(),ee=(e,t)=>((e,t)=>{let o=null!=t?t:Z;for(let t=0;t{const t=ee("ownerDocument.defaultView",e);return s(e)&&((e=>((e,t)=>{const o=((e,t)=>ee(e,t))(e,t);if(null==o)throw new Error(e+" not available on this browser");return o})("HTMLElement",e))(t).prototype.isPrototypeOf(e)||/^HTML\w*Element$/.test(te(e).constructor.name))},ne=e=>e.dom.nodeName.toLowerCase(),re=e=>e.dom.nodeType,se=e=>t=>re(t)===e,le=e=>8===re(e)||"#comment"===ne(e),ae=e=>ce(e)&&oe(e.dom),ce=se(1),ie=se(3),me=se(9),de=se(11),ue=e=>t=>ce(t)&&ne(t)===e,fe=(e,t,o)=>{if(!(r(o)||c(o)||u(o)))throw console.error("Invalid call to Attribute.set. Key ",t,":: Value ",o,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,o+"")},ge=(e,t,o)=>{fe(e.dom,t,o)},he=(e,t)=>{const o=e.dom;G(t,((e,t)=>{fe(o,t,e)}))},pe=(e,t)=>{const o=e.dom.getAttribute(t);return null===o?void 0:o},we=(e,t)=>C.from(pe(e,t)),be=(e,t)=>{e.dom.removeAttribute(t)},ve=e=>L(e.dom.attributes,((e,t)=>(e[t.name]=t.value,e)),{}),ye=e=>{if(null==e)throw new Error("Node cannot be null or undefined");return{dom:e}},xe={fromHtml:(e,t)=>{const o=(t||document).createElement("div");if(o.innerHTML=e,!o.hasChildNodes()||o.childNodes.length>1){const t="HTML does not have a single root node";throw console.error(t,e),new Error(t)}return ye(o.childNodes[0])},fromTag:(e,t)=>{const o=(t||document).createElement(e);return ye(o)},fromText:(e,t)=>{const o=(t||document).createTextNode(e);return ye(o)},fromDom:ye,fromPoint:(e,t,o)=>C.from(e.dom.elementFromPoint(t,o)).map(ye)},Ce=(e,t)=>{const o=e.dom;if(1!==o.nodeType)return!1;{const e=o;if(void 0!==e.matches)return e.matches(t);if(void 0!==e.msMatchesSelector)return e.msMatchesSelector(t);if(void 0!==e.webkitMatchesSelector)return e.webkitMatchesSelector(t);if(void 0!==e.mozMatchesSelector)return e.mozMatchesSelector(t);throw new Error("Browser lacks native selectors")}},Se=e=>1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType||0===e.childElementCount,Te=(e,t)=>{const o=void 0===t?document:t.dom;return Se(o)?C.none():C.from(o.querySelector(e)).map(xe.fromDom)},Re=(e,t)=>e.dom===t.dom,De=(e,t)=>{const o=e.dom,n=t.dom;return o!==n&&o.contains(n)},Oe=Ce,ke=e=>xe.fromDom(e.dom.ownerDocument),Ee=e=>me(e)?e:ke(e),Ne=e=>C.from(e.dom.parentNode).map(xe.fromDom),Be=e=>C.from(e.dom.parentElement).map(xe.fromDom),ze=(e,t)=>{const o=d(t)?t:y;let n=e.dom;const r=[];for(;null!==n.parentNode&&void 0!==n.parentNode;){const e=n.parentNode,t=xe.fromDom(e);if(r.push(t),!0===o(t))break;n=e}return r},Ae=e=>C.from(e.dom.previousSibling).map(xe.fromDom),Le=e=>C.from(e.dom.nextSibling).map(xe.fromDom),We=e=>E(e.dom.childNodes,xe.fromDom),Me=(e,t)=>{const o=e.dom.childNodes;return C.from(o[t]).map(xe.fromDom)},_e=(e,t)=>{Ne(e).each((o=>{o.dom.insertBefore(t.dom,e.dom)}))},je=(e,t)=>{Le(e).fold((()=>{Ne(e).each((e=>{Ie(e,t)}))}),(e=>{_e(e,t)}))},Pe=(e,t)=>{const o=(e=>Me(e,0))(e);o.fold((()=>{Ie(e,t)}),(o=>{e.dom.insertBefore(t.dom,o.dom)}))},Ie=(e,t)=>{e.dom.appendChild(t.dom)},Fe=(e,t)=>{_e(e,t),Ie(t,e)},He=(e,t)=>{N(t,((o,n)=>{const r=0===n?e:t[n-1];je(r,o)}))},qe=(e,t)=>{N(t,(t=>{Ie(e,t)}))},Ve=e=>{e.dom.textContent="",N(We(e),(e=>{$e(e)}))},$e=e=>{const t=e.dom;null!==t.parentNode&&t.parentNode.removeChild(t)},Ue=e=>{const t=We(e);t.length>0&&He(e,t),$e(e)},Ge=(e,t)=>xe.fromDom(e.dom.cloneNode(t)),Ke=e=>Ge(e,!1),Ye=e=>Ge(e,!0),Je=(e,t)=>{const o=xe.fromTag(t),n=ve(e);return he(o,n),o},Qe=["tfoot","thead","tbody","colgroup"],Xe=(e,t,o)=>({element:e,rowspan:t,colspan:o}),Ze=(e,t,o)=>({element:e,cells:t,section:o}),et=(e,t,o)=>({element:e,isNew:t,isLocked:o}),tt=(e,t,o,n)=>({element:e,cells:t,section:o,isNew:n}),ot=d(Element.prototype.attachShadow)&&d(Node.prototype.getRootNode),nt=g(ot),rt=ot?e=>xe.fromDom(e.dom.getRootNode()):Ee,st=e=>xe.fromDom(e.dom.host),lt=e=>{const t=ie(e)?e.dom.parentNode:e.dom;if(null==t||null===t.ownerDocument)return!1;const o=t.ownerDocument;return(e=>{const t=rt(e);return de(o=t)&&m(o.dom.host)?C.some(t):C.none();var o})(xe.fromDom(t)).fold((()=>o.body.contains(t)),(n=lt,r=st,e=>n(r(e))));var n,r},at=e=>{const t=e.dom.body;if(null==t)throw new Error("Body is not available yet");return xe.fromDom(t)},ct=(e,t)=>{let o=[];return N(We(e),(e=>{t(e)&&(o=o.concat([e])),o=o.concat(ct(e,t))})),o},it=(e,t,o)=>((e,o,n)=>z(ze(e,n),(e=>Ce(e,t))))(e,0,o),mt=(e,t)=>((e,o)=>z(We(e),(e=>Ce(e,t))))(e),dt=(e,t)=>((e,t)=>{const o=void 0===t?document:t.dom;return Se(o)?[]:E(o.querySelectorAll(e),xe.fromDom)})(t,e);var ut=(e,t,o,n,r)=>e(o,n)?C.some(o):d(r)&&r(o)?C.none():t(o,n,r);const ft=(e,t,o)=>{let n=e.dom;const r=d(o)?o:y;for(;n.parentNode;){n=n.parentNode;const e=xe.fromDom(n);if(t(e))return C.some(e);if(r(e))break}return C.none()},gt=(e,t,o)=>ut(((e,t)=>t(e)),ft,e,t,o),ht=(e,t,o)=>ft(e,(e=>Ce(e,t)),o),pt=(e,t)=>((e,o)=>W(e.dom.childNodes,(e=>{return o=xe.fromDom(e),Ce(o,t);var o})).map(xe.fromDom))(e),wt=(e,t)=>Te(t,e),bt=(e,t,o)=>ut(((e,t)=>Ce(e,t)),ht,e,t,o),vt=(e,t,o=p)=>e.exists((e=>o(e,t))),yt=e=>{const t=[],o=e=>{t.push(e)};for(let t=0;te?C.some(t):C.none(),Ct=(e,t,o)=>""===t||e.length>=t.length&&e.substr(o,o+t.length)===t,St=(e,t,o=0,n)=>{const r=e.indexOf(t,o);return-1!==r&&(!!i(n)||r+t.length<=n)},Tt=(e,t)=>Ct(e,t,0),Rt=(e,t)=>Ct(e,t,e.length-t.length),Dt=(e=>t=>t.replace(e,""))(/^\s+|\s+$/g),Ot=e=>e.length>0,kt=e=>void 0!==e.style&&d(e.style.getPropertyValue),Et=(e,t,o)=>{if(!r(o))throw console.error("Invalid call to CSS.set. Property ",t,":: Value ",o,":: Element ",e),new Error("CSS value must be a string: "+o);kt(e)&&e.style.setProperty(t,o)},Nt=(e,t,o)=>{const n=e.dom;Et(n,t,o)},Bt=(e,t)=>{const o=e.dom;G(t,((e,t)=>{Et(o,t,e)}))},zt=(e,t)=>{const o=e.dom,n=window.getComputedStyle(o).getPropertyValue(t);return""!==n||lt(e)?n:At(o,t)},At=(e,t)=>kt(e)?e.style.getPropertyValue(t):"",Lt=(e,t)=>{const o=e.dom,n=At(o,t);return C.from(n).filter((e=>e.length>0))},Wt=(e,t)=>{((e,t)=>{kt(e)&&e.style.removeProperty(t)})(e.dom,t),vt(we(e,"style").map(Dt),"")&&be(e,"style")},Mt=(e,t,o=0)=>we(e,t).map((e=>parseInt(e,10))).getOr(o),_t=(e,t)=>Mt(e,t,1),jt=e=>ue("col")(e)?Mt(e,"span",1)>1:_t(e,"colspan")>1,Pt=e=>_t(e,"rowspan")>1,It=(e,t)=>parseInt(zt(e,t),10),Ft=g(10),Ht=g(10),qt=(e,t)=>Vt(e,t,x),Vt=(e,t,o)=>j(We(e),(e=>Ce(e,t)?o(e)?[e]:[]:Vt(e,t,o))),$t=(e,t)=>((e,t,o=y)=>o(t)?C.none():D(e,ne(t))?C.some(t):ht(t,e.join(","),(e=>Ce(e,"table")||o(e))))(["td","th"],e,t),Ut=e=>qt(e,"th,td"),Gt=e=>Ce(e,"colgroup")?mt(e,"col"):j(Jt(e),(e=>mt(e,"col"))),Kt=(e,t)=>bt(e,"table",t),Yt=e=>qt(e,"tr"),Jt=e=>Kt(e).fold(g([]),(e=>mt(e,"colgroup"))),Qt=(e,t)=>E(e,(e=>{if("colgroup"===ne(e)){const t=E(Gt(e),(e=>{const t=Mt(e,"span",1);return Xe(e,1,t)}));return Ze(e,t,"colgroup")}{const o=E(Ut(e),(e=>{const t=Mt(e,"rowspan",1),o=Mt(e,"colspan",1);return Xe(e,t,o)}));return Ze(e,o,t(e))}})),Xt=e=>Ne(e).map((e=>{const t=ne(e);return(e=>D(Qe,e))(t)?t:"tbody"})).getOr("tbody"),Zt=e=>{const t=Yt(e),o=[...Jt(e),...t];return Qt(o,Xt)},eo=e=>{let t,o=!1;return(...n)=>(o||(o=!0,t=e.apply(null,n)),t)},to=()=>oo(0,0),oo=(e,t)=>({major:e,minor:t}),no={nu:oo,detect:(e,t)=>{const o=String(t).toLowerCase();return 0===e.length?to():((e,t)=>{const o=((e,t)=>{for(let o=0;oNumber(t.replace(o,"$"+e));return oo(n(1),n(2))})(e,o)},unknown:to},ro=(e,t)=>{const o=String(t).toLowerCase();return W(e,(e=>e.search(o)))},so=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,lo=e=>t=>St(t,e),ao=[{name:"Edge",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:e=>St(e,"edge/")&&St(e,"chrome")&&St(e,"safari")&&St(e,"applewebkit")},{name:"Chromium",brand:"Chromium",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,so],search:e=>St(e,"chrome")&&!St(e,"chromeframe")},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:e=>St(e,"msie")||St(e,"trident")},{name:"Opera",versionRegexes:[so,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:lo("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:lo("firefox")},{name:"Safari",versionRegexes:[so,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:e=>(St(e,"safari")||St(e,"mobile/"))&&St(e,"applewebkit")}],co=[{name:"Windows",search:lo("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:e=>St(e,"iphone")||St(e,"ipad"),versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:lo("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"macOS",search:lo("mac os x"),versionRegexes:[/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:lo("linux"),versionRegexes:[]},{name:"Solaris",search:lo("sunos"),versionRegexes:[]},{name:"FreeBSD",search:lo("freebsd"),versionRegexes:[]},{name:"ChromeOS",search:lo("cros"),versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/]}],io={browsers:g(ao),oses:g(co)},mo="Edge",uo="Chromium",fo="Opera",go="Firefox",ho="Safari",po=e=>{const t=e.current,o=e.version,n=e=>()=>t===e;return{current:t,version:o,isEdge:n(mo),isChromium:n(uo),isIE:n("IE"),isOpera:n(fo),isFirefox:n(go),isSafari:n(ho)}},wo=()=>po({current:void 0,version:no.unknown()}),bo=po,vo=(g(mo),g(uo),g("IE"),g(fo),g(go),g(ho),"Windows"),yo="Android",xo="Linux",Co="macOS",So="Solaris",To="FreeBSD",Ro="ChromeOS",Do=e=>{const t=e.current,o=e.version,n=e=>()=>t===e;return{current:t,version:o,isWindows:n(vo),isiOS:n("iOS"),isAndroid:n(yo),isMacOS:n(Co),isLinux:n(xo),isSolaris:n(So),isFreeBSD:n(To),isChromeOS:n(Ro)}},Oo=()=>Do({current:void 0,version:no.unknown()}),ko=Do,Eo=(g(vo),g("iOS"),g(yo),g(xo),g(Co),g(So),g(To),g(Ro),e=>window.matchMedia(e).matches);let No=eo((()=>((e,t,o)=>{const n=io.browsers(),r=io.oses(),s=t.bind((e=>((e,t)=>V(t.brands,(t=>{const o=t.brand.toLowerCase();return W(e,(e=>{var t;return o===(null===(t=e.brand)||void 0===t?void 0:t.toLowerCase())})).map((e=>({current:e.name,version:no.nu(parseInt(t.version,10),0)})))})))(n,e))).orThunk((()=>((e,t)=>ro(e,t).map((e=>{const o=no.detect(e.versionRegexes,t);return{current:e.name,version:o}})))(n,e))).fold(wo,bo),l=((e,t)=>ro(e,t).map((e=>{const o=no.detect(e.versionRegexes,t);return{current:e.name,version:o}})))(r,e).fold(Oo,ko),a=((e,t,o,n)=>{const r=e.isiOS()&&!0===/ipad/i.test(o),s=e.isiOS()&&!r,l=e.isiOS()||e.isAndroid(),a=l||n("(pointer:coarse)"),c=r||!s&&l&&n("(min-device-width:768px)"),i=s||l&&!c,m=t.isSafari()&&e.isiOS()&&!1===/safari/i.test(o),d=!i&&!c&&!m;return{isiPad:g(r),isiPhone:g(s),isTablet:g(c),isPhone:g(i),isTouch:g(a),isAndroid:e.isAndroid,isiOS:e.isiOS,isWebView:g(m),isDesktop:g(d)}})(l,s,e,o);return{browser:s,os:l,deviceType:a}})(navigator.userAgent,C.from(navigator.userAgentData),Eo)));const Bo=()=>No(),zo=(e,t)=>{const o=o=>{const n=t(o);if(n<=0||null===n){const t=zt(o,e);return parseFloat(t)||0}return n},n=(e,t)=>L(t,((t,o)=>{const n=zt(e,o),r=void 0===n?0:parseInt(n,10);return isNaN(r)?t:t+r}),0);return{set:(t,o)=>{if(!u(o)&&!o.match(/^[0-9]+$/))throw new Error(e+".set accepts only positive integer values. Value was "+o);const n=t.dom;kt(n)&&(n.style[e]=o+"px")},get:o,getOuter:o,aggregate:n,max:(e,t,o)=>{const r=n(e,o);return t>r?t-r:0}}},Ao=(e,t,o)=>((e,t)=>(e=>{const t=parseFloat(e);return isNaN(t)?C.none():C.some(t)})(e).getOr(t))(zt(e,t),o),Lo=zo("width",(e=>e.dom.offsetWidth)),Wo=e=>Lo.get(e),Mo=e=>Lo.getOuter(e),_o=e=>((e,t)=>{const o=e.dom,n=o.getBoundingClientRect().width||o.offsetWidth;return"border-box"===t?n:((e,t,o,n)=>t-Ao(e,"padding-left",0)-Ao(e,"padding-right",0)-Ao(e,"border-left-width",0)-Ao(e,"border-right-width",0))(e,n)})(e,"content-box"),jo=(e,t,o)=>{const n=e.cells,r=n.slice(0,t),s=n.slice(t),l=r.concat(o).concat(s);return Fo(e,l)},Po=(e,t,o)=>jo(e,t,[o]),Io=(e,t,o)=>{e.cells[t]=o},Fo=(e,t)=>tt(e.element,t,e.section,e.isNew),Ho=(e,t)=>e.cells[t],qo=(e,t)=>Ho(e,t).element,Vo=e=>e.cells.length,$o=e=>{const t=B(e,(e=>"colgroup"===e.section));return{rows:t.fail,cols:t.pass}},Uo=(e,t,o)=>{const n=E(e.cells,o);return tt(t(e.element),n,e.section,!0)},Go="data-snooker-locked-cols",Ko=e=>we(e,Go).bind((e=>C.from(e.match(/\d+/g)))).map((e=>I(e,x))),Yo=e=>{const t=L($o(e).rows,((e,t)=>(N(t.cells,((t,o)=>{t.isLocked&&(e[o]=!0)})),e)),{}),o=J(t,((e,t)=>parseInt(t,10)));return((e,t)=>{const o=S.call(e,0);return o.sort(void 0),o})(o)},Jo=(e,t)=>e+","+t,Qo=(e,t)=>{const o=j(e.all,(e=>e.cells));return z(o,t)},Xo=e=>{const t={},o=[],n=H(e).map((e=>e.element)).bind(Kt).bind(Ko).getOr({});let r=0,s=0,l=0;const{pass:a,fail:c}=B(e,(e=>"colgroup"===e.section));N(c,(e=>{const a=[];N(e.cells,(e=>{let o=0;for(;void 0!==t[Jo(l,o)];)o++;const r=((e,t)=>X(e,t)&&void 0!==e[t]&&null!==e[t])(n,o.toString()),c=((e,t,o,n,r,s)=>({element:e,rowspan:t,colspan:o,row:n,column:r,isLocked:s}))(e.element,e.rowspan,e.colspan,l,o,r);for(let n=0;n{const t=(e=>{const t={};let o=0;return N(e.cells,(e=>{const n=e.colspan;k(n,(r=>{const s=o+r;t[s]=((e,t,o)=>({element:e,colspan:t,column:o}))(e.element,n,s)})),o+=n})),t})(e),o=((e,t)=>({element:e,columns:t}))(e.element,Q(t));return{colgroups:[o],columns:t}})).getOrThunk((()=>({colgroups:[],columns:{}}))),d=((e,t)=>({rows:e,columns:t}))(r,s);return{grid:d,access:t,all:o,columns:i,colgroups:m}},Zo=e=>{const t=Zt(e);return Xo(t)},en=Xo,tn=(e,t,o)=>C.from(e.access[Jo(t,o)]),on=(e,t,o)=>{const n=Qo(e,(e=>o(t,e.element)));return n.length>0?C.some(n[0]):C.none()},nn=Qo,rn=e=>j(e.all,(e=>e.cells)),sn=e=>Q(e.columns),ln=e=>$(e.columns).length>0,an=(e,t)=>C.from(e.columns[t]),cn=(e,t=x)=>{const o=e.grid,n=k(o.columns,h),r=k(o.rows,h);return E(n,(o=>mn((()=>j(r,(t=>tn(e,t,o).filter((e=>e.column===o)).toArray()))),(e=>1===e.colspan&&t(e.element)),(()=>tn(e,0,o)))))},mn=(e,t,o)=>{const n=e();return W(n,t).orThunk((()=>C.from(n[0]).orThunk(o))).map((e=>e.element))},dn=e=>{const t=e.grid,o=k(t.rows,h),n=k(t.columns,h);return E(o,(t=>mn((()=>j(n,(o=>tn(e,t,o).filter((e=>e.row===t)).fold(g([]),(e=>[e]))))),(e=>1===e.rowspan),(()=>tn(e,t,0)))))},un=(e,t)=>o=>"rtl"===fn(o)?t:e,fn=e=>"rtl"===zt(e,"direction")?"rtl":"ltr",gn=zo("height",(e=>{const t=e.dom;return lt(e)?t.getBoundingClientRect().height:t.offsetHeight})),hn=e=>gn.get(e),pn=e=>gn.getOuter(e),wn=(e,t)=>({left:e,top:t,translate:(o,n)=>wn(e+o,t+n)}),bn=wn,vn=(e,t)=>void 0!==e?e:void 0!==t?t:0,yn=e=>{const t=e.dom.ownerDocument,o=t.body,n=t.defaultView,r=t.documentElement;if(o===e.dom)return bn(o.offsetLeft,o.offsetTop);const s=vn(null==n?void 0:n.pageYOffset,r.scrollTop),l=vn(null==n?void 0:n.pageXOffset,r.scrollLeft),a=vn(r.clientTop,o.clientTop),c=vn(r.clientLeft,o.clientLeft);return xn(e).translate(l-c,s-a)},xn=e=>{const t=e.dom,o=t.ownerDocument.body;return o===t?bn(o.offsetLeft,o.offsetTop):lt(e)?(e=>{const t=e.getBoundingClientRect();return bn(t.left,t.top)})(t):bn(0,0)},Cn=(e,t)=>({row:e,y:t}),Sn=(e,t)=>({col:e,x:t}),Tn=e=>yn(e).left+Mo(e),Rn=e=>yn(e).left,Dn=(e,t)=>Sn(e,Rn(t)),On=(e,t)=>Sn(e,Tn(t)),kn=e=>yn(e).top,En=(e,t)=>Cn(e,kn(t)),Nn=(e,t)=>Cn(e,kn(t)+pn(t)),Bn=(e,t,o)=>{if(0===o.length)return[];const n=E(o.slice(1),((t,o)=>t.map((t=>e(o,t))))),r=o[o.length-1].map((e=>t(o.length-1,e)));return n.concat([r])},zn={delta:h,positions:e=>Bn(En,Nn,e),edge:kn},An=un({delta:h,edge:Rn,positions:e=>Bn(Dn,On,e)},{delta:e=>-e,edge:Tn,positions:e=>Bn(On,Dn,e)}),Ln={delta:(e,t)=>An(t).delta(e,t),positions:(e,t)=>An(t).positions(e,t),edge:e=>An(e).edge(e)},Wn={unsupportedLength:["em","ex","cap","ch","ic","rem","lh","rlh","vw","vh","vi","vb","vmin","vmax","cm","mm","Q","in","pc","pt","px"],fixed:["px","pt"],relative:["%"],empty:[""]},Mn=(()=>{const e="[0-9]+",t="[eE][+-]?[0-9]+",o=e=>`(?:${e})?`,n=["Infinity","[0-9]+\\."+o(e)+o(t),"\\.[0-9]+"+o(t),e+o(t)].join("|");return new RegExp(`^([+-]?(?:${n}))(.*)$`)})(),_n=/(\d+(\.\d+)?)%/,jn=/(\d+(\.\d+)?)px|em/,Pn=ue("col"),In=(e,t,o)=>{const n=Be(e).getOrThunk((()=>at(ke(e))));return t(e)/o(n)*100},Fn=(e,t)=>{Nt(e,"width",t+"px")},Hn=(e,t)=>{Nt(e,"width",t+"%")},qn=(e,t)=>{Nt(e,"height",t+"px")},Vn=e=>{const t=(e=>{return Ao(t=e,"height",t.dom.offsetHeight)+"px";var t})(e);return t?((e,t,o,n)=>{const r=parseFloat(e);return Rt(e,"%")&&"table"!==ne(t)?((e,t,o,n)=>{const r=Kt(e).map((e=>{const n=o(e);return Math.floor(t/100*n)})).getOr(t);return n(e,r),r})(t,r,o,n):r})(t,e,hn,qn):hn(e)},$n=(e,t)=>Lt(e,t).orThunk((()=>we(e,t).map((e=>e+"px")))),Un=e=>$n(e,"width"),Gn=e=>In(e,Wo,_o),Kn=e=>{return Pn(e)?Wo(e):Ao(t=e,"width",t.dom.offsetWidth);var t},Yn=e=>((e,t,o)=>o(e)/_t(e,"rowspan"))(e,0,Vn),Jn=(e,t,o)=>{Nt(e,"width",t+o)},Qn=e=>In(e,Wo,_o)+"%",Xn=g(_n),Zn=ue("col"),er=e=>Un(e).getOrThunk((()=>Kn(e)+"px")),tr=e=>{return(t=e,$n(t,"height")).getOrThunk((()=>Yn(e)+"px"));var t},or=(e,t,o,n,r,s)=>e.filter(n).fold((()=>s(((e,t)=>{if(t<0||t>=e.length-1)return C.none();const o=e[t].fold((()=>{const o=(e=>{const t=S.call(e,0);return t.reverse(),t})(e.slice(0,t));return V(o,((e,t)=>e.map((e=>({value:e,delta:t+1})))))}),(e=>C.some({value:e,delta:0}))),n=e[t+1].fold((()=>{const o=e.slice(t+1);return V(o,((e,t)=>e.map((e=>({value:e,delta:t+1})))))}),(e=>C.some({value:e,delta:1})));return o.bind((e=>n.map((t=>{const o=t.delta+e.delta;return Math.abs(t.value-e.value)/o}))))})(o,t))),(e=>r(e))),nr=(e,t,o,n)=>{const r=cn(e),s=ln(e)?(e=>E(sn(e),(e=>C.from(e.element))))(e):r,l=[C.some(Ln.edge(t))].concat(E(Ln.positions(r,t),(e=>e.map((e=>e.x))))),a=b(jt);return E(s,((e,t)=>or(e,t,l,a,(e=>{if((e=>{const t=Bo().browser,o=t.isChromium()||t.isFirefox();return!Zn(e)||o})(e))return o(e);{const e=null!=(s=r[t])?h(s):C.none();return or(e,t,l,a,(e=>n(C.some(Wo(e)))),n)}var s}),n)))},rr=e=>e.map((e=>e+"px")).getOr(""),sr=(e,t,o)=>nr(e,t,Kn,(e=>e.getOrThunk(o.minCellWidth))),lr=(e,t,o,n,r)=>{const s=dn(e),l=[C.some(o.edge(t))].concat(E(o.positions(s,t),(e=>e.map((e=>e.y)))));return E(s,((e,t)=>or(e,t,l,b(Pt),n,r)))},ar=(e,t)=>()=>lt(e)?t(e):parseFloat(Lt(e,"width").getOr("0")),cr=e=>{const t=ar(e,(e=>parseFloat(Qn(e)))),o=ar(e,Wo);return{width:t,pixelWidth:o,getWidths:(t,o)=>((e,t,o)=>nr(e,t,Gn,(e=>e.fold((()=>o.minCellWidth()),(e=>e/o.pixelWidth()*100)))))(t,e,o),getCellDelta:e=>e/o()*100,singleColumnWidth:(e,t)=>[100-e],minCellWidth:()=>Ft()/o()*100,setElementWidth:Hn,adjustTableWidth:o=>{const n=t();Hn(e,n+o/100*n)},isRelative:!0,label:"percent"}},ir=e=>{const t=ar(e,Wo);return{width:t,pixelWidth:t,getWidths:(t,o)=>sr(t,e,o),getCellDelta:h,singleColumnWidth:(e,t)=>[Math.max(Ft(),e+t)-e],minCellWidth:Ft,setElementWidth:Fn,adjustTableWidth:o=>{const n=t()+o;Fn(e,n)},isRelative:!1,label:"pixel"}},mr=e=>Un(e).fold((()=>(e=>{const t=ar(e,Wo),o=g(0);return{width:t,pixelWidth:t,getWidths:(t,o)=>sr(t,e,o),getCellDelta:o,singleColumnWidth:g([0]),minCellWidth:o,setElementWidth:f,adjustTableWidth:f,isRelative:!0,label:"none"}})(e)),(t=>((e,t)=>null!==Xn().exec(t)?cr(e):ir(e))(e,t))),dr=ir,ur=cr,fr=(e,t,o)=>{const n=e[o].element,r=xe.fromTag("td");Ie(r,xe.fromTag("br")),(t?Ie:Pe)(n,r)},gr=((e,t)=>{const o=t=>e(t)?C.from(t.dom.nodeValue):C.none();return{get:t=>{if(!e(t))throw new Error("Can only get text value of a text node");return o(t).getOr("")},getOption:o,set:(t,o)=>{if(!e(t))throw new Error("Can only set raw text value of a text node");t.dom.nodeValue=o}}})(ie),hr=e=>gr.get(e),pr=e=>gr.getOption(e),wr=(e,t)=>gr.set(e,t),br=e=>"img"===ne(e)?1:pr(e).fold((()=>We(e).length),(e=>e.length)),vr=["img","br"],yr=e=>pr(e).filter((e=>0!==e.trim().length||e.indexOf("\xa0")>-1)).isSome()||D(vr,ne(e))||(e=>ae(e)&&"false"===pe(e,"contenteditable"))(e),xr=e=>((e,t)=>{const o=e=>{for(let n=0;nSr(e,yr),Sr=(e,t)=>{const o=e=>{const n=We(e);for(let e=n.length-1;e>=0;e--){const r=n[e];if(t(r))return C.some(r);const s=o(r);if(s.isSome())return s}return C.none()};return o(e)},Tr={scope:["row","col"]},Rr=e=>()=>{const t=xe.fromTag("td",e.dom);return Ie(t,xe.fromTag("br",e.dom)),t},Dr=e=>()=>xe.fromTag("col",e.dom),Or=e=>()=>xe.fromTag("colgroup",e.dom),kr=e=>()=>xe.fromTag("tr",e.dom),Er=(e,t,o)=>{const n=((e,t)=>{const o=Je(e,t),n=We(Ye(e));return qe(o,n),o})(e,t);return G(o,((e,t)=>{null===e?be(n,t):ge(n,t,e)})),n},Nr=e=>e,Br=(e,t,o)=>{const n=(e,t)=>{((e,t)=>{const o=e.dom,n=t.dom;kt(o)&&kt(n)&&(n.style.cssText=o.style.cssText)})(e.element,t),Wt(t,"height"),1!==e.colspan&&Wt(t,"width")};return{col:o=>{const r=xe.fromTag(ne(o.element),t.dom);return n(o,r),e(o.element,r),r},colgroup:Or(t),row:kr(t),cell:r=>{const s=xe.fromTag(ne(r.element),t.dom),l=o.getOr(["strong","em","b","i","span","font","h1","h2","h3","h4","h5","h6","p","div"]),a=l.length>0?((e,t,o)=>xr(e).map((n=>{const r=o.join(","),s=it(n,r,(t=>Re(t,e)));return A(s,((e,t)=>{const o=Ke(t);return Ie(e,o),o}),t)})).getOr(t))(r.element,s,l):s;return Ie(a,xe.fromTag("br")),n(r,s),((e,t)=>{G(Tr,((o,n)=>we(e,n).filter((e=>D(o,e))).each((e=>ge(t,n,e)))))})(r.element,s),e(r.element,s),s},replace:Er,colGap:Dr(t),gap:Rr(t)}},zr=e=>({col:Dr(e),colgroup:Or(e),row:kr(e),cell:Rr(e),replace:Nr,colGap:Dr(e),gap:Rr(e)}),Ar=e=>bt(e,"[contenteditable]"),Lr=(e,t=!1)=>lt(e)?e.dom.isContentEditable:Ar(e).fold(g(t),(e=>"true"===Wr(e))),Wr=e=>e.dom.contentEditable,Mr=e=>xe.fromDom(e.getBody()),_r=e=>t=>Re(t,Mr(e)),jr=e=>{be(e,"data-mce-style");const t=e=>be(e,"data-mce-style");N(Ut(e),t),N(Gt(e),t),N(Yt(e),t)},Pr=e=>xe.fromDom(e.selection.getStart()),Ir=e=>e.getBoundingClientRect().width,Fr=e=>e.getBoundingClientRect().height,Hr=e=>gt(e,ue("table")).exists(Lr),qr=(e,t)=>{const o=t.column,n=t.column+t.colspan-1,r=t.row,s=t.row+t.rowspan-1;return o<=e.finishCol&&n>=e.startCol&&r<=e.finishRow&&s>=e.startRow},Vr=(e,t)=>t.column>=e.startCol&&t.column+t.colspan-1<=e.finishCol&&t.row>=e.startRow&&t.row+t.rowspan-1<=e.finishRow,$r=(e,t,o)=>{const n=on(e,t,Re),r=on(e,o,Re);return n.bind((e=>r.map((t=>{return o=e,n=t,{startRow:Math.min(o.row,n.row),startCol:Math.min(o.column,n.column),finishRow:Math.max(o.row+o.rowspan-1,n.row+n.rowspan-1),finishCol:Math.max(o.column+o.colspan-1,n.column+n.colspan-1)};var o,n}))))},Ur=(e,t,o)=>$r(e,t,o).map((t=>{const o=nn(e,w(qr,t));return E(o,(e=>e.element))})),Gr=(e,t)=>on(e,t,((e,t)=>De(t,e))).map((e=>e.element)),Kr=(e,t,o)=>{const n=Jr(e);return Ur(n,t,o)},Yr=(e,t,o,n,r)=>{const s=Jr(e),l=Re(e,o)?C.some(t):Gr(s,t),a=Re(e,r)?C.some(n):Gr(s,n);return l.bind((e=>a.bind((t=>Ur(s,e,t)))))},Jr=Zo;var Qr=["body","p","div","article","aside","figcaption","figure","footer","header","nav","section","ol","ul","li","table","thead","tbody","tfoot","caption","tr","td","th","h1","h2","h3","h4","h5","h6","blockquote","pre","address"],Xr=()=>({up:g({selector:ht,closest:bt,predicate:ft,all:ze}),down:g({selector:dt,predicate:ct}),styles:g({get:zt,getRaw:Lt,set:Nt,remove:Wt}),attrs:g({get:pe,set:ge,remove:be,copyTo:(e,t)=>{const o=ve(e);he(t,o)}}),insert:g({before:_e,after:je,afterAll:He,append:Ie,appendAll:qe,prepend:Pe,wrap:Fe}),remove:g({unwrap:Ue,remove:$e}),create:g({nu:xe.fromTag,clone:e=>xe.fromDom(e.dom.cloneNode(!1)),text:xe.fromText}),query:g({comparePosition:(e,t)=>e.dom.compareDocumentPosition(t.dom),prevSibling:Ae,nextSibling:Le}),property:g({children:We,name:ne,parent:Ne,document:e=>Ee(e).dom,isText:ie,isComment:le,isElement:ce,isSpecial:e=>{const t=ne(e);return D(["script","noscript","iframe","noframes","noembed","title","style","textarea","xmp"],t)},getLanguage:e=>ce(e)?we(e,"lang"):C.none(),getText:hr,setText:wr,isBoundary:e=>!!ce(e)&&("body"===ne(e)||D(Qr,ne(e))),isEmptyTag:e=>!!ce(e)&&D(["br","img","hr","input"],ne(e)),isNonEditable:e=>ce(e)&&"false"===pe(e,"contenteditable")}),eq:Re,is:Oe});const Zr=(e,t,o,n)=>{const r=t(e,o);return A(n,((o,n)=>{const r=t(e,n);return es(e,o,r)}),r)},es=(e,t,o)=>t.bind((t=>o.filter(w(e.eq,t)))),ts=Xr(),os=(e,t)=>((e,t,o)=>o.length>0?((e,t,o,n)=>n(e,t,o[0],o.slice(1)))(e,t,o,Zr):C.none())(ts,((t,o)=>e(o)),t),ns=e=>ht(e,"table"),rs=(e,t,o)=>{const n=e=>t=>void 0!==o&&o(t)||Re(t,e);return Re(e,t)?C.some({boxes:C.some([e]),start:e,finish:t}):ns(e).bind((r=>ns(t).bind((s=>{if(Re(r,s))return C.some({boxes:Kr(r,e,t),start:e,finish:t});if(De(r,s)){const o=it(t,"td,th",n(r)),l=o.length>0?o[o.length-1]:t;return C.some({boxes:Yr(r,e,r,t,s),start:e,finish:l})}if(De(s,r)){const o=it(e,"td,th",n(s)),l=o.length>0?o[o.length-1]:e;return C.some({boxes:Yr(s,e,r,t,s),start:e,finish:l})}return((e,t,o)=>((e,t,o,n=y)=>{const r=[t].concat(e.up().all(t)),s=[o].concat(e.up().all(o)),l=e=>M(e,n).fold((()=>e),(t=>e.slice(0,t+1))),a=l(r),c=l(s),i=W(a,(t=>O(c,((e,t)=>w(e.eq,t))(e,t))));return{firstpath:a,secondpath:c,shared:i}})(ts,e,t,void 0))(e,t).shared.bind((l=>bt(l,"table",o).bind((o=>{const l=it(t,"td,th",n(o)),a=l.length>0?l[l.length-1]:t,c=it(e,"td,th",n(o)),i=c.length>0?c[c.length-1]:e;return C.some({boxes:Yr(o,e,r,t,s),start:i,finish:a})}))))}))))},ss=(e,t)=>{const o=dt(e,t);return o.length>0?C.some(o):C.none()},ls=(e,t,o)=>wt(e,t).bind((t=>wt(e,o).bind((e=>os(ns,[t,e]).map((o=>({first:t,last:e,table:o}))))))),as=(e,t,o,n,r)=>((e,t)=>W(e,(e=>Ce(e,t))))(e,r).bind((e=>((e,t,o)=>Kt(e).bind((n=>((e,t,o,n)=>on(e,t,Re).bind((t=>{const r=o>0?t.row+t.rowspan-1:t.row,s=n>0?t.column+t.colspan-1:t.column;return tn(e,r+o,s+n).map((e=>e.element))})))(Jr(n),e,t,o))))(e,t,o).bind((e=>((e,t)=>ht(e,"table").bind((o=>wt(o,t).bind((t=>rs(t,e).bind((e=>e.boxes.map((t=>({boxes:t,start:e.start,finish:e.finish}))))))))))(e,n))))),cs=(e,t)=>ss(e,t),is=(e,t,o)=>ls(e,t,o).bind((t=>{const o=t=>Re(e,t),n="thead,tfoot,tbody,table",r=ht(t.first,n,o),s=ht(t.last,n,o);return r.bind((e=>s.bind((o=>Re(e,o)?((e,t,o)=>((e,t,o)=>$r(e,t,o).bind((t=>((e,t)=>{let o=!0;const n=w(Vr,t);for(let r=t.startRow;r<=t.finishRow;r++)for(let s=t.startCol;s<=t.finishCol;s++)o=o&&tn(e,r,s).exists(n);return o?C.some(t):C.none()})(e,t))))(Jr(e),t,o))(t.table,t.first,t.last):C.none()))))})),ms=h,ds=e=>{const t=(e,t)=>we(e,t).exists((e=>parseInt(e,10)>1));return e.length>0&&P(e,(e=>t(e,"rowspan")||t(e,"colspan")))?C.some(e):C.none()},us=(e,t,o)=>t.length<=1?C.none():is(e,o.firstSelectedSelector,o.lastSelectedSelector).map((e=>({bounds:e,cells:t}))),fs={selected:"data-mce-selected",selectedSelector:"td[data-mce-selected],th[data-mce-selected]",firstSelected:"data-mce-first-selected",firstSelectedSelector:"td[data-mce-first-selected],th[data-mce-first-selected]",lastSelected:"data-mce-last-selected",lastSelectedSelector:"td[data-mce-last-selected],th[data-mce-last-selected]"},gs=(e,t,o)=>({element:o,mergable:us(t,e,fs),unmergable:ds(e),selection:ms(e)}),hs=e=>(t,o)=>{const n=ne(t),r="col"===n||"colgroup"===n?Kt(s=t).bind((e=>cs(e,fs.firstSelectedSelector))).fold(g(s),(e=>e[0])):t;var s;return bt(r,e,o)},ps=hs("th,td,caption"),ws=hs("th,td"),bs=e=>{return t=e.model.table.getSelectedCells(),E(t,xe.fromDom);var t},vs=(e,t)=>{e.on("BeforeGetContent",(t=>{const o=o=>{t.preventDefault(),(e=>Kt(e[0]).map((e=>{const t=((e,t)=>{const o=e=>Ce(e.element,t),n=Ye(e),r=Zt(n),s=mr(e),l=en(r),a=((e,t)=>{const o=e.grid.columns;let n=e.grid.rows,r=o,s=0,l=0;const a=[],c=[];return G(e.access,(e=>{if(a.push(e),t(e)){c.push(e);const t=e.row,o=t+e.rowspan-1,a=e.column,i=a+e.colspan-1;ts&&(s=o),al&&(l=i)}})),((e,t,o,n,r,s)=>({minRow:e,minCol:t,maxRow:o,maxCol:n,allCells:r,selectedCells:s}))(n,r,s,l,a,c)})(l,o),c="th:not("+t+"),td:not("+t+")",i=Vt(n,"th,td",(e=>Ce(e,c)));N(i,$e),((e,t,o,n)=>{const r=z(e,(e=>"colgroup"!==e.section)),s=t.grid.columns,l=t.grid.rows;for(let e=0;eo.maxRow||ao.maxCol||(tn(t,e,a).filter(n).isNone()?fr(r,l,e):l=!0)}})(r,l,a,o);const m=((e,t,o,n)=>{if(0===n.minCol&&t.grid.columns===n.maxCol+1)return 0;const r=sr(t,e,o),s=L(r,((e,t)=>e+t),0),l=L(r.slice(n.minCol,n.maxCol+1),((e,t)=>e+t),0),a=l/s*o.pixelWidth()-o.pixelWidth();return o.getCellDelta(a)})(e,Zo(e),s,a);return((e,t,o,n)=>{G(o.columns,(e=>{(e.columnt.maxCol)&&$e(e.element)}));const r=z(qt(e,"tr"),(e=>0===e.dom.childElementCount));N(r,$e),t.minCol!==t.maxCol&&t.minRow!==t.maxRow||N(qt(e,"th,td"),(e=>{be(e,"rowspan"),be(e,"colspan")})),be(e,Go),be(e,"data-snooker-col-series"),mr(e).adjustTableWidth(n)})(n,a,l,m),n})(e,"[data-mce-selected]");return jr(t),[t]})))(o).each((o=>{t.content="text"===t.format?(e=>E(e,(e=>e.dom.innerText)).join(""))(o):((e,t)=>E(t,(t=>e.selection.serializer.serialize(t.dom,{}))).join(""))(e,o)}))};if(!0===t.selection){const t=(e=>z(bs(e),(e=>Ce(e,fs.selectedSelector))))(e);t.length>=1&&o(t)}})),e.on("BeforeSetContent",(o=>{if(!0===o.selection&&!0===o.paste){const n=bs(e);H(n).each((n=>{Kt(n).each((r=>{const s=z(((e,t)=>{const o=document.createElement("div");return o.innerHTML=e,We(xe.fromDom(o))})(o.content),(e=>"meta"!==ne(e))),l=ue("table");if(1===s.length&&l(s[0])){o.preventDefault();const l=xe.fromDom(e.getDoc()),a=zr(l),c=((e,t,o)=>({element:e,clipboard:t,generators:o}))(n,s[0],a);t.pasteCells(r,c).each((()=>{e.focus()}))}}))}))}}))},ys=(e,t)=>({element:e,offset:t}),xs=(e,t,o)=>e.property().isText(t)&&0===e.property().getText(t).trim().length||e.property().isComment(t)?o(t).bind((t=>xs(e,t,o).orThunk((()=>C.some(t))))):C.none(),Cs=(e,t)=>e.property().isText(t)?e.property().getText(t).length:e.property().children(t).length,Ss=(e,t)=>{const o=xs(e,t,e.query().prevSibling).getOr(t);if(e.property().isText(o))return ys(o,Cs(e,o));const n=e.property().children(o);return n.length>0?Ss(e,n[n.length-1]):ys(o,Cs(e,o))},Ts=Ss,Rs=Xr(),Ds=(e,t)=>{if(!jt(e)){const o=(e=>Un(e).bind((e=>{return t=e,o=["fixed","relative","empty"],C.from(Mn.exec(t)).bind((e=>{const t=Number(e[1]),n=e[2];return((e,t)=>O(t,(t=>O(Wn[t],(t=>e===t)))))(n,o)?C.some({value:t,unit:n}):C.none()}));var t,o})))(e);o.each((o=>{const n=o.value/2;Jn(e,n,o.unit),Jn(t,n,o.unit)}))}},Os=e=>E(e,g(0)),ks=(e,t,o,n,r)=>r(e.slice(0,t)).concat(n).concat(r(e.slice(o))),Es=e=>(t,o,n,r)=>{if(e(n)){const e=Math.max(r,t[o]-Math.abs(n)),s=Math.abs(e-t[o]);return n>=0?s:-s}return n},Ns=Es((e=>e<0)),Bs=Es(x),zs=()=>{const e=(e,t,o,n)=>{const r=(100+o)/100,s=Math.max(n,(e[t]+o)/r);return E(e,((e,o)=>(o===t?s:e/r)-e))},t=(t,o,n,r,s,l)=>l?e(t,o,r,s):((e,t,o,n,r)=>{const s=Ns(e,t,n,r);return ks(e,t,o+1,[s,0],Os)})(t,o,n,r,s);return{resizeTable:(e,t)=>e(t),clampTableDelta:Ns,calcLeftEdgeDeltas:t,calcMiddleDeltas:(e,o,n,r,s,l,a)=>t(e,n,r,s,l,a),calcRightEdgeDeltas:(t,o,n,r,s,l)=>{if(l)return e(t,n,r,s);{const e=Ns(t,n,r,s);return Os(t.slice(0,n)).concat([e])}},calcRedestributedWidths:(e,t,o,n)=>{if(n){const n=(t+o)/t,r=E(e,(e=>e/n));return{delta:100*n-100,newSizes:r}}return{delta:o,newSizes:e}}}},As=()=>{const e=(e,t,o,n,r)=>{const s=Bs(e,n>=0?o:t,n,r);return ks(e,t,o+1,[s,-s],Os)};return{resizeTable:(e,t,o)=>{o&&e(t)},clampTableDelta:(e,t,o,n,r)=>{if(r){if(o>=0)return o;{const t=L(e,((e,t)=>e+t-n),0);return Math.max(-t,o)}}return Ns(e,t,o,n)},calcLeftEdgeDeltas:e,calcMiddleDeltas:(t,o,n,r,s,l)=>e(t,n,r,s,l),calcRightEdgeDeltas:(e,t,o,n,r,s)=>{if(s)return Os(e);{const t=n/e.length;return E(e,g(t))}},calcRedestributedWidths:(e,t,o,n)=>({delta:0,newSizes:e})}},Ls=e=>Zo(e).grid,Ws=ue("th"),Ms=e=>P(e,(e=>Ws(e.element))),_s=(e,t)=>e&&t?"sectionCells":e?"section":"cells",js=e=>{const t="thead"===e.section,o=vt(Ps(e.cells),"th");return"tfoot"===e.section?{type:"footer"}:t||o?{type:"header",subType:_s(t,o)}:{type:"body"}},Ps=e=>{const t=z(e,(e=>Ws(e.element)));return 0===t.length?C.some("td"):t.length===e.length?C.some("th"):C.none()},Is=(e,t,o)=>et(o(e.element,t),!0,e.isLocked),Fs=(e,t)=>e.section!==t?tt(e.element,e.cells,t,e.isNew):e,Hs=()=>({transformRow:Fs,transformCell:(e,t,o)=>{const n=o(e.element,t),r="td"!==ne(n)?((e,t)=>{const o=Je(e,"td");je(e,o);const n=We(e);return qe(o,n),$e(e),o})(n):n;return et(r,e.isNew,e.isLocked)}}),qs=()=>({transformRow:Fs,transformCell:Is}),Vs=()=>({transformRow:(e,t)=>Fs(e,"thead"===t?"tbody":t),transformCell:Is}),$s=Hs,Us=qs,Gs=Vs,Ks=()=>({transformRow:h,transformCell:Is}),Ys=(e,t,o,n)=>{o===n?be(e,t):ge(e,t,o)},Js=(e,t,o)=>{q(mt(e,t)).fold((()=>Pe(e,o)),(e=>je(e,o)))},Qs=(e,t)=>{const o=[],n=[],r=e=>E(e,(e=>{e.isNew&&o.push(e.element);const t=e.element;return Ve(t),N(e.cells,(e=>{e.isNew&&n.push(e.element),Ys(e.element,"colspan",e.colspan,1),Ys(e.element,"rowspan",e.rowspan,1),Ie(t,e.element)})),t})),s=e=>j(e,(e=>E(e.cells,(e=>(Ys(e.element,"span",e.colspan,1),e.element))))),l=(t,o)=>{const n=((e,t)=>{const o=pt(e,t).getOrThunk((()=>{const o=xe.fromTag(t,ke(e).dom);return"thead"===t?Js(e,"caption,colgroup",o):"colgroup"===t?Js(e,"caption",o):Ie(e,o),o}));return Ve(o),o})(e,o),l=("colgroup"===o?s:r)(t);qe(n,l)},a=(t,o)=>{t.length>0?l(t,o):(t=>{pt(e,t).each($e)})(o)},c=[],i=[],m=[],d=[];return N(t,(e=>{switch(e.section){case"thead":c.push(e);break;case"tbody":i.push(e);break;case"tfoot":m.push(e);break;case"colgroup":d.push(e)}})),a(d,"colgroup"),a(c,"thead"),a(i,"tbody"),a(m,"tfoot"),{newRows:o,newCells:n}},Xs=(e,t)=>{if(0===e.length)return 0;const o=e[0];return M(e,(e=>!t(o.element,e.element))).getOr(e.length)},Zs=(e,t)=>{const o=E(e,(e=>E(e.cells,y)));return E(e,((n,r)=>{const s=j(n.cells,((n,s)=>{if(!1===o[r][s]){const m=((e,t,o,n)=>{const r=((e,t)=>e[t])(e,t),s="colgroup"===r.section,l=Xs(r.cells.slice(o),n),a=s?1:Xs(((e,t)=>E(e,(e=>Ho(e,t))))(e.slice(t),o),n);return{colspan:l,rowspan:a}})(e,r,s,t);return((e,t,n,r)=>{for(let s=e;s({element:e,cells:t,section:o,isNew:n}))(n.element,s,n.section,n.isNew)}))},el=(e,t,o)=>{const n=[];N(e.colgroups,(r=>{const s=[];for(let n=0;net(e.element,o,!1))).getOrThunk((()=>et(t.colGap(),!0,!1)));s.push(r)}n.push(tt(r.element,s,"colgroup",o))}));for(let r=0;ret(e.element,o,e.isLocked))).getOrThunk((()=>et(t.gap(),!0,!1)));s.push(l)}const l=e.all[r],a=tt(l.element,s,l.section,o);n.push(a)}return n},tl=e=>Zs(e,Re),ol=(e,t)=>V(e.all,(e=>W(e.cells,(e=>Re(t,e.element))))),nl=(e,t,o)=>{const n=E(t.selection,(t=>$t(t).bind((t=>ol(e,t))).filter(o))),r=yt(n);return xt(r.length>0,r)},rl=(e,t,o,n,r)=>(s,l,a,c)=>{const i=Zo(s),m=C.from(null==c?void 0:c.section).getOrThunk(Ks);return t(i,l).map((t=>{const o=((e,t)=>el(e,t,!1))(i,a),n=e(o,t,Re,r(a),m),s=Yo(n.grid);return{info:t,grid:tl(n.grid),cursor:n.cursor,lockedColumns:s}})).bind((e=>{const t=Qs(s,e.grid),r=C.from(null==c?void 0:c.sizing).getOrThunk((()=>mr(s))),l=C.from(null==c?void 0:c.resize).getOrThunk(As);return o(s,e.grid,e.info,{sizing:r,resize:l,section:m}),n(s),be(s,Go),e.lockedColumns.length>0&&ge(s,Go,e.lockedColumns.join(",")),C.some({cursor:e.cursor,newRows:t.newRows,newCells:t.newCells})}))},sl=(e,t)=>nl(e,t,x).map((e=>({cells:e,generators:t.generators,clipboard:t.clipboard}))),ll=(e,t)=>nl(e,t,x),al=(e,t)=>nl(e,t,(e=>!e.isLocked)),cl=(e,t)=>P(t,(t=>((e,t)=>ol(e,t).exists((e=>!e.isLocked)))(e,t))),il=(e,t,o,n)=>{const r=$o(e).rows;let s=!0;for(let e=0;e{const t=t=>t(e),o=g(e),n=()=>r,r={tag:!0,inner:e,fold:(t,o)=>o(e),isValue:x,isError:y,map:t=>ul.value(t(e)),mapError:n,bind:t,exists:t,forall:t,getOr:o,or:n,getOrThunk:o,orThunk:n,getOrDie:o,each:t=>{t(e)},toOptional:()=>C.some(e)};return r},dl=e=>{const t=()=>o,o={tag:!1,inner:e,fold:(t,o)=>t(e),isValue:y,isError:x,map:t,mapError:t=>ul.error(t(e)),bind:t,exists:y,forall:x,getOr:h,or:h,getOrThunk:v,orThunk:v,getOrDie:(n=String(e),()=>{throw new Error(n)}),each:f,toOptional:C.none};var n;return o},ul={value:ml,error:dl,fromOption:(e,t)=>e.fold((()=>dl(t)),ml)},fl=(e,t)=>({rowDelta:0,colDelta:Vo(e[0])-Vo(t[0])}),gl=(e,t)=>({rowDelta:e.length-t.length,colDelta:0}),hl=(e,t,o,n)=>{const r="colgroup"===t.section?o.col:o.cell;return k(e,(e=>et(r(),!0,n(e))))},pl=(e,t,o,n)=>{const r=e[e.length-1];return e.concat(k(t,(()=>{const e="colgroup"===r.section?o.colgroup:o.row,t=Uo(r,e,h),s=hl(t.cells.length,t,o,(e=>X(n,e.toString())));return Fo(t,s)})))},wl=(e,t,o,n)=>E(e,(e=>{const r=hl(t,e,o,y);return jo(e,n,r)})),bl=(e,t,o)=>{const n=t.colDelta<0?wl:h,r=t.rowDelta<0?pl:h,s=Yo(e),l=Vo(e[0]),a=O(s,(e=>e===l-1)),c=n(e,Math.abs(t.colDelta),o,a?l-1:l),i=Yo(c);return r(c,Math.abs(t.rowDelta),o,I(i,x))},vl=(e,t,o,n)=>{const r=w(n,Ho(e[t],o).element),s=e[t];return e.length>1&&Vo(s)>1&&(o>0&&r(qo(s,o-1))||o0&&r(qo(e[t-1],o))||tz(o,(o=>o>=e.column&&o<=Vo(t[0])+e.column)),xl=(e,t,o,n,r)=>{((e,t,o,n)=>{t>0&&t{const r=e.cells[t-1];let s=0;const l=n();for(;e.cells.length>t+s&&o(r.element,e.cells[t+s].element);)Io(e,t+s,et(l,!0,e.cells[t+s].isLocked)),s++}))})(t,e,r,n.cell);const s=gl(o,t),l=bl(o,s,n),a=gl(t,l),c=bl(t,a,n);return E(c,((t,o)=>jo(t,e,l[o].cells)))},Cl=(e,t,o,n,r)=>{((e,t,o,n)=>{const r=$o(e).rows;if(t>0&&tL(e,((e,o)=>O(e,(e=>t(e.element,o.element)))?e:e.concat([o])),[]))(r[t-1].cells,o);N(e,(e=>{let s=C.none();for(let l=t;l{Io(a,t,et(e,!0,c.isLocked))})))}}))}})(t,e,r,n.cell);const s=Yo(t),l=fl(t,o),a={...l,colDelta:l.colDelta-s.length},c=bl(t,a,n),{cols:i,rows:m}=$o(c),d=Yo(c),u=fl(o,t),f={...u,colDelta:u.colDelta+d.length},g=(p=n,w=d,E(o,(e=>L(w,((t,o)=>{const n=hl(1,e,p,x)[0];return Po(t,o,n)}),e)))),h=bl(g,f,n);var p,w;return[...i,...m.slice(0,e),...h,...m.slice(e,m.length)]},Sl=(e,t,o,n,r)=>{const{rows:s,cols:l}=$o(e),a=s.slice(0,t),c=s.slice(t);return[...l,...a,((e,t,o,n)=>Uo(e,(e=>n(e,o)),t))(s[o],((e,o)=>t>0&&tE(e,(e=>{const s=t>0&&t{if("colgroup"!==o&&n)return Ho(e,t);{const t=Ho(e,r);return et(l(t.element,s),!0,!1)}})(e,t,e.section,s,o,n,r);return Po(e,t,l)})),Rl=(e,t,o,n)=>((e,t,o,n)=>void 0!==qo(e[t],o)&&t>0&&n(qo(e[t-1],o),qo(e[t],o)))(e,t,o,n)||((e,t,o)=>t>0&&o(qo(e,t-1),qo(e,t)))(e[t],o,n),Dl=(e,t,o,n)=>{const r=e=>(e=>"row"===e?Pt(t):jt(t))(e)?`${e}group`:e;return e?Ws(t)?r(o):null:n&&Ws(t)?r("row"===o?"col":"row"):null},Ol=(e,t,o)=>et(o(e.element,t),!0,e.isLocked),kl=(e,t,o,n,r,s,l)=>E(e,((e,a)=>((e,c)=>{const i=e.cells,m=E(i,((e,c)=>{if((e=>O(t,(t=>o(e.element,t.element))))(e)){const t=l(e,a,c)?r(e,o,n):e;return s(t,a,c).each((e=>{var o,n;o=t.element,n={scope:C.from(e)},G(n,((e,t)=>{e.fold((()=>{be(o,t)}),(e=>{fe(o.dom,t,e)}))}))})),t}return e}));return tt(e.element,m,e.section,e.isNew)})(e))),El=(e,t,o)=>j(e,((n,r)=>Rl(e,r,t,o)?[]:[Ho(n,t)])),Nl=(e,t,o,n,r)=>{const s=$o(e).rows,l=j(t,(e=>El(s,e,n))),a=E(s,(e=>Ms(e.cells))),c=((e,t)=>P(t,h)&&Ms(e)?x:(e,o,n)=>!("th"===ne(e.element)&&t[o]))(l,a),i=((e,t)=>(o,n)=>C.some(Dl(e,o.element,"row",t[n])))(o,a);return kl(e,l,n,r,Ol,i,c)},Bl=(e,t,o,n)=>{const r=$o(e).rows,s=E(t,(e=>Ho(r[e.row],e.column)));return kl(e,s,o,n,Ol,C.none,x)},zl=e=>{if(!l(e))throw new Error("cases must be an array");if(0===e.length)throw new Error("there must be at least one case");const t=[],o={};return N(e,((n,r)=>{const s=$(n);if(1!==s.length)throw new Error("one and only one name per case");const a=s[0],c=n[a];if(void 0!==o[a])throw new Error("duplicate key detected:"+a);if("cata"===a)throw new Error("cannot have a case named cata (sorry)");if(!l(c))throw new Error("case arguments must be an array");t.push(a),o[a]=(...o)=>{const n=o.length;if(n!==c.length)throw new Error("Wrong number of arguments to case "+a+". Expected "+c.length+" ("+c+"), got "+n);return{fold:(...t)=>{if(t.length!==e.length)throw new Error("Wrong number of arguments to fold. Expected "+e.length+", got "+t.length);return t[r].apply(null,o)},match:e=>{const n=$(e);if(t.length!==n.length)throw new Error("Wrong number of arguments to match. Expected: "+t.join(",")+"\nActual: "+n.join(","));if(!P(t,(e=>D(n,e))))throw new Error("Not all branches were specified when using match. Specified: "+n.join(", ")+"\nRequired: "+t.join(", "));return e[a].apply(null,o)},log:e=>{console.log(e,{constructors:t,constructor:a,params:o})}}}})),o},Al={...zl([{none:[]},{only:["index"]},{left:["index","next"]},{middle:["prev","index","next"]},{right:["prev","index"]}])},Ll=(e,t,o)=>{let n=0;for(let r=e;r{const o=rn(e);return E(o,(e=>{const o=Ll(e.row,e.row+e.rowspan,t);return{element:e.element,height:o,rowspan:e.rowspan}}))},Ml=(e,t,o)=>{const n=((e,t)=>ln(e)?((e,t)=>{const o=sn(e);return E(o,((e,o)=>({element:e.element,width:t[o],colspan:e.colspan})))})(e,t):((e,t)=>{const o=rn(e);return E(o,(e=>{const o=Ll(e.column,e.column+e.colspan,t);return{element:e.element,width:o,colspan:e.colspan}}))})(e,t))(e,t);N(n,(e=>{o.setElementWidth(e.element,e.width)}))},_l=(e,t,o,n,r)=>{const s=Zo(e),l=r.getCellDelta(t),a=r.getWidths(s,r),c=o===s.grid.columns-1,i=n.clampTableDelta(a,o,l,r.minCellWidth(),c),m=((e,t,o,n,r)=>{const s=e.slice(0),l=((e,t)=>0===e.length?Al.none():1===e.length?Al.only(0):0===t?Al.left(0,1):t===e.length-1?Al.right(t-1,t):t>0&&tn.singleColumnWidth(s[e],o)),((e,t)=>r.calcLeftEdgeDeltas(s,e,t,o,n.minCellWidth(),n.isRelative)),((e,t,l)=>r.calcMiddleDeltas(s,e,t,l,o,n.minCellWidth(),n.isRelative)),((e,t)=>r.calcRightEdgeDeltas(s,e,t,o,n.minCellWidth(),n.isRelative)))})(a,o,i,r,n),d=E(m,((e,t)=>e+a[t]));Ml(s,d,r),n.resizeTable(r.adjustTableWidth,i,c)},jl=e=>L(e,((e,t)=>O(e,(e=>e.column===t.column))?e:e.concat([t])),[]).sort(((e,t)=>e.column-t.column)),Pl=ue("col"),Il=ue("colgroup"),Fl=e=>"tr"===ne(e)||Il(e),Hl=e=>({element:e,colspan:Mt(e,"colspan",1),rowspan:Mt(e,"rowspan",1)}),ql=e=>we(e,"scope").map((e=>e.substr(0,3))),Vl=(e,t=Hl)=>{const o=o=>{if(Fl(o))return Il((r={element:o}).element)?e.colgroup(r):e.row(r);{const r=o,s=(t=>Pl(t.element)?e.col(t):e.cell(t))(t(r));return n=C.some({item:r,replacement:s}),s}var r};let n=C.none();return{getOrInit:(e,t)=>n.fold((()=>o(e)),(n=>t(e,n.item)?n.replacement:o(e)))}},$l=e=>t=>{const o=[],n=n=>{const r="td"===e?{scope:null}:{},s=t.replace(n,e,r);return o.push({item:n,sub:s}),s};return{replaceOrInit:(e,t)=>{if(Fl(e)||Pl(e))return e;{const r=e;return((e,t)=>W(o,(o=>t(o.item,e))))(r,t).fold((()=>n(r)),(o=>t(e,o.item)?o.sub:n(r)))}}}},Ul=e=>({unmerge:t=>{const o=ql(t);return o.each((e=>ge(t,"scope",e))),()=>{const n=e.cell({element:t,colspan:1,rowspan:1});return Wt(n,"width"),Wt(t,"width"),o.each((e=>ge(n,"scope",e))),n}},merge:e=>(Wt(e[0],"width"),(()=>{const t=yt(E(e,ql));if(0===t.length)return C.none();{const e=t[0],o=["row","col"];return O(t,(t=>t!==e&&D(o,t)))?C.none():C.from(e)}})().fold((()=>be(e[0],"scope")),(t=>ge(e[0],"scope",t+"group"))),g(e[0]))}),Gl=["body","p","div","article","aside","figcaption","figure","footer","header","nav","section","ol","ul","table","thead","tfoot","tbody","caption","tr","td","th","h1","h2","h3","h4","h5","h6","blockquote","pre","address"],Kl=Xr(),Yl=e=>((e,t)=>{const o=e.property().name(t);return D(Gl,o)})(Kl,e),Jl=e=>((e,t)=>{const o=e.property().name(t);return D(["ol","ul"],o)})(Kl,e),Ql=e=>{const t=ue("br"),o=e=>Cr(e).bind((o=>{const n=Le(o).map((e=>!!Yl(e)||!!((e,t)=>D(["br","img","hr","input"],e.property().name(t)))(Kl,e)&&"img"!==ne(e))).getOr(!1);return Ne(o).map((r=>{return!0===n||("li"===ne(s=r)||ft(s,Jl).isSome())||t(o)||Yl(r)&&!Re(e,r)?[]:[xe.fromTag("br")];var s}))})).getOr([]),n=(()=>{const n=j(e,(e=>{const n=We(e);return(e=>P(e,(e=>t(e)||ie(e)&&0===hr(e).trim().length)))(n)?[]:n.concat(o(e))}));return 0===n.length?[xe.fromTag("br")]:n})();Ve(e[0]),qe(e[0],n)},Xl=e=>Lr(e,!0),Zl=e=>{0===Ut(e).length&&$e(e)},ea=(e,t)=>({grid:e,cursor:t}),ta=(e,t,o)=>{const n=((e,t,o)=>{var n,r;const s=$o(e).rows;return C.from(null===(r=null===(n=s[t])||void 0===n?void 0:n.cells[o])||void 0===r?void 0:r.element).filter(Xl).orThunk((()=>(e=>V(e,(e=>V(e.cells,(e=>{const t=e.element;return xt(Xl(t),t)})))))(s)))})(e,t,o);return ea(e,n)},oa=e=>L(e,((e,t)=>O(e,(e=>e.row===t.row))?e:e.concat([t])),[]).sort(((e,t)=>e.row-t.row)),na=(e,t)=>(o,n,r,s,l)=>{const a=oa(n),c=E(a,(e=>e.row)),i=((e,t,o,n,r,s,l)=>{const{cols:a,rows:c}=$o(e),i=c[t[0]],m=j(t,(e=>((e,t,o)=>{const n=e[t];return j(n.cells,((n,r)=>Rl(e,t,r,o)?[]:[n]))})(c,e,r))),d=E(i.cells,((e,t)=>Ms(El(c,t,r)))),u=[...c];N(t,(e=>{u[e]=l.transformRow(c[e],o)}));const f=[...a,...u],g=((e,t)=>P(t,h)&&Ms(e.cells)?x:(e,o,n)=>!("th"===ne(e.element)&&t[n]))(i,d),p=((e,t)=>(o,n,r)=>C.some(Dl(e,o.element,"col",t[r])))(n,d);return kl(f,m,r,s,l.transformCell,p,g)})(o,c,e,t,r,s.replaceOrInit,l);return ta(i,n[0].row,n[0].column)},ra=na("thead",!0),sa=na("tbody",!1),la=na("tfoot",!1),aa=(e,t,o)=>{const n=((e,t)=>Qt(e,(()=>t)))(e,o.section),r=en(n);return el(r,t,!0)},ca=(e,t,o,n)=>((e,t,o,n)=>{const r=en(t),s=n.getWidths(r,n);Ml(r,s,n)})(0,t,0,n.sizing),ia=(e,t,o,n)=>((e,t,o,n,r)=>{const s=en(t),l=n.getWidths(s,n),a=n.pixelWidth(),{newSizes:c,delta:i}=r.calcRedestributedWidths(l,a,o.pixelDelta,n.isRelative);Ml(s,c,n),n.adjustTableWidth(i)})(0,t,o,n.sizing,n.resize),ma=(e,t)=>O(t,(e=>0===e.column&&e.isLocked)),da=(e,t)=>O(t,(t=>t.column+t.colspan>=e.grid.columns&&t.isLocked)),ua=(e,t)=>{const o=cn(e),n=jl(t);return L(n,((e,t)=>e+o[t.column].map(Mo).getOr(0)),0)},fa=e=>(t,o)=>ll(t,o).filter((o=>!(e?ma:da)(t,o))).map((e=>({details:e,pixelDelta:ua(t,e)}))),ga=e=>(t,o)=>sl(t,o).filter((o=>!(e?ma:da)(t,o.cells))),ha=$l("th"),pa=$l("td"),wa=rl(((e,t,o,n)=>{const r=t[0].row,s=oa(t),l=A(s,((e,t)=>({grid:Sl(e.grid,r,t.row+e.delta,o,n.getOrInit),delta:e.delta+1})),{grid:e,delta:0}).grid;return ta(l,r,t[0].column)}),ll,f,f,Vl),ba=rl(((e,t,o,n)=>{const r=oa(t),s=r[r.length-1],l=s.row+s.rowspan,a=A(r,((e,t)=>Sl(e,l,t.row,o,n.getOrInit)),e);return ta(a,l,t[0].column)}),ll,f,f,Vl),va=rl(((e,t,o,n)=>{const r=t.details,s=jl(r),l=s[0].column,a=A(s,((e,t)=>({grid:Tl(e.grid,l,t.column+e.delta,o,n.getOrInit),delta:e.delta+1})),{grid:e,delta:0}).grid;return ta(a,r[0].row,l)}),fa(!0),ia,f,Vl),ya=rl(((e,t,o,n)=>{const r=t.details,s=r[r.length-1],l=s.column+s.colspan,a=jl(r),c=A(a,((e,t)=>Tl(e,l,t.column,o,n.getOrInit)),e);return ta(c,r[0].row,l)}),fa(!1),ia,f,Vl),xa=rl(((e,t,o,n)=>{const r=jl(t.details),s=((e,t)=>j(e,(e=>{const o=e.cells,n=A(t,((e,t)=>t>=0&&t0?[tt(e.element,n,e.section,e.isNew)]:[]})))(e,E(r,(e=>e.column))),l=s.length>0?s[0].cells.length-1:0;return ta(s,r[0].row,Math.min(r[0].column,l))}),((e,t)=>al(e,t).map((t=>({details:t,pixelDelta:-ua(e,t)})))),ia,Zl,Vl),Ca=rl(((e,t,o,n)=>{const r=oa(t),s=((e,t,o)=>{const{rows:n,cols:r}=$o(e);return[...r,...n.slice(0,t),...n.slice(o+1)]})(e,r[0].row,r[r.length-1].row),l=s.length>0?s.length-1:0;return ta(s,Math.min(t[0].row,l),t[0].column)}),ll,f,Zl,Vl),Sa=rl(((e,t,o,n)=>{const r=jl(t),s=E(r,(e=>e.column)),l=Nl(e,s,!0,o,n.replaceOrInit);return ta(l,t[0].row,t[0].column)}),al,f,f,ha),Ta=rl(((e,t,o,n)=>{const r=jl(t),s=E(r,(e=>e.column)),l=Nl(e,s,!1,o,n.replaceOrInit);return ta(l,t[0].row,t[0].column)}),al,f,f,pa),Ra=rl(ra,al,f,f,ha),Da=rl(sa,al,f,f,pa),Oa=rl(la,al,f,f,pa),ka=rl(((e,t,o,n)=>{const r=Bl(e,t,o,n.replaceOrInit);return ta(r,t[0].row,t[0].column)}),al,f,f,ha),Ea=rl(((e,t,o,n)=>{const r=Bl(e,t,o,n.replaceOrInit);return ta(r,t[0].row,t[0].column)}),al,f,f,pa),Na=rl(((e,t,o,n)=>{const r=t.cells;Ql(r);const s=((e,t,o,n)=>{const r=$o(e).rows;if(0===r.length)return e;for(let e=t.startRow;e<=t.finishRow;e++)for(let o=t.startCol;o<=t.finishCol;o++){const t=r[e],s=Ho(t,o).isLocked;Io(t,o,et(n(),!1,s))}return e})(e,t.bounds,0,n.merge(r));return ea(s,C.from(r[0]))}),((e,t)=>((e,t)=>t.mergable)(0,t).filter((t=>cl(e,t.cells)))),ca,f,Ul),Ba=rl(((e,t,o,n)=>{const r=A(t,((e,t)=>il(e,t,o,n.unmerge(t))),e);return ea(r,C.from(t[0]))}),((e,t)=>((e,t)=>t.unmergable)(0,t).filter((t=>cl(e,t)))),ca,f,Ul),za=rl(((e,t,o,n)=>{const r=((e,t)=>{const o=Zo(e);return el(o,t,!0)})(t.clipboard,t.generators);var s,l;return((e,t,o,n,r)=>{const s=Yo(t),l=((e,t,o)=>{const n=Vo(t[0]),r=$o(t).cols.length+e.row,s=k(n-e.column,(t=>t+e.column));return{row:r,column:W(s,(e=>P(o,(t=>t!==e)))).getOr(n-1)}})(e,t,s),a=$o(o).rows,c=yl(l,a,s),i=((e,t,o)=>{if(e.row>=t.length||e.column>Vo(t[0]))return ul.error("invalid start address out of table bounds, row: "+e.row+", column: "+e.column);const n=t.slice(e.row),r=n[0].cells.slice(e.column),s=Vo(o[0]),l=o.length;return ul.value({rowDelta:n.length-l,colDelta:r.length-s})})(l,t,a);return i.map((e=>{const o={...e,colDelta:e.colDelta-c.length},s=bl(t,o,n),i=Yo(s),m=yl(l,a,i);return((e,t,o,n,r,s)=>{const l=e.row,a=e.column,c=l+o.length,i=a+Vo(o[0])+s.length,m=I(s,x);for(let e=l;eea(e,C.some(t.element))),(e=>ta(e,t.row,t.column)))}),((e,t)=>$t(t.element).bind((o=>ol(e,o).map((e=>({...e,generators:t.generators,clipboard:t.clipboard})))))),ca,f,Vl),Aa=rl(((e,t,o,n)=>{const r=$o(e).rows,s=t.cells[0].column,l=r[t.cells[0].row],a=aa(t.clipboard,t.generators,l),c=xl(s,e,a,t.generators,o);return ta(c,t.cells[0].row,t.cells[0].column)}),ga(!0),f,f,Vl),La=rl(((e,t,o,n)=>{const r=$o(e).rows,s=t.cells[t.cells.length-1].column+t.cells[t.cells.length-1].colspan,l=r[t.cells[0].row],a=aa(t.clipboard,t.generators,l),c=xl(s,e,a,t.generators,o);return ta(c,t.cells[0].row,t.cells[0].column)}),ga(!1),f,f,Vl),Wa=rl(((e,t,o,n)=>{const r=$o(e).rows,s=t.cells[0].row,l=r[s],a=aa(t.clipboard,t.generators,l),c=Cl(s,e,a,t.generators,o);return ta(c,t.cells[0].row,t.cells[0].column)}),sl,f,f,Vl),Ma=rl(((e,t,o,n)=>{const r=$o(e).rows,s=t.cells[t.cells.length-1].row+t.cells[t.cells.length-1].rowspan,l=r[t.cells[0].row],a=aa(t.clipboard,t.generators,l),c=Cl(s,e,a,t.generators,o);return ta(c,t.cells[0].row,t.cells[0].column)}),sl,f,f,Vl),_a=(e,t)=>{const o=Zo(e);return ll(o,t).bind((e=>{const t=e[e.length-1],n=e[0].column,r=t.column+t.colspan,s=_(E(o.all,(e=>z(e.cells,(e=>e.column>=n&&e.column{const o=Zo(e);return ll(o,t).bind(Ps).getOr("")},Pa=(e,t)=>{const o=Zo(e);return ll(o,t).bind((e=>{const t=e[e.length-1],n=e[0].row,r=t.row+t.rowspan;return(e=>{const t=E(e,(e=>js(e).type)),o=D(t,"header"),n=D(t,"footer");if(o||n){const e=D(t,"body");return!o||e||n?o||e||!n?C.none():C.some("footer"):C.some("header")}return C.some("body")})(o.all.slice(n,r))})).getOr("")},Ia=(e,t)=>e.dispatch("NewRow",{node:t}),Fa=(e,t)=>e.dispatch("NewCell",{node:t}),Ha=(e,t,o)=>{e.dispatch("TableModified",{...o,table:t})},qa={structure:!1,style:!0},Va={structure:!0,style:!1},$a={structure:!0,style:!0},Ua=e=>t=>t.options.get(e),Ga="100%",Ka=e=>{var t;const o=e.dom,n=null!==(t=o.getParent(e.selection.getStart(),o.isBlock))&&void 0!==t?t:e.getBody();return _o(xe.fromDom(n))+"px"},Ya=e=>C.from(e.options.get("table_clone_elements")),Ja=Ua("table_header_type"),Qa=Ua("table_column_resizing"),Xa=e=>"preservetable"===Qa(e),Za=e=>"resizetable"===Qa(e),ec=Ua("table_sizing_mode"),tc=e=>"relative"===ec(e),oc=e=>"fixed"===ec(e),nc=e=>"responsive"===ec(e),rc=Ua("table_resize_bars"),sc=Ua("table_style_by_css"),lc=e=>{const t=e.options,o=t.get("table_default_attributes");return t.isSet("table_default_attributes")?o:((e,t)=>nc(e)||sc(e)?t:oc(e)?{...t,width:Ka(e)}:{...t,width:Ga})(e,o)},ac=Ua("table_use_colgroups"),cc=(e,t)=>tc(e)?ur(t):oc(e)?dr(t):mr(t),ic=(e,t,o)=>{const n=e=>"table"===ne(Mr(e)),r=Ya(e),s=Za(e)?f:Ds,l=t=>{switch(Ja(e)){case"section":return $s();case"sectionCells":return Us();case"cells":return Gs();default:return((e,t)=>{var o;switch((o=Zo(e),V(o.all,(e=>{const t=js(e);return"header"===t.type?C.from(t.subType):C.none()}))).getOr(t)){case"section":return Hs();case"sectionCells":return qs();case"cells":return Vs()}})(t,"section")}},a=(n,s,a,c)=>(i,m,d=!1)=>{jr(i);const u=xe.fromDom(e.getDoc()),f=Br(a,u,r),g={sizing:cc(e,i),resize:Za(e)?zs():As(),section:l(i)};return s(i)?n(i,m,f,g).bind((n=>{t.refresh(i.dom),N(n.newRows,(t=>{Ia(e,t.dom)})),N(n.newCells,(t=>{Fa(e,t.dom)}));const r=((t,n)=>n.cursor.fold((()=>{const n=Ut(t);return H(n).filter(lt).map((n=>{o.clearSelectedCells(t.dom);const r=e.dom.createRng();return r.selectNode(n.dom),e.selection.setRng(r),ge(n,"data-mce-selected","1"),r}))}),(n=>{const r=Ts(Rs,n),s=e.dom.createRng();return s.setStart(r.element.dom,r.offset),s.setEnd(r.element.dom,r.offset),e.selection.setRng(s),o.clearSelectedCells(t.dom),C.some(s)})))(i,n);return lt(i)&&(jr(i),d||Ha(e,i.dom,c)),r.map((e=>({rng:e,effect:c})))})):C.none()},c=a(Ca,(t=>!n(e)||Ls(t).rows>1),f,Va),i=a(xa,(t=>!n(e)||Ls(t).columns>1),f,Va);return{deleteRow:c,deleteColumn:i,insertRowsBefore:a(wa,x,f,Va),insertRowsAfter:a(ba,x,f,Va),insertColumnsBefore:a(va,x,s,Va),insertColumnsAfter:a(ya,x,s,Va),mergeCells:a(Na,x,f,Va),unmergeCells:a(Ba,x,f,Va),pasteColsBefore:a(Aa,x,f,Va),pasteColsAfter:a(La,x,f,Va),pasteRowsBefore:a(Wa,x,f,Va),pasteRowsAfter:a(Ma,x,f,Va),pasteCells:a(za,x,f,$a),makeCellsHeader:a(ka,x,f,Va),unmakeCellsHeader:a(Ea,x,f,Va),makeColumnsHeader:a(Sa,x,f,Va),unmakeColumnsHeader:a(Ta,x,f,Va),makeRowsHeader:a(Ra,x,f,Va),makeRowsBody:a(Da,x,f,Va),makeRowsFooter:a(Oa,x,f,Va),getTableRowType:Pa,getTableCellType:ja,getTableColType:_a}},mc=(e,t,o)=>{const n=Mt(e,t,1);1===o||n<=1?be(e,t):ge(e,t,Math.min(o,n))},dc=(e,t)=>o=>{const n=o.column+o.colspan-1,r=o.column;return n>=e&&r{const n=o.substring(0,o.length-e.length),r=parseFloat(n);return n===r.toString()?t(r):uc.invalid(o)},gc={...uc,from:e=>Rt(e,"%")?fc("%",uc.percent,e):Rt(e,"px")?fc("px",uc.pixels,e):uc.invalid(e)},hc=(e,t,o)=>{const n=gc.from(o),r=P(e,(e=>"0px"===e))?((e,t)=>{const o=e.fold((()=>g("")),(e=>g(e/t+"px")),(()=>g(100/t+"%")));return k(t,o)})(n,e.length):((e,t,o)=>e.fold((()=>t),(e=>((e,t,o)=>{const n=o/t;return E(e,(e=>gc.from(e).fold((()=>e),(e=>e*n+"px"),(e=>e/100*o+"px"))))})(t,o,e)),(e=>((e,t)=>E(e,(e=>gc.from(e).fold((()=>e),(e=>e/t*100+"%"),(e=>e+"%")))))(t,o))))(n,e,t);return bc(r)},pc=(e,t)=>0===e.length?t:A(e,((e,t)=>gc.from(t).fold(g(0),h,h)+e),0),wc=(e,t)=>gc.from(e).fold(g(e),(e=>e+t+"px"),(e=>e+t+"%")),bc=e=>{if(0===e.length)return e;const t=A(e,((e,t)=>{const o=gc.from(t).fold((()=>({value:t,remainder:0})),(e=>((e,t)=>{const o=Math.floor(e);return{value:o+"px",remainder:e-o}})(e)),(e=>({value:e+"%",remainder:0})));return{output:[o.value].concat(e.output),remainder:e.remainder+o.remainder}}),{output:[],remainder:0}),o=t.output;return o.slice(0,o.length-1).concat([wc(o[o.length-1],Math.round(t.remainder))])},vc=gc.from,yc=e=>vc(e).fold(g("px"),g("px"),g("%")),xc=(e,t,o)=>{const n=Zo(e),r=n.all,s=rn(n),l=sn(n);t.each((t=>{const o=yc(t),r=Wo(e),a=((e,t)=>nr(e,t,er,rr))(n,e),c=hc(a,r,t);ln(n)?((e,t,o)=>{N(t,((t,n)=>{const r=pc([e[n]],Ft());Nt(t.element,"width",r+o)}))})(c,l,o):((e,t,o)=>{N(t,(t=>{const n=e.slice(t.column,t.colspan+t.column),r=pc(n,Ft());Nt(t.element,"width",r+o)}))})(c,s,o),Nt(e,"width",t)})),o.each((t=>{const o=yc(t),l=hn(e),a=((e,t,o)=>lr(e,t,o,tr,rr))(n,e,zn);((e,t,o,n)=>{N(o,(t=>{const o=e.slice(t.row,t.rowspan+t.row),r=pc(o,Ht());Nt(t.element,"height",r+n)})),N(t,((t,o)=>{Nt(t.element,"height",e[o])}))})(hc(a,l,t),r,s,o),Nt(e,"height",t)}))},Cc=e=>Un(e).exists((e=>_n.test(e))),Sc=e=>Un(e).exists((e=>jn.test(e))),Tc=e=>Un(e).isNone(),Rc=e=>{be(e,"width")},Dc=e=>{const t=Qn(e);xc(e,C.some(t),C.none()),Rc(e)},Oc=e=>{const t=(e=>Wo(e)+"px")(e);xc(e,C.some(t),C.none()),Rc(e)},kc=e=>{Wt(e,"width");const t=Gt(e),o=t.length>0?t:Ut(e);N(o,(e=>{Wt(e,"width"),Rc(e)})),Rc(e)},Ec={styles:{"border-collapse":"collapse",width:"100%"},attributes:{border:"1"},colGroups:!1},Nc=(e,t,o,n)=>k(e,(e=>((e,t,o,n)=>{const r=xe.fromTag("tr");for(let s=0;s{e.selection.select(t.dom,!0),e.selection.collapse(!0)},zc=(e,t,o,n,s)=>{const l=(e=>{const t=e.options,o=t.get("table_default_styles");return t.isSet("table_default_styles")?o:((e,t)=>nc(e)||!sc(e)?t:oc(e)?{...t,width:Ka(e)}:{...t,width:Ga})(e,o)})(e),a={styles:l,attributes:lc(e),colGroups:ac(e)};return e.undoManager.ignore((()=>{const r=((e,t,o,n,r,s=Ec)=>{const l=xe.fromTag("table"),a="cells"!==r;Bt(l,s.styles),he(l,s.attributes),s.colGroups&&Ie(l,(e=>{const t=xe.fromTag("colgroup");return k(e,(()=>Ie(t,xe.fromTag("col")))),t})(t));const c=Math.min(e,o);if(a&&o>0){const e=xe.fromTag("thead");Ie(l,e);const s=Nc(o,t,"sectionCells"===r?c:0,n);qe(e,s)}const i=xe.fromTag("tbody");Ie(l,i);const m=Nc(a?e-c:e,t,a?0:o,n);return qe(i,m),l})(o,t,s,n,Ja(e),a);ge(r,"data-mce-id","__mce");const l=(e=>{const t=xe.fromTag("div"),o=xe.fromDom(e.dom.cloneNode(!0));return Ie(t,o),(e=>e.dom.innerHTML)(t)})(r);e.insertContent(l),e.addVisual()})),wt(Mr(e),'table[data-mce-id="__mce"]').map((t=>(oc(e)?Oc(t):nc(e)?kc(t):(tc(e)||(e=>r(e)&&-1!==e.indexOf("%"))(l.width))&&Dc(t),jr(t),be(t,"data-mce-id"),((e,t)=>{N(dt(t,"tr"),(t=>{Ia(e,t.dom),N(dt(t,"th,td"),(t=>{Fa(e,t.dom)}))}))})(e,t),((e,t)=>{wt(t,"td,th").each(w(Bc,e))})(e,t),t.dom))).getOrNull()};var Ac=tinymce.util.Tools.resolve("tinymce.FakeClipboard");const Lc="x-tinymce/dom-table-",Wc=Lc+"rows",Mc=Lc+"columns",_c=e=>{const t=Ac.FakeClipboardItem(e);Ac.write([t])},jc=e=>{var t;const o=null!==(t=Ac.read())&&void 0!==t?t:[];return V(o,(t=>C.from(t.getType(e))))},Pc=e=>{jc(e).isSome()&&Ac.clear()},Ic=e=>{e.fold(Hc,(e=>_c({[Wc]:e})))},Fc=()=>jc(Wc),Hc=()=>Pc(Wc),qc=e=>{e.fold($c,(e=>_c({[Mc]:e})))},Vc=()=>jc(Mc),$c=()=>Pc(Mc),Uc=e=>ps(Pr(e),_r(e)).filter(Hr),Gc=(e,t)=>{const o=_r(e),n=e=>Kt(e,o),l=t=>(e=>ws(Pr(e),_r(e)).filter(Hr))(e).bind((e=>n(e).map((o=>t(o,e))))),a=t=>{e.focus()},c=(t,o=!1)=>l(((n,r)=>{const s=gs(bs(e),n,r);t(n,s,o).each(a)})),i=()=>l(((t,o)=>((e,t,o)=>{const n=Zo(e);return ll(n,t).bind((e=>{const t=el(n,o,!1),r=$o(t).rows.slice(e[0].row,e[e.length-1].row+e[e.length-1].rowspan),s=j(r,(e=>{const t=z(e.cells,(e=>!e.isLocked));return t.length>0?[{...e,cells:t}]:[]})),l=tl(s);return xt(l.length>0,l)})).map((e=>E(e,(e=>{const t=Ke(e.element);return N(e.cells,(e=>{const o=Ye(e.element);Ys(o,"colspan",e.colspan,1),Ys(o,"rowspan",e.rowspan,1),Ie(t,o)})),t}))))})(t,gs(bs(e),t,o),Br(f,xe.fromDom(e.getDoc()),C.none())))),m=()=>l(((t,o)=>((e,t)=>{const o=Zo(e);return al(o,t).map((e=>{const t=e[e.length-1],n=e[0].column,r=t.column+t.colspan,s=((e,t,o)=>{if(ln(e)){const n=z(sn(e),dc(t,o)),r=E(n,(e=>{const n=Ye(e.element);return mc(n,"span",o-t),n})),s=xe.fromTag("colgroup");return qe(s,r),[s]}return[]})(o,n,r),l=((e,t,o)=>E(e.all,(e=>{const n=z(e.cells,dc(t,o)),r=E(n,(e=>{const n=Ye(e.element);return mc(n,"colspan",o-t),n})),s=xe.fromTag("tr");return qe(s,r),s})))(o,n,r);return[...s,...l]}))})(t,gs(bs(e),t,o)))),d=(t,o)=>o().each((o=>{const n=E(o,(e=>Ye(e)));l(((o,r)=>{const s=zr(xe.fromDom(e.getDoc())),l=((e,t,o,n)=>({selection:ms(e),clipboard:o,generators:n}))(bs(e),0,n,s);t(o,l).each(a)}))})),g=e=>(t,o)=>((e,t)=>X(e,t)?C.from(e.type):C.none())(o,"type").each((t=>{c(e(t),o.no_events)}));G({mceTableSplitCells:()=>c(t.unmergeCells),mceTableMergeCells:()=>c(t.mergeCells),mceTableInsertRowBefore:()=>c(t.insertRowsBefore),mceTableInsertRowAfter:()=>c(t.insertRowsAfter),mceTableInsertColBefore:()=>c(t.insertColumnsBefore),mceTableInsertColAfter:()=>c(t.insertColumnsAfter),mceTableDeleteCol:()=>c(t.deleteColumn),mceTableDeleteRow:()=>c(t.deleteRow),mceTableCutCol:()=>m().each((e=>{qc(e),c(t.deleteColumn)})),mceTableCutRow:()=>i().each((e=>{Ic(e),c(t.deleteRow)})),mceTableCopyCol:()=>m().each((e=>qc(e))),mceTableCopyRow:()=>i().each((e=>Ic(e))),mceTablePasteColBefore:()=>d(t.pasteColsBefore,Vc),mceTablePasteColAfter:()=>d(t.pasteColsAfter,Vc),mceTablePasteRowBefore:()=>d(t.pasteRowsBefore,Fc),mceTablePasteRowAfter:()=>d(t.pasteRowsAfter,Fc),mceTableDelete:()=>Uc(e).each((t=>{Kt(t,o).filter(b(o)).each((t=>{const o=xe.fromText("");if(je(t,o),$e(t),e.dom.isEmpty(e.getBody()))e.setContent(""),e.selection.setCursorLocation();else{const t=e.dom.createRng();t.setStart(o.dom,0),t.setEnd(o.dom,0),e.selection.setRng(t),e.nodeChanged()}}))})),mceTableCellToggleClass:(t,o)=>{l((t=>{const n=bs(e),r=P(n,(t=>e.formatter.match("tablecellclass",{value:o},t.dom))),s=r?e.formatter.remove:e.formatter.apply;N(n,(e=>s("tablecellclass",{value:o},e.dom))),Ha(e,t.dom,qa)}))},mceTableToggleClass:(t,o)=>{l((t=>{e.formatter.toggle("tableclass",{value:o},t.dom),Ha(e,t.dom,qa)}))},mceTableToggleCaption:()=>{Uc(e).each((t=>{Kt(t,o).each((o=>{pt(o,"caption").fold((()=>{const t=xe.fromTag("caption");Ie(t,xe.fromText("Caption")),((e,t,o)=>{Me(e,0).fold((()=>{Ie(e,t)}),(e=>{_e(e,t)}))})(o,t),e.selection.setCursorLocation(t.dom,0)}),(n=>{ue("caption")(t)&&Te("td",o).each((t=>e.selection.setCursorLocation(t.dom,0))),$e(n)})),Ha(e,o.dom,Va)}))}))},mceTableSizingMode:(t,n)=>(t=>Uc(e).each((n=>{nc(e)||oc(e)||tc(e)||Kt(n,o).each((o=>{"relative"!==t||Cc(o)?"fixed"!==t||Sc(o)?"responsive"!==t||Tc(o)||kc(o):Oc(o):Dc(o),jr(o),Ha(e,o.dom,Va)}))})))(n),mceTableCellType:g((e=>"th"===e?t.makeCellsHeader:t.unmakeCellsHeader)),mceTableColType:g((e=>"th"===e?t.makeColumnsHeader:t.unmakeColumnsHeader)),mceTableRowType:g((e=>{switch(e){case"header":return t.makeRowsHeader;case"footer":return t.makeRowsFooter;default:return t.makeRowsBody}}))},((t,o)=>e.addCommand(o,t))),e.addCommand("mceInsertTable",((t,o)=>{((e,t,o,n={})=>{const r=e=>u(e)&&e>0;if(r(t)&&r(o)){const r=n.headerRows||0,s=n.headerColumns||0;return zc(e,o,t,s,r)}console.error("Invalid values for mceInsertTable - rows and columns values are required to insert a table.")})(e,o.rows,o.columns,o.options)})),e.addCommand("mceTableApplyCellStyle",((t,o)=>{const l=e=>"tablecell"+e.toLowerCase().replace("-","");if(!s(o))return;const a=z(bs(e),Hr);if(0===a.length)return;const c=((e,t)=>{const o={};return((e,t,o,n)=>{G(e,((e,r)=>{(t(e,r)?o:n)(e,r)}))})(e,t,(e=>(t,o)=>{e[o]=t})(o),f),o})(o,((t,o)=>e.formatter.has(l(o))&&r(t)));(e=>{for(const t in e)if(U.call(e,t))return!1;return!0})(c)||(G(c,((t,o)=>{const n=l(o);N(a,(o=>{""===t?e.formatter.remove(n,{value:null},o.dom,!0):e.formatter.apply(n,{value:t},o.dom)}))})),n(a[0]).each((t=>Ha(e,t.dom,qa))))}))},Kc=zl([{before:["element"]},{on:["element","offset"]},{after:["element"]}]),Yc={before:Kc.before,on:Kc.on,after:Kc.after,cata:(e,t,o,n)=>e.fold(t,o,n),getStart:e=>e.fold(h,h,h)},Jc=(e,t)=>({selection:e,kill:t}),Qc=(e,t)=>{const o=e.document.createRange();return o.selectNode(t.dom),o},Xc=(e,t)=>{const o=e.document.createRange();return Zc(o,t),o},Zc=(e,t)=>e.selectNodeContents(t.dom),ei=(e,t,o)=>{const n=e.document.createRange();var r;return r=n,t.fold((e=>{r.setStartBefore(e.dom)}),((e,t)=>{r.setStart(e.dom,t)}),(e=>{r.setStartAfter(e.dom)})),((e,t)=>{t.fold((t=>{e.setEndBefore(t.dom)}),((t,o)=>{e.setEnd(t.dom,o)}),(t=>{e.setEndAfter(t.dom)}))})(n,o),n},ti=(e,t,o,n,r)=>{const s=e.document.createRange();return s.setStart(t.dom,o),s.setEnd(n.dom,r),s},oi=e=>({left:e.left,top:e.top,right:e.right,bottom:e.bottom,width:e.width,height:e.height}),ni=zl([{ltr:["start","soffset","finish","foffset"]},{rtl:["start","soffset","finish","foffset"]}]),ri=(e,t,o)=>t(xe.fromDom(o.startContainer),o.startOffset,xe.fromDom(o.endContainer),o.endOffset),si=(e,t)=>{const o=((e,t)=>t.match({domRange:e=>({ltr:g(e),rtl:C.none}),relative:(t,o)=>({ltr:eo((()=>ei(e,t,o))),rtl:eo((()=>C.some(ei(e,o,t))))}),exact:(t,o,n,r)=>({ltr:eo((()=>ti(e,t,o,n,r))),rtl:eo((()=>C.some(ti(e,n,r,t,o))))})}))(e,t);return((e,t)=>{const o=t.ltr();return o.collapsed?t.rtl().filter((e=>!1===e.collapsed)).map((e=>ni.rtl(xe.fromDom(e.endContainer),e.endOffset,xe.fromDom(e.startContainer),e.startOffset))).getOrThunk((()=>ri(0,ni.ltr,o))):ri(0,ni.ltr,o)})(0,o)},li=(e,t)=>si(e,t).match({ltr:(t,o,n,r)=>{const s=e.document.createRange();return s.setStart(t.dom,o),s.setEnd(n.dom,r),s},rtl:(t,o,n,r)=>{const s=e.document.createRange();return s.setStart(n.dom,r),s.setEnd(t.dom,o),s}});ni.ltr,ni.rtl;const ai=(e,t,o,n)=>({start:e,soffset:t,finish:o,foffset:n}),ci=(e,t,o,n)=>({start:Yc.on(e,t),finish:Yc.on(o,n)}),ii=(e,t)=>{const o=li(e,t);return ai(xe.fromDom(o.startContainer),o.startOffset,xe.fromDom(o.endContainer),o.endOffset)},mi=ci,di=(e,t,o,n,r)=>Re(o,n)?C.none():rs(o,n,t).bind((t=>{const n=t.boxes.getOr([]);return n.length>1?(r(e,n,t.start,t.finish),C.some(Jc(C.some(mi(o,0,o,br(o))),!0))):C.none()})),ui=(e,t)=>({item:e,mode:t}),fi=(e,t,o,n=gi)=>e.property().parent(t).map((e=>ui(e,n))),gi=(e,t,o,n=hi)=>o.sibling(e,t).map((e=>ui(e,n))),hi=(e,t,o,n=hi)=>{const r=e.property().children(t);return o.first(r).map((e=>ui(e,n)))},pi=[{current:fi,next:gi,fallback:C.none()},{current:gi,next:hi,fallback:C.some(fi)},{current:hi,next:hi,fallback:C.some(gi)}],wi=(e,t,o,n,r=pi)=>W(r,(e=>e.current===o)).bind((o=>o.current(e,t,n,o.next).orThunk((()=>o.fallback.bind((o=>wi(e,t,o,n))))))),bi=(e,t,o,n,r,s)=>wi(e,t,n,r).bind((t=>s(t.item)?C.none():o(t.item)?C.some(t.item):bi(e,t.item,o,t.mode,r,s))),vi=e=>t=>0===e.property().children(t).length,yi=(e,t,o,n)=>bi(e,t,o,gi,{sibling:(e,t)=>e.query().prevSibling(t),first:e=>e.length>0?C.some(e[e.length-1]):C.none()},n),xi=(e,t,o,n)=>bi(e,t,o,gi,{sibling:(e,t)=>e.query().nextSibling(t),first:e=>e.length>0?C.some(e[0]):C.none()},n),Ci=Xr(),Si=(e,t)=>((e,t,o)=>yi(e,t,vi(e),o))(Ci,e,t),Ti=(e,t)=>((e,t,o)=>xi(e,t,vi(e),o))(Ci,e,t),Ri=zl([{none:["message"]},{success:[]},{failedUp:["cell"]},{failedDown:["cell"]}]),Di=e=>bt(e,"tr"),Oi={...Ri,verify:(e,t,o,n,r,s,l)=>bt(n,"td,th",l).bind((o=>bt(t,"td,th",l).map((t=>Re(o,t)?Re(n,o)&&br(o)===r?s(t):Ri.none("in same cell"):os(Di,[o,t]).fold((()=>((e,t,o)=>{const n=e.getRect(t),r=e.getRect(o);return r.right>n.left&&r.lefts(t))))))).getOr(Ri.none("default")),cata:(e,t,o,n,r)=>e.fold(t,o,n,r)},ki=ue("br"),Ei=(e,t,o)=>t(e,o).bind((e=>ie(e)&&0===hr(e).trim().length?Ei(e,t,o):C.some(e))),Ni=(e,t,o,n)=>((e,t)=>Me(e,t).filter(ki).orThunk((()=>Me(e,t-1).filter(ki))))(t,o).bind((t=>n.traverse(t).fold((()=>Ei(t,n.gather,e).map(n.relative)),(e=>(e=>Ne(e).bind((t=>{const o=We(t);return((e,t)=>M(e,w(Re,t)))(o,e).map((n=>((e,t,o,n)=>({parent:e,children:t,element:o,index:n}))(t,o,e,n)))})))(e).map((e=>Yc.on(e.parent,e.index))))))),Bi=(e,t)=>({left:e.left,top:e.top+t,right:e.right,bottom:e.bottom+t}),zi=(e,t)=>({left:e.left,top:e.top-t,right:e.right,bottom:e.bottom-t}),Ai=(e,t,o)=>({left:e.left+t,top:e.top+o,right:e.right+t,bottom:e.bottom+o}),Li=e=>({left:e.left,top:e.top,right:e.right,bottom:e.bottom}),Wi=(e,t)=>C.some(e.getRect(t)),Mi=(e,t,o)=>ce(t)?Wi(e,t).map(Li):ie(t)?((e,t,o)=>o>=0&&o
0?e.getRangedRect(t,o-1,t,o):C.none())(e,t,o).map(Li):C.none(),_i=(e,t)=>ce(t)?Wi(e,t).map(Li):ie(t)?e.getRangedRect(t,0,t,br(t)).map(Li):C.none(),ji=zl([{none:[]},{retry:["caret"]}]),Pi=(e,t,o)=>gt(t,Yl).fold(y,(t=>_i(e,t).exists((e=>((e,t)=>e.leftt.right)(o,e))))),Ii={point:e=>e.bottom,adjuster:(e,t,o,n,r)=>{const s=Bi(r,5);return Math.abs(o.bottom-n.bottom)<1||o.top>r.bottom?ji.retry(s):o.top===r.bottom?ji.retry(Bi(r,1)):Pi(e,t,r)?ji.retry(Ai(s,5,0)):ji.none()},move:Bi,gather:Ti},Fi=(e,t,o,n,r)=>0===r?C.some(n):((e,t,o)=>e.elementFromPoint(t,o).filter((e=>"table"===ne(e))).isSome())(e,n.left,t.point(n))?((e,t,o,n,r)=>Fi(e,t,o,t.move(n,5),r))(e,t,o,n,r-1):e.situsFromPoint(n.left,t.point(n)).bind((s=>s.start.fold(C.none,(s=>_i(e,s).bind((l=>t.adjuster(e,s,l,o,n).fold(C.none,(n=>Fi(e,t,o,n,r-1))))).orThunk((()=>C.some(n)))),C.none))),Hi=(e,t,o)=>{const n=e.move(o,5),r=Fi(t,e,o,n,100).getOr(n);return((e,t,o)=>e.point(t)>o.getInnerHeight()?C.some(e.point(t)-o.getInnerHeight()):e.point(t)<0?C.some(-e.point(t)):C.none())(e,r,t).fold((()=>t.situsFromPoint(r.left,e.point(r))),(o=>(t.scrollBy(0,o),t.situsFromPoint(r.left,e.point(r)-o))))},qi={tryUp:w(Hi,{point:e=>e.top,adjuster:(e,t,o,n,r)=>{const s=zi(r,5);return Math.abs(o.top-n.top)<1||o.bottome.getSelection().bind((n=>((e,t,o,n)=>{const r=ki(t)?((e,t,o)=>o.traverse(t).orThunk((()=>Ei(t,o.gather,e))).map(o.relative))(e,t,n):Ni(e,t,o,n);return r.map((e=>({start:e,finish:e})))})(t,n.finish,n.foffset,o).fold((()=>C.some(ys(n.finish,n.foffset))),(r=>{const s=e.fromSitus(r);return l=Oi.verify(e,n.finish,n.foffset,s.finish,s.foffset,o.failure,t),Oi.cata(l,(e=>C.none()),(()=>C.none()),(e=>C.some(ys(e,0))),(e=>C.some(ys(e,br(e)))));var l})))),$i=(e,t,o,n,r,s)=>0===s?C.none():Ki(e,t,o,n,r).bind((l=>{const a=e.fromSitus(l),c=Oi.verify(e,o,n,a.finish,a.foffset,r.failure,t);return Oi.cata(c,(()=>C.none()),(()=>C.some(l)),(l=>Re(o,l)&&0===n?Ui(e,o,n,zi,r):$i(e,t,l,0,r,s-1)),(l=>Re(o,l)&&n===br(l)?Ui(e,o,n,Bi,r):$i(e,t,l,br(l),r,s-1)))})),Ui=(e,t,o,n,r)=>Mi(e,t,o).bind((t=>Gi(e,r,n(t,qi.getJumpSize())))),Gi=(e,t,o)=>{const n=Bo().browser;return n.isChromium()||n.isSafari()||n.isFirefox()?t.retry(e,o):C.none()},Ki=(e,t,o,n,r)=>Mi(e,o,n).bind((t=>Gi(e,r,t))),Yi=(e,t,o,n,r)=>bt(n,"td,th",t).bind((n=>bt(n,"table",t).bind((s=>((e,t)=>ft(e,(e=>Ne(e).exists((e=>Re(e,t)))),void 0).isSome())(r,s)?((e,t,o)=>Vi(e,t,o).bind((n=>$i(e,t,n.element,n.offset,o,20).map(e.fromSitus))))(e,t,o).bind((e=>bt(e.finish,"td,th",t).map((t=>({start:n,finish:t,range:e}))))):C.none())))),Ji=(e,t,o,n,r,s)=>s(n,t).orThunk((()=>Yi(e,t,o,n,r).map((e=>{const t=e.range;return Jc(C.some(mi(t.start,t.soffset,t.finish,t.foffset)),!0)})))),Qi=(e,t)=>bt(e,"tr",t).bind((e=>bt(e,"table",t).bind((o=>{const n=dt(o,"tr");return Re(e,n[0])?((e,t,o)=>yi(Ci,e,(e=>Cr(e).isSome()),o))(o,0,t).map((e=>{const t=br(e);return Jc(C.some(mi(e,t,e,t)),!0)})):C.none()})))),Xi=(e,t)=>bt(e,"tr",t).bind((e=>bt(e,"table",t).bind((o=>{const n=dt(o,"tr");return Re(e,n[n.length-1])?((e,t,o)=>xi(Ci,e,(e=>xr(e).isSome()),o))(o,0,t).map((e=>Jc(C.some(mi(e,0,e,0)),!0))):C.none()})))),Zi=(e,t,o,n,r,s,l)=>Yi(e,o,n,r,s).bind((e=>di(t,o,e.start,e.finish,l))),em=e=>{let t=e;return{get:()=>t,set:e=>{t=e}}},tm=()=>{const e=(e=>{const t=em(C.none()),o=()=>t.get().each(e);return{clear:()=>{o(),t.set(C.none())},isSet:()=>t.get().isSome(),get:()=>t.get(),set:e=>{o(),t.set(C.some(e))}}})(f);return{...e,on:t=>e.get().each(t)}},om=(e,t)=>bt(e,"td,th",t),nm=e=>Be(e).exists(Lr),rm={traverse:Le,gather:Ti,relative:Yc.before,retry:qi.tryDown,failure:Oi.failedDown},sm={traverse:Ae,gather:Si,relative:Yc.before,retry:qi.tryUp,failure:Oi.failedUp},lm=e=>t=>t===e,am=lm(38),cm=lm(40),im=e=>e>=37&&e<=40,mm={isBackward:lm(37),isForward:lm(39)},dm={isBackward:lm(39),isForward:lm(37)},um=zl([{domRange:["rng"]},{relative:["startSitu","finishSitu"]},{exact:["start","soffset","finish","foffset"]}]),fm={domRange:um.domRange,relative:um.relative,exact:um.exact,exactFromRange:e=>um.exact(e.start,e.soffset,e.finish,e.foffset),getWin:e=>{const t=(e=>e.match({domRange:e=>xe.fromDom(e.startContainer),relative:(e,t)=>Yc.getStart(e),exact:(e,t,o,n)=>e}))(e);return xe.fromDom(Ee(t).dom.defaultView)},range:ai},gm=document.caretPositionFromPoint?(e,t,o)=>{var n,r;return C.from(null===(r=(n=e.dom).caretPositionFromPoint)||void 0===r?void 0:r.call(n,t,o)).bind((t=>{if(null===t.offsetNode)return C.none();const o=e.dom.createRange();return o.setStart(t.offsetNode,t.offset),o.collapse(),C.some(o)}))}:document.caretRangeFromPoint?(e,t,o)=>{var n,r;return C.from(null===(r=(n=e.dom).caretRangeFromPoint)||void 0===r?void 0:r.call(n,t,o))}:C.none,hm=(e,t)=>{const o=ne(e);return"input"===o?Yc.after(e):D(["br","img"],o)?0===t?Yc.before(e):Yc.after(e):Yc.on(e,t)},pm=e=>C.from(e.getSelection()),wm=(e,t)=>{pm(e).each((e=>{e.removeAllRanges(),e.addRange(t)}))},bm=(e,t,o,n,r)=>{const s=ti(e,t,o,n,r);wm(e,s)},vm=(e,t)=>si(e,t).match({ltr:(t,o,n,r)=>{bm(e,t,o,n,r)},rtl:(t,o,n,r)=>{pm(e).each((s=>{if(s.setBaseAndExtent)s.setBaseAndExtent(t.dom,o,n.dom,r);else if(s.extend)try{((e,t,o,n,r,s)=>{t.collapse(o.dom,n),t.extend(r.dom,s)})(0,s,t,o,n,r)}catch(s){bm(e,n,r,t,o)}else bm(e,n,r,t,o)}))}}),ym=(e,t,o,n,r)=>{const s=((e,t,o,n)=>{const r=hm(e,t),s=hm(o,n);return fm.relative(r,s)})(t,o,n,r);vm(e,s)},xm=(e,t,o)=>{const n=((e,t)=>{const o=e.fold(Yc.before,hm,Yc.after),n=t.fold(Yc.before,hm,Yc.after);return fm.relative(o,n)})(t,o);vm(e,n)},Cm=e=>{if(e.rangeCount>0){const t=e.getRangeAt(0),o=e.getRangeAt(e.rangeCount-1);return C.some(ai(xe.fromDom(t.startContainer),t.startOffset,xe.fromDom(o.endContainer),o.endOffset))}return C.none()},Sm=e=>{if(null===e.anchorNode||null===e.focusNode)return Cm(e);{const t=xe.fromDom(e.anchorNode),o=xe.fromDom(e.focusNode);return((e,t,o,n)=>{const r=((e,t,o,n)=>{const r=ke(e).dom.createRange();return r.setStart(e.dom,t),r.setEnd(o.dom,n),r})(e,t,o,n),s=Re(e,o)&&t===n;return r.collapsed&&!s})(t,e.anchorOffset,o,e.focusOffset)?C.some(ai(t,e.anchorOffset,o,e.focusOffset)):Cm(e)}},Tm=(e,t,o=!0)=>{const n=(o?Xc:Qc)(e,t);wm(e,n)},Rm=e=>(e=>pm(e).filter((e=>e.rangeCount>0)).bind(Sm))(e).map((e=>fm.exact(e.start,e.soffset,e.finish,e.foffset))),Dm=e=>({elementFromPoint:(t,o)=>xe.fromPoint(xe.fromDom(e.document),t,o),getRect:e=>e.dom.getBoundingClientRect(),getRangedRect:(t,o,n,r)=>{const s=fm.exact(t,o,n,r);return((e,t)=>(e=>{const t=e.getClientRects(),o=t.length>0?t[0]:e.getBoundingClientRect();return o.width>0||o.height>0?C.some(o).map(oi):C.none()})(li(e,t)))(e,s)},getSelection:()=>Rm(e).map((t=>ii(e,t))),fromSitus:t=>{const o=fm.relative(t.start,t.finish);return ii(e,o)},situsFromPoint:(t,o)=>((e,t,o)=>((e,t,o)=>{const n=xe.fromDom(e.document);return gm(n,t,o).map((e=>ai(xe.fromDom(e.startContainer),e.startOffset,xe.fromDom(e.endContainer),e.endOffset)))})(e,t,o))(e,t,o).map((e=>ci(e.start,e.soffset,e.finish,e.foffset))),clearSelection:()=>{(e=>{pm(e).each((e=>e.removeAllRanges()))})(e)},collapseSelection:(t=!1)=>{Rm(e).each((o=>o.fold((e=>e.collapse(t)),((o,n)=>{const r=t?o:n;xm(e,r,r)}),((o,n,r,s)=>{const l=t?o:r,a=t?n:s;ym(e,l,a,l,a)}))))},setSelection:t=>{ym(e,t.start,t.soffset,t.finish,t.foffset)},setRelativeSelection:(t,o)=>{xm(e,t,o)},selectNode:t=>{Tm(e,t,!1)},selectContents:t=>{Tm(e,t)},getInnerHeight:()=>e.innerHeight,getScrollY:()=>(e=>{const t=void 0!==e?e.dom:document,o=t.body.scrollLeft||t.documentElement.scrollLeft,n=t.body.scrollTop||t.documentElement.scrollTop;return bn(o,n)})(xe.fromDom(e.document)).top,scrollBy:(t,o)=>{((e,t,o)=>{const n=(void 0!==o?o.dom:document).defaultView;n&&n.scrollBy(e,t)})(t,o,xe.fromDom(e.document))}}),Om=(e,t)=>({rows:e,cols:t}),km=e=>gt(e,ae).exists(Lr),Em=(e,t)=>km(e)||km(t),Nm=e=>void 0!==e.dom.classList,Bm=(e,t)=>((e,t,o)=>{const n=((e,t)=>{const o=pe(e,t);return void 0===o||""===o?[]:o.split(" ")})(e,t).concat([o]);return ge(e,t,n.join(" ")),!0})(e,"class",t),zm=(e,t)=>{Nm(e)?e.dom.classList.add(t):Bm(e,t)},Am=(e,t)=>Nm(e)&&e.dom.classList.contains(t),Lm=()=>({tag:"none"}),Wm=e=>({tag:"multiple",elements:e}),Mm=e=>({tag:"single",element:e}),_m=e=>{const t=xe.fromDom((e=>{if(nt()&&m(e.target)){const t=xe.fromDom(e.target);if(ce(t)&&m(t.dom.shadowRoot)&&e.composed&&e.composedPath){const t=e.composedPath();if(t)return H(t)}}return C.from(e.target)})(e).getOr(e.target)),o=()=>e.stopPropagation(),n=()=>e.preventDefault(),r=(s=n,l=o,(...e)=>s(l.apply(null,e)));var s,l;return((e,t,o,n,r,s,l)=>({target:e,x:t,y:o,stop:n,prevent:r,kill:s,raw:l}))(t,e.clientX,e.clientY,o,n,r,e)},jm=(e,t,o,n)=>{e.dom.removeEventListener(t,o,n)},Pm=x,Im=(e,t,o)=>((e,t,o,n)=>((e,t,o,n,r)=>{const s=((e,t)=>o=>{e(o)&&t(_m(o))})(o,n);return e.dom.addEventListener(t,s,r),{unbind:w(jm,e,t,s,r)}})(e,t,o,n,!1))(e,t,Pm,o),Fm=_m,Hm=e=>!Am(xe.fromDom(e.target),"ephox-snooker-resizer-bar"),qm=(e,t)=>{const o=(r=fs.selectedSelector,{get:()=>cs(xe.fromDom(e.getBody()),r).fold((()=>ws(Pr(e),_r(e)).fold(Lm,Mm)),Wm)}),n=((e,t,o)=>{const n=t=>{be(t,e.selected),be(t,e.firstSelected),be(t,e.lastSelected)},r=t=>{ge(t,e.selected,"1")},s=e=>{l(e),o()},l=t=>{const o=dt(t,`${e.selectedSelector},${e.firstSelectedSelector},${e.lastSelectedSelector}`);N(o,n)};return{clearBeforeUpdate:l,clear:s,selectRange:(o,n,l,a)=>{s(o),N(n,r),ge(l,e.firstSelected,"1"),ge(a,e.lastSelected,"1"),t(n,l,a)},selectedSelector:e.selectedSelector,firstSelectedSelector:e.firstSelectedSelector,lastSelectedSelector:e.lastSelectedSelector}})(fs,((t,o,n)=>{Kt(o).each((r=>{const s=Ya(e),l=Br(f,xe.fromDom(e.getDoc()),s),a=((e,t,o)=>{const n=Zo(e);return ll(n,t).map((e=>{const t=el(n,o,!1),{rows:r}=$o(t),s=((e,t)=>{const o=e.slice(0,t[t.length-1].row+1),n=tl(o);return j(n,(e=>{const o=e.cells.slice(0,t[t.length-1].column+1);return E(o,(e=>e.element))}))})(r,e),l=((e,t)=>{const o=e.slice(t[0].row+t[0].rowspan-1,e.length),n=tl(o);return j(n,(e=>{const o=e.cells.slice(t[0].column+t[0].colspan-1,e.cells.length);return E(o,(e=>e.element))}))})(r,e);return{upOrLeftCells:s,downOrRightCells:l}}))})(r,{selection:bs(e)},l);((e,t,o,n,r)=>{e.dispatch("TableSelectionChange",{cells:t,start:o,finish:n,otherCells:r})})(e,t,o,n,a)}))}),(()=>(e=>{e.dispatch("TableSelectionClear")})(e)));var r;return e.on("init",(o=>{const r=e.getWin(),s=Mr(e),l=_r(e),a=((e,t,o,n)=>{const r=((e,t,o,n)=>{const r=tm(),s=r.clear,l=s=>{r.on((r=>{n.clearBeforeUpdate(t),om(s.target,o).each((l=>{rs(r,l,o).each((o=>{const r=o.boxes.getOr([]);if(1===r.length){const o=r[0],l="false"===Wr(o),a=vt(Ar(s.target),o,Re);l&&a&&(n.selectRange(t,r,o,o),e.selectContents(o))}else r.length>1&&(n.selectRange(t,r,o.start,o.finish),e.selectContents(l))}))}))}))};return{clearstate:s,mousedown:e=>{n.clear(t),om(e.target,o).filter(nm).each(r.set)},mouseover:e=>{l(e)},mouseup:e=>{l(e),s()}}})(Dm(e),t,o,n);return{clearstate:r.clearstate,mousedown:r.mousedown,mouseover:r.mouseover,mouseup:r.mouseup}})(r,s,l,n),c=((e,t,o,n)=>{const r=Dm(e),s=()=>(n.clear(t),C.none());return{keydown:(e,l,a,c,i,m)=>{const d=e.raw,u=d.which,f=!0===d.shiftKey,g=ss(t,n.selectedSelector).fold((()=>(im(u)&&!f&&n.clearBeforeUpdate(t),im(u)&&f&&!Em(l,c)?C.none:cm(u)&&f?w(Zi,r,t,o,rm,c,l,n.selectRange):am(u)&&f?w(Zi,r,t,o,sm,c,l,n.selectRange):cm(u)?w(Ji,r,o,rm,c,l,Xi):am(u)?w(Ji,r,o,sm,c,l,Qi):C.none)),(e=>{const o=o=>()=>{const s=V(o,(o=>((e,t,o,n,r)=>as(n,e,t,r.firstSelectedSelector,r.lastSelectedSelector).map((e=>(r.clearBeforeUpdate(o),r.selectRange(o,e.boxes,e.start,e.finish),e.boxes))))(o.rows,o.cols,t,e,n)));return s.fold((()=>ls(t,n.firstSelectedSelector,n.lastSelectedSelector).map((e=>{const o=cm(u)||m.isForward(u)?Yc.after:Yc.before;return r.setRelativeSelection(Yc.on(e.first,0),o(e.table)),n.clear(t),Jc(C.none(),!0)}))),(e=>C.some(Jc(C.none(),!0))))};return im(u)&&f&&!Em(l,c)?C.none:cm(u)&&f?o([Om(1,0)]):am(u)&&f?o([Om(-1,0)]):m.isBackward(u)&&f?o([Om(0,-1),Om(-1,0)]):m.isForward(u)&&f?o([Om(0,1),Om(1,0)]):im(u)&&!f?s:C.none}));return g()},keyup:(e,r,s,l,a)=>ss(t,n.selectedSelector).fold((()=>{const c=e.raw,i=c.which;return!0===c.shiftKey&&im(i)&&Em(r,l)?((e,t,o,n,r,s,l)=>Re(o,r)&&n===s?C.none():bt(o,"td,th",t).bind((o=>bt(r,"td,th",t).bind((n=>di(e,t,o,n,l))))))(t,o,r,s,l,a,n.selectRange):C.none()}),C.none)}})(r,s,l,n),i=((e,t,o,n)=>{const r=Dm(e);return(e,s)=>{n.clearBeforeUpdate(t),rs(e,s,o).each((e=>{const o=e.boxes.getOr([]);n.selectRange(t,o,e.start,e.finish),r.selectContents(s),r.collapseSelection()}))}})(r,s,l,n);e.on("TableSelectorChange",(e=>i(e.start,e.finish)));const m=(t,o)=>{(e=>!0===e.raw.shiftKey)(t)&&(o.kill&&t.kill(),o.selection.each((t=>{const o=fm.relative(t.start,t.finish),n=li(r,o);e.selection.setRng(n)})))},d=e=>0===e.button,u=(()=>{const e=em(xe.fromDom(s)),t=em(0);return{touchEnd:o=>{const n=xe.fromDom(o.target);if(ue("td")(n)||ue("th")(n)){const r=e.get(),s=t.get();Re(r,n)&&o.timeStamp-s<300&&(o.preventDefault(),i(n,n))}e.set(n),t.set(o.timeStamp)}}})();e.on("dragstart",(e=>{a.clearstate()})),e.on("mousedown",(e=>{d(e)&&Hm(e)&&a.mousedown(Fm(e))})),e.on("mouseover",(e=>{var t;void 0!==(t=e).buttons&&0==(1&t.buttons)||!Hm(e)||a.mouseover(Fm(e))})),e.on("mouseup",(e=>{d(e)&&Hm(e)&&a.mouseup(Fm(e))})),e.on("touchend",u.touchEnd),e.on("keyup",(t=>{const o=Fm(t);if(o.raw.shiftKey&&im(o.raw.which)){const t=e.selection.getRng(),n=xe.fromDom(t.startContainer),r=xe.fromDom(t.endContainer);c.keyup(o,n,t.startOffset,r,t.endOffset).each((e=>{m(o,e)}))}})),e.on("keydown",(o=>{const n=Fm(o);t.hide();const r=e.selection.getRng(),s=xe.fromDom(r.startContainer),l=xe.fromDom(r.endContainer),a=un(mm,dm)(xe.fromDom(e.selection.getStart()));c.keydown(n,s,r.startOffset,l,r.endOffset,a).each((e=>{m(n,e)})),t.show()})),e.on("NodeChange",(()=>{const t=e.selection,o=xe.fromDom(t.getStart()),r=xe.fromDom(t.getEnd());os(Kt,[o,r]).fold((()=>n.clear(s)),f)}))})),e.on("PreInit",(()=>{e.serializer.addTempAttr(fs.firstSelected),e.serializer.addTempAttr(fs.lastSelected)})),{getSelectedCells:()=>((e,t,o,n)=>{switch(e.tag){case"none":return t();case"single":return(e=>[e.dom])(e.element);case"multiple":return(e=>E(e,(e=>e.dom)))(e.elements)}})(o.get(),g([])),clearSelectedCells:e=>n.clear(xe.fromDom(e))}},Vm=e=>{let t=[];return{bind:e=>{if(void 0===e)throw new Error("Event bind error: undefined handler");t.push(e)},unbind:e=>{t=z(t,(t=>t!==e))},trigger:(...o)=>{const n={};N(e,((e,t)=>{n[e]=o[t]})),N(t,(e=>{e(n)}))}}},$m=e=>({registry:K(e,(e=>({bind:e.bind,unbind:e.unbind}))),trigger:K(e,(e=>e.trigger))}),Um=e=>e.slice(0).sort(),Gm=(e,t)=>{const o=z(t,(t=>!D(e,t)));o.length>0&&(e=>{throw new Error("Unsupported keys for object: "+Um(e).join(", "))})(o)},Km=e=>((e,t)=>((e,t,o)=>{if(0===t.length)throw new Error("You must specify at least one required field.");return((e,t)=>{if(!l(t))throw new Error("The required fields must be an array. Was: "+t+".");N(t,(t=>{if(!r(t))throw new Error("The value "+t+" in the "+e+" fields was not a string.")}))})("required",t),(e=>{const t=Um(e);W(t,((e,o)=>o{throw new Error("The field: "+e+" occurs more than once in the combined fields: ["+t.join(", ")+"].")}))})(t),n=>{const r=$(n);P(t,(e=>D(r,e)))||((e,t)=>{throw new Error("All required keys ("+Um(e).join(", ")+") were not specified. Specified keys were: "+Um(t).join(", ")+".")})(t,r),e(t,r);const s=z(t,(e=>!o.validate(n[e],e)));return s.length>0&&((e,t)=>{throw new Error("All values need to be of type: "+t+". Keys ("+Um(e).join(", ")+") were not.")})(s,o.label),n}})(e,t,{validate:d,label:"function"}))(Gm,e),Ym=Km(["compare","extract","mutate","sink"]),Jm=Km(["element","start","stop","destroy"]),Qm=Km(["forceDrop","drop","move","delayDrop"]),Xm=()=>{const e=(()=>{const e=$m({move:Vm(["info"])});return{onEvent:f,reset:f,events:e.registry}})(),t=(()=>{let e=C.none();const t=$m({move:Vm(["info"])});return{onEvent:(o,n)=>{n.extract(o).each((o=>{const r=((t,o)=>{const n=e.map((e=>t.compare(e,o)));return e=C.some(o),n})(n,o);r.each((e=>{t.trigger.move(e)}))}))},reset:()=>{e=C.none()},events:t.registry}})();let o=e;return{on:()=>{o.reset(),o=t},off:()=>{o.reset(),o=e},isOn:()=>o===t,onEvent:(e,t)=>{o.onEvent(e,t)},events:t.events}},Zm=e=>{const t=e.replace(/\./g,"-");return{resolve:e=>t+"-"+e}},ed=Zm("ephox-dragster").resolve;var td=Ym({compare:(e,t)=>bn(t.left-e.left,t.top-e.top),extract:e=>C.some(bn(e.x,e.y)),sink:(e,t)=>{const o=(e=>{const t={layerClass:ed("blocker"),...e},o=xe.fromTag("div");return ge(o,"role","presentation"),Bt(o,{position:"fixed",left:"0px",top:"0px",width:"100%",height:"100%"}),zm(o,ed("blocker")),zm(o,t.layerClass),{element:g(o),destroy:()=>{$e(o)}}})(t),n=Im(o.element(),"mousedown",e.forceDrop),r=Im(o.element(),"mouseup",e.drop),s=Im(o.element(),"mousemove",e.move),l=Im(o.element(),"mouseout",e.delayDrop);return Jm({element:o.element,start:e=>{Ie(e,o.element())},stop:()=>{$e(o.element())},destroy:()=>{o.destroy(),r.unbind(),s.unbind(),l.unbind(),n.unbind()}})},mutate:(e,t)=>{e.mutate(t.left,t.top)}});const od=Zm("ephox-snooker").resolve,nd=od("resizer-bar"),rd=od("resizer-rows"),sd=od("resizer-cols"),ld=e=>{const t=dt(e.parent(),"."+nd);N(t,$e)},ad=(e,t,o)=>{const n=e.origin();N(t,(t=>{t.each((t=>{const r=o(n,t);zm(r,nd),Ie(e.parent(),r)}))}))},cd=(e,t,o,n,r)=>{const s=yn(o),l=t.isResizable,a=n.length>0?zn.positions(n,o):[],c=a.length>0?((e,t)=>j(e.all,((e,o)=>t(e.element)?[o]:[])))(e,l):[];((e,t,o,n)=>{ad(e,t,((e,t)=>{const r=((e,t,o,n,r)=>{const s=xe.fromTag("div");return Bt(s,{position:"absolute",left:t+"px",top:o-3.5+"px",height:"7px",width:n+"px"}),he(s,{"data-row":e,role:"presentation"}),s})(t.row,o.left-e.left,t.y-e.top,n);return zm(r,rd),r}))})(t,z(a,((e,t)=>O(c,(e=>t===e)))),s,Mo(o));const i=r.length>0?Ln.positions(r,o):[],m=i.length>0?((e,t)=>{const o=[];return k(e.grid.columns,(n=>{an(e,n).map((e=>e.element)).forall(t)&&o.push(n)})),z(o,(o=>{const n=nn(e,(e=>e.column===o));return P(n,(e=>t(e.element)))}))})(e,l):[];((e,t,o,n)=>{ad(e,t,((e,t)=>{const r=((e,t,o,n,r)=>{const s=xe.fromTag("div");return Bt(s,{position:"absolute",left:t-3.5+"px",top:o+"px",height:r+"px",width:"7px"}),he(s,{"data-column":e,role:"presentation"}),s})(t.col,t.x-e.left,o.top-e.top,0,n);return zm(r,sd),r}))})(t,z(i,((e,t)=>O(m,(e=>t===e)))),s,pn(o))},id=(e,t)=>{if(ld(e),e.isResizable(t)){const o=Zo(t),n=dn(o),r=cn(o);cd(o,e,t,n,r)}},md=(e,t)=>{const o=dt(e.parent(),"."+nd);N(o,t)},dd=e=>{md(e,(e=>{Nt(e,"display","none")}))},ud=e=>{md(e,(e=>{Nt(e,"display","block")}))},fd=od("resizer-bar-dragging"),gd=e=>{const t=(()=>{const e=$m({drag:Vm(["xDelta","yDelta","target"])});let t=C.none();const o=(()=>{const e=$m({drag:Vm(["xDelta","yDelta"])});return{mutate:(t,o)=>{e.trigger.drag(t,o)},events:e.registry}})();return o.events.drag.bind((o=>{t.each((t=>{e.trigger.drag(o.xDelta,o.yDelta,t)}))})),{assign:e=>{t=C.some(e)},get:()=>t,mutate:o.mutate,events:e.registry}})(),o=((e,t={})=>{var o;return((e,t,o)=>{let n=!1;const r=$m({start:Vm([]),stop:Vm([])}),s=Xm(),l=()=>{m.stop(),s.isOn()&&(s.off(),r.trigger.stop())},c=((e,t)=>{let o=null;const n=()=>{a(o)||(clearTimeout(o),o=null)};return{cancel:n,throttle:(...t)=>{n(),o=setTimeout((()=>{o=null,e.apply(null,t)}),200)}}})(l);s.events.move.bind((o=>{t.mutate(e,o.info)}));const i=e=>(...t)=>{n&&e.apply(null,t)},m=t.sink(Qm({forceDrop:l,drop:i(l),move:i((e=>{c.cancel(),s.onEvent(e,t)})),delayDrop:i(c.throttle)}),o);return{element:m.element,go:e=>{m.start(e),s.on(),r.trigger.start()},on:()=>{n=!0},off:()=>{n=!1},isActive:()=>n,destroy:()=>{m.destroy()},events:r.registry}})(e,null!==(o=t.mode)&&void 0!==o?o:td,t)})(t,{});let n=C.none();const r=(e,t)=>C.from(pe(e,t));t.events.drag.bind((e=>{r(e.target,"data-row").each((t=>{const o=It(e.target,"top");Nt(e.target,"top",o+e.yDelta+"px")})),r(e.target,"data-column").each((t=>{const o=It(e.target,"left");Nt(e.target,"left",o+e.xDelta+"px")}))}));const s=(e,t)=>It(e,t)-Mt(e,"data-initial-"+t,0);o.events.stop.bind((()=>{t.get().each((t=>{n.each((o=>{r(t,"data-row").each((e=>{const n=s(t,"top");be(t,"data-initial-top"),d.trigger.adjustHeight(o,n,parseInt(e,10))})),r(t,"data-column").each((e=>{const n=s(t,"left");be(t,"data-initial-left"),d.trigger.adjustWidth(o,n,parseInt(e,10))})),id(e,o)}))}))}));const l=(n,r)=>{d.trigger.startAdjust(),t.assign(n),ge(n,"data-initial-"+r,It(n,r)),zm(n,fd),Nt(n,"opacity","0.2"),o.go(e.parent())},c=Im(e.parent(),"mousedown",(e=>{var t;t=e.target,Am(t,rd)&&l(e.target,"top"),(e=>Am(e,sd))(e.target)&&l(e.target,"left")})),i=t=>Re(t,e.view()),m=Im(e.view(),"mouseover",(t=>{var r;(r=t.target,bt(r,"table",i).filter(Lr)).fold((()=>{lt(t.target)&&ld(e)}),(t=>{o.isActive()&&(n=C.some(t),id(e,t))}))})),d=$m({adjustHeight:Vm(["table","delta","row"]),adjustWidth:Vm(["table","delta","column"]),startAdjust:Vm([])});return{destroy:()=>{c.unbind(),m.unbind(),o.destroy(),ld(e)},refresh:t=>{id(e,t)},on:o.on,off:o.off,hideBars:w(dd,e),showBars:w(ud,e),events:d.registry}},hd=(e,t,o)=>{const n=zn,r=Ln,s=gd(e),l=$m({beforeResize:Vm(["table","type"]),afterResize:Vm(["table","type"]),startDrag:Vm([])});return s.events.adjustHeight.bind((e=>{const t=e.table;l.trigger.beforeResize(t,"row");((e,t,o,n)=>{const r=Zo(e),s=((e,t,o)=>lr(e,t,o,Yn,(e=>e.getOrThunk(Ht))))(r,e,n),l=E(s,((e,n)=>o===n?Math.max(t+e,Ht()):e)),a=Wl(r,l),c=((e,t)=>E(e.all,((e,o)=>({element:e.element,height:t[o]}))))(r,l);N(c,(e=>{qn(e.element,e.height)})),N(a,(e=>{qn(e.element,e.height)}));const i=A(l,((e,t)=>e+t),0);qn(e,i)})(t,n.delta(e.delta,t),e.row,n),l.trigger.afterResize(t,"row")})),s.events.startAdjust.bind((e=>{l.trigger.startDrag()})),s.events.adjustWidth.bind((e=>{const n=e.table;l.trigger.beforeResize(n,"col");const s=r.delta(e.delta,n),a=o(n);_l(n,s,e.column,t,a),l.trigger.afterResize(n,"col")})),{on:s.on,off:s.off,refreshBars:s.refresh,hideBars:s.hideBars,showBars:s.showBars,destroy:s.destroy,events:l.registry}},pd=e=>m(e)&&"TABLE"===e.nodeName,wd="bar-",bd=e=>"false"!==pe(e,"data-mce-resize"),vd=e=>{const t=tm(),o=tm(),n=tm();let r,s;const l=t=>cc(e,t),a=()=>Xa(e)?As():zs();return e.on("init",(()=>{const r=((e,t)=>e.inline?((e,t,o)=>({parent:g(t),view:g(e),origin:g(bn(0,0)),isResizable:o}))(xe.fromDom(e.getBody()),(()=>{const e=xe.fromTag("div");return Bt(e,{position:"static",height:"0",width:"0",padding:"0",margin:"0",border:"0"}),Ie(at(xe.fromDom(document)),e),e})(),t):((e,t)=>{const o=me(e)?(e=>xe.fromDom(Ee(e).dom.documentElement))(e):e;return{parent:g(o),view:g(e),origin:g(bn(0,0)),isResizable:t}})(xe.fromDom(e.getDoc()),t))(e,bd);if(n.set(r),(e=>{const t=e.options.get("object_resizing");return D(t.split(","),"table")})(e)&&rc(e)){const n=a(),s=hd(r,n,l);s.on(),s.events.startDrag.bind((o=>{t.set(e.selection.getRng())})),s.events.beforeResize.bind((t=>{const o=t.table.dom;((e,t,o,n,r)=>{e.dispatch("ObjectResizeStart",{target:t,width:o,height:n,origin:r})})(e,o,Ir(o),Fr(o),wd+t.type)})),s.events.afterResize.bind((o=>{const n=o.table,r=n.dom;jr(n),t.on((t=>{e.selection.setRng(t),e.focus()})),((e,t,o,n,r)=>{e.dispatch("ObjectResized",{target:t,width:o,height:n,origin:r})})(e,r,Ir(r),Fr(r),wd+o.type),e.undoManager.add()})),o.set(s)}})),e.on("ObjectResizeStart",(t=>{const o=t.target;if(pd(o)){const n=xe.fromDom(o);N(e.dom.select(".mce-clonedresizable"),(t=>{e.dom.addClass(t,"mce-"+Qa(e)+"-columns")})),!Sc(n)&&oc(e)?Oc(n):!Cc(n)&&tc(e)&&Dc(n),Tc(n)&&Tt(t.origin,wd)&&Dc(n),r=t.width,s=nc(e)?"":((e,t)=>{const o=e.dom.getStyle(t,"width")||e.dom.getAttrib(t,"width");return C.from(o).filter(Ot)})(e,o).getOr("")}})),e.on("ObjectResized",(t=>{const o=t.target;if(pd(o)){const n=xe.fromDom(o),c=t.origin;Tt(c,"corner-")&&((t,o,n)=>{const c=Rt(o,"e");if(""===s&&Dc(t),n!==r&&""!==s){Nt(t,"width",s);const o=a(),i=l(t),m=Xa(e)||c?(e=>Ls(e).columns)(t)-1:0;_l(t,n-r,m,o,i)}else if((e=>/^(\d+(\.\d+)?)%$/.test(e))(s)){const e=parseFloat(s.replace("%",""));Nt(t,"width",n*e/r+"%")}(e=>/^(\d+(\.\d+)?)px$/.test(e))(s)&&(e=>{const t=Zo(e);ln(t)||N(Ut(e),(e=>{const t=zt(e,"width");Nt(e,"width",t),be(e,"width")}))})(t)})(n,c,t.width),jr(n),Ha(e,n.dom,qa)}})),e.on("SwitchMode",(()=>{o.on((t=>{e.mode.isReadOnly()?t.hideBars():t.showBars()}))})),e.on("dragstart dragend",(e=>{o.on((t=>{"dragstart"===e.type?(t.hideBars(),t.off()):(t.on(),t.showBars())}))})),e.on("remove",(()=>{o.on((e=>{e.destroy()})),n.on((t=>{((e,t)=>{e.inline&&$e(t.parent())})(e,t)}))})),{refresh:e=>{o.on((t=>t.refreshBars(xe.fromDom(e))))},hide:()=>{o.on((e=>e.hideBars()))},show:()=>{o.on((e=>e.showBars()))}}},yd=e=>{(e=>{const t=e.options.register;t("table_clone_elements",{processor:"string[]"}),t("table_use_colgroups",{processor:"boolean",default:!0}),t("table_header_type",{processor:e=>{const t=D(["section","cells","sectionCells","auto"],e);return t?{value:e,valid:t}:{valid:!1,message:"Must be one of: section, cells, sectionCells or auto."}},default:"section"}),t("table_sizing_mode",{processor:"string",default:"auto"}),t("table_default_attributes",{processor:"object",default:{border:"1"}}),t("table_default_styles",{processor:"object",default:{"border-collapse":"collapse"}}),t("table_column_resizing",{processor:e=>{const t=D(["preservetable","resizetable"],e);return t?{value:e,valid:t}:{valid:!1,message:"Must be preservetable, or resizetable."}},default:"preservetable"}),t("table_resize_bars",{processor:"boolean",default:!0}),t("table_style_by_css",{processor:"boolean",default:!0})})(e);const t=vd(e),o=qm(e,t),n=ic(e,t,o);return Gc(e,n),((e,t)=>{const o=_r(e),n=t=>ws(Pr(e)).bind((n=>Kt(n,o).map((o=>{const r=gs(bs(e),o,n);return t(o,r)})))).getOr("");G({mceTableRowType:()=>n(t.getTableRowType),mceTableCellType:()=>n(t.getTableCellType),mceTableColType:()=>n(t.getTableColType)},((t,o)=>e.addQueryValueHandler(o,t)))})(e,n),vs(e,n),{getSelectedCells:o.getSelectedCells,clearSelectedCells:o.clearSelectedCells}};e.add("dom",(e=>({table:yd(e)})))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/package.json b/seller/public/tinymce/package.json
new file mode 100644
index 00000000..31c30c24
--- /dev/null
+++ b/seller/public/tinymce/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "tinymce",
+ "version": "6.4.2",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/tinymce/tinymce.git",
+ "directory": "modules/tinymce"
+ },
+ "description": "Web based JavaScript HTML WYSIWYG editor control.",
+ "author": "Ephox Corporation DBA Tiny Technologies, Inc",
+ "main": "tinymce.js",
+ "types": "tinymce.d.ts",
+ "license": "MIT",
+ "keywords": [
+ "wysiwyg",
+ "tinymce",
+ "richtext",
+ "javascript",
+ "html",
+ "text",
+ "rich editor",
+ "rich text editor",
+ "rte",
+ "rich text",
+ "contenteditable",
+ "editing"
+ ],
+ "homepage": "https://www.tiny.cloud/",
+ "bugs": {
+ "url": "https://github.com/tinymce/tinymce/issues"
+ },
+ "__npminstall_done": true,
+ "_from": "tinymce@6.4.2",
+ "_resolved": "https://registry.npmmirror.com/tinymce/-/tinymce-6.4.2.tgz"
+}
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/advlist/index.js b/seller/public/tinymce/plugins/advlist/index.js
new file mode 100644
index 00000000..7428d108
--- /dev/null
+++ b/seller/public/tinymce/plugins/advlist/index.js
@@ -0,0 +1,7 @@
+// Exports the "advlist" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/advlist')
+// ES2015:
+// import 'tinymce/plugins/advlist'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/advlist/plugin.js b/seller/public/tinymce/plugins/advlist/plugin.js
new file mode 100644
index 00000000..6f79e615
--- /dev/null
+++ b/seller/public/tinymce/plugins/advlist/plugin.js
@@ -0,0 +1,259 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const applyListFormat = (editor, listName, styleValue) => {
+ const cmd = listName === 'UL' ? 'InsertUnorderedList' : 'InsertOrderedList';
+ editor.execCommand(cmd, false, styleValue === false ? null : { 'list-style-type': styleValue });
+ };
+
+ const register$2 = editor => {
+ editor.addCommand('ApplyUnorderedListStyle', (ui, value) => {
+ applyListFormat(editor, 'UL', value['list-style-type']);
+ });
+ editor.addCommand('ApplyOrderedListStyle', (ui, value) => {
+ applyListFormat(editor, 'OL', value['list-style-type']);
+ });
+ };
+
+ const option = name => editor => editor.options.get(name);
+ const register$1 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('advlist_number_styles', {
+ processor: 'string[]',
+ default: 'default,lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman'.split(',')
+ });
+ registerOption('advlist_bullet_styles', {
+ processor: 'string[]',
+ default: 'default,circle,square'.split(',')
+ });
+ };
+ const getNumberStyles = option('advlist_number_styles');
+ const getBulletStyles = option('advlist_bullet_styles');
+
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const findUntil = (xs, pred, until) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return Optional.some(x);
+ } else if (until(x, i)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+
+ const isCustomList = list => /\btox\-/.test(list.className);
+ const isChildOfBody = (editor, elm) => {
+ return editor.dom.isChildOf(elm, editor.getBody());
+ };
+ const matchNodeNames = regex => node => isNonNullable(node) && regex.test(node.nodeName);
+ const isListNode = matchNodeNames(/^(OL|UL|DL)$/);
+ const isTableCellNode = matchNodeNames(/^(TH|TD)$/);
+ const inList = (editor, parents, nodeName) => findUntil(parents, parent => isListNode(parent) && !isCustomList(parent), isTableCellNode).exists(list => list.nodeName === nodeName && isChildOfBody(editor, list));
+ const getSelectedStyleType = editor => {
+ const listElm = editor.dom.getParent(editor.selection.getNode(), 'ol,ul');
+ const style = editor.dom.getStyle(listElm, 'listStyleType');
+ return Optional.from(style);
+ };
+ const isWithinNonEditable = (editor, element) => element !== null && !editor.dom.isEditable(element);
+ const isWithinNonEditableList = (editor, element) => {
+ const parentList = editor.dom.getParent(element, 'ol,ul,dl');
+ return isWithinNonEditable(editor, parentList);
+ };
+ const setNodeChangeHandler = (editor, nodeChangeHandler) => {
+ const initialNode = editor.selection.getNode();
+ nodeChangeHandler({
+ parents: editor.dom.getParents(initialNode),
+ element: initialNode
+ });
+ editor.on('NodeChange', nodeChangeHandler);
+ return () => editor.off('NodeChange', nodeChangeHandler);
+ };
+
+ const styleValueToText = styleValue => {
+ return styleValue.replace(/\-/g, ' ').replace(/\b\w/g, chr => {
+ return chr.toUpperCase();
+ });
+ };
+ const normalizeStyleValue = styleValue => isNullable(styleValue) || styleValue === 'default' ? '' : styleValue;
+ const makeSetupHandler = (editor, nodeName) => api => {
+ const updateButtonState = (editor, parents) => {
+ const element = editor.selection.getStart(true);
+ api.setActive(inList(editor, parents, nodeName));
+ api.setEnabled(!isWithinNonEditableList(editor, element));
+ };
+ const nodeChangeHandler = e => updateButtonState(editor, e.parents);
+ return setNodeChangeHandler(editor, nodeChangeHandler);
+ };
+ const addSplitButton = (editor, id, tooltip, cmd, nodeName, styles) => {
+ editor.ui.registry.addSplitButton(id, {
+ tooltip,
+ icon: nodeName === 'OL' ? 'ordered-list' : 'unordered-list',
+ presets: 'listpreview',
+ columns: 3,
+ fetch: callback => {
+ const items = global.map(styles, styleValue => {
+ const iconStyle = nodeName === 'OL' ? 'num' : 'bull';
+ const iconName = styleValue === 'disc' || styleValue === 'decimal' ? 'default' : styleValue;
+ const itemValue = normalizeStyleValue(styleValue);
+ const displayText = styleValueToText(styleValue);
+ return {
+ type: 'choiceitem',
+ value: itemValue,
+ icon: 'list-' + iconStyle + '-' + iconName,
+ text: displayText
+ };
+ });
+ callback(items);
+ },
+ onAction: () => editor.execCommand(cmd),
+ onItemAction: (_splitButtonApi, value) => {
+ applyListFormat(editor, nodeName, value);
+ },
+ select: value => {
+ const listStyleType = getSelectedStyleType(editor);
+ return listStyleType.map(listStyle => value === listStyle).getOr(false);
+ },
+ onSetup: makeSetupHandler(editor, nodeName)
+ });
+ };
+ const addButton = (editor, id, tooltip, cmd, nodeName, styleValue) => {
+ editor.ui.registry.addToggleButton(id, {
+ active: false,
+ tooltip,
+ icon: nodeName === 'OL' ? 'ordered-list' : 'unordered-list',
+ onSetup: makeSetupHandler(editor, nodeName),
+ onAction: () => editor.queryCommandState(cmd) || styleValue === '' ? editor.execCommand(cmd) : applyListFormat(editor, nodeName, styleValue)
+ });
+ };
+ const addControl = (editor, id, tooltip, cmd, nodeName, styles) => {
+ if (styles.length > 1) {
+ addSplitButton(editor, id, tooltip, cmd, nodeName, styles);
+ } else {
+ addButton(editor, id, tooltip, cmd, nodeName, normalizeStyleValue(styles[0]));
+ }
+ };
+ const register = editor => {
+ addControl(editor, 'numlist', 'Numbered list', 'InsertOrderedList', 'OL', getNumberStyles(editor));
+ addControl(editor, 'bullist', 'Bullet list', 'InsertUnorderedList', 'UL', getBulletStyles(editor));
+ };
+
+ var Plugin = () => {
+ global$1.add('advlist', editor => {
+ if (editor.hasPlugin('lists')) {
+ register$1(editor);
+ register(editor);
+ register$2(editor);
+ } else {
+ console.error('Please use the Lists plugin together with the Advanced List plugin.');
+ }
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/advlist/plugin.min.js b/seller/public/tinymce/plugins/advlist/plugin.min.js
new file mode 100644
index 00000000..99169362
--- /dev/null
+++ b/seller/public/tinymce/plugins/advlist/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const e=(t,e,s)=>{const r="UL"===e?"InsertUnorderedList":"InsertOrderedList";t.execCommand(r,!1,!1===s?null:{"list-style-type":s})},s=t=>e=>e.options.get(t),r=s("advlist_number_styles"),n=s("advlist_bullet_styles"),l=t=>null==t,i=t=>!l(t);var o=tinymce.util.Tools.resolve("tinymce.util.Tools");class a{constructor(t,e){this.tag=t,this.value=e}static some(t){return new a(!0,t)}static none(){return a.singletonNone}fold(t,e){return this.tag?e(this.value):t()}isSome(){return this.tag}isNone(){return!this.tag}map(t){return this.tag?a.some(t(this.value)):a.none()}bind(t){return this.tag?t(this.value):a.none()}exists(t){return this.tag&&t(this.value)}forall(t){return!this.tag||t(this.value)}filter(t){return!this.tag||t(this.value)?this:a.none()}getOr(t){return this.tag?this.value:t}or(t){return this.tag?this:t}getOrThunk(t){return this.tag?this.value:t()}orThunk(t){return this.tag?this:t()}getOrDie(t){if(this.tag)return this.value;throw new Error(null!=t?t:"Called getOrDie on None")}static from(t){return i(t)?a.some(t):a.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(t){this.tag&&t(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}a.singletonNone=new a(!1);const u=t=>e=>i(e)&&t.test(e.nodeName),d=u(/^(OL|UL|DL)$/),g=u(/^(TH|TD)$/),c=t=>l(t)||"default"===t?"":t,h=(t,e)=>s=>((t,e)=>{const s=t.selection.getNode();return e({parents:t.dom.getParents(s),element:s}),t.on("NodeChange",e),()=>t.off("NodeChange",e)})(t,(r=>((t,r)=>{const n=t.selection.getStart(!0);s.setActive(((t,e,s)=>((t,e,s)=>{for(let e=0,n=t.length;ee.nodeName===s&&((t,e)=>t.dom.isChildOf(e,t.getBody()))(t,e))))(t,r,e)),s.setEnabled(!((t,e)=>{const s=t.dom.getParent(e,"ol,ul,dl");return((t,e)=>null!==e&&!t.dom.isEditable(e))(t,s)})(t,n))})(t,r.parents))),m=(t,s,r,n,l,i)=>{i.length>1?((t,s,r,n,l,i)=>{t.ui.registry.addSplitButton(s,{tooltip:r,icon:"OL"===l?"ordered-list":"unordered-list",presets:"listpreview",columns:3,fetch:t=>{t(o.map(i,(t=>{const e="OL"===l?"num":"bull",s="disc"===t||"decimal"===t?"default":t,r=c(t),n=(t=>t.replace(/\-/g," ").replace(/\b\w/g,(t=>t.toUpperCase())))(t);return{type:"choiceitem",value:r,icon:"list-"+e+"-"+s,text:n}})))},onAction:()=>t.execCommand(n),onItemAction:(s,r)=>{e(t,l,r)},select:e=>{const s=(t=>{const e=t.dom.getParent(t.selection.getNode(),"ol,ul"),s=t.dom.getStyle(e,"listStyleType");return a.from(s)})(t);return s.map((t=>e===t)).getOr(!1)},onSetup:h(t,l)})})(t,s,r,n,l,i):((t,s,r,n,l,i)=>{t.ui.registry.addToggleButton(s,{active:!1,tooltip:r,icon:"OL"===l?"ordered-list":"unordered-list",onSetup:h(t,l),onAction:()=>t.queryCommandState(n)||""===i?t.execCommand(n):e(t,l,i)})})(t,s,r,n,l,c(i[0]))};t.add("advlist",(t=>{t.hasPlugin("lists")?((t=>{const e=t.options.register;e("advlist_number_styles",{processor:"string[]",default:"default,lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman".split(",")}),e("advlist_bullet_styles",{processor:"string[]",default:"default,circle,square".split(",")})})(t),(t=>{m(t,"numlist","Numbered list","InsertOrderedList","OL",r(t)),m(t,"bullist","Bullet list","InsertUnorderedList","UL",n(t))})(t),(t=>{t.addCommand("ApplyUnorderedListStyle",((s,r)=>{e(t,"UL",r["list-style-type"])})),t.addCommand("ApplyOrderedListStyle",((s,r)=>{e(t,"OL",r["list-style-type"])}))})(t)):console.error("Please use the Lists plugin together with the Advanced List plugin.")}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/anchor/index.js b/seller/public/tinymce/plugins/anchor/index.js
new file mode 100644
index 00000000..ceddfe3d
--- /dev/null
+++ b/seller/public/tinymce/plugins/anchor/index.js
@@ -0,0 +1,7 @@
+// Exports the "anchor" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/anchor')
+// ES2015:
+// import 'tinymce/plugins/anchor'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/anchor/plugin.js b/seller/public/tinymce/plugins/anchor/plugin.js
new file mode 100644
index 00000000..17d05bb2
--- /dev/null
+++ b/seller/public/tinymce/plugins/anchor/plugin.js
@@ -0,0 +1,196 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.dom.RangeUtils');
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const option = name => editor => editor.options.get(name);
+ const register$2 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('allow_html_in_named_anchor', {
+ processor: 'boolean',
+ default: false
+ });
+ };
+ const allowHtmlInNamedAnchor = option('allow_html_in_named_anchor');
+
+ const namedAnchorSelector = 'a:not([href])';
+ const isEmptyString = str => !str;
+ const getIdFromAnchor = elm => {
+ const id = elm.getAttribute('id') || elm.getAttribute('name');
+ return id || '';
+ };
+ const isAnchor = elm => elm.nodeName.toLowerCase() === 'a';
+ const isNamedAnchor = elm => isAnchor(elm) && !elm.getAttribute('href') && getIdFromAnchor(elm) !== '';
+ const isEmptyNamedAnchor = elm => isNamedAnchor(elm) && !elm.firstChild;
+
+ const removeEmptyNamedAnchorsInSelection = editor => {
+ const dom = editor.dom;
+ global$1(dom).walk(editor.selection.getRng(), nodes => {
+ global.each(nodes, node => {
+ if (isEmptyNamedAnchor(node)) {
+ dom.remove(node, false);
+ }
+ });
+ });
+ };
+ const isValidId = id => /^[A-Za-z][A-Za-z0-9\-:._]*$/.test(id);
+ const getNamedAnchor = editor => editor.dom.getParent(editor.selection.getStart(), namedAnchorSelector);
+ const getId = editor => {
+ const anchor = getNamedAnchor(editor);
+ if (anchor) {
+ return getIdFromAnchor(anchor);
+ } else {
+ return '';
+ }
+ };
+ const createAnchor = (editor, id) => {
+ editor.undoManager.transact(() => {
+ if (!allowHtmlInNamedAnchor(editor)) {
+ editor.selection.collapse(true);
+ }
+ if (editor.selection.isCollapsed()) {
+ editor.insertContent(editor.dom.createHTML('a', { id }));
+ } else {
+ removeEmptyNamedAnchorsInSelection(editor);
+ editor.formatter.remove('namedAnchor', undefined, undefined, true);
+ editor.formatter.apply('namedAnchor', { value: id });
+ editor.addVisual();
+ }
+ });
+ };
+ const updateAnchor = (editor, id, anchorElement) => {
+ anchorElement.removeAttribute('name');
+ anchorElement.id = id;
+ editor.addVisual();
+ editor.undoManager.add();
+ };
+ const insert = (editor, id) => {
+ const anchor = getNamedAnchor(editor);
+ if (anchor) {
+ updateAnchor(editor, id, anchor);
+ } else {
+ createAnchor(editor, id);
+ }
+ editor.focus();
+ };
+
+ const insertAnchor = (editor, newId) => {
+ if (!isValidId(newId)) {
+ editor.windowManager.alert('ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.');
+ return false;
+ } else {
+ insert(editor, newId);
+ return true;
+ }
+ };
+ const open = editor => {
+ const currentId = getId(editor);
+ editor.windowManager.open({
+ title: 'Anchor',
+ size: 'normal',
+ body: {
+ type: 'panel',
+ items: [{
+ name: 'id',
+ type: 'input',
+ label: 'ID',
+ placeholder: 'example'
+ }]
+ },
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ initialData: { id: currentId },
+ onSubmit: api => {
+ if (insertAnchor(editor, api.getData().id)) {
+ api.close();
+ }
+ }
+ });
+ };
+
+ const register$1 = editor => {
+ editor.addCommand('mceAnchor', () => {
+ open(editor);
+ });
+ };
+
+ const isNamedAnchorNode = node => isEmptyString(node.attr('href')) && !isEmptyString(node.attr('id') || node.attr('name'));
+ const isEmptyNamedAnchorNode = node => isNamedAnchorNode(node) && !node.firstChild;
+ const setContentEditable = state => nodes => {
+ for (let i = 0; i < nodes.length; i++) {
+ const node = nodes[i];
+ if (isEmptyNamedAnchorNode(node)) {
+ node.attr('contenteditable', state);
+ }
+ }
+ };
+ const setup = editor => {
+ editor.on('PreInit', () => {
+ editor.parser.addNodeFilter('a', setContentEditable('false'));
+ editor.serializer.addNodeFilter('a', setContentEditable(null));
+ });
+ };
+
+ const registerFormats = editor => {
+ editor.formatter.register('namedAnchor', {
+ inline: 'a',
+ selector: namedAnchorSelector,
+ remove: 'all',
+ split: true,
+ deep: true,
+ attributes: { id: '%value' },
+ onmatch: (node, _fmt, _itemName) => {
+ return isNamedAnchor(node);
+ }
+ });
+ };
+
+ const register = editor => {
+ const onAction = () => editor.execCommand('mceAnchor');
+ editor.ui.registry.addToggleButton('anchor', {
+ icon: 'bookmark',
+ tooltip: 'Anchor',
+ onAction,
+ onSetup: buttonApi => editor.selection.selectorChangedWithUnbind('a:not([href])', buttonApi.setActive).unbind
+ });
+ editor.ui.registry.addMenuItem('anchor', {
+ icon: 'bookmark',
+ text: 'Anchor...',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global$2.add('anchor', editor => {
+ register$2(editor);
+ setup(editor);
+ register$1(editor);
+ register(editor);
+ editor.on('PreInit', () => {
+ registerFormats(editor);
+ });
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/anchor/plugin.min.js b/seller/public/tinymce/plugins/anchor/plugin.min.js
new file mode 100644
index 00000000..e54d62ff
--- /dev/null
+++ b/seller/public/tinymce/plugins/anchor/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager"),t=tinymce.util.Tools.resolve("tinymce.dom.RangeUtils"),o=tinymce.util.Tools.resolve("tinymce.util.Tools");const n=("allow_html_in_named_anchor",e=>e.options.get("allow_html_in_named_anchor"));const a="a:not([href])",r=e=>!e,i=e=>e.getAttribute("id")||e.getAttribute("name")||"",l=e=>(e=>"a"===e.nodeName.toLowerCase())(e)&&!e.getAttribute("href")&&""!==i(e),s=e=>e.dom.getParent(e.selection.getStart(),a),d=(e,a)=>{const r=s(e);r?((e,t,o)=>{o.removeAttribute("name"),o.id=t,e.addVisual(),e.undoManager.add()})(e,a,r):((e,a)=>{e.undoManager.transact((()=>{n(e)||e.selection.collapse(!0),e.selection.isCollapsed()?e.insertContent(e.dom.createHTML("a",{id:a})):((e=>{const n=e.dom;t(n).walk(e.selection.getRng(),(e=>{o.each(e,(e=>{var t;l(t=e)&&!t.firstChild&&n.remove(e,!1)}))}))})(e),e.formatter.remove("namedAnchor",void 0,void 0,!0),e.formatter.apply("namedAnchor",{value:a}),e.addVisual())}))})(e,a),e.focus()},c=e=>(e=>r(e.attr("href"))&&!r(e.attr("id")||e.attr("name")))(e)&&!e.firstChild,m=e=>t=>{for(let o=0;o{(e=>{(0,e.options.register)("allow_html_in_named_anchor",{processor:"boolean",default:!1})})(e),(e=>{e.on("PreInit",(()=>{e.parser.addNodeFilter("a",m("false")),e.serializer.addNodeFilter("a",m(null))}))})(e),(e=>{e.addCommand("mceAnchor",(()=>{(e=>{const t=(e=>{const t=s(e);return t?i(t):""})(e);e.windowManager.open({title:"Anchor",size:"normal",body:{type:"panel",items:[{name:"id",type:"input",label:"ID",placeholder:"example"}]},buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],initialData:{id:t},onSubmit:t=>{((e,t)=>/^[A-Za-z][A-Za-z0-9\-:._]*$/.test(t)?(d(e,t),!0):(e.windowManager.alert("ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores."),!1))(e,t.getData().id)&&t.close()}})})(e)}))})(e),(e=>{const t=()=>e.execCommand("mceAnchor");e.ui.registry.addToggleButton("anchor",{icon:"bookmark",tooltip:"Anchor",onAction:t,onSetup:t=>e.selection.selectorChangedWithUnbind("a:not([href])",t.setActive).unbind}),e.ui.registry.addMenuItem("anchor",{icon:"bookmark",text:"Anchor...",onAction:t})})(e),e.on("PreInit",(()=>{(e=>{e.formatter.register("namedAnchor",{inline:"a",selector:a,remove:"all",split:!0,deep:!0,attributes:{id:"%value"},onmatch:(e,t,o)=>l(e)})})(e)}))}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/autolink/index.js b/seller/public/tinymce/plugins/autolink/index.js
new file mode 100644
index 00000000..ae8a759d
--- /dev/null
+++ b/seller/public/tinymce/plugins/autolink/index.js
@@ -0,0 +1,7 @@
+// Exports the "autolink" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/autolink')
+// ES2015:
+// import 'tinymce/plugins/autolink'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/autolink/plugin.js b/seller/public/tinymce/plugins/autolink/plugin.js
new file mode 100644
index 00000000..7eb4d56e
--- /dev/null
+++ b/seller/public/tinymce/plugins/autolink/plugin.js
@@ -0,0 +1,228 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const link = () => /(?:[A-Za-z][A-Za-z\d.+-]{0,14}:\/\/(?:[-.~*+=!&;:'%@?^${}(),\w]+@)?|www\.|[-;:&=+$,.\w]+@)[A-Za-z\d-]+(?:\.[A-Za-z\d-]+)*(?::\d+)?(?:\/(?:[-.~*+=!;:'%@$(),\/\w]*[-~*+=%@$()\/\w])?)?(?:\?(?:[-.~*+=!&;:'%@?^${}(),\/\w]+))?(?:#(?:[-.~*+=!&;:'%@?^${}(),\/\w]+))?/g;
+
+ const option = name => editor => editor.options.get(name);
+ const register = editor => {
+ const registerOption = editor.options.register;
+ registerOption('autolink_pattern', {
+ processor: 'regexp',
+ default: new RegExp('^' + link().source + '$', 'i')
+ });
+ registerOption('link_default_target', { processor: 'string' });
+ registerOption('link_default_protocol', {
+ processor: 'string',
+ default: 'https'
+ });
+ };
+ const getAutoLinkPattern = option('autolink_pattern');
+ const getDefaultLinkTarget = option('link_default_target');
+ const getDefaultLinkProtocol = option('link_default_protocol');
+ const allowUnsafeLinkTarget = option('allow_unsafe_link_target');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const eq = t => a => t === a;
+ const isString = isType('string');
+ const isUndefined = eq(undefined);
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+
+ const not = f => t => !f(t);
+
+ const hasOwnProperty = Object.hasOwnProperty;
+ const has = (obj, key) => hasOwnProperty.call(obj, key);
+
+ const checkRange = (str, substr, start) => substr === '' || str.length >= substr.length && str.substr(start, start + substr.length) === substr;
+ const contains = (str, substr, start = 0, end) => {
+ const idx = str.indexOf(substr, start);
+ if (idx !== -1) {
+ return isUndefined(end) ? true : idx + substr.length <= end;
+ } else {
+ return false;
+ }
+ };
+ const startsWith = (str, prefix) => {
+ return checkRange(str, prefix, 0);
+ };
+
+ const zeroWidth = '\uFEFF';
+ const isZwsp = char => char === zeroWidth;
+ const removeZwsp = s => s.replace(/\uFEFF/g, '');
+
+ var global = tinymce.util.Tools.resolve('tinymce.dom.TextSeeker');
+
+ const isTextNode = node => node.nodeType === 3;
+ const isElement = node => node.nodeType === 1;
+ const isBracketOrSpace = char => /^[(\[{ \u00a0]$/.test(char);
+ const hasProtocol = url => /^([A-Za-z][A-Za-z\d.+-]*:\/\/)|mailto:/.test(url);
+ const isPunctuation = char => /[?!,.;:]/.test(char);
+ const findChar = (text, index, predicate) => {
+ for (let i = index - 1; i >= 0; i--) {
+ const char = text.charAt(i);
+ if (!isZwsp(char) && predicate(char)) {
+ return i;
+ }
+ }
+ return -1;
+ };
+ const freefallRtl = (container, offset) => {
+ let tempNode = container;
+ let tempOffset = offset;
+ while (isElement(tempNode) && tempNode.childNodes[tempOffset]) {
+ tempNode = tempNode.childNodes[tempOffset];
+ tempOffset = isTextNode(tempNode) ? tempNode.data.length : tempNode.childNodes.length;
+ }
+ return {
+ container: tempNode,
+ offset: tempOffset
+ };
+ };
+
+ const parseCurrentLine = (editor, offset) => {
+ var _a;
+ const voidElements = editor.schema.getVoidElements();
+ const autoLinkPattern = getAutoLinkPattern(editor);
+ const {dom, selection} = editor;
+ if (dom.getParent(selection.getNode(), 'a[href]') !== null) {
+ return null;
+ }
+ const rng = selection.getRng();
+ const textSeeker = global(dom, node => {
+ return dom.isBlock(node) || has(voidElements, node.nodeName.toLowerCase()) || dom.getContentEditable(node) === 'false';
+ });
+ const {
+ container: endContainer,
+ offset: endOffset
+ } = freefallRtl(rng.endContainer, rng.endOffset);
+ const root = (_a = dom.getParent(endContainer, dom.isBlock)) !== null && _a !== void 0 ? _a : dom.getRoot();
+ const endSpot = textSeeker.backwards(endContainer, endOffset + offset, (node, offset) => {
+ const text = node.data;
+ const idx = findChar(text, offset, not(isBracketOrSpace));
+ return idx === -1 || isPunctuation(text[idx]) ? idx : idx + 1;
+ }, root);
+ if (!endSpot) {
+ return null;
+ }
+ let lastTextNode = endSpot.container;
+ const startSpot = textSeeker.backwards(endSpot.container, endSpot.offset, (node, offset) => {
+ lastTextNode = node;
+ const idx = findChar(node.data, offset, isBracketOrSpace);
+ return idx === -1 ? idx : idx + 1;
+ }, root);
+ const newRng = dom.createRng();
+ if (!startSpot) {
+ newRng.setStart(lastTextNode, 0);
+ } else {
+ newRng.setStart(startSpot.container, startSpot.offset);
+ }
+ newRng.setEnd(endSpot.container, endSpot.offset);
+ const rngText = removeZwsp(newRng.toString());
+ const matches = rngText.match(autoLinkPattern);
+ if (matches) {
+ let url = matches[0];
+ if (startsWith(url, 'www.')) {
+ const protocol = getDefaultLinkProtocol(editor);
+ url = protocol + '://' + url;
+ } else if (contains(url, '@') && !hasProtocol(url)) {
+ url = 'mailto:' + url;
+ }
+ return {
+ rng: newRng,
+ url
+ };
+ } else {
+ return null;
+ }
+ };
+ const convertToLink = (editor, result) => {
+ const {dom, selection} = editor;
+ const {rng, url} = result;
+ const bookmark = selection.getBookmark();
+ selection.setRng(rng);
+ const command = 'createlink';
+ const args = {
+ command,
+ ui: false,
+ value: url
+ };
+ const beforeExecEvent = editor.dispatch('BeforeExecCommand', args);
+ if (!beforeExecEvent.isDefaultPrevented()) {
+ editor.getDoc().execCommand(command, false, url);
+ editor.dispatch('ExecCommand', args);
+ const defaultLinkTarget = getDefaultLinkTarget(editor);
+ if (isString(defaultLinkTarget)) {
+ const anchor = selection.getNode();
+ dom.setAttrib(anchor, 'target', defaultLinkTarget);
+ if (defaultLinkTarget === '_blank' && !allowUnsafeLinkTarget(editor)) {
+ dom.setAttrib(anchor, 'rel', 'noopener');
+ }
+ }
+ }
+ selection.moveToBookmark(bookmark);
+ editor.nodeChanged();
+ };
+ const handleSpacebar = editor => {
+ const result = parseCurrentLine(editor, -1);
+ if (isNonNullable(result)) {
+ convertToLink(editor, result);
+ }
+ };
+ const handleBracket = handleSpacebar;
+ const handleEnter = editor => {
+ const result = parseCurrentLine(editor, 0);
+ if (isNonNullable(result)) {
+ convertToLink(editor, result);
+ }
+ };
+ const setup = editor => {
+ editor.on('keydown', e => {
+ if (e.keyCode === 13 && !e.isDefaultPrevented()) {
+ handleEnter(editor);
+ }
+ });
+ editor.on('keyup', e => {
+ if (e.keyCode === 32) {
+ handleSpacebar(editor);
+ } else if (e.keyCode === 48 && e.shiftKey || e.keyCode === 221) {
+ handleBracket(editor);
+ }
+ });
+ };
+
+ var Plugin = () => {
+ global$1.add('autolink', editor => {
+ register(editor);
+ setup(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/autolink/plugin.min.js b/seller/public/tinymce/plugins/autolink/plugin.min.js
new file mode 100644
index 00000000..672f45de
--- /dev/null
+++ b/seller/public/tinymce/plugins/autolink/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>t.options.get(e),n=t("autolink_pattern"),o=t("link_default_target"),r=t("link_default_protocol"),a=t("allow_unsafe_link_target"),s=("string",e=>"string"===(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=o=e,(r=String).prototype.isPrototypeOf(n)||(null===(a=o.constructor)||void 0===a?void 0:a.name)===r.name)?"string":t;var n,o,r,a})(e));const l=(void 0,e=>undefined===e);const i=e=>!(e=>null==e)(e),c=Object.hasOwnProperty,d=e=>"\ufeff"===e;var u=tinymce.util.Tools.resolve("tinymce.dom.TextSeeker");const f=e=>/^[(\[{ \u00a0]$/.test(e),g=(e,t,n)=>{for(let o=t-1;o>=0;o--){const t=e.charAt(o);if(!d(t)&&n(t))return o}return-1},m=(e,t)=>{var o;const a=e.schema.getVoidElements(),s=n(e),{dom:i,selection:d}=e;if(null!==i.getParent(d.getNode(),"a[href]"))return null;const m=d.getRng(),k=u(i,(e=>{return i.isBlock(e)||(t=a,n=e.nodeName.toLowerCase(),c.call(t,n))||"false"===i.getContentEditable(e);var t,n})),{container:p,offset:y}=((e,t)=>{let n=e,o=t;for(;1===n.nodeType&&n.childNodes[o];)n=n.childNodes[o],o=3===n.nodeType?n.data.length:n.childNodes.length;return{container:n,offset:o}})(m.endContainer,m.endOffset),h=null!==(o=i.getParent(p,i.isBlock))&&void 0!==o?o:i.getRoot(),w=k.backwards(p,y+t,((e,t)=>{const n=e.data,o=g(n,t,(r=f,e=>!r(e)));var r,a;return-1===o||(a=n[o],/[?!,.;:]/.test(a))?o:o+1}),h);if(!w)return null;let v=w.container;const _=k.backwards(w.container,w.offset,((e,t)=>{v=e;const n=g(e.data,t,f);return-1===n?n:n+1}),h),A=i.createRng();_?A.setStart(_.container,_.offset):A.setStart(v,0),A.setEnd(w.container,w.offset);const C=A.toString().replace(/\uFEFF/g,"").match(s);if(C){let t=C[0];return $="www.",(b=t).length>=$.length&&b.substr(0,0+$.length)===$?t=r(e)+"://"+t:((e,t,n=0,o)=>{const r=e.indexOf(t,n);return-1!==r&&(!!l(o)||r+t.length<=o)})(t,"@")&&!(e=>/^([A-Za-z][A-Za-z\d.+-]*:\/\/)|mailto:/.test(e))(t)&&(t="mailto:"+t),{rng:A,url:t}}var b,$;return null},k=(e,t)=>{const{dom:n,selection:r}=e,{rng:l,url:i}=t,c=r.getBookmark();r.setRng(l);const d="createlink",u={command:d,ui:!1,value:i};if(!e.dispatch("BeforeExecCommand",u).isDefaultPrevented()){e.getDoc().execCommand(d,!1,i),e.dispatch("ExecCommand",u);const t=o(e);if(s(t)){const o=r.getNode();n.setAttrib(o,"target",t),"_blank"!==t||a(e)||n.setAttrib(o,"rel","noopener")}}r.moveToBookmark(c),e.nodeChanged()},p=e=>{const t=m(e,-1);i(t)&&k(e,t)},y=p;e.add("autolink",(e=>{(e=>{const t=e.options.register;t("autolink_pattern",{processor:"regexp",default:new RegExp("^"+/(?:[A-Za-z][A-Za-z\d.+-]{0,14}:\/\/(?:[-.~*+=!&;:'%@?^${}(),\w]+@)?|www\.|[-;:&=+$,.\w]+@)[A-Za-z\d-]+(?:\.[A-Za-z\d-]+)*(?::\d+)?(?:\/(?:[-.~*+=!;:'%@$(),\/\w]*[-~*+=%@$()\/\w])?)?(?:\?(?:[-.~*+=!&;:'%@?^${}(),\/\w]+))?(?:#(?:[-.~*+=!&;:'%@?^${}(),\/\w]+))?/g.source+"$","i")}),t("link_default_target",{processor:"string"}),t("link_default_protocol",{processor:"string",default:"https"})})(e),(e=>{e.on("keydown",(t=>{13!==t.keyCode||t.isDefaultPrevented()||(e=>{const t=m(e,0);i(t)&&k(e,t)})(e)})),e.on("keyup",(t=>{32===t.keyCode?p(e):(48===t.keyCode&&t.shiftKey||221===t.keyCode)&&y(e)}))})(e)}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/autoresize/index.js b/seller/public/tinymce/plugins/autoresize/index.js
new file mode 100644
index 00000000..a4a7a42c
--- /dev/null
+++ b/seller/public/tinymce/plugins/autoresize/index.js
@@ -0,0 +1,7 @@
+// Exports the "autoresize" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/autoresize')
+// ES2015:
+// import 'tinymce/plugins/autoresize'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/autoresize/plugin.js b/seller/public/tinymce/plugins/autoresize/plugin.js
new file mode 100644
index 00000000..64572c0f
--- /dev/null
+++ b/seller/public/tinymce/plugins/autoresize/plugin.js
@@ -0,0 +1,192 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.Env');
+
+ const fireResizeEditor = editor => editor.dispatch('ResizeEditor');
+
+ const option = name => editor => editor.options.get(name);
+ const register$1 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('autoresize_overflow_padding', {
+ processor: 'number',
+ default: 1
+ });
+ registerOption('autoresize_bottom_margin', {
+ processor: 'number',
+ default: 50
+ });
+ };
+ const getMinHeight = option('min_height');
+ const getMaxHeight = option('max_height');
+ const getAutoResizeOverflowPadding = option('autoresize_overflow_padding');
+ const getAutoResizeBottomMargin = option('autoresize_bottom_margin');
+
+ const isFullscreen = editor => editor.plugins.fullscreen && editor.plugins.fullscreen.isFullscreen();
+ const toggleScrolling = (editor, state) => {
+ const body = editor.getBody();
+ if (body) {
+ body.style.overflowY = state ? '' : 'hidden';
+ if (!state) {
+ body.scrollTop = 0;
+ }
+ }
+ };
+ const parseCssValueToInt = (dom, elm, name, computed) => {
+ var _a;
+ const value = parseInt((_a = dom.getStyle(elm, name, computed)) !== null && _a !== void 0 ? _a : '', 10);
+ return isNaN(value) ? 0 : value;
+ };
+ const shouldScrollIntoView = trigger => {
+ if ((trigger === null || trigger === void 0 ? void 0 : trigger.type.toLowerCase()) === 'setcontent') {
+ const setContentEvent = trigger;
+ return setContentEvent.selection === true || setContentEvent.paste === true;
+ } else {
+ return false;
+ }
+ };
+ const resize = (editor, oldSize, trigger, getExtraMarginBottom) => {
+ var _a;
+ const dom = editor.dom;
+ const doc = editor.getDoc();
+ if (!doc) {
+ return;
+ }
+ if (isFullscreen(editor)) {
+ toggleScrolling(editor, true);
+ return;
+ }
+ const docEle = doc.documentElement;
+ const resizeBottomMargin = getExtraMarginBottom ? getExtraMarginBottom() : getAutoResizeOverflowPadding(editor);
+ const minHeight = (_a = getMinHeight(editor)) !== null && _a !== void 0 ? _a : editor.getElement().offsetHeight;
+ let resizeHeight = minHeight;
+ const marginTop = parseCssValueToInt(dom, docEle, 'margin-top', true);
+ const marginBottom = parseCssValueToInt(dom, docEle, 'margin-bottom', true);
+ let contentHeight = docEle.offsetHeight + marginTop + marginBottom + resizeBottomMargin;
+ if (contentHeight < 0) {
+ contentHeight = 0;
+ }
+ const containerHeight = editor.getContainer().offsetHeight;
+ const contentAreaHeight = editor.getContentAreaContainer().offsetHeight;
+ const chromeHeight = containerHeight - contentAreaHeight;
+ if (contentHeight + chromeHeight > minHeight) {
+ resizeHeight = contentHeight + chromeHeight;
+ }
+ const maxHeight = getMaxHeight(editor);
+ if (maxHeight && resizeHeight > maxHeight) {
+ resizeHeight = maxHeight;
+ toggleScrolling(editor, true);
+ } else {
+ toggleScrolling(editor, false);
+ }
+ if (resizeHeight !== oldSize.get()) {
+ const deltaSize = resizeHeight - oldSize.get();
+ dom.setStyle(editor.getContainer(), 'height', resizeHeight + 'px');
+ oldSize.set(resizeHeight);
+ fireResizeEditor(editor);
+ if (global.browser.isSafari() && (global.os.isMacOS() || global.os.isiOS())) {
+ const win = editor.getWin();
+ win.scrollTo(win.pageXOffset, win.pageYOffset);
+ }
+ if (editor.hasFocus() && shouldScrollIntoView(trigger)) {
+ editor.selection.scrollIntoView();
+ }
+ if ((global.browser.isSafari() || global.browser.isChromium()) && deltaSize < 0) {
+ resize(editor, oldSize, trigger, getExtraMarginBottom);
+ }
+ }
+ };
+ const setup = (editor, oldSize) => {
+ let getExtraMarginBottom = () => getAutoResizeBottomMargin(editor);
+ let resizeCounter;
+ let sizeAfterFirstResize;
+ editor.on('init', e => {
+ resizeCounter = 0;
+ const overflowPadding = getAutoResizeOverflowPadding(editor);
+ const dom = editor.dom;
+ dom.setStyles(editor.getDoc().documentElement, { height: 'auto' });
+ if (global.browser.isEdge() || global.browser.isIE()) {
+ dom.setStyles(editor.getBody(), {
+ 'paddingLeft': overflowPadding,
+ 'paddingRight': overflowPadding,
+ 'min-height': 0
+ });
+ } else {
+ dom.setStyles(editor.getBody(), {
+ paddingLeft: overflowPadding,
+ paddingRight: overflowPadding
+ });
+ }
+ resize(editor, oldSize, e, getExtraMarginBottom);
+ resizeCounter += 1;
+ });
+ editor.on('NodeChange SetContent keyup FullscreenStateChanged ResizeContent', e => {
+ if (resizeCounter === 1) {
+ sizeAfterFirstResize = editor.getContainer().offsetHeight;
+ resize(editor, oldSize, e, getExtraMarginBottom);
+ resizeCounter += 1;
+ } else if (resizeCounter === 2) {
+ const isLooping = sizeAfterFirstResize < editor.getContainer().offsetHeight;
+ if (isLooping) {
+ const dom = editor.dom;
+ const doc = editor.getDoc();
+ dom.setStyles(doc.documentElement, { 'min-height': 0 });
+ dom.setStyles(editor.getBody(), { 'min-height': 'inherit' });
+ }
+ getExtraMarginBottom = isLooping ? constant(0) : getExtraMarginBottom;
+ resizeCounter += 1;
+ } else {
+ resize(editor, oldSize, e, getExtraMarginBottom);
+ }
+ });
+ };
+
+ const register = (editor, oldSize) => {
+ editor.addCommand('mceAutoResize', () => {
+ resize(editor, oldSize);
+ });
+ };
+
+ var Plugin = () => {
+ global$1.add('autoresize', editor => {
+ register$1(editor);
+ if (!editor.options.isSet('resize')) {
+ editor.options.set('resize', false);
+ }
+ if (!editor.inline) {
+ const oldSize = Cell(0);
+ register(editor, oldSize);
+ setup(editor, oldSize);
+ }
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/autoresize/plugin.min.js b/seller/public/tinymce/plugins/autoresize/plugin.min.js
new file mode 100644
index 00000000..8f7a19c4
--- /dev/null
+++ b/seller/public/tinymce/plugins/autoresize/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager"),t=tinymce.util.Tools.resolve("tinymce.Env");const o=e=>t=>t.options.get(e),s=o("min_height"),i=o("max_height"),n=o("autoresize_overflow_padding"),r=o("autoresize_bottom_margin"),l=(e,t)=>{const o=e.getBody();o&&(o.style.overflowY=t?"":"hidden",t||(o.scrollTop=0))},g=(e,t,o,s)=>{var i;const n=parseInt(null!==(i=e.getStyle(t,o,s))&&void 0!==i?i:"",10);return isNaN(n)?0:n},a=(e,o,r,c)=>{var d;const f=e.dom,u=e.getDoc();if(!u)return;if((e=>e.plugins.fullscreen&&e.plugins.fullscreen.isFullscreen())(e))return void l(e,!0);const m=u.documentElement,h=c?c():n(e),p=null!==(d=s(e))&&void 0!==d?d:e.getElement().offsetHeight;let y=p;const S=g(f,m,"margin-top",!0),v=g(f,m,"margin-bottom",!0);let C=m.offsetHeight+S+v+h;C<0&&(C=0);const b=e.getContainer().offsetHeight-e.getContentAreaContainer().offsetHeight;C+b>p&&(y=C+b);const w=i(e);if(w&&y>w?(y=w,l(e,!0)):l(e,!1),y!==o.get()){const s=y-o.get();if(f.setStyle(e.getContainer(),"height",y+"px"),o.set(y),(e=>{e.dispatch("ResizeEditor")})(e),t.browser.isSafari()&&(t.os.isMacOS()||t.os.isiOS())){const t=e.getWin();t.scrollTo(t.pageXOffset,t.pageYOffset)}e.hasFocus()&&(e=>{if("setcontent"===(null==e?void 0:e.type.toLowerCase())){const t=e;return!0===t.selection||!0===t.paste}return!1})(r)&&e.selection.scrollIntoView(),(t.browser.isSafari()||t.browser.isChromium())&&s<0&&a(e,o,r,c)}};e.add("autoresize",(e=>{if((e=>{const t=e.options.register;t("autoresize_overflow_padding",{processor:"number",default:1}),t("autoresize_bottom_margin",{processor:"number",default:50})})(e),e.options.isSet("resize")||e.options.set("resize",!1),!e.inline){const o=(e=>{let t=0;return{get:()=>t,set:e=>{t=e}}})();((e,t)=>{e.addCommand("mceAutoResize",(()=>{a(e,t)}))})(e,o),((e,o)=>{let s,i,l=()=>r(e);e.on("init",(i=>{s=0;const r=n(e),g=e.dom;g.setStyles(e.getDoc().documentElement,{height:"auto"}),t.browser.isEdge()||t.browser.isIE()?g.setStyles(e.getBody(),{paddingLeft:r,paddingRight:r,"min-height":0}):g.setStyles(e.getBody(),{paddingLeft:r,paddingRight:r}),a(e,o,i,l),s+=1})),e.on("NodeChange SetContent keyup FullscreenStateChanged ResizeContent",(t=>{if(1===s)i=e.getContainer().offsetHeight,a(e,o,t,l),s+=1;else if(2===s){const t=i0):l,s+=1}else a(e,o,t,l)}))})(e,o)}}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/autosave/index.js b/seller/public/tinymce/plugins/autosave/index.js
new file mode 100644
index 00000000..261d5c99
--- /dev/null
+++ b/seller/public/tinymce/plugins/autosave/index.js
@@ -0,0 +1,7 @@
+// Exports the "autosave" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/autosave')
+// ES2015:
+// import 'tinymce/plugins/autosave'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/autosave/plugin.js b/seller/public/tinymce/plugins/autosave/plugin.js
new file mode 100644
index 00000000..36990bdb
--- /dev/null
+++ b/seller/public/tinymce/plugins/autosave/plugin.js
@@ -0,0 +1,233 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$4 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const eq = t => a => t === a;
+ const isString = isType('string');
+ const isUndefined = eq(undefined);
+
+ var global$3 = tinymce.util.Tools.resolve('tinymce.util.Delay');
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.util.LocalStorage');
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const fireRestoreDraft = editor => editor.dispatch('RestoreDraft');
+ const fireStoreDraft = editor => editor.dispatch('StoreDraft');
+ const fireRemoveDraft = editor => editor.dispatch('RemoveDraft');
+
+ const parse = timeString => {
+ const multiples = {
+ s: 1000,
+ m: 60000
+ };
+ const parsedTime = /^(\d+)([ms]?)$/.exec(timeString);
+ return (parsedTime && parsedTime[2] ? multiples[parsedTime[2]] : 1) * parseInt(timeString, 10);
+ };
+
+ const option = name => editor => editor.options.get(name);
+ const register$1 = editor => {
+ const registerOption = editor.options.register;
+ const timeProcessor = value => {
+ const valid = isString(value);
+ if (valid) {
+ return {
+ value: parse(value),
+ valid
+ };
+ } else {
+ return {
+ valid: false,
+ message: 'Must be a string.'
+ };
+ }
+ };
+ registerOption('autosave_ask_before_unload', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('autosave_prefix', {
+ processor: 'string',
+ default: 'tinymce-autosave-{path}{query}{hash}-{id}-'
+ });
+ registerOption('autosave_restore_when_empty', {
+ processor: 'boolean',
+ default: false
+ });
+ registerOption('autosave_interval', {
+ processor: timeProcessor,
+ default: '30s'
+ });
+ registerOption('autosave_retention', {
+ processor: timeProcessor,
+ default: '20m'
+ });
+ };
+ const shouldAskBeforeUnload = option('autosave_ask_before_unload');
+ const shouldRestoreWhenEmpty = option('autosave_restore_when_empty');
+ const getAutoSaveInterval = option('autosave_interval');
+ const getAutoSaveRetention = option('autosave_retention');
+ const getAutoSavePrefix = editor => {
+ const location = document.location;
+ return editor.options.get('autosave_prefix').replace(/{path}/g, location.pathname).replace(/{query}/g, location.search).replace(/{hash}/g, location.hash).replace(/{id}/g, editor.id);
+ };
+
+ const isEmpty = (editor, html) => {
+ if (isUndefined(html)) {
+ return editor.dom.isEmpty(editor.getBody());
+ } else {
+ const trimmedHtml = global$1.trim(html);
+ if (trimmedHtml === '') {
+ return true;
+ } else {
+ const fragment = new DOMParser().parseFromString(trimmedHtml, 'text/html');
+ return editor.dom.isEmpty(fragment);
+ }
+ }
+ };
+ const hasDraft = editor => {
+ var _a;
+ const time = parseInt((_a = global$2.getItem(getAutoSavePrefix(editor) + 'time')) !== null && _a !== void 0 ? _a : '0', 10) || 0;
+ if (new Date().getTime() - time > getAutoSaveRetention(editor)) {
+ removeDraft(editor, false);
+ return false;
+ }
+ return true;
+ };
+ const removeDraft = (editor, fire) => {
+ const prefix = getAutoSavePrefix(editor);
+ global$2.removeItem(prefix + 'draft');
+ global$2.removeItem(prefix + 'time');
+ if (fire !== false) {
+ fireRemoveDraft(editor);
+ }
+ };
+ const storeDraft = editor => {
+ const prefix = getAutoSavePrefix(editor);
+ if (!isEmpty(editor) && editor.isDirty()) {
+ global$2.setItem(prefix + 'draft', editor.getContent({
+ format: 'raw',
+ no_events: true
+ }));
+ global$2.setItem(prefix + 'time', new Date().getTime().toString());
+ fireStoreDraft(editor);
+ }
+ };
+ const restoreDraft = editor => {
+ var _a;
+ const prefix = getAutoSavePrefix(editor);
+ if (hasDraft(editor)) {
+ editor.setContent((_a = global$2.getItem(prefix + 'draft')) !== null && _a !== void 0 ? _a : '', { format: 'raw' });
+ fireRestoreDraft(editor);
+ }
+ };
+ const startStoreDraft = editor => {
+ const interval = getAutoSaveInterval(editor);
+ global$3.setEditorInterval(editor, () => {
+ storeDraft(editor);
+ }, interval);
+ };
+ const restoreLastDraft = editor => {
+ editor.undoManager.transact(() => {
+ restoreDraft(editor);
+ removeDraft(editor);
+ });
+ editor.focus();
+ };
+
+ const get = editor => ({
+ hasDraft: () => hasDraft(editor),
+ storeDraft: () => storeDraft(editor),
+ restoreDraft: () => restoreDraft(editor),
+ removeDraft: fire => removeDraft(editor, fire),
+ isEmpty: html => isEmpty(editor, html)
+ });
+
+ var global = tinymce.util.Tools.resolve('tinymce.EditorManager');
+
+ const setup = editor => {
+ editor.editorManager.on('BeforeUnload', e => {
+ let msg;
+ global$1.each(global.get(), editor => {
+ if (editor.plugins.autosave) {
+ editor.plugins.autosave.storeDraft();
+ }
+ if (!msg && editor.isDirty() && shouldAskBeforeUnload(editor)) {
+ msg = editor.translate('You have unsaved changes are you sure you want to navigate away?');
+ }
+ });
+ if (msg) {
+ e.preventDefault();
+ e.returnValue = msg;
+ }
+ });
+ };
+
+ const makeSetupHandler = editor => api => {
+ api.setEnabled(hasDraft(editor));
+ const editorEventCallback = () => api.setEnabled(hasDraft(editor));
+ editor.on('StoreDraft RestoreDraft RemoveDraft', editorEventCallback);
+ return () => editor.off('StoreDraft RestoreDraft RemoveDraft', editorEventCallback);
+ };
+ const register = editor => {
+ startStoreDraft(editor);
+ const onAction = () => {
+ restoreLastDraft(editor);
+ };
+ editor.ui.registry.addButton('restoredraft', {
+ tooltip: 'Restore last draft',
+ icon: 'restore-draft',
+ onAction,
+ onSetup: makeSetupHandler(editor)
+ });
+ editor.ui.registry.addMenuItem('restoredraft', {
+ text: 'Restore last draft',
+ icon: 'restore-draft',
+ onAction,
+ onSetup: makeSetupHandler(editor)
+ });
+ };
+
+ var Plugin = () => {
+ global$4.add('autosave', editor => {
+ register$1(editor);
+ setup(editor);
+ register(editor);
+ editor.on('init', () => {
+ if (shouldRestoreWhenEmpty(editor) && editor.dom.isEmpty(editor.getBody())) {
+ restoreDraft(editor);
+ }
+ });
+ return get(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/autosave/plugin.min.js b/seller/public/tinymce/plugins/autosave/plugin.min.js
new file mode 100644
index 00000000..74dbd66c
--- /dev/null
+++ b/seller/public/tinymce/plugins/autosave/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const e=("string",t=>"string"===(t=>{const e=typeof t;return null===t?"null":"object"===e&&Array.isArray(t)?"array":"object"===e&&(r=o=t,(a=String).prototype.isPrototypeOf(r)||(null===(s=o.constructor)||void 0===s?void 0:s.name)===a.name)?"string":e;var r,o,a,s})(t));const r=(void 0,t=>undefined===t);var o=tinymce.util.Tools.resolve("tinymce.util.Delay"),a=tinymce.util.Tools.resolve("tinymce.util.LocalStorage"),s=tinymce.util.Tools.resolve("tinymce.util.Tools");const n=t=>{const e=/^(\d+)([ms]?)$/.exec(t);return(e&&e[2]?{s:1e3,m:6e4}[e[2]]:1)*parseInt(t,10)},i=t=>e=>e.options.get(t),u=i("autosave_ask_before_unload"),l=i("autosave_restore_when_empty"),c=i("autosave_interval"),d=i("autosave_retention"),m=t=>{const e=document.location;return t.options.get("autosave_prefix").replace(/{path}/g,e.pathname).replace(/{query}/g,e.search).replace(/{hash}/g,e.hash).replace(/{id}/g,t.id)},v=(t,e)=>{if(r(e))return t.dom.isEmpty(t.getBody());{const r=s.trim(e);if(""===r)return!0;{const e=(new DOMParser).parseFromString(r,"text/html");return t.dom.isEmpty(e)}}},f=t=>{var e;const r=parseInt(null!==(e=a.getItem(m(t)+"time"))&&void 0!==e?e:"0",10)||0;return!((new Date).getTime()-r>d(t)&&(p(t,!1),1))},p=(t,e)=>{const r=m(t);a.removeItem(r+"draft"),a.removeItem(r+"time"),!1!==e&&(t=>{t.dispatch("RemoveDraft")})(t)},g=t=>{const e=m(t);!v(t)&&t.isDirty()&&(a.setItem(e+"draft",t.getContent({format:"raw",no_events:!0})),a.setItem(e+"time",(new Date).getTime().toString()),(t=>{t.dispatch("StoreDraft")})(t))},y=t=>{var e;const r=m(t);f(t)&&(t.setContent(null!==(e=a.getItem(r+"draft"))&&void 0!==e?e:"",{format:"raw"}),(t=>{t.dispatch("RestoreDraft")})(t))};var D=tinymce.util.Tools.resolve("tinymce.EditorManager");const h=t=>e=>{e.setEnabled(f(t));const r=()=>e.setEnabled(f(t));return t.on("StoreDraft RestoreDraft RemoveDraft",r),()=>t.off("StoreDraft RestoreDraft RemoveDraft",r)};t.add("autosave",(t=>((t=>{const r=t.options.register,o=t=>{const r=e(t);return r?{value:n(t),valid:r}:{valid:!1,message:"Must be a string."}};r("autosave_ask_before_unload",{processor:"boolean",default:!0}),r("autosave_prefix",{processor:"string",default:"tinymce-autosave-{path}{query}{hash}-{id}-"}),r("autosave_restore_when_empty",{processor:"boolean",default:!1}),r("autosave_interval",{processor:o,default:"30s"}),r("autosave_retention",{processor:o,default:"20m"})})(t),(t=>{t.editorManager.on("BeforeUnload",(t=>{let e;s.each(D.get(),(t=>{t.plugins.autosave&&t.plugins.autosave.storeDraft(),!e&&t.isDirty()&&u(t)&&(e=t.translate("You have unsaved changes are you sure you want to navigate away?"))})),e&&(t.preventDefault(),t.returnValue=e)}))})(t),(t=>{(t=>{const e=c(t);o.setEditorInterval(t,(()=>{g(t)}),e)})(t);const e=()=>{(t=>{t.undoManager.transact((()=>{y(t),p(t)})),t.focus()})(t)};t.ui.registry.addButton("restoredraft",{tooltip:"Restore last draft",icon:"restore-draft",onAction:e,onSetup:h(t)}),t.ui.registry.addMenuItem("restoredraft",{text:"Restore last draft",icon:"restore-draft",onAction:e,onSetup:h(t)})})(t),t.on("init",(()=>{l(t)&&t.dom.isEmpty(t.getBody())&&y(t)})),(t=>({hasDraft:()=>f(t),storeDraft:()=>g(t),restoreDraft:()=>y(t),removeDraft:e=>p(t,e),isEmpty:e=>v(t,e)}))(t))))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/charmap/index.js b/seller/public/tinymce/plugins/charmap/index.js
new file mode 100644
index 00000000..13a16738
--- /dev/null
+++ b/seller/public/tinymce/plugins/charmap/index.js
@@ -0,0 +1,7 @@
+// Exports the "charmap" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/charmap')
+// ES2015:
+// import 'tinymce/plugins/charmap'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/charmap/plugin.js b/seller/public/tinymce/plugins/charmap/plugin.js
new file mode 100644
index 00000000..cdbcfc58
--- /dev/null
+++ b/seller/public/tinymce/plugins/charmap/plugin.js
@@ -0,0 +1,1646 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const fireInsertCustomChar = (editor, chr) => {
+ return editor.dispatch('insertCustomChar', { chr });
+ };
+
+ const insertChar = (editor, chr) => {
+ const evtChr = fireInsertCustomChar(editor, chr).chr;
+ editor.execCommand('mceInsertContent', false, evtChr);
+ };
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const eq = t => a => t === a;
+ const isArray$1 = isType('array');
+ const isNull = eq(null);
+ const isUndefined = eq(undefined);
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ const never = constant(false);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const nativePush = Array.prototype.push;
+ const map = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const each = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const findUntil = (xs, pred, until) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return Optional.some(x);
+ } else if (until(x, i)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+ const find = (xs, pred) => {
+ return findUntil(xs, pred, never);
+ };
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray$1(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+ const bind = (xs, f) => flatten(map(xs, f));
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const option = name => editor => editor.options.get(name);
+ const register$2 = editor => {
+ const registerOption = editor.options.register;
+ const charMapProcessor = value => isFunction(value) || isArray$1(value);
+ registerOption('charmap', { processor: charMapProcessor });
+ registerOption('charmap_append', { processor: charMapProcessor });
+ };
+ const getCharMap$1 = option('charmap');
+ const getCharMapAppend = option('charmap_append');
+
+ const isArray = global.isArray;
+ const UserDefined = 'User Defined';
+ const getDefaultCharMap = () => {
+ return [
+ {
+ name: 'Currency',
+ characters: [
+ [
+ 36,
+ 'dollar sign'
+ ],
+ [
+ 162,
+ 'cent sign'
+ ],
+ [
+ 8364,
+ 'euro sign'
+ ],
+ [
+ 163,
+ 'pound sign'
+ ],
+ [
+ 165,
+ 'yen sign'
+ ],
+ [
+ 164,
+ 'currency sign'
+ ],
+ [
+ 8352,
+ 'euro-currency sign'
+ ],
+ [
+ 8353,
+ 'colon sign'
+ ],
+ [
+ 8354,
+ 'cruzeiro sign'
+ ],
+ [
+ 8355,
+ 'french franc sign'
+ ],
+ [
+ 8356,
+ 'lira sign'
+ ],
+ [
+ 8357,
+ 'mill sign'
+ ],
+ [
+ 8358,
+ 'naira sign'
+ ],
+ [
+ 8359,
+ 'peseta sign'
+ ],
+ [
+ 8360,
+ 'rupee sign'
+ ],
+ [
+ 8361,
+ 'won sign'
+ ],
+ [
+ 8362,
+ 'new sheqel sign'
+ ],
+ [
+ 8363,
+ 'dong sign'
+ ],
+ [
+ 8365,
+ 'kip sign'
+ ],
+ [
+ 8366,
+ 'tugrik sign'
+ ],
+ [
+ 8367,
+ 'drachma sign'
+ ],
+ [
+ 8368,
+ 'german penny symbol'
+ ],
+ [
+ 8369,
+ 'peso sign'
+ ],
+ [
+ 8370,
+ 'guarani sign'
+ ],
+ [
+ 8371,
+ 'austral sign'
+ ],
+ [
+ 8372,
+ 'hryvnia sign'
+ ],
+ [
+ 8373,
+ 'cedi sign'
+ ],
+ [
+ 8374,
+ 'livre tournois sign'
+ ],
+ [
+ 8375,
+ 'spesmilo sign'
+ ],
+ [
+ 8376,
+ 'tenge sign'
+ ],
+ [
+ 8377,
+ 'indian rupee sign'
+ ],
+ [
+ 8378,
+ 'turkish lira sign'
+ ],
+ [
+ 8379,
+ 'nordic mark sign'
+ ],
+ [
+ 8380,
+ 'manat sign'
+ ],
+ [
+ 8381,
+ 'ruble sign'
+ ],
+ [
+ 20870,
+ 'yen character'
+ ],
+ [
+ 20803,
+ 'yuan character'
+ ],
+ [
+ 22291,
+ 'yuan character, in hong kong and taiwan'
+ ],
+ [
+ 22278,
+ 'yen/yuan character variant one'
+ ]
+ ]
+ },
+ {
+ name: 'Text',
+ characters: [
+ [
+ 169,
+ 'copyright sign'
+ ],
+ [
+ 174,
+ 'registered sign'
+ ],
+ [
+ 8482,
+ 'trade mark sign'
+ ],
+ [
+ 8240,
+ 'per mille sign'
+ ],
+ [
+ 181,
+ 'micro sign'
+ ],
+ [
+ 183,
+ 'middle dot'
+ ],
+ [
+ 8226,
+ 'bullet'
+ ],
+ [
+ 8230,
+ 'three dot leader'
+ ],
+ [
+ 8242,
+ 'minutes / feet'
+ ],
+ [
+ 8243,
+ 'seconds / inches'
+ ],
+ [
+ 167,
+ 'section sign'
+ ],
+ [
+ 182,
+ 'paragraph sign'
+ ],
+ [
+ 223,
+ 'sharp s / ess-zed'
+ ]
+ ]
+ },
+ {
+ name: 'Quotations',
+ characters: [
+ [
+ 8249,
+ 'single left-pointing angle quotation mark'
+ ],
+ [
+ 8250,
+ 'single right-pointing angle quotation mark'
+ ],
+ [
+ 171,
+ 'left pointing guillemet'
+ ],
+ [
+ 187,
+ 'right pointing guillemet'
+ ],
+ [
+ 8216,
+ 'left single quotation mark'
+ ],
+ [
+ 8217,
+ 'right single quotation mark'
+ ],
+ [
+ 8220,
+ 'left double quotation mark'
+ ],
+ [
+ 8221,
+ 'right double quotation mark'
+ ],
+ [
+ 8218,
+ 'single low-9 quotation mark'
+ ],
+ [
+ 8222,
+ 'double low-9 quotation mark'
+ ],
+ [
+ 60,
+ 'less-than sign'
+ ],
+ [
+ 62,
+ 'greater-than sign'
+ ],
+ [
+ 8804,
+ 'less-than or equal to'
+ ],
+ [
+ 8805,
+ 'greater-than or equal to'
+ ],
+ [
+ 8211,
+ 'en dash'
+ ],
+ [
+ 8212,
+ 'em dash'
+ ],
+ [
+ 175,
+ 'macron'
+ ],
+ [
+ 8254,
+ 'overline'
+ ],
+ [
+ 164,
+ 'currency sign'
+ ],
+ [
+ 166,
+ 'broken bar'
+ ],
+ [
+ 168,
+ 'diaeresis'
+ ],
+ [
+ 161,
+ 'inverted exclamation mark'
+ ],
+ [
+ 191,
+ 'turned question mark'
+ ],
+ [
+ 710,
+ 'circumflex accent'
+ ],
+ [
+ 732,
+ 'small tilde'
+ ],
+ [
+ 176,
+ 'degree sign'
+ ],
+ [
+ 8722,
+ 'minus sign'
+ ],
+ [
+ 177,
+ 'plus-minus sign'
+ ],
+ [
+ 247,
+ 'division sign'
+ ],
+ [
+ 8260,
+ 'fraction slash'
+ ],
+ [
+ 215,
+ 'multiplication sign'
+ ],
+ [
+ 185,
+ 'superscript one'
+ ],
+ [
+ 178,
+ 'superscript two'
+ ],
+ [
+ 179,
+ 'superscript three'
+ ],
+ [
+ 188,
+ 'fraction one quarter'
+ ],
+ [
+ 189,
+ 'fraction one half'
+ ],
+ [
+ 190,
+ 'fraction three quarters'
+ ]
+ ]
+ },
+ {
+ name: 'Mathematical',
+ characters: [
+ [
+ 402,
+ 'function / florin'
+ ],
+ [
+ 8747,
+ 'integral'
+ ],
+ [
+ 8721,
+ 'n-ary sumation'
+ ],
+ [
+ 8734,
+ 'infinity'
+ ],
+ [
+ 8730,
+ 'square root'
+ ],
+ [
+ 8764,
+ 'similar to'
+ ],
+ [
+ 8773,
+ 'approximately equal to'
+ ],
+ [
+ 8776,
+ 'almost equal to'
+ ],
+ [
+ 8800,
+ 'not equal to'
+ ],
+ [
+ 8801,
+ 'identical to'
+ ],
+ [
+ 8712,
+ 'element of'
+ ],
+ [
+ 8713,
+ 'not an element of'
+ ],
+ [
+ 8715,
+ 'contains as member'
+ ],
+ [
+ 8719,
+ 'n-ary product'
+ ],
+ [
+ 8743,
+ 'logical and'
+ ],
+ [
+ 8744,
+ 'logical or'
+ ],
+ [
+ 172,
+ 'not sign'
+ ],
+ [
+ 8745,
+ 'intersection'
+ ],
+ [
+ 8746,
+ 'union'
+ ],
+ [
+ 8706,
+ 'partial differential'
+ ],
+ [
+ 8704,
+ 'for all'
+ ],
+ [
+ 8707,
+ 'there exists'
+ ],
+ [
+ 8709,
+ 'diameter'
+ ],
+ [
+ 8711,
+ 'backward difference'
+ ],
+ [
+ 8727,
+ 'asterisk operator'
+ ],
+ [
+ 8733,
+ 'proportional to'
+ ],
+ [
+ 8736,
+ 'angle'
+ ]
+ ]
+ },
+ {
+ name: 'Extended Latin',
+ characters: [
+ [
+ 192,
+ 'A - grave'
+ ],
+ [
+ 193,
+ 'A - acute'
+ ],
+ [
+ 194,
+ 'A - circumflex'
+ ],
+ [
+ 195,
+ 'A - tilde'
+ ],
+ [
+ 196,
+ 'A - diaeresis'
+ ],
+ [
+ 197,
+ 'A - ring above'
+ ],
+ [
+ 256,
+ 'A - macron'
+ ],
+ [
+ 198,
+ 'ligature AE'
+ ],
+ [
+ 199,
+ 'C - cedilla'
+ ],
+ [
+ 200,
+ 'E - grave'
+ ],
+ [
+ 201,
+ 'E - acute'
+ ],
+ [
+ 202,
+ 'E - circumflex'
+ ],
+ [
+ 203,
+ 'E - diaeresis'
+ ],
+ [
+ 274,
+ 'E - macron'
+ ],
+ [
+ 204,
+ 'I - grave'
+ ],
+ [
+ 205,
+ 'I - acute'
+ ],
+ [
+ 206,
+ 'I - circumflex'
+ ],
+ [
+ 207,
+ 'I - diaeresis'
+ ],
+ [
+ 298,
+ 'I - macron'
+ ],
+ [
+ 208,
+ 'ETH'
+ ],
+ [
+ 209,
+ 'N - tilde'
+ ],
+ [
+ 210,
+ 'O - grave'
+ ],
+ [
+ 211,
+ 'O - acute'
+ ],
+ [
+ 212,
+ 'O - circumflex'
+ ],
+ [
+ 213,
+ 'O - tilde'
+ ],
+ [
+ 214,
+ 'O - diaeresis'
+ ],
+ [
+ 216,
+ 'O - slash'
+ ],
+ [
+ 332,
+ 'O - macron'
+ ],
+ [
+ 338,
+ 'ligature OE'
+ ],
+ [
+ 352,
+ 'S - caron'
+ ],
+ [
+ 217,
+ 'U - grave'
+ ],
+ [
+ 218,
+ 'U - acute'
+ ],
+ [
+ 219,
+ 'U - circumflex'
+ ],
+ [
+ 220,
+ 'U - diaeresis'
+ ],
+ [
+ 362,
+ 'U - macron'
+ ],
+ [
+ 221,
+ 'Y - acute'
+ ],
+ [
+ 376,
+ 'Y - diaeresis'
+ ],
+ [
+ 562,
+ 'Y - macron'
+ ],
+ [
+ 222,
+ 'THORN'
+ ],
+ [
+ 224,
+ 'a - grave'
+ ],
+ [
+ 225,
+ 'a - acute'
+ ],
+ [
+ 226,
+ 'a - circumflex'
+ ],
+ [
+ 227,
+ 'a - tilde'
+ ],
+ [
+ 228,
+ 'a - diaeresis'
+ ],
+ [
+ 229,
+ 'a - ring above'
+ ],
+ [
+ 257,
+ 'a - macron'
+ ],
+ [
+ 230,
+ 'ligature ae'
+ ],
+ [
+ 231,
+ 'c - cedilla'
+ ],
+ [
+ 232,
+ 'e - grave'
+ ],
+ [
+ 233,
+ 'e - acute'
+ ],
+ [
+ 234,
+ 'e - circumflex'
+ ],
+ [
+ 235,
+ 'e - diaeresis'
+ ],
+ [
+ 275,
+ 'e - macron'
+ ],
+ [
+ 236,
+ 'i - grave'
+ ],
+ [
+ 237,
+ 'i - acute'
+ ],
+ [
+ 238,
+ 'i - circumflex'
+ ],
+ [
+ 239,
+ 'i - diaeresis'
+ ],
+ [
+ 299,
+ 'i - macron'
+ ],
+ [
+ 240,
+ 'eth'
+ ],
+ [
+ 241,
+ 'n - tilde'
+ ],
+ [
+ 242,
+ 'o - grave'
+ ],
+ [
+ 243,
+ 'o - acute'
+ ],
+ [
+ 244,
+ 'o - circumflex'
+ ],
+ [
+ 245,
+ 'o - tilde'
+ ],
+ [
+ 246,
+ 'o - diaeresis'
+ ],
+ [
+ 248,
+ 'o slash'
+ ],
+ [
+ 333,
+ 'o macron'
+ ],
+ [
+ 339,
+ 'ligature oe'
+ ],
+ [
+ 353,
+ 's - caron'
+ ],
+ [
+ 249,
+ 'u - grave'
+ ],
+ [
+ 250,
+ 'u - acute'
+ ],
+ [
+ 251,
+ 'u - circumflex'
+ ],
+ [
+ 252,
+ 'u - diaeresis'
+ ],
+ [
+ 363,
+ 'u - macron'
+ ],
+ [
+ 253,
+ 'y - acute'
+ ],
+ [
+ 254,
+ 'thorn'
+ ],
+ [
+ 255,
+ 'y - diaeresis'
+ ],
+ [
+ 563,
+ 'y - macron'
+ ],
+ [
+ 913,
+ 'Alpha'
+ ],
+ [
+ 914,
+ 'Beta'
+ ],
+ [
+ 915,
+ 'Gamma'
+ ],
+ [
+ 916,
+ 'Delta'
+ ],
+ [
+ 917,
+ 'Epsilon'
+ ],
+ [
+ 918,
+ 'Zeta'
+ ],
+ [
+ 919,
+ 'Eta'
+ ],
+ [
+ 920,
+ 'Theta'
+ ],
+ [
+ 921,
+ 'Iota'
+ ],
+ [
+ 922,
+ 'Kappa'
+ ],
+ [
+ 923,
+ 'Lambda'
+ ],
+ [
+ 924,
+ 'Mu'
+ ],
+ [
+ 925,
+ 'Nu'
+ ],
+ [
+ 926,
+ 'Xi'
+ ],
+ [
+ 927,
+ 'Omicron'
+ ],
+ [
+ 928,
+ 'Pi'
+ ],
+ [
+ 929,
+ 'Rho'
+ ],
+ [
+ 931,
+ 'Sigma'
+ ],
+ [
+ 932,
+ 'Tau'
+ ],
+ [
+ 933,
+ 'Upsilon'
+ ],
+ [
+ 934,
+ 'Phi'
+ ],
+ [
+ 935,
+ 'Chi'
+ ],
+ [
+ 936,
+ 'Psi'
+ ],
+ [
+ 937,
+ 'Omega'
+ ],
+ [
+ 945,
+ 'alpha'
+ ],
+ [
+ 946,
+ 'beta'
+ ],
+ [
+ 947,
+ 'gamma'
+ ],
+ [
+ 948,
+ 'delta'
+ ],
+ [
+ 949,
+ 'epsilon'
+ ],
+ [
+ 950,
+ 'zeta'
+ ],
+ [
+ 951,
+ 'eta'
+ ],
+ [
+ 952,
+ 'theta'
+ ],
+ [
+ 953,
+ 'iota'
+ ],
+ [
+ 954,
+ 'kappa'
+ ],
+ [
+ 955,
+ 'lambda'
+ ],
+ [
+ 956,
+ 'mu'
+ ],
+ [
+ 957,
+ 'nu'
+ ],
+ [
+ 958,
+ 'xi'
+ ],
+ [
+ 959,
+ 'omicron'
+ ],
+ [
+ 960,
+ 'pi'
+ ],
+ [
+ 961,
+ 'rho'
+ ],
+ [
+ 962,
+ 'final sigma'
+ ],
+ [
+ 963,
+ 'sigma'
+ ],
+ [
+ 964,
+ 'tau'
+ ],
+ [
+ 965,
+ 'upsilon'
+ ],
+ [
+ 966,
+ 'phi'
+ ],
+ [
+ 967,
+ 'chi'
+ ],
+ [
+ 968,
+ 'psi'
+ ],
+ [
+ 969,
+ 'omega'
+ ]
+ ]
+ },
+ {
+ name: 'Symbols',
+ characters: [
+ [
+ 8501,
+ 'alef symbol'
+ ],
+ [
+ 982,
+ 'pi symbol'
+ ],
+ [
+ 8476,
+ 'real part symbol'
+ ],
+ [
+ 978,
+ 'upsilon - hook symbol'
+ ],
+ [
+ 8472,
+ 'Weierstrass p'
+ ],
+ [
+ 8465,
+ 'imaginary part'
+ ]
+ ]
+ },
+ {
+ name: 'Arrows',
+ characters: [
+ [
+ 8592,
+ 'leftwards arrow'
+ ],
+ [
+ 8593,
+ 'upwards arrow'
+ ],
+ [
+ 8594,
+ 'rightwards arrow'
+ ],
+ [
+ 8595,
+ 'downwards arrow'
+ ],
+ [
+ 8596,
+ 'left right arrow'
+ ],
+ [
+ 8629,
+ 'carriage return'
+ ],
+ [
+ 8656,
+ 'leftwards double arrow'
+ ],
+ [
+ 8657,
+ 'upwards double arrow'
+ ],
+ [
+ 8658,
+ 'rightwards double arrow'
+ ],
+ [
+ 8659,
+ 'downwards double arrow'
+ ],
+ [
+ 8660,
+ 'left right double arrow'
+ ],
+ [
+ 8756,
+ 'therefore'
+ ],
+ [
+ 8834,
+ 'subset of'
+ ],
+ [
+ 8835,
+ 'superset of'
+ ],
+ [
+ 8836,
+ 'not a subset of'
+ ],
+ [
+ 8838,
+ 'subset of or equal to'
+ ],
+ [
+ 8839,
+ 'superset of or equal to'
+ ],
+ [
+ 8853,
+ 'circled plus'
+ ],
+ [
+ 8855,
+ 'circled times'
+ ],
+ [
+ 8869,
+ 'perpendicular'
+ ],
+ [
+ 8901,
+ 'dot operator'
+ ],
+ [
+ 8968,
+ 'left ceiling'
+ ],
+ [
+ 8969,
+ 'right ceiling'
+ ],
+ [
+ 8970,
+ 'left floor'
+ ],
+ [
+ 8971,
+ 'right floor'
+ ],
+ [
+ 9001,
+ 'left-pointing angle bracket'
+ ],
+ [
+ 9002,
+ 'right-pointing angle bracket'
+ ],
+ [
+ 9674,
+ 'lozenge'
+ ],
+ [
+ 9824,
+ 'black spade suit'
+ ],
+ [
+ 9827,
+ 'black club suit'
+ ],
+ [
+ 9829,
+ 'black heart suit'
+ ],
+ [
+ 9830,
+ 'black diamond suit'
+ ],
+ [
+ 8194,
+ 'en space'
+ ],
+ [
+ 8195,
+ 'em space'
+ ],
+ [
+ 8201,
+ 'thin space'
+ ],
+ [
+ 8204,
+ 'zero width non-joiner'
+ ],
+ [
+ 8205,
+ 'zero width joiner'
+ ],
+ [
+ 8206,
+ 'left-to-right mark'
+ ],
+ [
+ 8207,
+ 'right-to-left mark'
+ ]
+ ]
+ }
+ ];
+ };
+ const charmapFilter = charmap => {
+ return global.grep(charmap, item => {
+ return isArray(item) && item.length === 2;
+ });
+ };
+ const getCharsFromOption = optionValue => {
+ if (isArray(optionValue)) {
+ return charmapFilter(optionValue);
+ }
+ if (typeof optionValue === 'function') {
+ return optionValue();
+ }
+ return [];
+ };
+ const extendCharMap = (editor, charmap) => {
+ const userCharMap = getCharMap$1(editor);
+ if (userCharMap) {
+ charmap = [{
+ name: UserDefined,
+ characters: getCharsFromOption(userCharMap)
+ }];
+ }
+ const userCharMapAppend = getCharMapAppend(editor);
+ if (userCharMapAppend) {
+ const userDefinedGroup = global.grep(charmap, cg => cg.name === UserDefined);
+ if (userDefinedGroup.length) {
+ userDefinedGroup[0].characters = [
+ ...userDefinedGroup[0].characters,
+ ...getCharsFromOption(userCharMapAppend)
+ ];
+ return charmap;
+ }
+ return charmap.concat({
+ name: UserDefined,
+ characters: getCharsFromOption(userCharMapAppend)
+ });
+ }
+ return charmap;
+ };
+ const getCharMap = editor => {
+ const groups = extendCharMap(editor, getDefaultCharMap());
+ return groups.length > 1 ? [{
+ name: 'All',
+ characters: bind(groups, g => g.characters)
+ }].concat(groups) : groups;
+ };
+
+ const get = editor => {
+ const getCharMap$1 = () => {
+ return getCharMap(editor);
+ };
+ const insertChar$1 = chr => {
+ insertChar(editor, chr);
+ };
+ return {
+ getCharMap: getCharMap$1,
+ insertChar: insertChar$1
+ };
+ };
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ const last = (fn, rate) => {
+ let timer = null;
+ const cancel = () => {
+ if (!isNull(timer)) {
+ clearTimeout(timer);
+ timer = null;
+ }
+ };
+ const throttle = (...args) => {
+ cancel();
+ timer = setTimeout(() => {
+ timer = null;
+ fn.apply(null, args);
+ }, rate);
+ };
+ return {
+ cancel,
+ throttle
+ };
+ };
+
+ const contains = (str, substr, start = 0, end) => {
+ const idx = str.indexOf(substr, start);
+ if (idx !== -1) {
+ return isUndefined(end) ? true : idx + substr.length <= end;
+ } else {
+ return false;
+ }
+ };
+ const fromCodePoint = String.fromCodePoint;
+
+ const charMatches = (charCode, name, lowerCasePattern) => {
+ if (contains(fromCodePoint(charCode).toLowerCase(), lowerCasePattern)) {
+ return true;
+ } else {
+ return contains(name.toLowerCase(), lowerCasePattern) || contains(name.toLowerCase().replace(/\s+/g, ''), lowerCasePattern);
+ }
+ };
+ const scan = (group, pattern) => {
+ const matches = [];
+ const lowerCasePattern = pattern.toLowerCase();
+ each(group.characters, g => {
+ if (charMatches(g[0], g[1], lowerCasePattern)) {
+ matches.push(g);
+ }
+ });
+ return map(matches, m => ({
+ text: m[1],
+ value: fromCodePoint(m[0]),
+ icon: fromCodePoint(m[0])
+ }));
+ };
+
+ const patternName = 'pattern';
+ const open = (editor, charMap) => {
+ const makeGroupItems = () => [
+ {
+ label: 'Search',
+ type: 'input',
+ name: patternName
+ },
+ {
+ type: 'collection',
+ name: 'results'
+ }
+ ];
+ const makeTabs = () => map(charMap, charGroup => ({
+ title: charGroup.name,
+ name: charGroup.name,
+ items: makeGroupItems()
+ }));
+ const makePanel = () => ({
+ type: 'panel',
+ items: makeGroupItems()
+ });
+ const makeTabPanel = () => ({
+ type: 'tabpanel',
+ tabs: makeTabs()
+ });
+ const currentTab = charMap.length === 1 ? Cell(UserDefined) : Cell('All');
+ const scanAndSet = (dialogApi, pattern) => {
+ find(charMap, group => group.name === currentTab.get()).each(f => {
+ const items = scan(f, pattern);
+ dialogApi.setData({ results: items });
+ });
+ };
+ const SEARCH_DELAY = 40;
+ const updateFilter = last(dialogApi => {
+ const pattern = dialogApi.getData().pattern;
+ scanAndSet(dialogApi, pattern);
+ }, SEARCH_DELAY);
+ const body = charMap.length === 1 ? makePanel() : makeTabPanel();
+ const initialData = {
+ pattern: '',
+ results: scan(charMap[0], '')
+ };
+ const bridgeSpec = {
+ title: 'Special Character',
+ size: 'normal',
+ body,
+ buttons: [{
+ type: 'cancel',
+ name: 'close',
+ text: 'Close',
+ primary: true
+ }],
+ initialData,
+ onAction: (api, details) => {
+ if (details.name === 'results') {
+ insertChar(editor, details.value);
+ api.close();
+ }
+ },
+ onTabChange: (dialogApi, details) => {
+ currentTab.set(details.newTabName);
+ updateFilter.throttle(dialogApi);
+ },
+ onChange: (dialogApi, changeData) => {
+ if (changeData.name === patternName) {
+ updateFilter.throttle(dialogApi);
+ }
+ }
+ };
+ const dialogApi = editor.windowManager.open(bridgeSpec);
+ dialogApi.focus(patternName);
+ };
+
+ const register$1 = (editor, charMap) => {
+ editor.addCommand('mceShowCharmap', () => {
+ open(editor, charMap);
+ });
+ };
+
+ const init = (editor, all) => {
+ editor.ui.registry.addAutocompleter('charmap', {
+ trigger: ':',
+ columns: 'auto',
+ minChars: 2,
+ fetch: (pattern, _maxResults) => new Promise((resolve, _reject) => {
+ resolve(scan(all, pattern));
+ }),
+ onAction: (autocompleteApi, rng, value) => {
+ editor.selection.setRng(rng);
+ editor.insertContent(value);
+ autocompleteApi.hide();
+ }
+ });
+ };
+
+ const register = editor => {
+ const onAction = () => editor.execCommand('mceShowCharmap');
+ editor.ui.registry.addButton('charmap', {
+ icon: 'insert-character',
+ tooltip: 'Special character',
+ onAction
+ });
+ editor.ui.registry.addMenuItem('charmap', {
+ icon: 'insert-character',
+ text: 'Special character...',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global$1.add('charmap', editor => {
+ register$2(editor);
+ const charMap = getCharMap(editor);
+ register$1(editor, charMap);
+ register(editor);
+ init(editor, charMap[0]);
+ return get(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/charmap/plugin.min.js b/seller/public/tinymce/plugins/charmap/plugin.min.js
new file mode 100644
index 00000000..50a48faf
--- /dev/null
+++ b/seller/public/tinymce/plugins/charmap/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=(e,t)=>{const r=((e,t)=>e.dispatch("insertCustomChar",{chr:t}))(e,t).chr;e.execCommand("mceInsertContent",!1,r)},r=e=>t=>e===t,a=("array",e=>"array"===(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(r=a=e,(n=String).prototype.isPrototypeOf(r)||(null===(i=a.constructor)||void 0===i?void 0:i.name)===n.name)?"string":t;var r,a,n,i})(e));const n=r(null),i=r(void 0),o=e=>"function"==typeof e,s=(!1,()=>false);class l{constructor(e,t){this.tag=e,this.value=t}static some(e){return new l(!0,e)}static none(){return l.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?l.some(e(this.value)):l.none()}bind(e){return this.tag?e(this.value):l.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:l.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return null==e?l.none():l.some(e)}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}l.singletonNone=new l(!1);const c=Array.prototype.push,u=(e,t)=>{const r=e.length,a=new Array(r);for(let n=0;nt=>t.options.get(e),m=h("charmap"),p=h("charmap_append"),d=g.isArray,f="User Defined",y=e=>{return d(e)?(t=e,g.grep(t,(e=>d(e)&&2===e.length))):"function"==typeof e?e():[];var t},w=e=>{const t=((e,t)=>{const r=m(e);r&&(t=[{name:f,characters:y(r)}]);const a=p(e);if(a){const e=g.grep(t,(e=>e.name===f));return e.length?(e[0].characters=[...e[0].characters,...y(a)],t):t.concat({name:f,characters:y(a)})}return t})(e,[{name:"Currency",characters:[[36,"dollar sign"],[162,"cent sign"],[8364,"euro sign"],[163,"pound sign"],[165,"yen sign"],[164,"currency sign"],[8352,"euro-currency sign"],[8353,"colon sign"],[8354,"cruzeiro sign"],[8355,"french franc sign"],[8356,"lira sign"],[8357,"mill sign"],[8358,"naira sign"],[8359,"peseta sign"],[8360,"rupee sign"],[8361,"won sign"],[8362,"new sheqel sign"],[8363,"dong sign"],[8365,"kip sign"],[8366,"tugrik sign"],[8367,"drachma sign"],[8368,"german penny symbol"],[8369,"peso sign"],[8370,"guarani sign"],[8371,"austral sign"],[8372,"hryvnia sign"],[8373,"cedi sign"],[8374,"livre tournois sign"],[8375,"spesmilo sign"],[8376,"tenge sign"],[8377,"indian rupee sign"],[8378,"turkish lira sign"],[8379,"nordic mark sign"],[8380,"manat sign"],[8381,"ruble sign"],[20870,"yen character"],[20803,"yuan character"],[22291,"yuan character, in hong kong and taiwan"],[22278,"yen/yuan character variant one"]]},{name:"Text",characters:[[169,"copyright sign"],[174,"registered sign"],[8482,"trade mark sign"],[8240,"per mille sign"],[181,"micro sign"],[183,"middle dot"],[8226,"bullet"],[8230,"three dot leader"],[8242,"minutes / feet"],[8243,"seconds / inches"],[167,"section sign"],[182,"paragraph sign"],[223,"sharp s / ess-zed"]]},{name:"Quotations",characters:[[8249,"single left-pointing angle quotation mark"],[8250,"single right-pointing angle quotation mark"],[171,"left pointing guillemet"],[187,"right pointing guillemet"],[8216,"left single quotation mark"],[8217,"right single quotation mark"],[8220,"left double quotation mark"],[8221,"right double quotation mark"],[8218,"single low-9 quotation mark"],[8222,"double low-9 quotation mark"],[60,"less-than sign"],[62,"greater-than sign"],[8804,"less-than or equal to"],[8805,"greater-than or equal to"],[8211,"en dash"],[8212,"em dash"],[175,"macron"],[8254,"overline"],[164,"currency sign"],[166,"broken bar"],[168,"diaeresis"],[161,"inverted exclamation mark"],[191,"turned question mark"],[710,"circumflex accent"],[732,"small tilde"],[176,"degree sign"],[8722,"minus sign"],[177,"plus-minus sign"],[247,"division sign"],[8260,"fraction slash"],[215,"multiplication sign"],[185,"superscript one"],[178,"superscript two"],[179,"superscript three"],[188,"fraction one quarter"],[189,"fraction one half"],[190,"fraction three quarters"]]},{name:"Mathematical",characters:[[402,"function / florin"],[8747,"integral"],[8721,"n-ary sumation"],[8734,"infinity"],[8730,"square root"],[8764,"similar to"],[8773,"approximately equal to"],[8776,"almost equal to"],[8800,"not equal to"],[8801,"identical to"],[8712,"element of"],[8713,"not an element of"],[8715,"contains as member"],[8719,"n-ary product"],[8743,"logical and"],[8744,"logical or"],[172,"not sign"],[8745,"intersection"],[8746,"union"],[8706,"partial differential"],[8704,"for all"],[8707,"there exists"],[8709,"diameter"],[8711,"backward difference"],[8727,"asterisk operator"],[8733,"proportional to"],[8736,"angle"]]},{name:"Extended Latin",characters:[[192,"A - grave"],[193,"A - acute"],[194,"A - circumflex"],[195,"A - tilde"],[196,"A - diaeresis"],[197,"A - ring above"],[256,"A - macron"],[198,"ligature AE"],[199,"C - cedilla"],[200,"E - grave"],[201,"E - acute"],[202,"E - circumflex"],[203,"E - diaeresis"],[274,"E - macron"],[204,"I - grave"],[205,"I - acute"],[206,"I - circumflex"],[207,"I - diaeresis"],[298,"I - macron"],[208,"ETH"],[209,"N - tilde"],[210,"O - grave"],[211,"O - acute"],[212,"O - circumflex"],[213,"O - tilde"],[214,"O - diaeresis"],[216,"O - slash"],[332,"O - macron"],[338,"ligature OE"],[352,"S - caron"],[217,"U - grave"],[218,"U - acute"],[219,"U - circumflex"],[220,"U - diaeresis"],[362,"U - macron"],[221,"Y - acute"],[376,"Y - diaeresis"],[562,"Y - macron"],[222,"THORN"],[224,"a - grave"],[225,"a - acute"],[226,"a - circumflex"],[227,"a - tilde"],[228,"a - diaeresis"],[229,"a - ring above"],[257,"a - macron"],[230,"ligature ae"],[231,"c - cedilla"],[232,"e - grave"],[233,"e - acute"],[234,"e - circumflex"],[235,"e - diaeresis"],[275,"e - macron"],[236,"i - grave"],[237,"i - acute"],[238,"i - circumflex"],[239,"i - diaeresis"],[299,"i - macron"],[240,"eth"],[241,"n - tilde"],[242,"o - grave"],[243,"o - acute"],[244,"o - circumflex"],[245,"o - tilde"],[246,"o - diaeresis"],[248,"o slash"],[333,"o macron"],[339,"ligature oe"],[353,"s - caron"],[249,"u - grave"],[250,"u - acute"],[251,"u - circumflex"],[252,"u - diaeresis"],[363,"u - macron"],[253,"y - acute"],[254,"thorn"],[255,"y - diaeresis"],[563,"y - macron"],[913,"Alpha"],[914,"Beta"],[915,"Gamma"],[916,"Delta"],[917,"Epsilon"],[918,"Zeta"],[919,"Eta"],[920,"Theta"],[921,"Iota"],[922,"Kappa"],[923,"Lambda"],[924,"Mu"],[925,"Nu"],[926,"Xi"],[927,"Omicron"],[928,"Pi"],[929,"Rho"],[931,"Sigma"],[932,"Tau"],[933,"Upsilon"],[934,"Phi"],[935,"Chi"],[936,"Psi"],[937,"Omega"],[945,"alpha"],[946,"beta"],[947,"gamma"],[948,"delta"],[949,"epsilon"],[950,"zeta"],[951,"eta"],[952,"theta"],[953,"iota"],[954,"kappa"],[955,"lambda"],[956,"mu"],[957,"nu"],[958,"xi"],[959,"omicron"],[960,"pi"],[961,"rho"],[962,"final sigma"],[963,"sigma"],[964,"tau"],[965,"upsilon"],[966,"phi"],[967,"chi"],[968,"psi"],[969,"omega"]]},{name:"Symbols",characters:[[8501,"alef symbol"],[982,"pi symbol"],[8476,"real part symbol"],[978,"upsilon - hook symbol"],[8472,"Weierstrass p"],[8465,"imaginary part"]]},{name:"Arrows",characters:[[8592,"leftwards arrow"],[8593,"upwards arrow"],[8594,"rightwards arrow"],[8595,"downwards arrow"],[8596,"left right arrow"],[8629,"carriage return"],[8656,"leftwards double arrow"],[8657,"upwards double arrow"],[8658,"rightwards double arrow"],[8659,"downwards double arrow"],[8660,"left right double arrow"],[8756,"therefore"],[8834,"subset of"],[8835,"superset of"],[8836,"not a subset of"],[8838,"subset of or equal to"],[8839,"superset of or equal to"],[8853,"circled plus"],[8855,"circled times"],[8869,"perpendicular"],[8901,"dot operator"],[8968,"left ceiling"],[8969,"right ceiling"],[8970,"left floor"],[8971,"right floor"],[9001,"left-pointing angle bracket"],[9002,"right-pointing angle bracket"],[9674,"lozenge"],[9824,"black spade suit"],[9827,"black club suit"],[9829,"black heart suit"],[9830,"black diamond suit"],[8194,"en space"],[8195,"em space"],[8201,"thin space"],[8204,"zero width non-joiner"],[8205,"zero width joiner"],[8206,"left-to-right mark"],[8207,"right-to-left mark"]]}]);return t.length>1?[{name:"All",characters:(r=t,n=e=>e.characters,(e=>{const t=[];for(let r=0,n=e.length;r{let t=e;return{get:()=>t,set:e=>{t=e}}},b=(e,t,r=0,a)=>{const n=e.indexOf(t,r);return-1!==n&&(!!i(a)||n+t.length<=a)},k=String.fromCodePoint,C=(e,t)=>{const r=[],a=t.toLowerCase();return((e,t)=>{for(let t=0,i=e.length;t!!b(k(e).toLowerCase(),r)||b(t.toLowerCase(),r)||b(t.toLowerCase().replace(/\s+/g,""),r))((n=e[t])[0],n[1],a)&&r.push(n);var n})(e.characters),u(r,(e=>({text:e[1],value:k(e[0]),icon:k(e[0])})))},x="pattern",A=(e,r)=>{const a=()=>[{label:"Search",type:"input",name:x},{type:"collection",name:"results"}],i=1===r.length?v(f):v("All"),o=((e,t)=>{let r=null;const a=()=>{n(r)||(clearTimeout(r),r=null)};return{cancel:a,throttle:(...t)=>{a(),r=setTimeout((()=>{r=null,e.apply(null,t)}),40)}}})((e=>{const t=e.getData().pattern;((e,t)=>{var a,n;(a=r,n=e=>e.name===i.get(),((e,t,r)=>{for(let a=0,n=e.length;a{const a=C(r,t);e.setData({results:a})}))})(e,t)})),c={title:"Special Character",size:"normal",body:1===r.length?{type:"panel",items:a()}:{type:"tabpanel",tabs:u(r,(e=>({title:e.name,name:e.name,items:a()})))},buttons:[{type:"cancel",name:"close",text:"Close",primary:!0}],initialData:{pattern:"",results:C(r[0],"")},onAction:(r,a)=>{"results"===a.name&&(t(e,a.value),r.close())},onTabChange:(e,t)=>{i.set(t.newTabName),o.throttle(e)},onChange:(e,t)=>{t.name===x&&o.throttle(e)}};e.windowManager.open(c).focus(x)};e.add("charmap",(e=>{(e=>{const t=e.options.register,r=e=>o(e)||a(e);t("charmap",{processor:r}),t("charmap_append",{processor:r})})(e);const r=w(e);return((e,t)=>{e.addCommand("mceShowCharmap",(()=>{A(e,t)}))})(e,r),(e=>{const t=()=>e.execCommand("mceShowCharmap");e.ui.registry.addButton("charmap",{icon:"insert-character",tooltip:"Special character",onAction:t}),e.ui.registry.addMenuItem("charmap",{icon:"insert-character",text:"Special character...",onAction:t})})(e),((e,t)=>{e.ui.registry.addAutocompleter("charmap",{trigger:":",columns:"auto",minChars:2,fetch:(e,r)=>new Promise(((r,a)=>{r(C(t,e))})),onAction:(t,r,a)=>{e.selection.setRng(r),e.insertContent(a),t.hide()}})})(e,r[0]),(e=>({getCharMap:()=>w(e),insertChar:r=>{t(e,r)}}))(e)}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/code/index.js b/seller/public/tinymce/plugins/code/index.js
new file mode 100644
index 00000000..1e412f35
--- /dev/null
+++ b/seller/public/tinymce/plugins/code/index.js
@@ -0,0 +1,7 @@
+// Exports the "code" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/code')
+// ES2015:
+// import 'tinymce/plugins/code'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/code/plugin.js b/seller/public/tinymce/plugins/code/plugin.js
new file mode 100644
index 00000000..766f796b
--- /dev/null
+++ b/seller/public/tinymce/plugins/code/plugin.js
@@ -0,0 +1,85 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const setContent = (editor, html) => {
+ editor.focus();
+ editor.undoManager.transact(() => {
+ editor.setContent(html);
+ });
+ editor.selection.setCursorLocation();
+ editor.nodeChanged();
+ };
+ const getContent = editor => {
+ return editor.getContent({ source_view: true });
+ };
+
+ const open = editor => {
+ const editorContent = getContent(editor);
+ editor.windowManager.open({
+ title: 'Source Code',
+ size: 'large',
+ body: {
+ type: 'panel',
+ items: [{
+ type: 'textarea',
+ name: 'code'
+ }]
+ },
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ initialData: { code: editorContent },
+ onSubmit: api => {
+ setContent(editor, api.getData().code);
+ api.close();
+ }
+ });
+ };
+
+ const register$1 = editor => {
+ editor.addCommand('mceCodeEditor', () => {
+ open(editor);
+ });
+ };
+
+ const register = editor => {
+ const onAction = () => editor.execCommand('mceCodeEditor');
+ editor.ui.registry.addButton('code', {
+ icon: 'sourcecode',
+ tooltip: 'Source code',
+ onAction
+ });
+ editor.ui.registry.addMenuItem('code', {
+ icon: 'sourcecode',
+ text: 'Source code',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global.add('code', editor => {
+ register$1(editor);
+ register(editor);
+ return {};
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/code/plugin.min.js b/seller/public/tinymce/plugins/code/plugin.min.js
new file mode 100644
index 00000000..34e553b6
--- /dev/null
+++ b/seller/public/tinymce/plugins/code/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";tinymce.util.Tools.resolve("tinymce.PluginManager").add("code",(e=>((e=>{e.addCommand("mceCodeEditor",(()=>{(e=>{const o=(e=>e.getContent({source_view:!0}))(e);e.windowManager.open({title:"Source Code",size:"large",body:{type:"panel",items:[{type:"textarea",name:"code"}]},buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],initialData:{code:o},onSubmit:o=>{((e,o)=>{e.focus(),e.undoManager.transact((()=>{e.setContent(o)})),e.selection.setCursorLocation(),e.nodeChanged()})(e,o.getData().code),o.close()}})})(e)}))})(e),(e=>{const o=()=>e.execCommand("mceCodeEditor");e.ui.registry.addButton("code",{icon:"sourcecode",tooltip:"Source code",onAction:o}),e.ui.registry.addMenuItem("code",{icon:"sourcecode",text:"Source code",onAction:o})})(e),{})))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/codesample/index.js b/seller/public/tinymce/plugins/codesample/index.js
new file mode 100644
index 00000000..c400ec3d
--- /dev/null
+++ b/seller/public/tinymce/plugins/codesample/index.js
@@ -0,0 +1,7 @@
+// Exports the "codesample" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/codesample')
+// ES2015:
+// import 'tinymce/plugins/codesample'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/codesample/plugin.js b/seller/public/tinymce/plugins/codesample/plugin.js
new file mode 100644
index 00000000..808a693c
--- /dev/null
+++ b/seller/public/tinymce/plugins/codesample/plugin.js
@@ -0,0 +1,2449 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const get$1 = (xs, i) => i >= 0 && i < xs.length ? Optional.some(xs[i]) : Optional.none();
+ const head = xs => get$1(xs, 0);
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils');
+
+ const Global = typeof window !== 'undefined' ? window : Function('return this;')();
+
+ const prismjs = function (global, module, exports) {
+ const oldprism = window.Prism;
+ window.Prism = { manual: true };
+ var _self = typeof window !== 'undefined' ? window : typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope ? self : {};
+ var Prism = function (_self) {
+ var lang = /(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i;
+ var uniqueId = 0;
+ var plainTextGrammar = {};
+ var _ = {
+ manual: _self.Prism && _self.Prism.manual,
+ disableWorkerMessageHandler: _self.Prism && _self.Prism.disableWorkerMessageHandler,
+ util: {
+ encode: function encode(tokens) {
+ if (tokens instanceof Token) {
+ return new Token(tokens.type, encode(tokens.content), tokens.alias);
+ } else if (Array.isArray(tokens)) {
+ return tokens.map(encode);
+ } else {
+ return tokens.replace(/&/g, '&').replace(/' + env.content + '' + env.tag + '>';
+ };
+ function matchPattern(pattern, pos, text, lookbehind) {
+ pattern.lastIndex = pos;
+ var match = pattern.exec(text);
+ if (match && lookbehind && match[1]) {
+ var lookbehindLength = match[1].length;
+ match.index += lookbehindLength;
+ match[0] = match[0].slice(lookbehindLength);
+ }
+ return match;
+ }
+ function matchGrammar(text, tokenList, grammar, startNode, startPos, rematch) {
+ for (var token in grammar) {
+ if (!grammar.hasOwnProperty(token) || !grammar[token]) {
+ continue;
+ }
+ var patterns = grammar[token];
+ patterns = Array.isArray(patterns) ? patterns : [patterns];
+ for (var j = 0; j < patterns.length; ++j) {
+ if (rematch && rematch.cause == token + ',' + j) {
+ return;
+ }
+ var patternObj = patterns[j];
+ var inside = patternObj.inside;
+ var lookbehind = !!patternObj.lookbehind;
+ var greedy = !!patternObj.greedy;
+ var alias = patternObj.alias;
+ if (greedy && !patternObj.pattern.global) {
+ var flags = patternObj.pattern.toString().match(/[imsuy]*$/)[0];
+ patternObj.pattern = RegExp(patternObj.pattern.source, flags + 'g');
+ }
+ var pattern = patternObj.pattern || patternObj;
+ for (var currentNode = startNode.next, pos = startPos; currentNode !== tokenList.tail; pos += currentNode.value.length, currentNode = currentNode.next) {
+ if (rematch && pos >= rematch.reach) {
+ break;
+ }
+ var str = currentNode.value;
+ if (tokenList.length > text.length) {
+ return;
+ }
+ if (str instanceof Token) {
+ continue;
+ }
+ var removeCount = 1;
+ var match;
+ if (greedy) {
+ match = matchPattern(pattern, pos, text, lookbehind);
+ if (!match || match.index >= text.length) {
+ break;
+ }
+ var from = match.index;
+ var to = match.index + match[0].length;
+ var p = pos;
+ p += currentNode.value.length;
+ while (from >= p) {
+ currentNode = currentNode.next;
+ p += currentNode.value.length;
+ }
+ p -= currentNode.value.length;
+ pos = p;
+ if (currentNode.value instanceof Token) {
+ continue;
+ }
+ for (var k = currentNode; k !== tokenList.tail && (p < to || typeof k.value === 'string'); k = k.next) {
+ removeCount++;
+ p += k.value.length;
+ }
+ removeCount--;
+ str = text.slice(pos, p);
+ match.index -= pos;
+ } else {
+ match = matchPattern(pattern, 0, str, lookbehind);
+ if (!match) {
+ continue;
+ }
+ }
+ var from = match.index;
+ var matchStr = match[0];
+ var before = str.slice(0, from);
+ var after = str.slice(from + matchStr.length);
+ var reach = pos + str.length;
+ if (rematch && reach > rematch.reach) {
+ rematch.reach = reach;
+ }
+ var removeFrom = currentNode.prev;
+ if (before) {
+ removeFrom = addAfter(tokenList, removeFrom, before);
+ pos += before.length;
+ }
+ removeRange(tokenList, removeFrom, removeCount);
+ var wrapped = new Token(token, inside ? _.tokenize(matchStr, inside) : matchStr, alias, matchStr);
+ currentNode = addAfter(tokenList, removeFrom, wrapped);
+ if (after) {
+ addAfter(tokenList, currentNode, after);
+ }
+ if (removeCount > 1) {
+ var nestedRematch = {
+ cause: token + ',' + j,
+ reach: reach
+ };
+ matchGrammar(text, tokenList, grammar, currentNode.prev, pos, nestedRematch);
+ if (rematch && nestedRematch.reach > rematch.reach) {
+ rematch.reach = nestedRematch.reach;
+ }
+ }
+ }
+ }
+ }
+ }
+ function LinkedList() {
+ var head = {
+ value: null,
+ prev: null,
+ next: null
+ };
+ var tail = {
+ value: null,
+ prev: head,
+ next: null
+ };
+ head.next = tail;
+ this.head = head;
+ this.tail = tail;
+ this.length = 0;
+ }
+ function addAfter(list, node, value) {
+ var next = node.next;
+ var newNode = {
+ value: value,
+ prev: node,
+ next: next
+ };
+ node.next = newNode;
+ next.prev = newNode;
+ list.length++;
+ return newNode;
+ }
+ function removeRange(list, node, count) {
+ var next = node.next;
+ for (var i = 0; i < count && next !== list.tail; i++) {
+ next = next.next;
+ }
+ node.next = next;
+ next.prev = node;
+ list.length -= i;
+ }
+ function toArray(list) {
+ var array = [];
+ var node = list.head.next;
+ while (node !== list.tail) {
+ array.push(node.value);
+ node = node.next;
+ }
+ return array;
+ }
+ if (!_self.document) {
+ if (!_self.addEventListener) {
+ return _;
+ }
+ if (!_.disableWorkerMessageHandler) {
+ _self.addEventListener('message', function (evt) {
+ var message = JSON.parse(evt.data);
+ var lang = message.language;
+ var code = message.code;
+ var immediateClose = message.immediateClose;
+ _self.postMessage(_.highlight(code, _.languages[lang], lang));
+ if (immediateClose) {
+ _self.close();
+ }
+ }, false);
+ }
+ return _;
+ }
+ var script = _.util.currentScript();
+ if (script) {
+ _.filename = script.src;
+ if (script.hasAttribute('data-manual')) {
+ _.manual = true;
+ }
+ }
+ function highlightAutomaticallyCallback() {
+ if (!_.manual) {
+ _.highlightAll();
+ }
+ }
+ if (!_.manual) {
+ var readyState = document.readyState;
+ if (readyState === 'loading' || readyState === 'interactive' && script && script.defer) {
+ document.addEventListener('DOMContentLoaded', highlightAutomaticallyCallback);
+ } else {
+ if (window.requestAnimationFrame) {
+ window.requestAnimationFrame(highlightAutomaticallyCallback);
+ } else {
+ window.setTimeout(highlightAutomaticallyCallback, 16);
+ }
+ }
+ }
+ return _;
+ }(_self);
+ if (typeof module !== 'undefined' && module.exports) {
+ module.exports = Prism;
+ }
+ if (typeof global !== 'undefined') {
+ global.Prism = Prism;
+ }
+ Prism.languages.clike = {
+ 'comment': [
+ {
+ pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,
+ lookbehind: true,
+ greedy: true
+ },
+ {
+ pattern: /(^|[^\\:])\/\/.*/,
+ lookbehind: true,
+ greedy: true
+ }
+ ],
+ 'string': {
+ pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,
+ greedy: true
+ },
+ 'class-name': {
+ pattern: /(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,
+ lookbehind: true,
+ inside: { 'punctuation': /[.\\]/ }
+ },
+ 'keyword': /\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,
+ 'boolean': /\b(?:false|true)\b/,
+ 'function': /\b\w+(?=\()/,
+ 'number': /\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,
+ 'operator': /[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,
+ 'punctuation': /[{}[\];(),.:]/
+ };
+ (function (Prism) {
+ function getPlaceholder(language, index) {
+ return '___' + language.toUpperCase() + index + '___';
+ }
+ Object.defineProperties(Prism.languages['markup-templating'] = {}, {
+ buildPlaceholders: {
+ value: function (env, language, placeholderPattern, replaceFilter) {
+ if (env.language !== language) {
+ return;
+ }
+ var tokenStack = env.tokenStack = [];
+ env.code = env.code.replace(placeholderPattern, function (match) {
+ if (typeof replaceFilter === 'function' && !replaceFilter(match)) {
+ return match;
+ }
+ var i = tokenStack.length;
+ var placeholder;
+ while (env.code.indexOf(placeholder = getPlaceholder(language, i)) !== -1) {
+ ++i;
+ }
+ tokenStack[i] = match;
+ return placeholder;
+ });
+ env.grammar = Prism.languages.markup;
+ }
+ },
+ tokenizePlaceholders: {
+ value: function (env, language) {
+ if (env.language !== language || !env.tokenStack) {
+ return;
+ }
+ env.grammar = Prism.languages[language];
+ var j = 0;
+ var keys = Object.keys(env.tokenStack);
+ function walkTokens(tokens) {
+ for (var i = 0; i < tokens.length; i++) {
+ if (j >= keys.length) {
+ break;
+ }
+ var token = tokens[i];
+ if (typeof token === 'string' || token.content && typeof token.content === 'string') {
+ var k = keys[j];
+ var t = env.tokenStack[k];
+ var s = typeof token === 'string' ? token : token.content;
+ var placeholder = getPlaceholder(language, k);
+ var index = s.indexOf(placeholder);
+ if (index > -1) {
+ ++j;
+ var before = s.substring(0, index);
+ var middle = new Prism.Token(language, Prism.tokenize(t, env.grammar), 'language-' + language, t);
+ var after = s.substring(index + placeholder.length);
+ var replacement = [];
+ if (before) {
+ replacement.push.apply(replacement, walkTokens([before]));
+ }
+ replacement.push(middle);
+ if (after) {
+ replacement.push.apply(replacement, walkTokens([after]));
+ }
+ if (typeof token === 'string') {
+ tokens.splice.apply(tokens, [
+ i,
+ 1
+ ].concat(replacement));
+ } else {
+ token.content = replacement;
+ }
+ }
+ } else if (token.content) {
+ walkTokens(token.content);
+ }
+ }
+ return tokens;
+ }
+ walkTokens(env.tokens);
+ }
+ }
+ });
+ }(Prism));
+ Prism.languages.c = Prism.languages.extend('clike', {
+ 'comment': {
+ pattern: /\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,
+ greedy: true
+ },
+ 'string': {
+ pattern: /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,
+ greedy: true
+ },
+ 'class-name': {
+ pattern: /(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,
+ lookbehind: true
+ },
+ 'keyword': /\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,
+ 'function': /\b[a-z_]\w*(?=\s*\()/i,
+ 'number': /(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,
+ 'operator': />>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/
+ });
+ Prism.languages.insertBefore('c', 'string', {
+ 'char': {
+ pattern: /'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,
+ greedy: true
+ }
+ });
+ Prism.languages.insertBefore('c', 'string', {
+ 'macro': {
+ pattern: /(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,
+ lookbehind: true,
+ greedy: true,
+ alias: 'property',
+ inside: {
+ 'string': [
+ {
+ pattern: /^(#\s*include\s*)<[^>]+>/,
+ lookbehind: true
+ },
+ Prism.languages.c['string']
+ ],
+ 'char': Prism.languages.c['char'],
+ 'comment': Prism.languages.c['comment'],
+ 'macro-name': [
+ {
+ pattern: /(^#\s*define\s+)\w+\b(?!\()/i,
+ lookbehind: true
+ },
+ {
+ pattern: /(^#\s*define\s+)\w+\b(?=\()/i,
+ lookbehind: true,
+ alias: 'function'
+ }
+ ],
+ 'directive': {
+ pattern: /^(#\s*)[a-z]+/,
+ lookbehind: true,
+ alias: 'keyword'
+ },
+ 'directive-hash': /^#/,
+ 'punctuation': /##|\\(?=[\r\n])/,
+ 'expression': {
+ pattern: /\S[\s\S]*/,
+ inside: Prism.languages.c
+ }
+ }
+ }
+ });
+ Prism.languages.insertBefore('c', 'function', { 'constant': /\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/ });
+ delete Prism.languages.c['boolean'];
+ (function (Prism) {
+ var keyword = /\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/;
+ var modName = /\b(?!)\w+(?:\s*\.\s*\w+)*\b/.source.replace(//g, function () {
+ return keyword.source;
+ });
+ Prism.languages.cpp = Prism.languages.extend('c', {
+ 'class-name': [
+ {
+ pattern: RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!)\w+/.source.replace(//g, function () {
+ return keyword.source;
+ })),
+ lookbehind: true
+ },
+ /\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,
+ /\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,
+ /\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/
+ ],
+ 'keyword': keyword,
+ 'number': {
+ pattern: /(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,
+ greedy: true
+ },
+ 'operator': />>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,
+ 'boolean': /\b(?:false|true)\b/
+ });
+ Prism.languages.insertBefore('cpp', 'string', {
+ 'module': {
+ pattern: RegExp(/(\b(?:import|module)\s+)/.source + '(?:' + /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source + '|' + /(?:\s*:\s*)?|:\s*/.source.replace(//g, function () {
+ return modName;
+ }) + ')'),
+ lookbehind: true,
+ greedy: true,
+ inside: {
+ 'string': /^[<"][\s\S]+/,
+ 'operator': /:/,
+ 'punctuation': /\./
+ }
+ },
+ 'raw-string': {
+ pattern: /R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,
+ alias: 'string',
+ greedy: true
+ }
+ });
+ Prism.languages.insertBefore('cpp', 'keyword', {
+ 'generic-function': {
+ pattern: /\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,
+ inside: {
+ 'function': /^\w+/,
+ 'generic': {
+ pattern: /<[\s\S]+/,
+ alias: 'class-name',
+ inside: Prism.languages.cpp
+ }
+ }
+ }
+ });
+ Prism.languages.insertBefore('cpp', 'operator', {
+ 'double-colon': {
+ pattern: /::/,
+ alias: 'punctuation'
+ }
+ });
+ Prism.languages.insertBefore('cpp', 'class-name', {
+ 'base-clause': {
+ pattern: /(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,
+ lookbehind: true,
+ greedy: true,
+ inside: Prism.languages.extend('cpp', {})
+ }
+ });
+ Prism.languages.insertBefore('inside', 'double-colon', { 'class-name': /\b[a-z_]\w*\b(?!\s*::)/i }, Prism.languages.cpp['base-clause']);
+ }(Prism));
+ (function (Prism) {
+ function replace(pattern, replacements) {
+ return pattern.replace(/<<(\d+)>>/g, function (m, index) {
+ return '(?:' + replacements[+index] + ')';
+ });
+ }
+ function re(pattern, replacements, flags) {
+ return RegExp(replace(pattern, replacements), flags || '');
+ }
+ function nested(pattern, depthLog2) {
+ for (var i = 0; i < depthLog2; i++) {
+ pattern = pattern.replace(/<>/g, function () {
+ return '(?:' + pattern + ')';
+ });
+ }
+ return pattern.replace(/<>/g, '[^\\s\\S]');
+ }
+ var keywordKinds = {
+ type: 'bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void',
+ typeDeclaration: 'class enum interface record struct',
+ contextual: 'add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)',
+ other: 'abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield'
+ };
+ function keywordsToPattern(words) {
+ return '\\b(?:' + words.trim().replace(/ /g, '|') + ')\\b';
+ }
+ var typeDeclarationKeywords = keywordsToPattern(keywordKinds.typeDeclaration);
+ var keywords = RegExp(keywordsToPattern(keywordKinds.type + ' ' + keywordKinds.typeDeclaration + ' ' + keywordKinds.contextual + ' ' + keywordKinds.other));
+ var nonTypeKeywords = keywordsToPattern(keywordKinds.typeDeclaration + ' ' + keywordKinds.contextual + ' ' + keywordKinds.other);
+ var nonContextualKeywords = keywordsToPattern(keywordKinds.type + ' ' + keywordKinds.typeDeclaration + ' ' + keywordKinds.other);
+ var generic = nested(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source, 2);
+ var nestedRound = nested(/\((?:[^()]|<>)*\)/.source, 2);
+ var name = /@?\b[A-Za-z_]\w*\b/.source;
+ var genericName = replace(/<<0>>(?:\s*<<1>>)?/.source, [
+ name,
+ generic
+ ]);
+ var identifier = replace(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source, [
+ nonTypeKeywords,
+ genericName
+ ]);
+ var array = /\[\s*(?:,\s*)*\]/.source;
+ var typeExpressionWithoutTuple = replace(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source, [
+ identifier,
+ array
+ ]);
+ var tupleElement = replace(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source, [
+ generic,
+ nestedRound,
+ array
+ ]);
+ var tuple = replace(/\(<<0>>+(?:,<<0>>+)+\)/.source, [tupleElement]);
+ var typeExpression = replace(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source, [
+ tuple,
+ identifier,
+ array
+ ]);
+ var typeInside = {
+ 'keyword': keywords,
+ 'punctuation': /[<>()?,.:[\]]/
+ };
+ var character = /'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source;
+ var regularString = /"(?:\\.|[^\\"\r\n])*"/.source;
+ var verbatimString = /@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;
+ Prism.languages.csharp = Prism.languages.extend('clike', {
+ 'string': [
+ {
+ pattern: re(/(^|[^$\\])<<0>>/.source, [verbatimString]),
+ lookbehind: true,
+ greedy: true
+ },
+ {
+ pattern: re(/(^|[^@$\\])<<0>>/.source, [regularString]),
+ lookbehind: true,
+ greedy: true
+ }
+ ],
+ 'class-name': [
+ {
+ pattern: re(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source, [identifier]),
+ lookbehind: true,
+ inside: typeInside
+ },
+ {
+ pattern: re(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source, [
+ name,
+ typeExpression
+ ]),
+ lookbehind: true,
+ inside: typeInside
+ },
+ {
+ pattern: re(/(\busing\s+)<<0>>(?=\s*=)/.source, [name]),
+ lookbehind: true
+ },
+ {
+ pattern: re(/(\b<<0>>\s+)<<1>>/.source, [
+ typeDeclarationKeywords,
+ genericName
+ ]),
+ lookbehind: true,
+ inside: typeInside
+ },
+ {
+ pattern: re(/(\bcatch\s*\(\s*)<<0>>/.source, [identifier]),
+ lookbehind: true,
+ inside: typeInside
+ },
+ {
+ pattern: re(/(\bwhere\s+)<<0>>/.source, [name]),
+ lookbehind: true
+ },
+ {
+ pattern: re(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source, [typeExpressionWithoutTuple]),
+ lookbehind: true,
+ inside: typeInside
+ },
+ {
+ pattern: re(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source, [
+ typeExpression,
+ nonContextualKeywords,
+ name
+ ]),
+ inside: typeInside
+ }
+ ],
+ 'keyword': keywords,
+ 'number': /(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,
+ 'operator': />>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,
+ 'punctuation': /\?\.?|::|[{}[\];(),.:]/
+ });
+ Prism.languages.insertBefore('csharp', 'number', {
+ 'range': {
+ pattern: /\.\./,
+ alias: 'operator'
+ }
+ });
+ Prism.languages.insertBefore('csharp', 'punctuation', {
+ 'named-parameter': {
+ pattern: re(/([(,]\s*)<<0>>(?=\s*:)/.source, [name]),
+ lookbehind: true,
+ alias: 'punctuation'
+ }
+ });
+ Prism.languages.insertBefore('csharp', 'class-name', {
+ 'namespace': {
+ pattern: re(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source, [name]),
+ lookbehind: true,
+ inside: { 'punctuation': /\./ }
+ },
+ 'type-expression': {
+ pattern: re(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source, [nestedRound]),
+ lookbehind: true,
+ alias: 'class-name',
+ inside: typeInside
+ },
+ 'return-type': {
+ pattern: re(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source, [
+ typeExpression,
+ identifier
+ ]),
+ inside: typeInside,
+ alias: 'class-name'
+ },
+ 'constructor-invocation': {
+ pattern: re(/(\bnew\s+)<<0>>(?=\s*[[({])/.source, [typeExpression]),
+ lookbehind: true,
+ inside: typeInside,
+ alias: 'class-name'
+ },
+ 'generic-method': {
+ pattern: re(/<<0>>\s*<<1>>(?=\s*\()/.source, [
+ name,
+ generic
+ ]),
+ inside: {
+ 'function': re(/^<<0>>/.source, [name]),
+ 'generic': {
+ pattern: RegExp(generic),
+ alias: 'class-name',
+ inside: typeInside
+ }
+ }
+ },
+ 'type-list': {
+ pattern: re(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source, [
+ typeDeclarationKeywords,
+ genericName,
+ name,
+ typeExpression,
+ keywords.source,
+ nestedRound,
+ /\bnew\s*\(\s*\)/.source
+ ]),
+ lookbehind: true,
+ inside: {
+ 'record-arguments': {
+ pattern: re(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source, [
+ genericName,
+ nestedRound
+ ]),
+ lookbehind: true,
+ greedy: true,
+ inside: Prism.languages.csharp
+ },
+ 'keyword': keywords,
+ 'class-name': {
+ pattern: RegExp(typeExpression),
+ greedy: true,
+ inside: typeInside
+ },
+ 'punctuation': /[,()]/
+ }
+ },
+ 'preprocessor': {
+ pattern: /(^[\t ]*)#.*/m,
+ lookbehind: true,
+ alias: 'property',
+ inside: {
+ 'directive': {
+ pattern: /(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,
+ lookbehind: true,
+ alias: 'keyword'
+ }
+ }
+ }
+ });
+ var regularStringOrCharacter = regularString + '|' + character;
+ var regularStringCharacterOrComment = replace(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source, [regularStringOrCharacter]);
+ var roundExpression = nested(replace(/[^"'/()]|<<0>>|\(<>*\)/.source, [regularStringCharacterOrComment]), 2);
+ var attrTarget = /\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source;
+ var attr = replace(/<<0>>(?:\s*\(<<1>>*\))?/.source, [
+ identifier,
+ roundExpression
+ ]);
+ Prism.languages.insertBefore('csharp', 'class-name', {
+ 'attribute': {
+ pattern: re(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source, [
+ attrTarget,
+ attr
+ ]),
+ lookbehind: true,
+ greedy: true,
+ inside: {
+ 'target': {
+ pattern: re(/^<<0>>(?=\s*:)/.source, [attrTarget]),
+ alias: 'keyword'
+ },
+ 'attribute-arguments': {
+ pattern: re(/\(<<0>>*\)/.source, [roundExpression]),
+ inside: Prism.languages.csharp
+ },
+ 'class-name': {
+ pattern: RegExp(identifier),
+ inside: { 'punctuation': /\./ }
+ },
+ 'punctuation': /[:,]/
+ }
+ }
+ });
+ var formatString = /:[^}\r\n]+/.source;
+ var mInterpolationRound = nested(replace(/[^"'/()]|<<0>>|\(<>*\)/.source, [regularStringCharacterOrComment]), 2);
+ var mInterpolation = replace(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source, [
+ mInterpolationRound,
+ formatString
+ ]);
+ var sInterpolationRound = nested(replace(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source, [regularStringOrCharacter]), 2);
+ var sInterpolation = replace(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source, [
+ sInterpolationRound,
+ formatString
+ ]);
+ function createInterpolationInside(interpolation, interpolationRound) {
+ return {
+ 'interpolation': {
+ pattern: re(/((?:^|[^{])(?:\{\{)*)<<0>>/.source, [interpolation]),
+ lookbehind: true,
+ inside: {
+ 'format-string': {
+ pattern: re(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source, [
+ interpolationRound,
+ formatString
+ ]),
+ lookbehind: true,
+ inside: { 'punctuation': /^:/ }
+ },
+ 'punctuation': /^\{|\}$/,
+ 'expression': {
+ pattern: /[\s\S]+/,
+ alias: 'language-csharp',
+ inside: Prism.languages.csharp
+ }
+ }
+ },
+ 'string': /[\s\S]+/
+ };
+ }
+ Prism.languages.insertBefore('csharp', 'string', {
+ 'interpolation-string': [
+ {
+ pattern: re(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source, [mInterpolation]),
+ lookbehind: true,
+ greedy: true,
+ inside: createInterpolationInside(mInterpolation, mInterpolationRound)
+ },
+ {
+ pattern: re(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source, [sInterpolation]),
+ lookbehind: true,
+ greedy: true,
+ inside: createInterpolationInside(sInterpolation, sInterpolationRound)
+ }
+ ],
+ 'char': {
+ pattern: RegExp(character),
+ greedy: true
+ }
+ });
+ Prism.languages.dotnet = Prism.languages.cs = Prism.languages.csharp;
+ }(Prism));
+ (function (Prism) {
+ var string = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;
+ Prism.languages.css = {
+ 'comment': /\/\*[\s\S]*?\*\//,
+ 'atrule': {
+ pattern: /@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,
+ inside: {
+ 'rule': /^@[\w-]+/,
+ 'selector-function-argument': {
+ pattern: /(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,
+ lookbehind: true,
+ alias: 'selector'
+ },
+ 'keyword': {
+ pattern: /(^|[^\w-])(?:and|not|only|or)(?![\w-])/,
+ lookbehind: true
+ }
+ }
+ },
+ 'url': {
+ pattern: RegExp('\\burl\\((?:' + string.source + '|' + /(?:[^\\\r\n()"']|\\[\s\S])*/.source + ')\\)', 'i'),
+ greedy: true,
+ inside: {
+ 'function': /^url/i,
+ 'punctuation': /^\(|\)$/,
+ 'string': {
+ pattern: RegExp('^' + string.source + '$'),
+ alias: 'url'
+ }
+ }
+ },
+ 'selector': {
+ pattern: RegExp('(^|[{}\\s])[^{}\\s](?:[^{};"\'\\s]|\\s+(?![\\s{])|' + string.source + ')*(?=\\s*\\{)'),
+ lookbehind: true
+ },
+ 'string': {
+ pattern: string,
+ greedy: true
+ },
+ 'property': {
+ pattern: /(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,
+ lookbehind: true
+ },
+ 'important': /!important\b/i,
+ 'function': {
+ pattern: /(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,
+ lookbehind: true
+ },
+ 'punctuation': /[(){};:,]/
+ };
+ Prism.languages.css['atrule'].inside.rest = Prism.languages.css;
+ var markup = Prism.languages.markup;
+ if (markup) {
+ markup.tag.addInlined('style', 'css');
+ markup.tag.addAttribute('style', 'css');
+ }
+ }(Prism));
+ (function (Prism) {
+ var keywords = /\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/;
+ var classNamePrefix = /(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source;
+ var className = {
+ pattern: RegExp(/(^|[^\w.])/.source + classNamePrefix + /[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),
+ lookbehind: true,
+ inside: {
+ 'namespace': {
+ pattern: /^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,
+ inside: { 'punctuation': /\./ }
+ },
+ 'punctuation': /\./
+ }
+ };
+ Prism.languages.java = Prism.languages.extend('clike', {
+ 'string': {
+ pattern: /(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,
+ lookbehind: true,
+ greedy: true
+ },
+ 'class-name': [
+ className,
+ {
+ pattern: RegExp(/(^|[^\w.])/.source + classNamePrefix + /[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),
+ lookbehind: true,
+ inside: className.inside
+ },
+ {
+ pattern: RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source + classNamePrefix + /[A-Z]\w*\b/.source),
+ lookbehind: true,
+ inside: className.inside
+ }
+ ],
+ 'keyword': keywords,
+ 'function': [
+ Prism.languages.clike.function,
+ {
+ pattern: /(::\s*)[a-z_]\w*/,
+ lookbehind: true
+ }
+ ],
+ 'number': /\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,
+ 'operator': {
+ pattern: /(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,
+ lookbehind: true
+ }
+ });
+ Prism.languages.insertBefore('java', 'string', {
+ 'triple-quoted-string': {
+ pattern: /"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,
+ greedy: true,
+ alias: 'string'
+ },
+ 'char': {
+ pattern: /'(?:\\.|[^'\\\r\n]){1,6}'/,
+ greedy: true
+ }
+ });
+ Prism.languages.insertBefore('java', 'class-name', {
+ 'annotation': {
+ pattern: /(^|[^.])@\w+(?:\s*\.\s*\w+)*/,
+ lookbehind: true,
+ alias: 'punctuation'
+ },
+ 'generics': {
+ pattern: /<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,
+ inside: {
+ 'class-name': className,
+ 'keyword': keywords,
+ 'punctuation': /[<>(),.:]/,
+ 'operator': /[?&|]/
+ }
+ },
+ 'import': [
+ {
+ pattern: RegExp(/(\bimport\s+)/.source + classNamePrefix + /(?:[A-Z]\w*|\*)(?=\s*;)/.source),
+ lookbehind: true,
+ inside: {
+ 'namespace': className.inside.namespace,
+ 'punctuation': /\./,
+ 'operator': /\*/,
+ 'class-name': /\w+/
+ }
+ },
+ {
+ pattern: RegExp(/(\bimport\s+static\s+)/.source + classNamePrefix + /(?:\w+|\*)(?=\s*;)/.source),
+ lookbehind: true,
+ alias: 'static',
+ inside: {
+ 'namespace': className.inside.namespace,
+ 'static': /\b\w+$/,
+ 'punctuation': /\./,
+ 'operator': /\*/,
+ 'class-name': /\w+/
+ }
+ }
+ ],
+ 'namespace': {
+ pattern: RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(//g, function () {
+ return keywords.source;
+ })),
+ lookbehind: true,
+ inside: { 'punctuation': /\./ }
+ }
+ });
+ }(Prism));
+ Prism.languages.javascript = Prism.languages.extend('clike', {
+ 'class-name': [
+ Prism.languages.clike['class-name'],
+ {
+ pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,
+ lookbehind: true
+ }
+ ],
+ 'keyword': [
+ {
+ pattern: /((?:^|\})\s*)catch\b/,
+ lookbehind: true
+ },
+ {
+ pattern: /(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,
+ lookbehind: true
+ }
+ ],
+ 'function': /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,
+ 'number': {
+ pattern: RegExp(/(^|[^\w$])/.source + '(?:' + (/NaN|Infinity/.source + '|' + /0[bB][01]+(?:_[01]+)*n?/.source + '|' + /0[oO][0-7]+(?:_[0-7]+)*n?/.source + '|' + /0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source + '|' + /\d+(?:_\d+)*n/.source + '|' + /(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source) + ')' + /(?![\w$])/.source),
+ lookbehind: true
+ },
+ 'operator': /--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/
+ });
+ Prism.languages.javascript['class-name'][0].pattern = /(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;
+ Prism.languages.insertBefore('javascript', 'keyword', {
+ 'regex': {
+ pattern: RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source + /\//.source + '(?:' + /(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source + '|' + /(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source + ')' + /(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),
+ lookbehind: true,
+ greedy: true,
+ inside: {
+ 'regex-source': {
+ pattern: /^(\/)[\s\S]+(?=\/[a-z]*$)/,
+ lookbehind: true,
+ alias: 'language-regex',
+ inside: Prism.languages.regex
+ },
+ 'regex-delimiter': /^\/|\/$/,
+ 'regex-flags': /^[a-z]+$/
+ }
+ },
+ 'function-variable': {
+ pattern: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,
+ alias: 'function'
+ },
+ 'parameter': [
+ {
+ pattern: /(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,
+ lookbehind: true,
+ inside: Prism.languages.javascript
+ },
+ {
+ pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,
+ lookbehind: true,
+ inside: Prism.languages.javascript
+ },
+ {
+ pattern: /(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,
+ lookbehind: true,
+ inside: Prism.languages.javascript
+ },
+ {
+ pattern: /((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,
+ lookbehind: true,
+ inside: Prism.languages.javascript
+ }
+ ],
+ 'constant': /\b[A-Z](?:[A-Z_]|\dx?)*\b/
+ });
+ Prism.languages.insertBefore('javascript', 'string', {
+ 'hashbang': {
+ pattern: /^#!.*/,
+ greedy: true,
+ alias: 'comment'
+ },
+ 'template-string': {
+ pattern: /`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,
+ greedy: true,
+ inside: {
+ 'template-punctuation': {
+ pattern: /^`|`$/,
+ alias: 'string'
+ },
+ 'interpolation': {
+ pattern: /((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,
+ lookbehind: true,
+ inside: {
+ 'interpolation-punctuation': {
+ pattern: /^\$\{|\}$/,
+ alias: 'punctuation'
+ },
+ rest: Prism.languages.javascript
+ }
+ },
+ 'string': /[\s\S]+/
+ }
+ },
+ 'string-property': {
+ pattern: /((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,
+ lookbehind: true,
+ greedy: true,
+ alias: 'property'
+ }
+ });
+ Prism.languages.insertBefore('javascript', 'operator', {
+ 'literal-property': {
+ pattern: /((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,
+ lookbehind: true,
+ alias: 'property'
+ }
+ });
+ if (Prism.languages.markup) {
+ Prism.languages.markup.tag.addInlined('script', 'javascript');
+ Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source, 'javascript');
+ }
+ Prism.languages.js = Prism.languages.javascript;
+ Prism.languages.markup = {
+ 'comment': {
+ pattern: //,
+ greedy: true
+ },
+ 'prolog': {
+ pattern: /<\?[\s\S]+?\?>/,
+ greedy: true
+ },
+ 'doctype': {
+ pattern: /"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,
+ greedy: true,
+ inside: {
+ 'internal-subset': {
+ pattern: /(^[^\[]*\[)[\s\S]+(?=\]>$)/,
+ lookbehind: true,
+ greedy: true,
+ inside: null
+ },
+ 'string': {
+ pattern: /"[^"]*"|'[^']*'/,
+ greedy: true
+ },
+ 'punctuation': /^$|[[\]]/,
+ 'doctype-tag': /^DOCTYPE/i,
+ 'name': /[^\s<>'"]+/
+ }
+ },
+ 'cdata': {
+ pattern: //i,
+ greedy: true
+ },
+ 'tag': {
+ pattern: /<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,
+ greedy: true,
+ inside: {
+ 'tag': {
+ pattern: /^<\/?[^\s>\/]+/,
+ inside: {
+ 'punctuation': /^<\/?/,
+ 'namespace': /^[^\s>\/:]+:/
+ }
+ },
+ 'special-attr': [],
+ 'attr-value': {
+ pattern: /=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,
+ inside: {
+ 'punctuation': [
+ {
+ pattern: /^=/,
+ alias: 'attr-equals'
+ },
+ /"|'/
+ ]
+ }
+ },
+ 'punctuation': /\/?>/,
+ 'attr-name': {
+ pattern: /[^\s>\/]+/,
+ inside: { 'namespace': /^[^\s>\/:]+:/ }
+ }
+ }
+ },
+ 'entity': [
+ {
+ pattern: /&[\da-z]{1,8};/i,
+ alias: 'named-entity'
+ },
+ /?[\da-f]{1,8};/i
+ ]
+ };
+ Prism.languages.markup['tag'].inside['attr-value'].inside['entity'] = Prism.languages.markup['entity'];
+ Prism.languages.markup['doctype'].inside['internal-subset'].inside = Prism.languages.markup;
+ Prism.hooks.add('wrap', function (env) {
+ if (env.type === 'entity') {
+ env.attributes['title'] = env.content.replace(/&/, '&');
+ }
+ });
+ Object.defineProperty(Prism.languages.markup.tag, 'addInlined', {
+ value: function addInlined(tagName, lang) {
+ var includedCdataInside = {};
+ includedCdataInside['language-' + lang] = {
+ pattern: /(^$)/i,
+ lookbehind: true,
+ inside: Prism.languages[lang]
+ };
+ includedCdataInside['cdata'] = /^$/i;
+ var inside = {
+ 'included-cdata': {
+ pattern: //i,
+ inside: includedCdataInside
+ }
+ };
+ inside['language-' + lang] = {
+ pattern: /[\s\S]+/,
+ inside: Prism.languages[lang]
+ };
+ var def = {};
+ def[tagName] = {
+ pattern: RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g, function () {
+ return tagName;
+ }), 'i'),
+ lookbehind: true,
+ greedy: true,
+ inside: inside
+ };
+ Prism.languages.insertBefore('markup', 'cdata', def);
+ }
+ });
+ Object.defineProperty(Prism.languages.markup.tag, 'addAttribute', {
+ value: function (attrName, lang) {
+ Prism.languages.markup.tag.inside['special-attr'].push({
+ pattern: RegExp(/(^|["'\s])/.source + '(?:' + attrName + ')' + /\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source, 'i'),
+ lookbehind: true,
+ inside: {
+ 'attr-name': /^[^\s=]+/,
+ 'attr-value': {
+ pattern: /=[\s\S]+/,
+ inside: {
+ 'value': {
+ pattern: /(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,
+ lookbehind: true,
+ alias: [
+ lang,
+ 'language-' + lang
+ ],
+ inside: Prism.languages[lang]
+ },
+ 'punctuation': [
+ {
+ pattern: /^=/,
+ alias: 'attr-equals'
+ },
+ /"|'/
+ ]
+ }
+ }
+ }
+ });
+ }
+ });
+ Prism.languages.html = Prism.languages.markup;
+ Prism.languages.mathml = Prism.languages.markup;
+ Prism.languages.svg = Prism.languages.markup;
+ Prism.languages.xml = Prism.languages.extend('markup', {});
+ Prism.languages.ssml = Prism.languages.xml;
+ Prism.languages.atom = Prism.languages.xml;
+ Prism.languages.rss = Prism.languages.xml;
+ (function (Prism) {
+ var comment = /\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/;
+ var constant = [
+ {
+ pattern: /\b(?:false|true)\b/i,
+ alias: 'boolean'
+ },
+ {
+ pattern: /(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,
+ greedy: true,
+ lookbehind: true
+ },
+ /\b(?:null)\b/i,
+ /\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/
+ ];
+ var number = /\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i;
+ var operator = /=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/;
+ var punctuation = /[{}\[\](),:;]/;
+ Prism.languages.php = {
+ 'delimiter': {
+ pattern: /\?>$|^<\?(?:php(?=\s)|=)?/i,
+ alias: 'important'
+ },
+ 'comment': comment,
+ 'variable': /\$+(?:\w+\b|(?=\{))/,
+ 'package': {
+ pattern: /(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,
+ lookbehind: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ 'class-name-definition': {
+ pattern: /(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,
+ lookbehind: true,
+ alias: 'class-name'
+ },
+ 'function-definition': {
+ pattern: /(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,
+ lookbehind: true,
+ alias: 'function'
+ },
+ 'keyword': [
+ {
+ pattern: /(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,
+ alias: 'type-casting',
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,
+ alias: 'type-hint',
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,
+ alias: 'return-type',
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,
+ alias: 'type-declaration',
+ greedy: true
+ },
+ {
+ pattern: /(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,
+ alias: 'type-declaration',
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /\b(?:parent|self|static)(?=\s*::)/i,
+ alias: 'static-context',
+ greedy: true
+ },
+ {
+ pattern: /(\byield\s+)from\b/i,
+ lookbehind: true
+ },
+ /\bclass\b/i,
+ {
+ pattern: /((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,
+ lookbehind: true
+ }
+ ],
+ 'argument-name': {
+ pattern: /([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,
+ lookbehind: true
+ },
+ 'class-name': [
+ {
+ pattern: /(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /(\|\s*)\b[a-z_]\w*(?!\\)\b/i,
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,
+ greedy: true
+ },
+ {
+ pattern: /(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,
+ alias: 'class-name-fully-qualified',
+ greedy: true,
+ lookbehind: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ {
+ pattern: /(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,
+ alias: 'class-name-fully-qualified',
+ greedy: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ {
+ pattern: /(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,
+ alias: 'class-name-fully-qualified',
+ greedy: true,
+ lookbehind: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ {
+ pattern: /\b[a-z_]\w*(?=\s*\$)/i,
+ alias: 'type-declaration',
+ greedy: true
+ },
+ {
+ pattern: /(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,
+ alias: [
+ 'class-name-fully-qualified',
+ 'type-declaration'
+ ],
+ greedy: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ {
+ pattern: /\b[a-z_]\w*(?=\s*::)/i,
+ alias: 'static-context',
+ greedy: true
+ },
+ {
+ pattern: /(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,
+ alias: [
+ 'class-name-fully-qualified',
+ 'static-context'
+ ],
+ greedy: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ {
+ pattern: /([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,
+ alias: 'type-hint',
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,
+ alias: [
+ 'class-name-fully-qualified',
+ 'type-hint'
+ ],
+ greedy: true,
+ lookbehind: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ {
+ pattern: /(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,
+ alias: 'return-type',
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,
+ alias: [
+ 'class-name-fully-qualified',
+ 'return-type'
+ ],
+ greedy: true,
+ lookbehind: true,
+ inside: { 'punctuation': /\\/ }
+ }
+ ],
+ 'constant': constant,
+ 'function': {
+ pattern: /(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,
+ lookbehind: true,
+ inside: { 'punctuation': /\\/ }
+ },
+ 'property': {
+ pattern: /(->\s*)\w+/,
+ lookbehind: true
+ },
+ 'number': number,
+ 'operator': operator,
+ 'punctuation': punctuation
+ };
+ var string_interpolation = {
+ pattern: /\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,
+ lookbehind: true,
+ inside: Prism.languages.php
+ };
+ var string = [
+ {
+ pattern: /<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,
+ alias: 'nowdoc-string',
+ greedy: true,
+ inside: {
+ 'delimiter': {
+ pattern: /^<<<'[^']+'|[a-z_]\w*;$/i,
+ alias: 'symbol',
+ inside: { 'punctuation': /^<<<'?|[';]$/ }
+ }
+ }
+ },
+ {
+ pattern: /<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,
+ alias: 'heredoc-string',
+ greedy: true,
+ inside: {
+ 'delimiter': {
+ pattern: /^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,
+ alias: 'symbol',
+ inside: { 'punctuation': /^<<<"?|[";]$/ }
+ },
+ 'interpolation': string_interpolation
+ }
+ },
+ {
+ pattern: /`(?:\\[\s\S]|[^\\`])*`/,
+ alias: 'backtick-quoted-string',
+ greedy: true
+ },
+ {
+ pattern: /'(?:\\[\s\S]|[^\\'])*'/,
+ alias: 'single-quoted-string',
+ greedy: true
+ },
+ {
+ pattern: /"(?:\\[\s\S]|[^\\"])*"/,
+ alias: 'double-quoted-string',
+ greedy: true,
+ inside: { 'interpolation': string_interpolation }
+ }
+ ];
+ Prism.languages.insertBefore('php', 'variable', {
+ 'string': string,
+ 'attribute': {
+ pattern: /#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,
+ greedy: true,
+ inside: {
+ 'attribute-content': {
+ pattern: /^(#\[)[\s\S]+(?=\]$)/,
+ lookbehind: true,
+ inside: {
+ 'comment': comment,
+ 'string': string,
+ 'attribute-class-name': [
+ {
+ pattern: /([^:]|^)\b[a-z_]\w*(?!\\)\b/i,
+ alias: 'class-name',
+ greedy: true,
+ lookbehind: true
+ },
+ {
+ pattern: /([^:]|^)(?:\\?\b[a-z_]\w*)+/i,
+ alias: [
+ 'class-name',
+ 'class-name-fully-qualified'
+ ],
+ greedy: true,
+ lookbehind: true,
+ inside: { 'punctuation': /\\/ }
+ }
+ ],
+ 'constant': constant,
+ 'number': number,
+ 'operator': operator,
+ 'punctuation': punctuation
+ }
+ },
+ 'delimiter': {
+ pattern: /^#\[|\]$/,
+ alias: 'punctuation'
+ }
+ }
+ }
+ });
+ Prism.hooks.add('before-tokenize', function (env) {
+ if (!/<\?/.test(env.code)) {
+ return;
+ }
+ var phpPattern = /<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g;
+ Prism.languages['markup-templating'].buildPlaceholders(env, 'php', phpPattern);
+ });
+ Prism.hooks.add('after-tokenize', function (env) {
+ Prism.languages['markup-templating'].tokenizePlaceholders(env, 'php');
+ });
+ }(Prism));
+ Prism.languages.python = {
+ 'comment': {
+ pattern: /(^|[^\\])#.*/,
+ lookbehind: true,
+ greedy: true
+ },
+ 'string-interpolation': {
+ pattern: /(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,
+ greedy: true,
+ inside: {
+ 'interpolation': {
+ pattern: /((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,
+ lookbehind: true,
+ inside: {
+ 'format-spec': {
+ pattern: /(:)[^:(){}]+(?=\}$)/,
+ lookbehind: true
+ },
+ 'conversion-option': {
+ pattern: /![sra](?=[:}]$)/,
+ alias: 'punctuation'
+ },
+ rest: null
+ }
+ },
+ 'string': /[\s\S]+/
+ }
+ },
+ 'triple-quoted-string': {
+ pattern: /(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,
+ greedy: true,
+ alias: 'string'
+ },
+ 'string': {
+ pattern: /(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,
+ greedy: true
+ },
+ 'function': {
+ pattern: /((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,
+ lookbehind: true
+ },
+ 'class-name': {
+ pattern: /(\bclass\s+)\w+/i,
+ lookbehind: true
+ },
+ 'decorator': {
+ pattern: /(^[\t ]*)@\w+(?:\.\w+)*/m,
+ lookbehind: true,
+ alias: [
+ 'annotation',
+ 'punctuation'
+ ],
+ inside: { 'punctuation': /\./ }
+ },
+ 'keyword': /\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,
+ 'builtin': /\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,
+ 'boolean': /\b(?:False|None|True)\b/,
+ 'number': /\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,
+ 'operator': /[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,
+ 'punctuation': /[{}[\];(),.:]/
+ };
+ Prism.languages.python['string-interpolation'].inside['interpolation'].inside.rest = Prism.languages.python;
+ Prism.languages.py = Prism.languages.python;
+ (function (Prism) {
+ Prism.languages.ruby = Prism.languages.extend('clike', {
+ 'comment': {
+ pattern: /#.*|^=begin\s[\s\S]*?^=end/m,
+ greedy: true
+ },
+ 'class-name': {
+ pattern: /(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,
+ lookbehind: true,
+ inside: { 'punctuation': /[.\\]/ }
+ },
+ 'keyword': /\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,
+ 'operator': /\.{2,3}|&\.|===|=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,
+ 'punctuation': /[(){}[\].,;]/
+ });
+ Prism.languages.insertBefore('ruby', 'operator', {
+ 'double-colon': {
+ pattern: /::/,
+ alias: 'punctuation'
+ }
+ });
+ var interpolation = {
+ pattern: /((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,
+ lookbehind: true,
+ inside: {
+ 'content': {
+ pattern: /^(#\{)[\s\S]+(?=\}$)/,
+ lookbehind: true,
+ inside: Prism.languages.ruby
+ },
+ 'delimiter': {
+ pattern: /^#\{|\}$/,
+ alias: 'punctuation'
+ }
+ }
+ };
+ delete Prism.languages.ruby.function;
+ var percentExpression = '(?:' + [
+ /([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,
+ /\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,
+ /\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,
+ /\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,
+ /<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source
+ ].join('|') + ')';
+ var symbolName = /(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;
+ Prism.languages.insertBefore('ruby', 'keyword', {
+ 'regex-literal': [
+ {
+ pattern: RegExp(/%r/.source + percentExpression + /[egimnosux]{0,6}/.source),
+ greedy: true,
+ inside: {
+ 'interpolation': interpolation,
+ 'regex': /[\s\S]+/
+ }
+ },
+ {
+ pattern: /(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,
+ lookbehind: true,
+ greedy: true,
+ inside: {
+ 'interpolation': interpolation,
+ 'regex': /[\s\S]+/
+ }
+ }
+ ],
+ 'variable': /[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,
+ 'symbol': [
+ {
+ pattern: RegExp(/(^|[^:]):/.source + symbolName),
+ lookbehind: true,
+ greedy: true
+ },
+ {
+ pattern: RegExp(/([\r\n{(,][ \t]*)/.source + symbolName + /(?=:(?!:))/.source),
+ lookbehind: true,
+ greedy: true
+ }
+ ],
+ 'method-definition': {
+ pattern: /(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,
+ lookbehind: true,
+ inside: {
+ 'function': /\b\w+$/,
+ 'keyword': /^self\b/,
+ 'class-name': /^\w+/,
+ 'punctuation': /\./
+ }
+ }
+ });
+ Prism.languages.insertBefore('ruby', 'string', {
+ 'string-literal': [
+ {
+ pattern: RegExp(/%[qQiIwWs]?/.source + percentExpression),
+ greedy: true,
+ inside: {
+ 'interpolation': interpolation,
+ 'string': /[\s\S]+/
+ }
+ },
+ {
+ pattern: /("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,
+ greedy: true,
+ inside: {
+ 'interpolation': interpolation,
+ 'string': /[\s\S]+/
+ }
+ },
+ {
+ pattern: /<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,
+ alias: 'heredoc-string',
+ greedy: true,
+ inside: {
+ 'delimiter': {
+ pattern: /^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,
+ inside: {
+ 'symbol': /\b\w+/,
+ 'punctuation': /^<<[-~]?/
+ }
+ },
+ 'interpolation': interpolation,
+ 'string': /[\s\S]+/
+ }
+ },
+ {
+ pattern: /<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,
+ alias: 'heredoc-string',
+ greedy: true,
+ inside: {
+ 'delimiter': {
+ pattern: /^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,
+ inside: {
+ 'symbol': /\b\w+/,
+ 'punctuation': /^<<[-~]?'|'$/
+ }
+ },
+ 'string': /[\s\S]+/
+ }
+ }
+ ],
+ 'command-literal': [
+ {
+ pattern: RegExp(/%x/.source + percentExpression),
+ greedy: true,
+ inside: {
+ 'interpolation': interpolation,
+ 'command': {
+ pattern: /[\s\S]+/,
+ alias: 'string'
+ }
+ }
+ },
+ {
+ pattern: /`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,
+ greedy: true,
+ inside: {
+ 'interpolation': interpolation,
+ 'command': {
+ pattern: /[\s\S]+/,
+ alias: 'string'
+ }
+ }
+ }
+ ]
+ });
+ delete Prism.languages.ruby.string;
+ Prism.languages.insertBefore('ruby', 'number', {
+ 'builtin': /\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,
+ 'constant': /\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/
+ });
+ Prism.languages.rb = Prism.languages.ruby;
+ }(Prism));
+ window.Prism = oldprism;
+ return Prism;
+ }(undefined, undefined);
+
+ const option = name => editor => editor.options.get(name);
+ const register$2 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('codesample_languages', { processor: 'object[]' });
+ registerOption('codesample_global_prismjs', {
+ processor: 'boolean',
+ default: false
+ });
+ };
+ const getLanguages$1 = option('codesample_languages');
+ const useGlobalPrismJS = option('codesample_global_prismjs');
+
+ const get = editor => Global.Prism && useGlobalPrismJS(editor) ? Global.Prism : prismjs;
+
+ const isCodeSample = elm => {
+ return isNonNullable(elm) && elm.nodeName === 'PRE' && elm.className.indexOf('language-') !== -1;
+ };
+
+ const getSelectedCodeSample = editor => {
+ const node = editor.selection ? editor.selection.getNode() : null;
+ return isCodeSample(node) ? Optional.some(node) : Optional.none();
+ };
+ const insertCodeSample = (editor, language, code) => {
+ const dom = editor.dom;
+ editor.undoManager.transact(() => {
+ const node = getSelectedCodeSample(editor);
+ code = global$1.DOM.encode(code);
+ return node.fold(() => {
+ editor.insertContent('' + code + '
');
+ const newPre = dom.select('#__new')[0];
+ dom.setAttrib(newPre, 'id', null);
+ editor.selection.select(newPre);
+ }, n => {
+ dom.setAttrib(n, 'class', 'language-' + language);
+ n.innerHTML = code;
+ get(editor).highlightElement(n);
+ editor.selection.select(n);
+ });
+ });
+ };
+ const getCurrentCode = editor => {
+ const node = getSelectedCodeSample(editor);
+ return node.bind(n => Optional.from(n.textContent)).getOr('');
+ };
+
+ const getLanguages = editor => {
+ const defaultLanguages = [
+ {
+ text: 'HTML/XML',
+ value: 'markup'
+ },
+ {
+ text: 'JavaScript',
+ value: 'javascript'
+ },
+ {
+ text: 'CSS',
+ value: 'css'
+ },
+ {
+ text: 'PHP',
+ value: 'php'
+ },
+ {
+ text: 'Ruby',
+ value: 'ruby'
+ },
+ {
+ text: 'Python',
+ value: 'python'
+ },
+ {
+ text: 'Java',
+ value: 'java'
+ },
+ {
+ text: 'C',
+ value: 'c'
+ },
+ {
+ text: 'C#',
+ value: 'csharp'
+ },
+ {
+ text: 'C++',
+ value: 'cpp'
+ }
+ ];
+ const customLanguages = getLanguages$1(editor);
+ return customLanguages ? customLanguages : defaultLanguages;
+ };
+ const getCurrentLanguage = (editor, fallback) => {
+ const node = getSelectedCodeSample(editor);
+ return node.fold(() => fallback, n => {
+ const matches = n.className.match(/language-(\w+)/);
+ return matches ? matches[1] : fallback;
+ });
+ };
+
+ const open = editor => {
+ const languages = getLanguages(editor);
+ const defaultLanguage = head(languages).fold(constant(''), l => l.value);
+ const currentLanguage = getCurrentLanguage(editor, defaultLanguage);
+ const currentCode = getCurrentCode(editor);
+ editor.windowManager.open({
+ title: 'Insert/Edit Code Sample',
+ size: 'large',
+ body: {
+ type: 'panel',
+ items: [
+ {
+ type: 'selectbox',
+ name: 'language',
+ label: 'Language',
+ items: languages
+ },
+ {
+ type: 'textarea',
+ name: 'code',
+ label: 'Code view'
+ }
+ ]
+ },
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ initialData: {
+ language: currentLanguage,
+ code: currentCode
+ },
+ onSubmit: api => {
+ const data = api.getData();
+ insertCodeSample(editor, data.language, data.code);
+ api.close();
+ }
+ });
+ };
+
+ const register$1 = editor => {
+ editor.addCommand('codesample', () => {
+ const node = editor.selection.getNode();
+ if (editor.selection.isCollapsed() || isCodeSample(node)) {
+ open(editor);
+ } else {
+ editor.formatter.toggle('code');
+ }
+ });
+ };
+
+ const blank = r => s => s.replace(r, '');
+ const trim = blank(/^\s+|\s+$/g);
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const setup = editor => {
+ editor.on('PreProcess', e => {
+ const dom = editor.dom;
+ const pres = dom.select('pre[contenteditable=false]', e.node);
+ global.each(global.grep(pres, isCodeSample), elm => {
+ const code = elm.textContent;
+ dom.setAttrib(elm, 'class', trim(dom.getAttrib(elm, 'class')));
+ dom.setAttrib(elm, 'contentEditable', null);
+ dom.setAttrib(elm, 'data-mce-highlighted', null);
+ let child;
+ while (child = elm.firstChild) {
+ elm.removeChild(child);
+ }
+ const codeElm = dom.add(elm, 'code');
+ codeElm.textContent = code;
+ });
+ });
+ editor.on('SetContent', () => {
+ const dom = editor.dom;
+ const unprocessedCodeSamples = global.grep(dom.select('pre'), elm => {
+ return isCodeSample(elm) && dom.getAttrib(elm, 'data-mce-highlighted') !== 'true';
+ });
+ if (unprocessedCodeSamples.length) {
+ editor.undoManager.transact(() => {
+ global.each(unprocessedCodeSamples, elm => {
+ var _a;
+ global.each(dom.select('br', elm), elm => {
+ dom.replace(editor.getDoc().createTextNode('\n'), elm);
+ });
+ elm.innerHTML = dom.encode((_a = elm.textContent) !== null && _a !== void 0 ? _a : '');
+ get(editor).highlightElement(elm);
+ dom.setAttrib(elm, 'data-mce-highlighted', true);
+ elm.className = trim(elm.className);
+ });
+ });
+ }
+ });
+ editor.on('PreInit', () => {
+ editor.parser.addNodeFilter('pre', nodes => {
+ var _a;
+ for (let i = 0, l = nodes.length; i < l; i++) {
+ const node = nodes[i];
+ const isCodeSample = ((_a = node.attr('class')) !== null && _a !== void 0 ? _a : '').indexOf('language-') !== -1;
+ if (isCodeSample) {
+ node.attr('contenteditable', 'false');
+ node.attr('data-mce-highlighted', 'false');
+ }
+ }
+ });
+ });
+ };
+
+ const isCodeSampleSelection = editor => {
+ const node = editor.selection.getStart();
+ return editor.dom.is(node, 'pre[class*="language-"]');
+ };
+ const register = editor => {
+ const onAction = () => editor.execCommand('codesample');
+ editor.ui.registry.addToggleButton('codesample', {
+ icon: 'code-sample',
+ tooltip: 'Insert/edit code sample',
+ onAction,
+ onSetup: api => {
+ const nodeChangeHandler = () => {
+ api.setActive(isCodeSampleSelection(editor));
+ };
+ editor.on('NodeChange', nodeChangeHandler);
+ return () => editor.off('NodeChange', nodeChangeHandler);
+ }
+ });
+ editor.ui.registry.addMenuItem('codesample', {
+ text: 'Code sample...',
+ icon: 'code-sample',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global$2.add('codesample', editor => {
+ register$2(editor);
+ setup(editor);
+ register(editor);
+ register$1(editor);
+ editor.on('dblclick', ev => {
+ if (isCodeSample(ev.target)) {
+ open(editor);
+ }
+ });
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/codesample/plugin.min.js b/seller/public/tinymce/plugins/codesample/plugin.min.js
new file mode 100644
index 00000000..4329d5e3
--- /dev/null
+++ b/seller/public/tinymce/plugins/codesample/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>!(e=>null==e)(e);class n{constructor(e,t){this.tag=e,this.value=t}static some(e){return new n(!0,e)}static none(){return n.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?n.some(e(this.value)):n.none()}bind(e){return this.tag?e(this.value):n.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:n.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return t(e)?n.some(e):n.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}n.singletonNone=new n(!1);var a=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils");const s="undefined"!=typeof window?window:Function("return this;")(),r=function(e,t,n){const a=window.Prism;window.Prism={manual:!0};var s=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,a={},s={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof r?new r(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/=d.reach);x+=_.value.length,_=_.next){var F=_.value;if(t.length>e.length)return;if(!(F instanceof r)){var A,S=1;if(y){if(!(A=i(v,x,e,m))||A.index>=e.length)break;var $=A.index,z=A.index+A[0].length,E=x;for(E+=_.value.length;$>=E;)E+=(_=_.next).value.length;if(x=E-=_.value.length,_.value instanceof r)continue;for(var C=_;C!==t.tail&&(Ed.reach&&(d.reach=O);var P=_.prev;if(B&&(P=u(t,P,B),x+=B.length),c(t,P,S),_=u(t,P,new r(g,f?s.tokenize(j,f):j,w,j)),T&&u(t,_,T),S>1){var N={cause:g+","+b,reach:O};o(e,t,n,_.prev,x,N),d&&N.reach>d.reach&&(d.reach=N.reach)}}}}}}function l(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function u(e,t,n){var a=t.next,s={value:n,prev:t,next:a};return t.next=s,a.prev=s,e.length++,s}function c(e,t,n){for(var a=t.next,s=0;s"+r.content+""+r.tag+">"},!e.document)return e.addEventListener?(s.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),a=n.language,r=n.code,i=n.immediateClose;e.postMessage(s.highlight(r,s.languages[a],a)),i&&e.close()}),!1),s):s;var d=s.util.currentScript();function g(){s.manual||s.highlightAll()}if(d&&(s.filename=d.src,d.hasAttribute("data-manual")&&(s.manual=!0)),!s.manual){var p=document.readyState;"loading"===p||"interactive"===p&&d&&d.defer?document.addEventListener("DOMContentLoaded",g):window.requestAnimationFrame?window.requestAnimationFrame(g):window.setTimeout(g,16)}return s}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});return s.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,a,s,r){if(n.language===a){var i=n.tokenStack=[];n.code=n.code.replace(s,(function(e){if("function"==typeof r&&!r(e))return e;for(var s,o=i.length;-1!==n.code.indexOf(s=t(a,o));)++o;return i[o]=e,s})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,a){if(n.language===a&&n.tokenStack){n.grammar=e.languages[a];var s=0,r=Object.keys(n.tokenStack);!function i(o){for(var l=0;l=r.length);l++){var u=o[l];if("string"==typeof u||u.content&&"string"==typeof u.content){var c=r[s],d=n.tokenStack[c],g="string"==typeof u?u:u.content,p=t(a,c),b=g.indexOf(p);if(b>-1){++s;var h=g.substring(0,b),f=new e.Token(a,e.tokenize(d,n.grammar),"language-"+a,d),m=g.substring(b+p.length),y=[];h&&y.push.apply(y,i([h])),y.push(f),m&&y.push.apply(y,i([m])),"string"==typeof u?o.splice.apply(o,[l,1].concat(y)):u.content=y}}else u.content&&i(u.content)}return o}(n.tokens)}}}})}(s),s.languages.c=s.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),s.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),s.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},s.languages.c.string],char:s.languages.c.char,comment:s.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:s.languages.c}}}}),s.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete s.languages.c.boolean,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!)\w+(?:\s*\.\s*\w+)*\b/.source.replace(//g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!)\w+/.source.replace(//g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/(?:\s*:\s*)?|:\s*/.source.replace(//g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(s),function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,(function(e,n){return"(?:"+t[+n]+")"}))}function n(e,n,a){return RegExp(t(e,n),a||"")}function a(e,t){for(var n=0;n>/g,(function(){return"(?:"+e+")"}));return e.replace(/<>/g,"[^\\s\\S]")}var s="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",r="class enum interface record struct",i="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",o="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function l(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var u=l(r),c=RegExp(l(s+" "+r+" "+i+" "+o)),d=l(r+" "+i+" "+o),g=l(s+" "+r+" "+o),p=a(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source,2),b=a(/\((?:[^()]|<>)*\)/.source,2),h=/@?\b[A-Za-z_]\w*\b/.source,f=t(/<<0>>(?:\s*<<1>>)?/.source,[h,p]),m=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[d,f]),y=/\[\s*(?:,\s*)*\]/.source,w=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[m,y]),k=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[p,b,y]),v=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[k]),_=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[v,m,y]),x={keyword:c,punctuation:/[<>()?,.:[\]]/},F=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,A=/"(?:\\.|[^\\"\r\n])*"/.source,S=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:n(/(^|[^$\\])<<0>>/.source,[S]),lookbehind:!0,greedy:!0},{pattern:n(/(^|[^@$\\])<<0>>/.source,[A]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:n(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[m]),lookbehind:!0,inside:x},{pattern:n(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[h,_]),lookbehind:!0,inside:x},{pattern:n(/(\busing\s+)<<0>>(?=\s*=)/.source,[h]),lookbehind:!0},{pattern:n(/(\b<<0>>\s+)<<1>>/.source,[u,f]),lookbehind:!0,inside:x},{pattern:n(/(\bcatch\s*\(\s*)<<0>>/.source,[m]),lookbehind:!0,inside:x},{pattern:n(/(\bwhere\s+)<<0>>/.source,[h]),lookbehind:!0},{pattern:n(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[w]),lookbehind:!0,inside:x},{pattern:n(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[_,g,h]),inside:x}],keyword:c,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:n(/([(,]\s*)<<0>>(?=\s*:)/.source,[h]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:n(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[h]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:n(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[b]),lookbehind:!0,alias:"class-name",inside:x},"return-type":{pattern:n(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[_,m]),inside:x,alias:"class-name"},"constructor-invocation":{pattern:n(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[_]),lookbehind:!0,inside:x,alias:"class-name"},"generic-method":{pattern:n(/<<0>>\s*<<1>>(?=\s*\()/.source,[h,p]),inside:{function:n(/^<<0>>/.source,[h]),generic:{pattern:RegExp(p),alias:"class-name",inside:x}}},"type-list":{pattern:n(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[u,f,h,_,c.source,b,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:n(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[f,b]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:c,"class-name":{pattern:RegExp(_),greedy:!0,inside:x},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var $=A+"|"+F,z=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[$]),E=a(t(/[^"'/()]|<<0>>|\(<>*\)/.source,[z]),2),C=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,j=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[m,E]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:n(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[C,j]),lookbehind:!0,greedy:!0,inside:{target:{pattern:n(/^<<0>>(?=\s*:)/.source,[C]),alias:"keyword"},"attribute-arguments":{pattern:n(/\(<<0>>*\)/.source,[E]),inside:e.languages.csharp},"class-name":{pattern:RegExp(m),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var B=/:[^}\r\n]+/.source,T=a(t(/[^"'/()]|<<0>>|\(<>*\)/.source,[z]),2),O=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[T,B]),P=a(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source,[$]),2),N=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[P,B]);function R(t,a){return{interpolation:{pattern:n(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:n(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[a,B]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:n(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[O]),lookbehind:!0,greedy:!0,inside:R(O,T)},{pattern:n(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[N]),lookbehind:!0,greedy:!0,inside:R(N,P)}],char:{pattern:RegExp(F),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp}(s),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(s),function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,a={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[a,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:a.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:a.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0}}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":a,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:a.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:a.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(//g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(s),s.languages.javascript=s.languages.extend("clike",{"class-name":[s.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),s.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,s.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:s.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:s.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:s.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:s.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:s.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),s.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:s.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),s.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),s.languages.markup&&(s.languages.markup.tag.addInlined("script","javascript"),s.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),s.languages.js=s.languages.javascript,s.languages.markup={comment:{pattern://,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/?[\da-f]{1,8};/i]},s.languages.markup.tag.inside["attr-value"].inside.entity=s.languages.markup.entity,s.languages.markup.doctype.inside["internal-subset"].inside=s.languages.markup,s.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(s.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^$)/i,lookbehind:!0,inside:s.languages[t]},n.cdata=/^$/i;var a={"included-cdata":{pattern://i,inside:n}};a["language-"+t]={pattern:/[\s\S]+/,inside:s.languages[t]};var r={};r[e]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:a},s.languages.insertBefore("markup","cdata",r)}}),Object.defineProperty(s.languages.markup.tag,"addAttribute",{value:function(e,t){s.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:s.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),s.languages.html=s.languages.markup,s.languages.mathml=s.languages.markup,s.languages.svg=s.languages.markup,s.languages.xml=s.languages.extend("markup",{}),s.languages.ssml=s.languages.xml,s.languages.atom=s.languages.xml,s.languages.rss=s.languages.xml,function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,n=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],a=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,s=/=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,r=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:a,operator:s,punctuation:r};var i={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},o=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:i}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:i}}];e.languages.insertBefore("php","variable",{string:o,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:o,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,number:a,operator:s,punctuation:r}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",(function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")}))}(s),s.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},s.languages.python["string-interpolation"].inside.interpolation.inside.rest=s.languages.python,s.languages.py=s.languages.python,function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===|=>|[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var t={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var n="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",a=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+n+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+a),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+a+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+n),greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:t,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+n),greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:t,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby}(s),window.Prism=a,s}(),i=e=>t=>t.options.get(e),o=i("codesample_languages"),l=i("codesample_global_prismjs"),u=e=>s.Prism&&l(e)?s.Prism:r,c=e=>t(e)&&"PRE"===e.nodeName&&-1!==e.className.indexOf("language-"),d=e=>{const t=e.selection?e.selection.getNode():null;return c(t)?n.some(t):n.none()},g=e=>{const t=(e=>o(e)||[{text:"HTML/XML",value:"markup"},{text:"JavaScript",value:"javascript"},{text:"CSS",value:"css"},{text:"PHP",value:"php"},{text:"Ruby",value:"ruby"},{text:"Python",value:"python"},{text:"Java",value:"java"},{text:"C",value:"c"},{text:"C#",value:"csharp"},{text:"C++",value:"cpp"}])(e),s=(r=t,((e,t)=>0""),(e=>e.value));var r;const i=((e,t)=>d(e).fold((()=>t),(e=>{const n=e.className.match(/language-(\w+)/);return n?n[1]:t})))(e,s),l=(e=>d(e).bind((e=>n.from(e.textContent))).getOr(""))(e);e.windowManager.open({title:"Insert/Edit Code Sample",size:"large",body:{type:"panel",items:[{type:"selectbox",name:"language",label:"Language",items:t},{type:"textarea",name:"code",label:"Code view"}]},buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],initialData:{language:i,code:l},onSubmit:t=>{const n=t.getData();((e,t,n)=>{const s=e.dom;e.undoManager.transact((()=>{const r=d(e);return n=a.DOM.encode(n),r.fold((()=>{e.insertContent(''+n+"
");const a=s.select("#__new")[0];s.setAttrib(a,"id",null),e.selection.select(a)}),(a=>{s.setAttrib(a,"class","language-"+t),a.innerHTML=n,u(e).highlightElement(a),e.selection.select(a)}))}))})(e,n.language,n.code),t.close()}})},p=(b=/^\s+|\s+$/g,e=>e.replace(b,""));var b,h=tinymce.util.Tools.resolve("tinymce.util.Tools");e.add("codesample",(e=>{(e=>{const t=e.options.register;t("codesample_languages",{processor:"object[]"}),t("codesample_global_prismjs",{processor:"boolean",default:!1})})(e),(e=>{e.on("PreProcess",(t=>{const n=e.dom,a=n.select("pre[contenteditable=false]",t.node);h.each(h.grep(a,c),(e=>{const t=e.textContent;let a;for(n.setAttrib(e,"class",p(n.getAttrib(e,"class"))),n.setAttrib(e,"contentEditable",null),n.setAttrib(e,"data-mce-highlighted",null);a=e.firstChild;)e.removeChild(a);n.add(e,"code").textContent=t}))})),e.on("SetContent",(()=>{const t=e.dom,n=h.grep(t.select("pre"),(e=>c(e)&&"true"!==t.getAttrib(e,"data-mce-highlighted")));n.length&&e.undoManager.transact((()=>{h.each(n,(n=>{var a;h.each(t.select("br",n),(n=>{t.replace(e.getDoc().createTextNode("\n"),n)})),n.innerHTML=t.encode(null!==(a=n.textContent)&&void 0!==a?a:""),u(e).highlightElement(n),t.setAttrib(n,"data-mce-highlighted",!0),n.className=p(n.className)}))}))})),e.on("PreInit",(()=>{e.parser.addNodeFilter("pre",(e=>{var t;for(let n=0,a=e.length;n{const t=()=>e.execCommand("codesample");e.ui.registry.addToggleButton("codesample",{icon:"code-sample",tooltip:"Insert/edit code sample",onAction:t,onSetup:t=>{const n=()=>{t.setActive((e=>{const t=e.selection.getStart();return e.dom.is(t,'pre[class*="language-"]')})(e))};return e.on("NodeChange",n),()=>e.off("NodeChange",n)}}),e.ui.registry.addMenuItem("codesample",{text:"Code sample...",icon:"code-sample",onAction:t})})(e),(e=>{e.addCommand("codesample",(()=>{const t=e.selection.getNode();e.selection.isCollapsed()||c(t)?g(e):e.formatter.toggle("code")}))})(e),e.on("dblclick",(t=>{c(t.target)&&g(e)}))}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/directionality/index.js b/seller/public/tinymce/plugins/directionality/index.js
new file mode 100644
index 00000000..e2740c3b
--- /dev/null
+++ b/seller/public/tinymce/plugins/directionality/index.js
@@ -0,0 +1,7 @@
+// Exports the "directionality" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/directionality')
+// ES2015:
+// import 'tinymce/plugins/directionality'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/directionality/plugin.js b/seller/public/tinymce/plugins/directionality/plugin.js
new file mode 100644
index 00000000..bffbd40c
--- /dev/null
+++ b/seller/public/tinymce/plugins/directionality/plugin.js
@@ -0,0 +1,384 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType$1 = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const isString = isType$1('string');
+ const isBoolean = isSimpleType('boolean');
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+ const isNumber = isSimpleType('number');
+
+ const compose1 = (fbc, fab) => a => fbc(fab(a));
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ const never = constant(false);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const map = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const each = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const filter = (xs, pred) => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ r.push(x);
+ }
+ }
+ return r;
+ };
+
+ const DOCUMENT = 9;
+ const DOCUMENT_FRAGMENT = 11;
+ const ELEMENT = 1;
+ const TEXT = 3;
+
+ const fromHtml = (html, scope) => {
+ const doc = scope || document;
+ const div = doc.createElement('div');
+ div.innerHTML = html;
+ if (!div.hasChildNodes() || div.childNodes.length > 1) {
+ const message = 'HTML does not have a single root node';
+ console.error(message, html);
+ throw new Error(message);
+ }
+ return fromDom(div.childNodes[0]);
+ };
+ const fromTag = (tag, scope) => {
+ const doc = scope || document;
+ const node = doc.createElement(tag);
+ return fromDom(node);
+ };
+ const fromText = (text, scope) => {
+ const doc = scope || document;
+ const node = doc.createTextNode(text);
+ return fromDom(node);
+ };
+ const fromDom = node => {
+ if (node === null || node === undefined) {
+ throw new Error('Node cannot be null or undefined');
+ }
+ return { dom: node };
+ };
+ const fromPoint = (docElm, x, y) => Optional.from(docElm.dom.elementFromPoint(x, y)).map(fromDom);
+ const SugarElement = {
+ fromHtml,
+ fromTag,
+ fromText,
+ fromDom,
+ fromPoint
+ };
+
+ const is = (element, selector) => {
+ const dom = element.dom;
+ if (dom.nodeType !== ELEMENT) {
+ return false;
+ } else {
+ const elem = dom;
+ if (elem.matches !== undefined) {
+ return elem.matches(selector);
+ } else if (elem.msMatchesSelector !== undefined) {
+ return elem.msMatchesSelector(selector);
+ } else if (elem.webkitMatchesSelector !== undefined) {
+ return elem.webkitMatchesSelector(selector);
+ } else if (elem.mozMatchesSelector !== undefined) {
+ return elem.mozMatchesSelector(selector);
+ } else {
+ throw new Error('Browser lacks native selectors');
+ }
+ }
+ };
+
+ typeof window !== 'undefined' ? window : Function('return this;')();
+
+ const name = element => {
+ const r = element.dom.nodeName;
+ return r.toLowerCase();
+ };
+ const type = element => element.dom.nodeType;
+ const isType = t => element => type(element) === t;
+ const isElement = isType(ELEMENT);
+ const isText = isType(TEXT);
+ const isDocument = isType(DOCUMENT);
+ const isDocumentFragment = isType(DOCUMENT_FRAGMENT);
+ const isTag = tag => e => isElement(e) && name(e) === tag;
+
+ const owner = element => SugarElement.fromDom(element.dom.ownerDocument);
+ const documentOrOwner = dos => isDocument(dos) ? dos : owner(dos);
+ const parent = element => Optional.from(element.dom.parentNode).map(SugarElement.fromDom);
+ const children$2 = element => map(element.dom.childNodes, SugarElement.fromDom);
+
+ const rawSet = (dom, key, value) => {
+ if (isString(value) || isBoolean(value) || isNumber(value)) {
+ dom.setAttribute(key, value + '');
+ } else {
+ console.error('Invalid call to Attribute.set. Key ', key, ':: Value ', value, ':: Element ', dom);
+ throw new Error('Attribute value was not simple');
+ }
+ };
+ const set = (element, key, value) => {
+ rawSet(element.dom, key, value);
+ };
+ const remove = (element, key) => {
+ element.dom.removeAttribute(key);
+ };
+
+ const isShadowRoot = dos => isDocumentFragment(dos) && isNonNullable(dos.dom.host);
+ const supported = isFunction(Element.prototype.attachShadow) && isFunction(Node.prototype.getRootNode);
+ const getRootNode = supported ? e => SugarElement.fromDom(e.dom.getRootNode()) : documentOrOwner;
+ const getShadowRoot = e => {
+ const r = getRootNode(e);
+ return isShadowRoot(r) ? Optional.some(r) : Optional.none();
+ };
+ const getShadowHost = e => SugarElement.fromDom(e.dom.host);
+
+ const inBody = element => {
+ const dom = isText(element) ? element.dom.parentNode : element.dom;
+ if (dom === undefined || dom === null || dom.ownerDocument === null) {
+ return false;
+ }
+ const doc = dom.ownerDocument;
+ return getShadowRoot(SugarElement.fromDom(dom)).fold(() => doc.body.contains(dom), compose1(inBody, getShadowHost));
+ };
+
+ const ancestor$1 = (scope, predicate, isRoot) => {
+ let element = scope.dom;
+ const stop = isFunction(isRoot) ? isRoot : never;
+ while (element.parentNode) {
+ element = element.parentNode;
+ const el = SugarElement.fromDom(element);
+ if (predicate(el)) {
+ return Optional.some(el);
+ } else if (stop(el)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+
+ const ancestor = (scope, selector, isRoot) => ancestor$1(scope, e => is(e, selector), isRoot);
+
+ const isSupported = dom => dom.style !== undefined && isFunction(dom.style.getPropertyValue);
+
+ const get = (element, property) => {
+ const dom = element.dom;
+ const styles = window.getComputedStyle(dom);
+ const r = styles.getPropertyValue(property);
+ return r === '' && !inBody(element) ? getUnsafeProperty(dom, property) : r;
+ };
+ const getUnsafeProperty = (dom, property) => isSupported(dom) ? dom.style.getPropertyValue(property) : '';
+
+ const getDirection = element => get(element, 'direction') === 'rtl' ? 'rtl' : 'ltr';
+
+ const children$1 = (scope, predicate) => filter(children$2(scope), predicate);
+
+ const children = (scope, selector) => children$1(scope, e => is(e, selector));
+
+ const getParentElement = element => parent(element).filter(isElement);
+ const getNormalizedBlock = (element, isListItem) => {
+ const normalizedElement = isListItem ? ancestor(element, 'ol,ul') : Optional.some(element);
+ return normalizedElement.getOr(element);
+ };
+ const isListItem = isTag('li');
+ const setDir = (editor, dir) => {
+ const selectedBlocks = editor.selection.getSelectedBlocks();
+ if (selectedBlocks.length > 0) {
+ each(selectedBlocks, block => {
+ const blockElement = SugarElement.fromDom(block);
+ const isBlockElementListItem = isListItem(blockElement);
+ const normalizedBlock = getNormalizedBlock(blockElement, isBlockElementListItem);
+ const normalizedBlockParent = getParentElement(normalizedBlock);
+ normalizedBlockParent.each(parent => {
+ const parentDirection = getDirection(parent);
+ if (parentDirection !== dir) {
+ set(normalizedBlock, 'dir', dir);
+ } else if (getDirection(normalizedBlock) !== dir) {
+ remove(normalizedBlock, 'dir');
+ }
+ if (isBlockElementListItem) {
+ const listItems = children(normalizedBlock, 'li[dir]');
+ each(listItems, listItem => remove(listItem, 'dir'));
+ }
+ });
+ });
+ editor.nodeChanged();
+ }
+ };
+
+ const register$1 = editor => {
+ editor.addCommand('mceDirectionLTR', () => {
+ setDir(editor, 'ltr');
+ });
+ editor.addCommand('mceDirectionRTL', () => {
+ setDir(editor, 'rtl');
+ });
+ };
+
+ const getNodeChangeHandler = (editor, dir) => api => {
+ const nodeChangeHandler = e => {
+ const element = SugarElement.fromDom(e.element);
+ api.setActive(getDirection(element) === dir);
+ };
+ editor.on('NodeChange', nodeChangeHandler);
+ return () => editor.off('NodeChange', nodeChangeHandler);
+ };
+ const register = editor => {
+ editor.ui.registry.addToggleButton('ltr', {
+ tooltip: 'Left to right',
+ icon: 'ltr',
+ onAction: () => editor.execCommand('mceDirectionLTR'),
+ onSetup: getNodeChangeHandler(editor, 'ltr')
+ });
+ editor.ui.registry.addToggleButton('rtl', {
+ tooltip: 'Right to left',
+ icon: 'rtl',
+ onAction: () => editor.execCommand('mceDirectionRTL'),
+ onSetup: getNodeChangeHandler(editor, 'rtl')
+ });
+ };
+
+ var Plugin = () => {
+ global.add('directionality', editor => {
+ register$1(editor);
+ register(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/directionality/plugin.min.js b/seller/public/tinymce/plugins/directionality/plugin.min.js
new file mode 100644
index 00000000..ee3a4503
--- /dev/null
+++ b/seller/public/tinymce/plugins/directionality/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const e=t=>e=>typeof e===t,o=t=>"string"===(t=>{const e=typeof t;return null===t?"null":"object"===e&&Array.isArray(t)?"array":"object"===e&&(o=r=t,(n=String).prototype.isPrototypeOf(o)||(null===(i=r.constructor)||void 0===i?void 0:i.name)===n.name)?"string":e;var o,r,n,i})(t),r=e("boolean"),n=t=>!(t=>null==t)(t),i=e("function"),s=e("number"),l=(!1,()=>false);class a{constructor(t,e){this.tag=t,this.value=e}static some(t){return new a(!0,t)}static none(){return a.singletonNone}fold(t,e){return this.tag?e(this.value):t()}isSome(){return this.tag}isNone(){return!this.tag}map(t){return this.tag?a.some(t(this.value)):a.none()}bind(t){return this.tag?t(this.value):a.none()}exists(t){return this.tag&&t(this.value)}forall(t){return!this.tag||t(this.value)}filter(t){return!this.tag||t(this.value)?this:a.none()}getOr(t){return this.tag?this.value:t}or(t){return this.tag?this:t}getOrThunk(t){return this.tag?this.value:t()}orThunk(t){return this.tag?this:t()}getOrDie(t){if(this.tag)return this.value;throw new Error(null!=t?t:"Called getOrDie on None")}static from(t){return n(t)?a.some(t):a.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(t){this.tag&&t(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}a.singletonNone=new a(!1);const u=(t,e)=>{for(let o=0,r=t.length;o{if(null==t)throw new Error("Node cannot be null or undefined");return{dom:t}},d=c,h=(t,e)=>{const o=t.dom;if(1!==o.nodeType)return!1;{const t=o;if(void 0!==t.matches)return t.matches(e);if(void 0!==t.msMatchesSelector)return t.msMatchesSelector(e);if(void 0!==t.webkitMatchesSelector)return t.webkitMatchesSelector(e);if(void 0!==t.mozMatchesSelector)return t.mozMatchesSelector(e);throw new Error("Browser lacks native selectors")}};"undefined"!=typeof window?window:Function("return this;")();const m=t=>e=>(t=>t.dom.nodeType)(e)===t,g=m(1),f=m(3),v=m(9),p=m(11),y=(t,e)=>{t.dom.removeAttribute(e)},w=i(Element.prototype.attachShadow)&&i(Node.prototype.getRootNode)?t=>d(t.dom.getRootNode()):t=>v(t)?t:d(t.dom.ownerDocument),N=t=>d(t.dom.host),b=t=>{const e=f(t)?t.dom.parentNode:t.dom;if(null==e||null===e.ownerDocument)return!1;const o=e.ownerDocument;return(t=>{const e=w(t);return p(o=e)&&n(o.dom.host)?a.some(e):a.none();var o})(d(e)).fold((()=>o.body.contains(e)),(r=b,i=N,t=>r(i(t))));var r,i},S=t=>"rtl"===((t,e)=>{const o=t.dom,r=window.getComputedStyle(o).getPropertyValue(e);return""!==r||b(t)?r:((t,e)=>(t=>void 0!==t.style&&i(t.style.getPropertyValue))(t)?t.style.getPropertyValue(e):"")(o,e)})(t,"direction")?"rtl":"ltr",A=(t,e)=>((t,o)=>((t,e)=>{const o=[];for(let r=0,n=t.length;r{const o=t.length,r=new Array(o);for(let n=0;nh(t,e))))(t),T=("li",t=>g(t)&&"li"===t.dom.nodeName.toLowerCase());const C=(t,e)=>{const n=t.selection.getSelectedBlocks();n.length>0&&(u(n,(t=>{const n=d(t),c=T(n),m=((t,e)=>{return(e?(o=t,r="ol,ul",((t,e,o)=>{let n=t.dom;const s=i(o)?o:l;for(;n.parentNode;){n=n.parentNode;const t=d(n);if(h(t,r))return a.some(t);if(s(t))break}return a.none()})(o,0,n)):a.some(t)).getOr(t);var o,r,n})(n,c);var f;(f=m,(t=>a.from(t.dom.parentNode).map(d))(f).filter(g)).each((t=>{if(S(t)!==e?((t,e,n)=>{((t,e,n)=>{if(!(o(n)||r(n)||s(n)))throw console.error("Invalid call to Attribute.set. Key ",e,":: Value ",n,":: Element ",t),new Error("Attribute value was not simple");t.setAttribute(e,n+"")})(t.dom,e,n)})(m,"dir",e):S(m)!==e&&y(m,"dir"),c){const t=A(m,"li[dir]");u(t,(t=>y(t,"dir")))}}))})),t.nodeChanged())},D=(t,e)=>o=>{const r=t=>{const r=d(t.element);o.setActive(S(r)===e)};return t.on("NodeChange",r),()=>t.off("NodeChange",r)};t.add("directionality",(t=>{(t=>{t.addCommand("mceDirectionLTR",(()=>{C(t,"ltr")})),t.addCommand("mceDirectionRTL",(()=>{C(t,"rtl")}))})(t),(t=>{t.ui.registry.addToggleButton("ltr",{tooltip:"Left to right",icon:"ltr",onAction:()=>t.execCommand("mceDirectionLTR"),onSetup:D(t,"ltr")}),t.ui.registry.addToggleButton("rtl",{tooltip:"Right to left",icon:"rtl",onAction:()=>t.execCommand("mceDirectionRTL"),onSetup:D(t,"rtl")})})(t)}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/emoticons/index.js b/seller/public/tinymce/plugins/emoticons/index.js
new file mode 100644
index 00000000..7a973798
--- /dev/null
+++ b/seller/public/tinymce/plugins/emoticons/index.js
@@ -0,0 +1,7 @@
+// Exports the "emoticons" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/emoticons')
+// ES2015:
+// import 'tinymce/plugins/emoticons'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/emoticons/js/emojiimages.js b/seller/public/tinymce/plugins/emoticons/js/emojiimages.js
new file mode 100644
index 00000000..6fcec717
--- /dev/null
+++ b/seller/public/tinymce/plugins/emoticons/js/emojiimages.js
@@ -0,0 +1 @@
+window.tinymce.Resource.add("tinymce.plugins.emoticons",{100:{keywords:["score","perfect","numbers","century","exam","quiz","test","pass","hundred"],char:'',fitzpatrick_scale:false,category:"symbols"},1234:{keywords:["numbers","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},grinning:{keywords:["face","smile","happy","joy",":D","grin"],char:'',fitzpatrick_scale:false,category:"people"},grimacing:{keywords:["face","grimace","teeth"],char:'',fitzpatrick_scale:false,category:"people"},grin:{keywords:["face","happy","smile","joy","kawaii"],char:'',fitzpatrick_scale:false,category:"people"},joy:{keywords:["face","cry","tears","weep","happy","happytears","haha"],char:'',fitzpatrick_scale:false,category:"people"},rofl:{keywords:["face","rolling","floor","laughing","lol","haha"],char:'',fitzpatrick_scale:false,category:"people"},partying:{keywords:["face","celebration","woohoo"],char:'',fitzpatrick_scale:false,category:"people"},smiley:{keywords:["face","happy","joy","haha",":D",":)","smile","funny"],char:'',fitzpatrick_scale:false,category:"people"},smile:{keywords:["face","happy","joy","funny","haha","laugh","like",":D",":)"],char:'',fitzpatrick_scale:false,category:"people"},sweat_smile:{keywords:["face","hot","happy","laugh","sweat","smile","relief"],char:'',fitzpatrick_scale:false,category:"people"},laughing:{keywords:["happy","joy","lol","satisfied","haha","face","glad","XD","laugh"],char:'',fitzpatrick_scale:false,category:"people"},innocent:{keywords:["face","angel","heaven","halo"],char:'',fitzpatrick_scale:false,category:"people"},wink:{keywords:["face","happy","mischievous","secret",";)","smile","eye"],char:'',fitzpatrick_scale:false,category:"people"},blush:{keywords:["face","smile","happy","flushed","crush","embarrassed","shy","joy"],char:'',fitzpatrick_scale:false,category:"people"},slightly_smiling_face:{keywords:["face","smile"],char:'',fitzpatrick_scale:false,category:"people"},upside_down_face:{keywords:["face","flipped","silly","smile"],char:'',fitzpatrick_scale:false,category:"people"},relaxed:{keywords:["face","blush","massage","happiness"],char:'',fitzpatrick_scale:false,category:"people"},yum:{keywords:["happy","joy","tongue","smile","face","silly","yummy","nom","delicious","savouring"],char:'',fitzpatrick_scale:false,category:"people"},relieved:{keywords:["face","relaxed","phew","massage","happiness"],char:'',fitzpatrick_scale:false,category:"people"},heart_eyes:{keywords:["face","love","like","affection","valentines","infatuation","crush","heart"],char:'',fitzpatrick_scale:false,category:"people"},smiling_face_with_three_hearts:{keywords:["face","love","like","affection","valentines","infatuation","crush","hearts","adore"],char:'',fitzpatrick_scale:false,category:"people"},kissing_heart:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:false,category:"people"},kissing:{keywords:["love","like","face","3","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:false,category:"people"},kissing_smiling_eyes:{keywords:["face","affection","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:false,category:"people"},kissing_closed_eyes:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:false,category:"people"},stuck_out_tongue_winking_eye:{keywords:["face","prank","childish","playful","mischievous","smile","wink","tongue"],char:'',fitzpatrick_scale:false,category:"people"},zany:{keywords:["face","goofy","crazy"],char:'',fitzpatrick_scale:false,category:"people"},raised_eyebrow:{keywords:["face","distrust","scepticism","disapproval","disbelief","surprise"],char:'',fitzpatrick_scale:false,category:"people"},monocle:{keywords:["face","stuffy","wealthy"],char:'',fitzpatrick_scale:false,category:"people"},stuck_out_tongue_closed_eyes:{keywords:["face","prank","playful","mischievous","smile","tongue"],char:'',fitzpatrick_scale:false,category:"people"},stuck_out_tongue:{keywords:["face","prank","childish","playful","mischievous","smile","tongue"],char:'',fitzpatrick_scale:false,category:"people"},money_mouth_face:{keywords:["face","rich","dollar","money"],char:'',fitzpatrick_scale:false,category:"people"},nerd_face:{keywords:["face","nerdy","geek","dork"],char:'',fitzpatrick_scale:false,category:"people"},sunglasses:{keywords:["face","cool","smile","summer","beach","sunglass"],char:'',fitzpatrick_scale:false,category:"people"},star_struck:{keywords:["face","smile","starry","eyes","grinning"],char:'',fitzpatrick_scale:false,category:"people"},clown_face:{keywords:["face"],char:'',fitzpatrick_scale:false,category:"people"},cowboy_hat_face:{keywords:["face","cowgirl","hat"],char:'',fitzpatrick_scale:false,category:"people"},hugs:{keywords:["face","smile","hug"],char:'',fitzpatrick_scale:false,category:"people"},smirk:{keywords:["face","smile","mean","prank","smug","sarcasm"],char:'',fitzpatrick_scale:false,category:"people"},no_mouth:{keywords:["face","hellokitty"],char:'',fitzpatrick_scale:false,category:"people"},neutral_face:{keywords:["indifference","meh",":|","neutral"],char:'',fitzpatrick_scale:false,category:"people"},expressionless:{keywords:["face","indifferent","-_-","meh","deadpan"],char:'',fitzpatrick_scale:false,category:"people"},unamused:{keywords:["indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","side_eye"],char:'',fitzpatrick_scale:false,category:"people"},roll_eyes:{keywords:["face","eyeroll","frustrated"],char:'',fitzpatrick_scale:false,category:"people"},thinking:{keywords:["face","hmmm","think","consider"],char:'',fitzpatrick_scale:false,category:"people"},lying_face:{keywords:["face","lie","pinocchio"],char:'',fitzpatrick_scale:false,category:"people"},hand_over_mouth:{keywords:["face","whoops","shock","surprise"],char:'',fitzpatrick_scale:false,category:"people"},shushing:{keywords:["face","quiet","shhh"],char:'',fitzpatrick_scale:false,category:"people"},symbols_over_mouth:{keywords:["face","swearing","cursing","cussing","profanity","expletive"],char:'',fitzpatrick_scale:false,category:"people"},exploding_head:{keywords:["face","shocked","mind","blown"],char:'',fitzpatrick_scale:false,category:"people"},flushed:{keywords:["face","blush","shy","flattered"],char:'',fitzpatrick_scale:false,category:"people"},disappointed:{keywords:["face","sad","upset","depressed",":("],char:'',fitzpatrick_scale:false,category:"people"},worried:{keywords:["face","concern","nervous",":("],char:'',fitzpatrick_scale:false,category:"people"},angry:{keywords:["mad","face","annoyed","frustrated"],char:'',fitzpatrick_scale:false,category:"people"},rage:{keywords:["angry","mad","hate","despise"],char:'',fitzpatrick_scale:false,category:"people"},pensive:{keywords:["face","sad","depressed","upset"],char:'',fitzpatrick_scale:false,category:"people"},confused:{keywords:["face","indifference","huh","weird","hmmm",":/"],char:'',fitzpatrick_scale:false,category:"people"},slightly_frowning_face:{keywords:["face","frowning","disappointed","sad","upset"],char:'',fitzpatrick_scale:false,category:"people"},frowning_face:{keywords:["face","sad","upset","frown"],char:'',fitzpatrick_scale:false,category:"people"},persevere:{keywords:["face","sick","no","upset","oops"],char:'',fitzpatrick_scale:false,category:"people"},confounded:{keywords:["face","confused","sick","unwell","oops",":S"],char:'',fitzpatrick_scale:false,category:"people"},tired_face:{keywords:["sick","whine","upset","frustrated"],char:'',fitzpatrick_scale:false,category:"people"},weary:{keywords:["face","tired","sleepy","sad","frustrated","upset"],char:'',fitzpatrick_scale:false,category:"people"},pleading:{keywords:["face","begging","mercy"],char:'',fitzpatrick_scale:false,category:"people"},triumph:{keywords:["face","gas","phew","proud","pride"],char:'',fitzpatrick_scale:false,category:"people"},open_mouth:{keywords:["face","surprise","impressed","wow","whoa",":O"],char:'',fitzpatrick_scale:false,category:"people"},scream:{keywords:["face","munch","scared","omg"],char:'',fitzpatrick_scale:false,category:"people"},fearful:{keywords:["face","scared","terrified","nervous","oops","huh"],char:'',fitzpatrick_scale:false,category:"people"},cold_sweat:{keywords:["face","nervous","sweat"],char:'',fitzpatrick_scale:false,category:"people"},hushed:{keywords:["face","woo","shh"],char:'',fitzpatrick_scale:false,category:"people"},frowning:{keywords:["face","aw","what"],char:'',fitzpatrick_scale:false,category:"people"},anguished:{keywords:["face","stunned","nervous"],char:'',fitzpatrick_scale:false,category:"people"},cry:{keywords:["face","tears","sad","depressed","upset",":'("],char:'',fitzpatrick_scale:false,category:"people"},disappointed_relieved:{keywords:["face","phew","sweat","nervous"],char:'',fitzpatrick_scale:false,category:"people"},drooling_face:{keywords:["face"],char:'',fitzpatrick_scale:false,category:"people"},sleepy:{keywords:["face","tired","rest","nap"],char:'',fitzpatrick_scale:false,category:"people"},sweat:{keywords:["face","hot","sad","tired","exercise"],char:'',fitzpatrick_scale:false,category:"people"},hot:{keywords:["face","feverish","heat","red","sweating"],char:'',fitzpatrick_scale:false,category:"people"},cold:{keywords:["face","blue","freezing","frozen","frostbite","icicles"],char:'',fitzpatrick_scale:false,category:"people"},sob:{keywords:["face","cry","tears","sad","upset","depressed"],char:'',fitzpatrick_scale:false,category:"people"},dizzy_face:{keywords:["spent","unconscious","xox","dizzy"],char:'',fitzpatrick_scale:false,category:"people"},astonished:{keywords:["face","xox","surprised","poisoned"],char:'',fitzpatrick_scale:false,category:"people"},zipper_mouth_face:{keywords:["face","sealed","zipper","secret"],char:'',fitzpatrick_scale:false,category:"people"},nauseated_face:{keywords:["face","vomit","gross","green","sick","throw up","ill"],char:'',fitzpatrick_scale:false,category:"people"},sneezing_face:{keywords:["face","gesundheit","sneeze","sick","allergy"],char:'',fitzpatrick_scale:false,category:"people"},vomiting:{keywords:["face","sick"],char:'',fitzpatrick_scale:false,category:"people"},mask:{keywords:["face","sick","ill","disease"],char:'',fitzpatrick_scale:false,category:"people"},face_with_thermometer:{keywords:["sick","temperature","thermometer","cold","fever"],char:'',fitzpatrick_scale:false,category:"people"},face_with_head_bandage:{keywords:["injured","clumsy","bandage","hurt"],char:'',fitzpatrick_scale:false,category:"people"},woozy:{keywords:["face","dizzy","intoxicated","tipsy","wavy"],char:'',fitzpatrick_scale:false,category:"people"},sleeping:{keywords:["face","tired","sleepy","night","zzz"],char:'',fitzpatrick_scale:false,category:"people"},zzz:{keywords:["sleepy","tired","dream"],char:'',fitzpatrick_scale:false,category:"people"},poop:{keywords:["hankey","shitface","fail","turd","shit"],char:'',fitzpatrick_scale:false,category:"people"},smiling_imp:{keywords:["devil","horns"],char:'',fitzpatrick_scale:false,category:"people"},imp:{keywords:["devil","angry","horns"],char:'',fitzpatrick_scale:false,category:"people"},japanese_ogre:{keywords:["monster","red","mask","halloween","scary","creepy","devil","demon","japanese","ogre"],char:'',fitzpatrick_scale:false,category:"people"},japanese_goblin:{keywords:["red","evil","mask","monster","scary","creepy","japanese","goblin"],char:'',fitzpatrick_scale:false,category:"people"},skull:{keywords:["dead","skeleton","creepy","death"],char:'',fitzpatrick_scale:false,category:"people"},ghost:{keywords:["halloween","spooky","scary"],char:'',fitzpatrick_scale:false,category:"people"},alien:{keywords:["UFO","paul","weird","outer_space"],char:'',fitzpatrick_scale:false,category:"people"},robot:{keywords:["computer","machine","bot"],char:'',fitzpatrick_scale:false,category:"people"},smiley_cat:{keywords:["animal","cats","happy","smile"],char:'',fitzpatrick_scale:false,category:"people"},smile_cat:{keywords:["animal","cats","smile"],char:'',fitzpatrick_scale:false,category:"people"},joy_cat:{keywords:["animal","cats","haha","happy","tears"],char:'',fitzpatrick_scale:false,category:"people"},heart_eyes_cat:{keywords:["animal","love","like","affection","cats","valentines","heart"],char:'',fitzpatrick_scale:false,category:"people"},smirk_cat:{keywords:["animal","cats","smirk"],char:'',fitzpatrick_scale:false,category:"people"},kissing_cat:{keywords:["animal","cats","kiss"],char:'',fitzpatrick_scale:false,category:"people"},scream_cat:{keywords:["animal","cats","munch","scared","scream"],char:'',fitzpatrick_scale:false,category:"people"},crying_cat_face:{keywords:["animal","tears","weep","sad","cats","upset","cry"],char:'',fitzpatrick_scale:false,category:"people"},pouting_cat:{keywords:["animal","cats"],char:'',fitzpatrick_scale:false,category:"people"},palms_up:{keywords:["hands","gesture","cupped","prayer"],char:'',fitzpatrick_scale:true,category:"people"},raised_hands:{keywords:["gesture","hooray","yea","celebration","hands"],char:'',fitzpatrick_scale:true,category:"people"},clap:{keywords:["hands","praise","applause","congrats","yay"],char:'',fitzpatrick_scale:true,category:"people"},wave:{keywords:["hands","gesture","goodbye","solong","farewell","hello","hi","palm"],char:'',fitzpatrick_scale:true,category:"people"},call_me_hand:{keywords:["hands","gesture"],char:'',fitzpatrick_scale:true,category:"people"},"+1":{keywords:["thumbsup","yes","awesome","good","agree","accept","cool","hand","like"],char:'',fitzpatrick_scale:true,category:"people"},"-1":{keywords:["thumbsdown","no","dislike","hand"],char:'',fitzpatrick_scale:true,category:"people"},facepunch:{keywords:["angry","violence","fist","hit","attack","hand"],char:'',fitzpatrick_scale:true,category:"people"},fist:{keywords:["fingers","hand","grasp"],char:'',fitzpatrick_scale:true,category:"people"},fist_left:{keywords:["hand","fistbump"],char:'',fitzpatrick_scale:true,category:"people"},fist_right:{keywords:["hand","fistbump"],char:'',fitzpatrick_scale:true,category:"people"},v:{keywords:["fingers","ohyeah","hand","peace","victory","two"],char:'',fitzpatrick_scale:true,category:"people"},ok_hand:{keywords:["fingers","limbs","perfect","ok","okay"],char:'',fitzpatrick_scale:true,category:"people"},raised_hand:{keywords:["fingers","stop","highfive","palm","ban"],char:'',fitzpatrick_scale:true,category:"people"},raised_back_of_hand:{keywords:["fingers","raised","backhand"],char:'',fitzpatrick_scale:true,category:"people"},open_hands:{keywords:["fingers","butterfly","hands","open"],char:'',fitzpatrick_scale:true,category:"people"},muscle:{keywords:["arm","flex","hand","summer","strong","biceps"],char:'',fitzpatrick_scale:true,category:"people"},pray:{keywords:["please","hope","wish","namaste","highfive"],char:'',fitzpatrick_scale:true,category:"people"},foot:{keywords:["kick","stomp"],char:'',fitzpatrick_scale:true,category:"people"},leg:{keywords:["kick","limb"],char:'',fitzpatrick_scale:true,category:"people"},handshake:{keywords:["agreement","shake"],char:'',fitzpatrick_scale:false,category:"people"},point_up:{keywords:["hand","fingers","direction","up"],char:'',fitzpatrick_scale:true,category:"people"},point_up_2:{keywords:["fingers","hand","direction","up"],char:'',fitzpatrick_scale:true,category:"people"},point_down:{keywords:["fingers","hand","direction","down"],char:'',fitzpatrick_scale:true,category:"people"},point_left:{keywords:["direction","fingers","hand","left"],char:'',fitzpatrick_scale:true,category:"people"},point_right:{keywords:["fingers","hand","direction","right"],char:'',fitzpatrick_scale:true,category:"people"},fu:{keywords:["hand","fingers","rude","middle","flipping"],char:'',fitzpatrick_scale:true,category:"people"},raised_hand_with_fingers_splayed:{keywords:["hand","fingers","palm"],char:'',fitzpatrick_scale:true,category:"people"},love_you:{keywords:["hand","fingers","gesture"],char:'',fitzpatrick_scale:true,category:"people"},metal:{keywords:["hand","fingers","evil_eye","sign_of_horns","rock_on"],char:'',fitzpatrick_scale:true,category:"people"},crossed_fingers:{keywords:["good","lucky"],char:'',fitzpatrick_scale:true,category:"people"},vulcan_salute:{keywords:["hand","fingers","spock","star trek"],char:'',fitzpatrick_scale:true,category:"people"},writing_hand:{keywords:["lower_left_ballpoint_pen","stationery","write","compose"],char:'',fitzpatrick_scale:true,category:"people"},selfie:{keywords:["camera","phone"],char:'',fitzpatrick_scale:true,category:"people"},nail_care:{keywords:["beauty","manicure","finger","fashion","nail"],char:'',fitzpatrick_scale:true,category:"people"},lips:{keywords:["mouth","kiss"],char:'',fitzpatrick_scale:false,category:"people"},tooth:{keywords:["teeth","dentist"],char:'',fitzpatrick_scale:false,category:"people"},tongue:{keywords:["mouth","playful"],char:'',fitzpatrick_scale:false,category:"people"},ear:{keywords:["face","hear","sound","listen"],char:'',fitzpatrick_scale:true,category:"people"},nose:{keywords:["smell","sniff"],char:'',fitzpatrick_scale:true,category:"people"},eye:{keywords:["face","look","see","watch","stare"],char:'',fitzpatrick_scale:false,category:"people"},eyes:{keywords:["look","watch","stalk","peek","see"],char:'',fitzpatrick_scale:false,category:"people"},brain:{keywords:["smart","intelligent"],char:'',fitzpatrick_scale:false,category:"people"},bust_in_silhouette:{keywords:["user","person","human"],char:'',fitzpatrick_scale:false,category:"people"},busts_in_silhouette:{keywords:["user","person","human","group","team"],char:'',fitzpatrick_scale:false,category:"people"},speaking_head:{keywords:["user","person","human","sing","say","talk"],char:'',fitzpatrick_scale:false,category:"people"},baby:{keywords:["child","boy","girl","toddler"],char:'',fitzpatrick_scale:true,category:"people"},child:{keywords:["gender-neutral","young"],char:'',fitzpatrick_scale:true,category:"people"},boy:{keywords:["man","male","guy","teenager"],char:'',fitzpatrick_scale:true,category:"people"},girl:{keywords:["female","woman","teenager"],char:'',fitzpatrick_scale:true,category:"people"},adult:{keywords:["gender-neutral","person"],char:'',fitzpatrick_scale:true,category:"people"},man:{keywords:["mustache","father","dad","guy","classy","sir","moustache"],char:'',fitzpatrick_scale:true,category:"people"},woman:{keywords:["female","girls","lady"],char:'',fitzpatrick_scale:true,category:"people"},blonde_woman:{keywords:["woman","female","girl","blonde","person"],char:'',fitzpatrick_scale:true,category:"people"},blonde_man:{keywords:["man","male","boy","blonde","guy","person"],char:'',fitzpatrick_scale:true,category:"people"},bearded_person:{keywords:["person","bewhiskered"],char:'',fitzpatrick_scale:true,category:"people"},older_adult:{keywords:["human","elder","senior","gender-neutral"],char:'',fitzpatrick_scale:true,category:"people"},older_man:{keywords:["human","male","men","old","elder","senior"],char:'',fitzpatrick_scale:true,category:"people"},older_woman:{keywords:["human","female","women","lady","old","elder","senior"],char:'',fitzpatrick_scale:true,category:"people"},man_with_gua_pi_mao:{keywords:["male","boy","chinese"],char:'',fitzpatrick_scale:true,category:"people"},woman_with_headscarf:{keywords:["female","hijab","mantilla","tichel"],char:'',fitzpatrick_scale:true,category:"people"},woman_with_turban:{keywords:["female","indian","hinduism","arabs","woman"],char:'',fitzpatrick_scale:true,category:"people"},man_with_turban:{keywords:["male","indian","hinduism","arabs"],char:'',fitzpatrick_scale:true,category:"people"},policewoman:{keywords:["woman","police","law","legal","enforcement","arrest","911","female"],char:'',fitzpatrick_scale:true,category:"people"},policeman:{keywords:["man","police","law","legal","enforcement","arrest","911"],char:'',fitzpatrick_scale:true,category:"people"},construction_worker_woman:{keywords:["female","human","wip","build","construction","worker","labor","woman"],char:'',fitzpatrick_scale:true,category:"people"},construction_worker_man:{keywords:["male","human","wip","guy","build","construction","worker","labor"],char:'',fitzpatrick_scale:true,category:"people"},guardswoman:{keywords:["uk","gb","british","female","royal","woman"],char:'',fitzpatrick_scale:true,category:"people"},guardsman:{keywords:["uk","gb","british","male","guy","royal"],char:'',fitzpatrick_scale:true,category:"people"},female_detective:{keywords:["human","spy","detective","female","woman"],char:'',fitzpatrick_scale:true,category:"people"},male_detective:{keywords:["human","spy","detective"],char:'',fitzpatrick_scale:true,category:"people"},woman_health_worker:{keywords:["doctor","nurse","therapist","healthcare","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_health_worker:{keywords:["doctor","nurse","therapist","healthcare","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_farmer:{keywords:["rancher","gardener","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_farmer:{keywords:["rancher","gardener","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_cook:{keywords:["chef","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_cook:{keywords:["chef","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_student:{keywords:["graduate","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_student:{keywords:["graduate","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_singer:{keywords:["rockstar","entertainer","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_singer:{keywords:["rockstar","entertainer","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_teacher:{keywords:["instructor","professor","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_teacher:{keywords:["instructor","professor","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_factory_worker:{keywords:["assembly","industrial","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_factory_worker:{keywords:["assembly","industrial","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_technologist:{keywords:["coder","developer","engineer","programmer","software","woman","human","laptop","computer"],char:'',fitzpatrick_scale:true,category:"people"},man_technologist:{keywords:["coder","developer","engineer","programmer","software","man","human","laptop","computer"],char:'',fitzpatrick_scale:true,category:"people"},woman_office_worker:{keywords:["business","manager","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_office_worker:{keywords:["business","manager","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_mechanic:{keywords:["plumber","woman","human","wrench"],char:'',fitzpatrick_scale:true,category:"people"},man_mechanic:{keywords:["plumber","man","human","wrench"],char:'',fitzpatrick_scale:true,category:"people"},woman_scientist:{keywords:["biologist","chemist","engineer","physicist","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_scientist:{keywords:["biologist","chemist","engineer","physicist","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_artist:{keywords:["painter","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_artist:{keywords:["painter","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_firefighter:{keywords:["fireman","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_firefighter:{keywords:["fireman","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_pilot:{keywords:["aviator","plane","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_pilot:{keywords:["aviator","plane","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_astronaut:{keywords:["space","rocket","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_astronaut:{keywords:["space","rocket","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_judge:{keywords:["justice","court","woman","human"],char:'',fitzpatrick_scale:true,category:"people"},man_judge:{keywords:["justice","court","man","human"],char:'',fitzpatrick_scale:true,category:"people"},woman_superhero:{keywords:["woman","female","good","heroine","superpowers"],char:'',fitzpatrick_scale:true,category:"people"},man_superhero:{keywords:["man","male","good","hero","superpowers"],char:'',fitzpatrick_scale:true,category:"people"},woman_supervillain:{keywords:["woman","female","evil","bad","criminal","heroine","superpowers"],char:'',fitzpatrick_scale:true,category:"people"},man_supervillain:{keywords:["man","male","evil","bad","criminal","hero","superpowers"],char:'',fitzpatrick_scale:true,category:"people"},mrs_claus:{keywords:["woman","female","xmas","mother christmas"],char:'',fitzpatrick_scale:true,category:"people"},santa:{keywords:["festival","man","male","xmas","father christmas"],char:'',fitzpatrick_scale:true,category:"people"},sorceress:{keywords:["woman","female","mage","witch"],char:'',fitzpatrick_scale:true,category:"people"},wizard:{keywords:["man","male","mage","sorcerer"],char:'',fitzpatrick_scale:true,category:"people"},woman_elf:{keywords:["woman","female"],char:'',fitzpatrick_scale:true,category:"people"},man_elf:{keywords:["man","male"],char:'',fitzpatrick_scale:true,category:"people"},woman_vampire:{keywords:["woman","female"],char:'',fitzpatrick_scale:true,category:"people"},man_vampire:{keywords:["man","male","dracula"],char:'',fitzpatrick_scale:true,category:"people"},woman_zombie:{keywords:["woman","female","undead","walking dead"],char:'',fitzpatrick_scale:false,category:"people"},man_zombie:{keywords:["man","male","dracula","undead","walking dead"],char:'',fitzpatrick_scale:false,category:"people"},woman_genie:{keywords:["woman","female"],char:'',fitzpatrick_scale:false,category:"people"},man_genie:{keywords:["man","male"],char:'',fitzpatrick_scale:false,category:"people"},mermaid:{keywords:["woman","female","merwoman","ariel"],char:'',fitzpatrick_scale:true,category:"people"},merman:{keywords:["man","male","triton"],char:'',fitzpatrick_scale:true,category:"people"},woman_fairy:{keywords:["woman","female"],char:'',fitzpatrick_scale:true,category:"people"},man_fairy:{keywords:["man","male"],char:'',fitzpatrick_scale:true,category:"people"},angel:{keywords:["heaven","wings","halo"],char:'',fitzpatrick_scale:true,category:"people"},pregnant_woman:{keywords:["baby"],char:'',fitzpatrick_scale:true,category:"people"},breastfeeding:{keywords:["nursing","baby"],char:'',fitzpatrick_scale:true,category:"people"},princess:{keywords:["girl","woman","female","blond","crown","royal","queen"],char:'',fitzpatrick_scale:true,category:"people"},prince:{keywords:["boy","man","male","crown","royal","king"],char:'',fitzpatrick_scale:true,category:"people"},bride_with_veil:{keywords:["couple","marriage","wedding","woman","bride"],char:'',fitzpatrick_scale:true,category:"people"},man_in_tuxedo:{keywords:["couple","marriage","wedding","groom"],char:'',fitzpatrick_scale:true,category:"people"},running_woman:{keywords:["woman","walking","exercise","race","running","female"],char:'',fitzpatrick_scale:true,category:"people"},running_man:{keywords:["man","walking","exercise","race","running"],char:'',fitzpatrick_scale:true,category:"people"},walking_woman:{keywords:["human","feet","steps","woman","female"],char:'',fitzpatrick_scale:true,category:"people"},walking_man:{keywords:["human","feet","steps"],char:'',fitzpatrick_scale:true,category:"people"},dancer:{keywords:["female","girl","woman","fun"],char:'',fitzpatrick_scale:true,category:"people"},man_dancing:{keywords:["male","boy","fun","dancer"],char:'',fitzpatrick_scale:true,category:"people"},dancing_women:{keywords:["female","bunny","women","girls"],char:'',fitzpatrick_scale:false,category:"people"},dancing_men:{keywords:["male","bunny","men","boys"],char:'',fitzpatrick_scale:false,category:"people"},couple:{keywords:["pair","people","human","love","date","dating","like","affection","valentines","marriage"],char:'',fitzpatrick_scale:false,category:"people"},two_men_holding_hands:{keywords:["pair","couple","love","like","bromance","friendship","people","human"],char:'',fitzpatrick_scale:false,category:"people"},two_women_holding_hands:{keywords:["pair","friendship","couple","love","like","female","people","human"],char:'',fitzpatrick_scale:false,category:"people"},bowing_woman:{keywords:["woman","female","girl"],char:'',fitzpatrick_scale:true,category:"people"},bowing_man:{keywords:["man","male","boy"],char:'',fitzpatrick_scale:true,category:"people"},man_facepalming:{keywords:["man","male","boy","disbelief"],char:'',fitzpatrick_scale:true,category:"people"},woman_facepalming:{keywords:["woman","female","girl","disbelief"],char:'',fitzpatrick_scale:true,category:"people"},woman_shrugging:{keywords:["woman","female","girl","confused","indifferent","doubt"],char:'',fitzpatrick_scale:true,category:"people"},man_shrugging:{keywords:["man","male","boy","confused","indifferent","doubt"],char:'',fitzpatrick_scale:true,category:"people"},tipping_hand_woman:{keywords:["female","girl","woman","human","information"],char:'',fitzpatrick_scale:true,category:"people"},tipping_hand_man:{keywords:["male","boy","man","human","information"],char:'',fitzpatrick_scale:true,category:"people"},no_good_woman:{keywords:["female","girl","woman","nope"],char:'',fitzpatrick_scale:true,category:"people"},no_good_man:{keywords:["male","boy","man","nope"],char:'',fitzpatrick_scale:true,category:"people"},ok_woman:{keywords:["women","girl","female","pink","human","woman"],char:'',fitzpatrick_scale:true,category:"people"},ok_man:{keywords:["men","boy","male","blue","human","man"],char:'',fitzpatrick_scale:true,category:"people"},raising_hand_woman:{keywords:["female","girl","woman"],char:'',fitzpatrick_scale:true,category:"people"},raising_hand_man:{keywords:["male","boy","man"],char:'',fitzpatrick_scale:true,category:"people"},pouting_woman:{keywords:["female","girl","woman"],char:'',fitzpatrick_scale:true,category:"people"},pouting_man:{keywords:["male","boy","man"],char:'',fitzpatrick_scale:true,category:"people"},frowning_woman:{keywords:["female","girl","woman","sad","depressed","discouraged","unhappy"],char:'',fitzpatrick_scale:true,category:"people"},frowning_man:{keywords:["male","boy","man","sad","depressed","discouraged","unhappy"],char:'',fitzpatrick_scale:true,category:"people"},haircut_woman:{keywords:["female","girl","woman"],char:'',fitzpatrick_scale:true,category:"people"},haircut_man:{keywords:["male","boy","man"],char:'',fitzpatrick_scale:true,category:"people"},massage_woman:{keywords:["female","girl","woman","head"],char:'',fitzpatrick_scale:true,category:"people"},massage_man:{keywords:["male","boy","man","head"],char:'',fitzpatrick_scale:true,category:"people"},woman_in_steamy_room:{keywords:["female","woman","spa","steamroom","sauna"],char:'',fitzpatrick_scale:true,category:"people"},man_in_steamy_room:{keywords:["male","man","spa","steamroom","sauna"],char:'',fitzpatrick_scale:true,category:"people"},couple_with_heart_woman_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:'',fitzpatrick_scale:false,category:"people"},couple_with_heart_woman_woman:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:'',fitzpatrick_scale:false,category:"people"},couple_with_heart_man_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:'',fitzpatrick_scale:false,category:"people"},couplekiss_man_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:'',fitzpatrick_scale:false,category:"people"},couplekiss_woman_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:'',fitzpatrick_scale:false,category:"people"},couplekiss_man_man:{keywords:["pair","valentines","love","like","dating","marriage"],char:'',fitzpatrick_scale:false,category:"people"},family_man_woman_boy:{keywords:["home","parents","child","mom","dad","father","mother","people","human"],char:'',fitzpatrick_scale:false,category:"people"},family_man_woman_girl:{keywords:["home","parents","people","human","child"],char:'',fitzpatrick_scale:false,category:"people"},family_man_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_woman_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_woman_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_man_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_man_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_man_girl_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_man_boy_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_man_girl_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_boy:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_girl:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_girl_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_boy_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_woman_girl_girl:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_boy:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:false,category:"people"},family_man_girl:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:false,category:"people"},family_man_girl_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_boy_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},family_man_girl_girl:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:false,category:"people"},yarn:{keywords:["ball","crochet","knit"],char:'',fitzpatrick_scale:false,category:"people"},thread:{keywords:["needle","sewing","spool","string"],char:'',fitzpatrick_scale:false,category:"people"},coat:{keywords:["jacket"],char:'',fitzpatrick_scale:false,category:"people"},labcoat:{keywords:["doctor","experiment","scientist","chemist"],char:'',fitzpatrick_scale:false,category:"people"},womans_clothes:{keywords:["fashion","shopping_bags","female"],char:'',fitzpatrick_scale:false,category:"people"},tshirt:{keywords:["fashion","cloth","casual","shirt","tee"],char:'',fitzpatrick_scale:false,category:"people"},jeans:{keywords:["fashion","shopping"],char:'',fitzpatrick_scale:false,category:"people"},necktie:{keywords:["shirt","suitup","formal","fashion","cloth","business"],char:'',fitzpatrick_scale:false,category:"people"},dress:{keywords:["clothes","fashion","shopping"],char:'',fitzpatrick_scale:false,category:"people"},bikini:{keywords:["swimming","female","woman","girl","fashion","beach","summer"],char:'',fitzpatrick_scale:false,category:"people"},kimono:{keywords:["dress","fashion","women","female","japanese"],char:'',fitzpatrick_scale:false,category:"people"},lipstick:{keywords:["female","girl","fashion","woman"],char:'',fitzpatrick_scale:false,category:"people"},kiss:{keywords:["face","lips","love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"people"},footprints:{keywords:["feet","tracking","walking","beach"],char:'',fitzpatrick_scale:false,category:"people"},flat_shoe:{keywords:["ballet","slip-on","slipper"],char:'',fitzpatrick_scale:false,category:"people"},high_heel:{keywords:["fashion","shoes","female","pumps","stiletto"],char:'',fitzpatrick_scale:false,category:"people"},sandal:{keywords:["shoes","fashion","flip flops"],char:'',fitzpatrick_scale:false,category:"people"},boot:{keywords:["shoes","fashion"],char:'',fitzpatrick_scale:false,category:"people"},mans_shoe:{keywords:["fashion","male"],char:'',fitzpatrick_scale:false,category:"people"},athletic_shoe:{keywords:["shoes","sports","sneakers"],char:'',fitzpatrick_scale:false,category:"people"},hiking_boot:{keywords:["backpacking","camping","hiking"],char:'',fitzpatrick_scale:false,category:"people"},socks:{keywords:["stockings","clothes"],char:'',fitzpatrick_scale:false,category:"people"},gloves:{keywords:["hands","winter","clothes"],char:'',fitzpatrick_scale:false,category:"people"},scarf:{keywords:["neck","winter","clothes"],char:'',fitzpatrick_scale:false,category:"people"},womans_hat:{keywords:["fashion","accessories","female","lady","spring"],char:'',fitzpatrick_scale:false,category:"people"},tophat:{keywords:["magic","gentleman","classy","circus"],char:'',fitzpatrick_scale:false,category:"people"},billed_hat:{keywords:["cap","baseball"],char:'',fitzpatrick_scale:false,category:"people"},rescue_worker_helmet:{keywords:["construction","build"],char:'',fitzpatrick_scale:false,category:"people"},mortar_board:{keywords:["school","college","degree","university","graduation","cap","hat","legal","learn","education"],char:'',fitzpatrick_scale:false,category:"people"},crown:{keywords:["king","kod","leader","royalty","lord"],char:'',fitzpatrick_scale:false,category:"people"},school_satchel:{keywords:["student","education","bag","backpack"],char:'',fitzpatrick_scale:false,category:"people"},luggage:{keywords:["packing","travel"],char:'',fitzpatrick_scale:false,category:"people"},pouch:{keywords:["bag","accessories","shopping"],char:'',fitzpatrick_scale:false,category:"people"},purse:{keywords:["fashion","accessories","money","sales","shopping"],char:'',fitzpatrick_scale:false,category:"people"},handbag:{keywords:["fashion","accessory","accessories","shopping"],char:'',fitzpatrick_scale:false,category:"people"},briefcase:{keywords:["business","documents","work","law","legal","job","career"],char:'',fitzpatrick_scale:false,category:"people"},eyeglasses:{keywords:["fashion","accessories","eyesight","nerdy","dork","geek"],char:'',fitzpatrick_scale:false,category:"people"},dark_sunglasses:{keywords:["face","cool","accessories"],char:'',fitzpatrick_scale:false,category:"people"},goggles:{keywords:["eyes","protection","safety"],char:'',fitzpatrick_scale:false,category:"people"},ring:{keywords:["wedding","propose","marriage","valentines","diamond","fashion","jewelry","gem","engagement"],char:'',fitzpatrick_scale:false,category:"people"},closed_umbrella:{keywords:["weather","rain","drizzle"],char:'',fitzpatrick_scale:false,category:"people"},dog:{keywords:["animal","friend","nature","woof","puppy","pet","faithful"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cat:{keywords:["animal","meow","nature","pet","kitten"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},mouse:{keywords:["animal","nature","cheese_wedge","rodent"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},hamster:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},rabbit:{keywords:["animal","nature","pet","spring","magic","bunny"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},fox_face:{keywords:["animal","nature","face"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},bear:{keywords:["animal","nature","wild"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},panda_face:{keywords:["animal","nature","panda"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},koala:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},tiger:{keywords:["animal","cat","danger","wild","nature","roar"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},lion:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cow:{keywords:["beef","ox","animal","nature","moo","milk"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},pig:{keywords:["animal","oink","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},pig_nose:{keywords:["animal","oink"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},frog:{keywords:["animal","nature","croak","toad"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},squid:{keywords:["animal","nature","ocean","sea"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},octopus:{keywords:["animal","creature","ocean","sea","nature","beach"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},shrimp:{keywords:["animal","ocean","nature","seafood"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},monkey_face:{keywords:["animal","nature","circus"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},gorilla:{keywords:["animal","nature","circus"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},see_no_evil:{keywords:["monkey","animal","nature","haha"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},hear_no_evil:{keywords:["animal","monkey","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},speak_no_evil:{keywords:["monkey","animal","nature","omg"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},monkey:{keywords:["animal","nature","banana","circus"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},chicken:{keywords:["animal","cluck","nature","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},penguin:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},bird:{keywords:["animal","nature","fly","tweet","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},baby_chick:{keywords:["animal","chicken","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},hatching_chick:{keywords:["animal","chicken","egg","born","baby","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},hatched_chick:{keywords:["animal","chicken","baby","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},duck:{keywords:["animal","nature","bird","mallard"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},eagle:{keywords:["animal","nature","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},owl:{keywords:["animal","nature","bird","hoot"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},bat:{keywords:["animal","nature","blind","vampire"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},wolf:{keywords:["animal","nature","wild"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},boar:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},horse:{keywords:["animal","brown","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},unicorn:{keywords:["animal","nature","mystical"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},honeybee:{keywords:["animal","insect","nature","bug","spring","honey"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},bug:{keywords:["animal","insect","nature","worm"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},butterfly:{keywords:["animal","insect","nature","caterpillar"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},snail:{keywords:["slow","animal","shell"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},beetle:{keywords:["animal","insect","nature","ladybug"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},ant:{keywords:["animal","insect","nature","bug"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},grasshopper:{keywords:["animal","cricket","chirp"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},spider:{keywords:["animal","arachnid"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},scorpion:{keywords:["animal","arachnid"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},crab:{keywords:["animal","crustacean"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},snake:{keywords:["animal","evil","nature","hiss","python"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},lizard:{keywords:["animal","nature","reptile"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},"t-rex":{keywords:["animal","nature","dinosaur","tyrannosaurus","extinct"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sauropod:{keywords:["animal","nature","dinosaur","brachiosaurus","brontosaurus","diplodocus","extinct"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},turtle:{keywords:["animal","slow","nature","tortoise"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},tropical_fish:{keywords:["animal","swim","ocean","beach","nemo"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},fish:{keywords:["animal","food","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},blowfish:{keywords:["animal","nature","food","sea","ocean"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dolphin:{keywords:["animal","nature","fish","sea","ocean","flipper","fins","beach"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},shark:{keywords:["animal","nature","fish","sea","ocean","jaws","fins","beach"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},whale:{keywords:["animal","nature","sea","ocean"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},whale2:{keywords:["animal","nature","sea","ocean"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},crocodile:{keywords:["animal","nature","reptile","lizard","alligator"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},leopard:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},zebra:{keywords:["animal","nature","stripes","safari"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},tiger2:{keywords:["animal","nature","roar"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},water_buffalo:{keywords:["animal","nature","ox","cow"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},ox:{keywords:["animal","cow","beef"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cow2:{keywords:["beef","ox","animal","nature","moo","milk"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},deer:{keywords:["animal","nature","horns","venison"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dromedary_camel:{keywords:["animal","hot","desert","hump"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},camel:{keywords:["animal","nature","hot","desert","hump"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},giraffe:{keywords:["animal","nature","spots","safari"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},elephant:{keywords:["animal","nature","nose","th","circus"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},rhinoceros:{keywords:["animal","nature","horn"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},goat:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},ram:{keywords:["animal","sheep","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sheep:{keywords:["animal","nature","wool","shipit"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},racehorse:{keywords:["animal","gamble","luck"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},pig2:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},rat:{keywords:["animal","mouse","rodent"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},mouse2:{keywords:["animal","nature","rodent"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},rooster:{keywords:["animal","nature","chicken"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},turkey:{keywords:["animal","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dove:{keywords:["animal","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dog2:{keywords:["animal","nature","friend","doge","pet","faithful"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},poodle:{keywords:["dog","animal","101","nature","pet"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cat2:{keywords:["animal","meow","pet","cats"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},rabbit2:{keywords:["animal","nature","pet","magic","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},chipmunk:{keywords:["animal","nature","rodent","squirrel"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},hedgehog:{keywords:["animal","nature","spiny"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},raccoon:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},llama:{keywords:["animal","nature","alpaca"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},hippopotamus:{keywords:["animal","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},kangaroo:{keywords:["animal","nature","australia","joey","hop","marsupial"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},badger:{keywords:["animal","nature","honey"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},swan:{keywords:["animal","nature","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},peacock:{keywords:["animal","nature","peahen","bird"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},parrot:{keywords:["animal","nature","bird","pirate","talk"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},lobster:{keywords:["animal","nature","bisque","claws","seafood"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},mosquito:{keywords:["animal","nature","insect","malaria"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},paw_prints:{keywords:["animal","tracking","footprints","dog","cat","pet","feet"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dragon:{keywords:["animal","myth","nature","chinese","green"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dragon_face:{keywords:["animal","myth","nature","chinese","green"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cactus:{keywords:["vegetable","plant","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},christmas_tree:{keywords:["festival","vacation","december","xmas","celebration"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},evergreen_tree:{keywords:["plant","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},deciduous_tree:{keywords:["plant","nature"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},palm_tree:{keywords:["plant","vegetable","nature","summer","beach","mojito","tropical"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},seedling:{keywords:["plant","nature","grass","lawn","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},herb:{keywords:["vegetable","plant","medicine","weed","grass","lawn"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},shamrock:{keywords:["vegetable","plant","nature","irish","clover"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},four_leaf_clover:{keywords:["vegetable","plant","nature","lucky","irish"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},bamboo:{keywords:["plant","nature","vegetable","panda","pine_decoration"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},tanabata_tree:{keywords:["plant","nature","branch","summer"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},leaves:{keywords:["nature","plant","tree","vegetable","grass","lawn","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},fallen_leaf:{keywords:["nature","plant","vegetable","leaves"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},maple_leaf:{keywords:["nature","plant","vegetable","ca","fall"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},ear_of_rice:{keywords:["nature","plant"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},hibiscus:{keywords:["plant","vegetable","flowers","beach"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sunflower:{keywords:["nature","plant","fall"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},rose:{keywords:["flowers","valentines","love","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},wilted_flower:{keywords:["plant","nature","flower"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},tulip:{keywords:["flowers","plant","nature","summer","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},blossom:{keywords:["nature","flowers","yellow"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cherry_blossom:{keywords:["nature","plant","spring","flower"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},bouquet:{keywords:["flowers","nature","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},mushroom:{keywords:["plant","vegetable"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},chestnut:{keywords:["food","squirrel"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},jack_o_lantern:{keywords:["halloween","light","pumpkin","creepy","fall"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},shell:{keywords:["nature","sea","beach"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},spider_web:{keywords:["animal","insect","arachnid","silk"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},earth_americas:{keywords:["globe","world","USA","international"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},earth_africa:{keywords:["globe","world","international"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},earth_asia:{keywords:["globe","world","east","international"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},full_moon:{keywords:["nature","yellow","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},waning_gibbous_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep","waxing_gibbous_moon"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},last_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},waning_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},new_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},waxing_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},first_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},waxing_gibbous_moon:{keywords:["nature","night","sky","gray","twilight","planet","space","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},new_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},full_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},first_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},last_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sun_with_face:{keywords:["nature","morning","sky"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},crescent_moon:{keywords:["night","sleep","sky","evening","magic"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},star:{keywords:["night","yellow"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},star2:{keywords:["night","sparkle","awesome","good","magic"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dizzy:{keywords:["star","sparkle","shoot","magic"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sparkles:{keywords:["stars","shine","shiny","cool","awesome","good","magic"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},comet:{keywords:["space"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sunny:{keywords:["weather","nature","brightness","summer","beach","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sun_behind_small_cloud:{keywords:["weather"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},partly_sunny:{keywords:["weather","nature","cloudy","morning","fall","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sun_behind_large_cloud:{keywords:["weather"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sun_behind_rain_cloud:{keywords:["weather"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cloud:{keywords:["weather","sky"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_rain:{keywords:["weather"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_lightning_and_rain:{keywords:["weather","lightning"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_lightning:{keywords:["weather","thunder"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},zap:{keywords:["thunder","weather","lightning bolt","fast"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},fire:{keywords:["hot","cook","flame"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},boom:{keywords:["bomb","explode","explosion","collision","blown"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},snowflake:{keywords:["winter","season","cold","weather","christmas","xmas"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_snow:{keywords:["weather"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},snowman:{keywords:["winter","season","cold","weather","christmas","xmas","frozen","without_snow"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},snowman_with_snow:{keywords:["winter","season","cold","weather","christmas","xmas","frozen"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},wind_face:{keywords:["gust","air"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},dash:{keywords:["wind","air","fast","shoo","fart","smoke","puff"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},tornado:{keywords:["weather","cyclone","twister"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},fog:{keywords:["weather"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},open_umbrella:{keywords:["weather","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},umbrella:{keywords:["rainy","weather","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},droplet:{keywords:["water","drip","faucet","spring"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},sweat_drops:{keywords:["water","drip","oops"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},ocean:{keywords:["sea","water","wave","nature","tsunami","disaster"],char:'',fitzpatrick_scale:false,category:"animals_and_nature"},green_apple:{keywords:["fruit","nature"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},apple:{keywords:["fruit","mac","school"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},pear:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},tangerine:{keywords:["food","fruit","nature","orange"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},lemon:{keywords:["fruit","nature"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},banana:{keywords:["fruit","food","monkey"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},watermelon:{keywords:["fruit","food","picnic","summer"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},grapes:{keywords:["fruit","food","wine"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},strawberry:{keywords:["fruit","food","nature"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},melon:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cherries:{keywords:["food","fruit"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},peach:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},pineapple:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},coconut:{keywords:["fruit","nature","food","palm"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},kiwi_fruit:{keywords:["fruit","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},mango:{keywords:["fruit","food","tropical"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},avocado:{keywords:["fruit","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},broccoli:{keywords:["fruit","food","vegetable"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},tomato:{keywords:["fruit","vegetable","nature","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},eggplant:{keywords:["vegetable","nature","food","aubergine"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cucumber:{keywords:["fruit","food","pickle"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},carrot:{keywords:["vegetable","food","orange"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},hot_pepper:{keywords:["food","spicy","chilli","chili"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},potato:{keywords:["food","tuber","vegatable","starch"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},corn:{keywords:["food","vegetable","plant"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},leafy_greens:{keywords:["food","vegetable","plant","bok choy","cabbage","kale","lettuce"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},sweet_potato:{keywords:["food","nature"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},peanuts:{keywords:["food","nut"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},honey_pot:{keywords:["bees","sweet","kitchen"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},croissant:{keywords:["food","bread","french"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},bread:{keywords:["food","wheat","breakfast","toast"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},baguette_bread:{keywords:["food","bread","french"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},bagel:{keywords:["food","bread","bakery","schmear"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},pretzel:{keywords:["food","bread","twisted"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cheese:{keywords:["food","chadder"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},egg:{keywords:["food","chicken","breakfast"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},bacon:{keywords:["food","breakfast","pork","pig","meat"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},steak:{keywords:["food","cow","meat","cut","chop","lambchop","porkchop"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},pancakes:{keywords:["food","breakfast","flapjacks","hotcakes"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},poultry_leg:{keywords:["food","meat","drumstick","bird","chicken","turkey"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},meat_on_bone:{keywords:["good","food","drumstick"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},bone:{keywords:["skeleton"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},fried_shrimp:{keywords:["food","animal","appetizer","summer"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},fried_egg:{keywords:["food","breakfast","kitchen","egg"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},hamburger:{keywords:["meat","fast food","beef","cheeseburger","mcdonalds","burger king"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},fries:{keywords:["chips","snack","fast food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},stuffed_flatbread:{keywords:["food","flatbread","stuffed","gyro"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},hotdog:{keywords:["food","frankfurter"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},pizza:{keywords:["food","party"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},sandwich:{keywords:["food","lunch","bread"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},canned_food:{keywords:["food","soup"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},spaghetti:{keywords:["food","italian","noodle"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},taco:{keywords:["food","mexican"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},burrito:{keywords:["food","mexican"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},green_salad:{keywords:["food","healthy","lettuce"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},shallow_pan_of_food:{keywords:["food","cooking","casserole","paella"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},ramen:{keywords:["food","japanese","noodle","chopsticks"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},stew:{keywords:["food","meat","soup"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},fish_cake:{keywords:["food","japan","sea","beach","narutomaki","pink","swirl","kamaboko","surimi","ramen"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},fortune_cookie:{keywords:["food","prophecy"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},sushi:{keywords:["food","fish","japanese","rice"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},bento:{keywords:["food","japanese","box"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},curry:{keywords:["food","spicy","hot","indian"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},rice_ball:{keywords:["food","japanese"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},rice:{keywords:["food","china","asian"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},rice_cracker:{keywords:["food","japanese"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},oden:{keywords:["food","japanese"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},dango:{keywords:["food","dessert","sweet","japanese","barbecue","meat"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},shaved_ice:{keywords:["hot","dessert","summer"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},ice_cream:{keywords:["food","hot","dessert"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},icecream:{keywords:["food","hot","dessert","summer"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},pie:{keywords:["food","dessert","pastry"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cake:{keywords:["food","dessert"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cupcake:{keywords:["food","dessert","bakery","sweet"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},moon_cake:{keywords:["food","autumn"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},birthday:{keywords:["food","dessert","cake"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},custard:{keywords:["dessert","food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},candy:{keywords:["snack","dessert","sweet","lolly"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},lollipop:{keywords:["food","snack","candy","sweet"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},chocolate_bar:{keywords:["food","snack","dessert","sweet"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},popcorn:{keywords:["food","movie theater","films","snack"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},dumpling:{keywords:["food","empanada","pierogi","potsticker"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},doughnut:{keywords:["food","dessert","snack","sweet","donut"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cookie:{keywords:["food","snack","oreo","chocolate","sweet","dessert"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},milk_glass:{keywords:["beverage","drink","cow"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},beer:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},beers:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},clinking_glasses:{keywords:["beverage","drink","party","alcohol","celebrate","cheers","wine","champagne","toast"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},wine_glass:{keywords:["drink","beverage","drunk","alcohol","booze"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},tumbler_glass:{keywords:["drink","beverage","drunk","alcohol","liquor","booze","bourbon","scotch","whisky","glass","shot"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cocktail:{keywords:["drink","drunk","alcohol","beverage","booze","mojito"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},tropical_drink:{keywords:["beverage","cocktail","summer","beach","alcohol","booze","mojito"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},champagne:{keywords:["drink","wine","bottle","celebration"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},sake:{keywords:["wine","drink","drunk","beverage","japanese","alcohol","booze"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},tea:{keywords:["drink","bowl","breakfast","green","british"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},cup_with_straw:{keywords:["drink","soda"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},coffee:{keywords:["beverage","caffeine","latte","espresso"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},baby_bottle:{keywords:["food","container","milk"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},salt:{keywords:["condiment","shaker"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},spoon:{keywords:["cutlery","kitchen","tableware"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},fork_and_knife:{keywords:["cutlery","kitchen"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},plate_with_cutlery:{keywords:["food","eat","meal","lunch","dinner","restaurant"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},bowl_with_spoon:{keywords:["food","breakfast","cereal","oatmeal","porridge"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},takeout_box:{keywords:["food","leftovers"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},chopsticks:{keywords:["food"],char:'',fitzpatrick_scale:false,category:"food_and_drink"},soccer:{keywords:["sports","football"],char:'',fitzpatrick_scale:false,category:"activity"},basketball:{keywords:["sports","balls","NBA"],char:'',fitzpatrick_scale:false,category:"activity"},football:{keywords:["sports","balls","NFL"],char:'',fitzpatrick_scale:false,category:"activity"},baseball:{keywords:["sports","balls"],char:'',fitzpatrick_scale:false,category:"activity"},softball:{keywords:["sports","balls"],char:'',fitzpatrick_scale:false,category:"activity"},tennis:{keywords:["sports","balls","green"],char:'',fitzpatrick_scale:false,category:"activity"},volleyball:{keywords:["sports","balls"],char:'',fitzpatrick_scale:false,category:"activity"},rugby_football:{keywords:["sports","team"],char:'',fitzpatrick_scale:false,category:"activity"},flying_disc:{keywords:["sports","frisbee","ultimate"],char:'',fitzpatrick_scale:false,category:"activity"},"8ball":{keywords:["pool","hobby","game","luck","magic"],char:'',fitzpatrick_scale:false,category:"activity"},golf:{keywords:["sports","business","flag","hole","summer"],char:'',fitzpatrick_scale:false,category:"activity"},golfing_woman:{keywords:["sports","business","woman","female"],char:'',fitzpatrick_scale:false,category:"activity"},golfing_man:{keywords:["sports","business"],char:'',fitzpatrick_scale:true,category:"activity"},ping_pong:{keywords:["sports","pingpong"],char:'',fitzpatrick_scale:false,category:"activity"},badminton:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},goal_net:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},ice_hockey:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},field_hockey:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},lacrosse:{keywords:["sports","ball","stick"],char:'',fitzpatrick_scale:false,category:"activity"},cricket:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},ski:{keywords:["sports","winter","cold","snow"],char:'',fitzpatrick_scale:false,category:"activity"},skier:{keywords:["sports","winter","snow"],char:'',fitzpatrick_scale:false,category:"activity"},snowboarder:{keywords:["sports","winter"],char:'',fitzpatrick_scale:true,category:"activity"},person_fencing:{keywords:["sports","fencing","sword"],char:'',fitzpatrick_scale:false,category:"activity"},women_wrestling:{keywords:["sports","wrestlers"],char:'',fitzpatrick_scale:false,category:"activity"},men_wrestling:{keywords:["sports","wrestlers"],char:'',fitzpatrick_scale:false,category:"activity"},woman_cartwheeling:{keywords:["gymnastics"],char:'',fitzpatrick_scale:true,category:"activity"},man_cartwheeling:{keywords:["gymnastics"],char:'',fitzpatrick_scale:true,category:"activity"},woman_playing_handball:{keywords:["sports"],char:'',fitzpatrick_scale:true,category:"activity"},man_playing_handball:{keywords:["sports"],char:'',fitzpatrick_scale:true,category:"activity"},ice_skate:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},curling_stone:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},skateboard:{keywords:["board"],char:'',fitzpatrick_scale:false,category:"activity"},sled:{keywords:["sleigh","luge","toboggan"],char:'',fitzpatrick_scale:false,category:"activity"},bow_and_arrow:{keywords:["sports"],char:'',fitzpatrick_scale:false,category:"activity"},fishing_pole_and_fish:{keywords:["food","hobby","summer"],char:'',fitzpatrick_scale:false,category:"activity"},boxing_glove:{keywords:["sports","fighting"],char:'',fitzpatrick_scale:false,category:"activity"},martial_arts_uniform:{keywords:["judo","karate","taekwondo"],char:'',fitzpatrick_scale:false,category:"activity"},rowing_woman:{keywords:["sports","hobby","water","ship","woman","female"],char:'',fitzpatrick_scale:true,category:"activity"},rowing_man:{keywords:["sports","hobby","water","ship"],char:'',fitzpatrick_scale:true,category:"activity"},climbing_woman:{keywords:["sports","hobby","woman","female","rock"],char:'',fitzpatrick_scale:true,category:"activity"},climbing_man:{keywords:["sports","hobby","man","male","rock"],char:'',fitzpatrick_scale:true,category:"activity"},swimming_woman:{keywords:["sports","exercise","human","athlete","water","summer","woman","female"],char:'',fitzpatrick_scale:true,category:"activity"},swimming_man:{keywords:["sports","exercise","human","athlete","water","summer"],char:'',fitzpatrick_scale:true,category:"activity"},woman_playing_water_polo:{keywords:["sports","pool"],char:'',fitzpatrick_scale:true,category:"activity"},man_playing_water_polo:{keywords:["sports","pool"],char:'',fitzpatrick_scale:true,category:"activity"},woman_in_lotus_position:{keywords:["woman","female","meditation","yoga","serenity","zen","mindfulness"],char:'',fitzpatrick_scale:true,category:"activity"},man_in_lotus_position:{keywords:["man","male","meditation","yoga","serenity","zen","mindfulness"],char:'',fitzpatrick_scale:true,category:"activity"},surfing_woman:{keywords:["sports","ocean","sea","summer","beach","woman","female"],char:'',fitzpatrick_scale:true,category:"activity"},surfing_man:{keywords:["sports","ocean","sea","summer","beach"],char:'',fitzpatrick_scale:true,category:"activity"},bath:{keywords:["clean","shower","bathroom"],char:'',fitzpatrick_scale:true,category:"activity"},basketball_woman:{keywords:["sports","human","woman","female"],char:'',fitzpatrick_scale:true,category:"activity"},basketball_man:{keywords:["sports","human"],char:'',fitzpatrick_scale:true,category:"activity"},weight_lifting_woman:{keywords:["sports","training","exercise","woman","female"],char:'',fitzpatrick_scale:true,category:"activity"},weight_lifting_man:{keywords:["sports","training","exercise"],char:'',fitzpatrick_scale:true,category:"activity"},biking_woman:{keywords:["sports","bike","exercise","hipster","woman","female"],char:'',fitzpatrick_scale:true,category:"activity"},biking_man:{keywords:["sports","bike","exercise","hipster"],char:'',fitzpatrick_scale:true,category:"activity"},mountain_biking_woman:{keywords:["transportation","sports","human","race","bike","woman","female"],char:'',fitzpatrick_scale:true,category:"activity"},mountain_biking_man:{keywords:["transportation","sports","human","race","bike"],char:'',fitzpatrick_scale:true,category:"activity"},horse_racing:{keywords:["animal","betting","competition","gambling","luck"],char:'',fitzpatrick_scale:true,category:"activity"},business_suit_levitating:{keywords:["suit","business","levitate","hover","jump"],char:'',fitzpatrick_scale:true,category:"activity"},trophy:{keywords:["win","award","contest","place","ftw","ceremony"],char:'',fitzpatrick_scale:false,category:"activity"},running_shirt_with_sash:{keywords:["play","pageant"],char:'',fitzpatrick_scale:false,category:"activity"},medal_sports:{keywords:["award","winning"],char:'',fitzpatrick_scale:false,category:"activity"},medal_military:{keywords:["award","winning","army"],char:'',fitzpatrick_scale:false,category:"activity"},"1st_place_medal":{keywords:["award","winning","first"],char:'',fitzpatrick_scale:false,category:"activity"},"2nd_place_medal":{keywords:["award","second"],char:'',fitzpatrick_scale:false,category:"activity"},"3rd_place_medal":{keywords:["award","third"],char:'',fitzpatrick_scale:false,category:"activity"},reminder_ribbon:{keywords:["sports","cause","support","awareness"],char:'',fitzpatrick_scale:false,category:"activity"},rosette:{keywords:["flower","decoration","military"],char:'',fitzpatrick_scale:false,category:"activity"},ticket:{keywords:["event","concert","pass"],char:'',fitzpatrick_scale:false,category:"activity"},tickets:{keywords:["sports","concert","entrance"],char:'',fitzpatrick_scale:false,category:"activity"},performing_arts:{keywords:["acting","theater","drama"],char:'',fitzpatrick_scale:false,category:"activity"},art:{keywords:["design","paint","draw","colors"],char:'',fitzpatrick_scale:false,category:"activity"},circus_tent:{keywords:["festival","carnival","party"],char:'',fitzpatrick_scale:false,category:"activity"},woman_juggling:{keywords:["juggle","balance","skill","multitask"],char:'',fitzpatrick_scale:true,category:"activity"},man_juggling:{keywords:["juggle","balance","skill","multitask"],char:'',fitzpatrick_scale:true,category:"activity"},microphone:{keywords:["sound","music","PA","sing","talkshow"],char:'',fitzpatrick_scale:false,category:"activity"},headphones:{keywords:["music","score","gadgets"],char:'',fitzpatrick_scale:false,category:"activity"},musical_score:{keywords:["treble","clef","compose"],char:'',fitzpatrick_scale:false,category:"activity"},musical_keyboard:{keywords:["piano","instrument","compose"],char:'',fitzpatrick_scale:false,category:"activity"},drum:{keywords:["music","instrument","drumsticks","snare"],char:'',fitzpatrick_scale:false,category:"activity"},saxophone:{keywords:["music","instrument","jazz","blues"],char:'',fitzpatrick_scale:false,category:"activity"},trumpet:{keywords:["music","brass"],char:'',fitzpatrick_scale:false,category:"activity"},guitar:{keywords:["music","instrument"],char:'',fitzpatrick_scale:false,category:"activity"},violin:{keywords:["music","instrument","orchestra","symphony"],char:'',fitzpatrick_scale:false,category:"activity"},clapper:{keywords:["movie","film","record"],char:'',fitzpatrick_scale:false,category:"activity"},video_game:{keywords:["play","console","PS4","controller"],char:'',fitzpatrick_scale:false,category:"activity"},space_invader:{keywords:["game","arcade","play"],char:'',fitzpatrick_scale:false,category:"activity"},dart:{keywords:["game","play","bar","target","bullseye"],char:'',fitzpatrick_scale:false,category:"activity"},game_die:{keywords:["dice","random","tabletop","play","luck"],char:'',fitzpatrick_scale:false,category:"activity"},chess_pawn:{keywords:["expendable"],char:"♟",fitzpatrick_scale:false,category:"activity"},slot_machine:{keywords:["bet","gamble","vegas","fruit machine","luck","casino"],char:'',fitzpatrick_scale:false,category:"activity"},jigsaw:{keywords:["interlocking","puzzle","piece"],char:'',fitzpatrick_scale:false,category:"activity"},bowling:{keywords:["sports","fun","play"],char:'',fitzpatrick_scale:false,category:"activity"},red_car:{keywords:["red","transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},taxi:{keywords:["uber","vehicle","cars","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},blue_car:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},bus:{keywords:["car","vehicle","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},trolleybus:{keywords:["bart","transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},racing_car:{keywords:["sports","race","fast","formula","f1"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},police_car:{keywords:["vehicle","cars","transportation","law","legal","enforcement"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},ambulance:{keywords:["health","911","hospital"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},fire_engine:{keywords:["transportation","cars","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},minibus:{keywords:["vehicle","car","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},truck:{keywords:["cars","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},articulated_lorry:{keywords:["vehicle","cars","transportation","express"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},tractor:{keywords:["vehicle","car","farming","agriculture"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},kick_scooter:{keywords:["vehicle","kick","razor"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},motorcycle:{keywords:["race","sports","fast"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},bike:{keywords:["sports","bicycle","exercise","hipster"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},motor_scooter:{keywords:["vehicle","vespa","sasha"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},rotating_light:{keywords:["police","ambulance","911","emergency","alert","error","pinged","law","legal"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},oncoming_police_car:{keywords:["vehicle","law","legal","enforcement","911"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},oncoming_bus:{keywords:["vehicle","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},oncoming_automobile:{keywords:["car","vehicle","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},oncoming_taxi:{keywords:["vehicle","cars","uber"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},aerial_tramway:{keywords:["transportation","vehicle","ski"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},mountain_cableway:{keywords:["transportation","vehicle","ski"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},suspension_railway:{keywords:["vehicle","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},railway_car:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},train:{keywords:["transportation","vehicle","carriage","public","travel"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},monorail:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},bullettrain_side:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},bullettrain_front:{keywords:["transportation","vehicle","speed","fast","public","travel"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},light_rail:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},mountain_railway:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},steam_locomotive:{keywords:["transportation","vehicle","train"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},train2:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},metro:{keywords:["transportation","blue-square","mrt","underground","tube"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},tram:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},station:{keywords:["transportation","vehicle","public"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},flying_saucer:{keywords:["transportation","vehicle","ufo"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},helicopter:{keywords:["transportation","vehicle","fly"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},small_airplane:{keywords:["flight","transportation","fly","vehicle"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},airplane:{keywords:["vehicle","transportation","flight","fly"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},flight_departure:{keywords:["airport","flight","landing"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},flight_arrival:{keywords:["airport","flight","boarding"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},sailboat:{keywords:["ship","summer","transportation","water","sailing"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},motor_boat:{keywords:["ship"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},speedboat:{keywords:["ship","transportation","vehicle","summer"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},ferry:{keywords:["boat","ship","yacht"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},passenger_ship:{keywords:["yacht","cruise","ferry"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},rocket:{keywords:["launch","ship","staffmode","NASA","outer space","outer_space","fly"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},artificial_satellite:{keywords:["communication","gps","orbit","spaceflight","NASA","ISS"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},seat:{keywords:["sit","airplane","transport","bus","flight","fly"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},canoe:{keywords:["boat","paddle","water","ship"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},anchor:{keywords:["ship","ferry","sea","boat"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},construction:{keywords:["wip","progress","caution","warning"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},fuelpump:{keywords:["gas station","petroleum"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},busstop:{keywords:["transportation","wait"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},vertical_traffic_light:{keywords:["transportation","driving"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},traffic_light:{keywords:["transportation","signal"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},checkered_flag:{keywords:["contest","finishline","race","gokart"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},ship:{keywords:["transportation","titanic","deploy"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},ferris_wheel:{keywords:["photo","carnival","londoneye"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},roller_coaster:{keywords:["carnival","playground","photo","fun"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},carousel_horse:{keywords:["photo","carnival"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},building_construction:{keywords:["wip","working","progress"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},foggy:{keywords:["photo","mountain"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},tokyo_tower:{keywords:["photo","japanese"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},factory:{keywords:["building","industry","pollution","smoke"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},fountain:{keywords:["photo","summer","water","fresh"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},rice_scene:{keywords:["photo","japan","asia","tsukimi"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},mountain:{keywords:["photo","nature","environment"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},mountain_snow:{keywords:["photo","nature","environment","winter","cold"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},mount_fuji:{keywords:["photo","mountain","nature","japanese"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},volcano:{keywords:["photo","nature","disaster"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},japan:{keywords:["nation","country","japanese","asia"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},camping:{keywords:["photo","outdoors","tent"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},tent:{keywords:["photo","camping","outdoors"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},national_park:{keywords:["photo","environment","nature"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},motorway:{keywords:["road","cupertino","interstate","highway"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},railway_track:{keywords:["train","transportation"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},sunrise:{keywords:["morning","view","vacation","photo"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},sunrise_over_mountains:{keywords:["view","vacation","photo"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},desert:{keywords:["photo","warm","saharah"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},beach_umbrella:{keywords:["weather","summer","sunny","sand","mojito"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},desert_island:{keywords:["photo","tropical","mojito"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},city_sunrise:{keywords:["photo","good morning","dawn"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},city_sunset:{keywords:["photo","evening","sky","buildings"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},cityscape:{keywords:["photo","night life","urban"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},night_with_stars:{keywords:["evening","city","downtown"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},bridge_at_night:{keywords:["photo","sanfrancisco"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},milky_way:{keywords:["photo","space","stars"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},stars:{keywords:["night","photo"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},sparkler:{keywords:["stars","night","shine"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},fireworks:{keywords:["photo","festival","carnival","congratulations"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},rainbow:{keywords:["nature","happy","unicorn_face","photo","sky","spring"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},houses:{keywords:["buildings","photo"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},european_castle:{keywords:["building","royalty","history"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},japanese_castle:{keywords:["photo","building"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},stadium:{keywords:["photo","place","sports","concert","venue"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},statue_of_liberty:{keywords:["american","newyork"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},house:{keywords:["building","home"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},house_with_garden:{keywords:["home","plant","nature"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},derelict_house:{keywords:["abandon","evict","broken","building"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},office:{keywords:["building","bureau","work"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},department_store:{keywords:["building","shopping","mall"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},post_office:{keywords:["building","envelope","communication"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},european_post_office:{keywords:["building","email"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},hospital:{keywords:["building","health","surgery","doctor"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},bank:{keywords:["building","money","sales","cash","business","enterprise"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},hotel:{keywords:["building","accomodation","checkin"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},convenience_store:{keywords:["building","shopping","groceries"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},school:{keywords:["building","student","education","learn","teach"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},love_hotel:{keywords:["like","affection","dating"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},wedding:{keywords:["love","like","affection","couple","marriage","bride","groom"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},classical_building:{keywords:["art","culture","history"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},church:{keywords:["building","religion","christ"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},mosque:{keywords:["islam","worship","minaret"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},synagogue:{keywords:["judaism","worship","temple","jewish"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},kaaba:{keywords:["mecca","mosque","islam"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},shinto_shrine:{keywords:["temple","japan","kyoto"],char:'',fitzpatrick_scale:false,category:"travel_and_places"},watch:{keywords:["time","accessories"],char:'',fitzpatrick_scale:false,category:"objects"},iphone:{keywords:["technology","apple","gadgets","dial"],char:'',fitzpatrick_scale:false,category:"objects"},calling:{keywords:["iphone","incoming"],char:'',fitzpatrick_scale:false,category:"objects"},computer:{keywords:["technology","laptop","screen","display","monitor"],char:'',fitzpatrick_scale:false,category:"objects"},keyboard:{keywords:["technology","computer","type","input","text"],char:'',fitzpatrick_scale:false,category:"objects"},desktop_computer:{keywords:["technology","computing","screen"],char:'',fitzpatrick_scale:false,category:"objects"},printer:{keywords:["paper","ink"],char:'',fitzpatrick_scale:false,category:"objects"},computer_mouse:{keywords:["click"],char:'',fitzpatrick_scale:false,category:"objects"},trackball:{keywords:["technology","trackpad"],char:'',fitzpatrick_scale:false,category:"objects"},joystick:{keywords:["game","play"],char:'',fitzpatrick_scale:false,category:"objects"},clamp:{keywords:["tool"],char:'',fitzpatrick_scale:false,category:"objects"},minidisc:{keywords:["technology","record","data","disk","90s"],char:'',fitzpatrick_scale:false,category:"objects"},floppy_disk:{keywords:["oldschool","technology","save","90s","80s"],char:'',fitzpatrick_scale:false,category:"objects"},cd:{keywords:["technology","dvd","disk","disc","90s"],char:'',fitzpatrick_scale:false,category:"objects"},dvd:{keywords:["cd","disk","disc"],char:'',fitzpatrick_scale:false,category:"objects"},vhs:{keywords:["record","video","oldschool","90s","80s"],char:'',fitzpatrick_scale:false,category:"objects"},camera:{keywords:["gadgets","photography"],char:'',fitzpatrick_scale:false,category:"objects"},camera_flash:{keywords:["photography","gadgets"],char:'',fitzpatrick_scale:false,category:"objects"},video_camera:{keywords:["film","record"],char:'',fitzpatrick_scale:false,category:"objects"},movie_camera:{keywords:["film","record"],char:'',fitzpatrick_scale:false,category:"objects"},film_projector:{keywords:["video","tape","record","movie"],char:'',fitzpatrick_scale:false,category:"objects"},film_strip:{keywords:["movie"],char:'',fitzpatrick_scale:false,category:"objects"},telephone_receiver:{keywords:["technology","communication","dial"],char:'',fitzpatrick_scale:false,category:"objects"},phone:{keywords:["technology","communication","dial","telephone"],char:'',fitzpatrick_scale:false,category:"objects"},pager:{keywords:["bbcall","oldschool","90s"],char:'',fitzpatrick_scale:false,category:"objects"},fax:{keywords:["communication","technology"],char:'',fitzpatrick_scale:false,category:"objects"},tv:{keywords:["technology","program","oldschool","show","television"],char:'',fitzpatrick_scale:false,category:"objects"},radio:{keywords:["communication","music","podcast","program"],char:'',fitzpatrick_scale:false,category:"objects"},studio_microphone:{keywords:["sing","recording","artist","talkshow"],char:'',fitzpatrick_scale:false,category:"objects"},level_slider:{keywords:["scale"],char:'',fitzpatrick_scale:false,category:"objects"},control_knobs:{keywords:["dial"],char:'',fitzpatrick_scale:false,category:"objects"},compass:{keywords:["magnetic","navigation","orienteering"],char:'',fitzpatrick_scale:false,category:"objects"},stopwatch:{keywords:["time","deadline"],char:'',fitzpatrick_scale:false,category:"objects"},timer_clock:{keywords:["alarm"],char:'',fitzpatrick_scale:false,category:"objects"},alarm_clock:{keywords:["time","wake"],char:'',fitzpatrick_scale:false,category:"objects"},mantelpiece_clock:{keywords:["time"],char:'',fitzpatrick_scale:false,category:"objects"},hourglass_flowing_sand:{keywords:["oldschool","time","countdown"],char:'',fitzpatrick_scale:false,category:"objects"},hourglass:{keywords:["time","clock","oldschool","limit","exam","quiz","test"],char:'',fitzpatrick_scale:false,category:"objects"},satellite:{keywords:["communication","future","radio","space"],char:'',fitzpatrick_scale:false,category:"objects"},battery:{keywords:["power","energy","sustain"],char:'',fitzpatrick_scale:false,category:"objects"},electric_plug:{keywords:["charger","power"],char:'',fitzpatrick_scale:false,category:"objects"},bulb:{keywords:["light","electricity","idea"],char:'',fitzpatrick_scale:false,category:"objects"},flashlight:{keywords:["dark","camping","sight","night"],char:'',fitzpatrick_scale:false,category:"objects"},candle:{keywords:["fire","wax"],char:'',fitzpatrick_scale:false,category:"objects"},fire_extinguisher:{keywords:["quench"],char:'',fitzpatrick_scale:false,category:"objects"},wastebasket:{keywords:["bin","trash","rubbish","garbage","toss"],char:'',fitzpatrick_scale:false,category:"objects"},oil_drum:{keywords:["barrell"],char:'',fitzpatrick_scale:false,category:"objects"},money_with_wings:{keywords:["dollar","bills","payment","sale"],char:'',fitzpatrick_scale:false,category:"objects"},dollar:{keywords:["money","sales","bill","currency"],char:'',fitzpatrick_scale:false,category:"objects"},yen:{keywords:["money","sales","japanese","dollar","currency"],char:'',fitzpatrick_scale:false,category:"objects"},euro:{keywords:["money","sales","dollar","currency"],char:'',fitzpatrick_scale:false,category:"objects"},pound:{keywords:["british","sterling","money","sales","bills","uk","england","currency"],char:'',fitzpatrick_scale:false,category:"objects"},moneybag:{keywords:["dollar","payment","coins","sale"],char:'',fitzpatrick_scale:false,category:"objects"},credit_card:{keywords:["money","sales","dollar","bill","payment","shopping"],char:'',fitzpatrick_scale:false,category:"objects"},gem:{keywords:["blue","ruby","diamond","jewelry"],char:'',fitzpatrick_scale:false,category:"objects"},balance_scale:{keywords:["law","fairness","weight"],char:'',fitzpatrick_scale:false,category:"objects"},toolbox:{keywords:["tools","diy","fix","maintainer","mechanic"],char:'',fitzpatrick_scale:false,category:"objects"},wrench:{keywords:["tools","diy","ikea","fix","maintainer"],char:'',fitzpatrick_scale:false,category:"objects"},hammer:{keywords:["tools","build","create"],char:'',fitzpatrick_scale:false,category:"objects"},hammer_and_pick:{keywords:["tools","build","create"],char:'',fitzpatrick_scale:false,category:"objects"},hammer_and_wrench:{keywords:["tools","build","create"],char:'',fitzpatrick_scale:false,category:"objects"},pick:{keywords:["tools","dig"],char:'',fitzpatrick_scale:false,category:"objects"},nut_and_bolt:{keywords:["handy","tools","fix"],char:'',fitzpatrick_scale:false,category:"objects"},gear:{keywords:["cog"],char:'',fitzpatrick_scale:false,category:"objects"},brick:{keywords:["bricks"],char:'',fitzpatrick_scale:false,category:"objects"},chains:{keywords:["lock","arrest"],char:'',fitzpatrick_scale:false,category:"objects"},magnet:{keywords:["attraction","magnetic"],char:'',fitzpatrick_scale:false,category:"objects"},gun:{keywords:["violence","weapon","pistol","revolver"],char:'',fitzpatrick_scale:false,category:"objects"},bomb:{keywords:["boom","explode","explosion","terrorism"],char:'',fitzpatrick_scale:false,category:"objects"},firecracker:{keywords:["dynamite","boom","explode","explosion","explosive"],char:'',fitzpatrick_scale:false,category:"objects"},hocho:{keywords:["knife","blade","cutlery","kitchen","weapon"],char:'',fitzpatrick_scale:false,category:"objects"},dagger:{keywords:["weapon"],char:'',fitzpatrick_scale:false,category:"objects"},crossed_swords:{keywords:["weapon"],char:'',fitzpatrick_scale:false,category:"objects"},shield:{keywords:["protection","security"],char:'',fitzpatrick_scale:false,category:"objects"},smoking:{keywords:["kills","tobacco","cigarette","joint","smoke"],char:'',fitzpatrick_scale:false,category:"objects"},skull_and_crossbones:{keywords:["poison","danger","deadly","scary","death","pirate","evil"],char:'',fitzpatrick_scale:false,category:"objects"},coffin:{keywords:["vampire","dead","die","death","rip","graveyard","cemetery","casket","funeral","box"],char:'',fitzpatrick_scale:false,category:"objects"},funeral_urn:{keywords:["dead","die","death","rip","ashes"],char:'',fitzpatrick_scale:false,category:"objects"},amphora:{keywords:["vase","jar"],char:'',fitzpatrick_scale:false,category:"objects"},crystal_ball:{keywords:["disco","party","magic","circus","fortune_teller"],char:'',fitzpatrick_scale:false,category:"objects"},prayer_beads:{keywords:["dhikr","religious"],char:'',fitzpatrick_scale:false,category:"objects"},nazar_amulet:{keywords:["bead","charm"],char:'',fitzpatrick_scale:false,category:"objects"},barber:{keywords:["hair","salon","style"],char:'',fitzpatrick_scale:false,category:"objects"},alembic:{keywords:["distilling","science","experiment","chemistry"],char:'',fitzpatrick_scale:false,category:"objects"},telescope:{keywords:["stars","space","zoom","science","astronomy"],char:'',fitzpatrick_scale:false,category:"objects"},microscope:{keywords:["laboratory","experiment","zoomin","science","study"],char:'',fitzpatrick_scale:false,category:"objects"},hole:{keywords:["embarrassing"],char:'',fitzpatrick_scale:false,category:"objects"},pill:{keywords:["health","medicine","doctor","pharmacy","drug"],char:'',fitzpatrick_scale:false,category:"objects"},syringe:{keywords:["health","hospital","drugs","blood","medicine","needle","doctor","nurse"],char:'',fitzpatrick_scale:false,category:"objects"},dna:{keywords:["biologist","genetics","life"],char:'',fitzpatrick_scale:false,category:"objects"},microbe:{keywords:["amoeba","bacteria","germs"],char:'',fitzpatrick_scale:false,category:"objects"},petri_dish:{keywords:["bacteria","biology","culture","lab"],char:'',fitzpatrick_scale:false,category:"objects"},test_tube:{keywords:["chemistry","experiment","lab","science"],char:'',fitzpatrick_scale:false,category:"objects"},thermometer:{keywords:["weather","temperature","hot","cold"],char:'',fitzpatrick_scale:false,category:"objects"},broom:{keywords:["cleaning","sweeping","witch"],char:'',fitzpatrick_scale:false,category:"objects"},basket:{keywords:["laundry"],char:'',fitzpatrick_scale:false,category:"objects"},toilet_paper:{keywords:["roll"],char:'',fitzpatrick_scale:false,category:"objects"},label:{keywords:["sale","tag"],char:'',fitzpatrick_scale:false,category:"objects"},bookmark:{keywords:["favorite","label","save"],char:'',fitzpatrick_scale:false,category:"objects"},toilet:{keywords:["restroom","wc","washroom","bathroom","potty"],char:'',fitzpatrick_scale:false,category:"objects"},shower:{keywords:["clean","water","bathroom"],char:'',fitzpatrick_scale:false,category:"objects"},bathtub:{keywords:["clean","shower","bathroom"],char:'',fitzpatrick_scale:false,category:"objects"},soap:{keywords:["bar","bathing","cleaning","lather"],char:'',fitzpatrick_scale:false,category:"objects"},sponge:{keywords:["absorbing","cleaning","porous"],char:'',fitzpatrick_scale:false,category:"objects"},lotion_bottle:{keywords:["moisturizer","sunscreen"],char:'',fitzpatrick_scale:false,category:"objects"},key:{keywords:["lock","door","password"],char:'',fitzpatrick_scale:false,category:"objects"},old_key:{keywords:["lock","door","password"],char:'',fitzpatrick_scale:false,category:"objects"},couch_and_lamp:{keywords:["read","chill"],char:'',fitzpatrick_scale:false,category:"objects"},sleeping_bed:{keywords:["bed","rest"],char:'',fitzpatrick_scale:true,category:"objects"},bed:{keywords:["sleep","rest"],char:'',fitzpatrick_scale:false,category:"objects"},door:{keywords:["house","entry","exit"],char:'',fitzpatrick_scale:false,category:"objects"},bellhop_bell:{keywords:["service"],char:'',fitzpatrick_scale:false,category:"objects"},teddy_bear:{keywords:["plush","stuffed"],char:'',fitzpatrick_scale:false,category:"objects"},framed_picture:{keywords:["photography"],char:'',fitzpatrick_scale:false,category:"objects"},world_map:{keywords:["location","direction"],char:'',fitzpatrick_scale:false,category:"objects"},parasol_on_ground:{keywords:["weather","summer"],char:'',fitzpatrick_scale:false,category:"objects"},moyai:{keywords:["rock","easter island","moai"],char:'',fitzpatrick_scale:false,category:"objects"},shopping:{keywords:["mall","buy","purchase"],char:'',fitzpatrick_scale:false,category:"objects"},shopping_cart:{keywords:["trolley"],char:'',fitzpatrick_scale:false,category:"objects"},balloon:{keywords:["party","celebration","birthday","circus"],char:'',fitzpatrick_scale:false,category:"objects"},flags:{keywords:["fish","japanese","koinobori","carp","banner"],char:'',fitzpatrick_scale:false,category:"objects"},ribbon:{keywords:["decoration","pink","girl","bowtie"],char:'',fitzpatrick_scale:false,category:"objects"},gift:{keywords:["present","birthday","christmas","xmas"],char:'',fitzpatrick_scale:false,category:"objects"},confetti_ball:{keywords:["festival","party","birthday","circus"],char:'',fitzpatrick_scale:false,category:"objects"},tada:{keywords:["party","congratulations","birthday","magic","circus","celebration"],char:'',fitzpatrick_scale:false,category:"objects"},dolls:{keywords:["japanese","toy","kimono"],char:'',fitzpatrick_scale:false,category:"objects"},wind_chime:{keywords:["nature","ding","spring","bell"],char:'',fitzpatrick_scale:false,category:"objects"},crossed_flags:{keywords:["japanese","nation","country","border"],char:'',fitzpatrick_scale:false,category:"objects"},izakaya_lantern:{keywords:["light","paper","halloween","spooky"],char:'',fitzpatrick_scale:false,category:"objects"},red_envelope:{keywords:["gift"],char:'',fitzpatrick_scale:false,category:"objects"},email:{keywords:["letter","postal","inbox","communication"],char:'',fitzpatrick_scale:false,category:"objects"},envelope_with_arrow:{keywords:["email","communication"],char:'',fitzpatrick_scale:false,category:"objects"},incoming_envelope:{keywords:["email","inbox"],char:'',fitzpatrick_scale:false,category:"objects"},"e-mail":{keywords:["communication","inbox"],char:'',fitzpatrick_scale:false,category:"objects"},love_letter:{keywords:["email","like","affection","envelope","valentines"],char:'',fitzpatrick_scale:false,category:"objects"},postbox:{keywords:["email","letter","envelope"],char:'',fitzpatrick_scale:false,category:"objects"},mailbox_closed:{keywords:["email","communication","inbox"],char:'',fitzpatrick_scale:false,category:"objects"},mailbox:{keywords:["email","inbox","communication"],char:'',fitzpatrick_scale:false,category:"objects"},mailbox_with_mail:{keywords:["email","inbox","communication"],char:'',fitzpatrick_scale:false,category:"objects"},mailbox_with_no_mail:{keywords:["email","inbox"],char:'',fitzpatrick_scale:false,category:"objects"},package:{keywords:["mail","gift","cardboard","box","moving"],char:'',fitzpatrick_scale:false,category:"objects"},postal_horn:{keywords:["instrument","music"],char:'',fitzpatrick_scale:false,category:"objects"},inbox_tray:{keywords:["email","documents"],char:'',fitzpatrick_scale:false,category:"objects"},outbox_tray:{keywords:["inbox","email"],char:'',fitzpatrick_scale:false,category:"objects"},scroll:{keywords:["documents","ancient","history","paper"],char:'',fitzpatrick_scale:false,category:"objects"},page_with_curl:{keywords:["documents","office","paper"],char:'',fitzpatrick_scale:false,category:"objects"},bookmark_tabs:{keywords:["favorite","save","order","tidy"],char:'',fitzpatrick_scale:false,category:"objects"},receipt:{keywords:["accounting","expenses"],char:'',fitzpatrick_scale:false,category:"objects"},bar_chart:{keywords:["graph","presentation","stats"],char:'',fitzpatrick_scale:false,category:"objects"},chart_with_upwards_trend:{keywords:["graph","presentation","stats","recovery","business","economics","money","sales","good","success"],char:'',fitzpatrick_scale:false,category:"objects"},chart_with_downwards_trend:{keywords:["graph","presentation","stats","recession","business","economics","money","sales","bad","failure"],char:'',fitzpatrick_scale:false,category:"objects"},page_facing_up:{keywords:["documents","office","paper","information"],char:'',fitzpatrick_scale:false,category:"objects"},date:{keywords:["calendar","schedule"],char:'',fitzpatrick_scale:false,category:"objects"},calendar:{keywords:["schedule","date","planning"],char:'',fitzpatrick_scale:false,category:"objects"},spiral_calendar:{keywords:["date","schedule","planning"],char:'',fitzpatrick_scale:false,category:"objects"},card_index:{keywords:["business","stationery"],char:'',fitzpatrick_scale:false,category:"objects"},card_file_box:{keywords:["business","stationery"],char:'',fitzpatrick_scale:false,category:"objects"},ballot_box:{keywords:["election","vote"],char:'',fitzpatrick_scale:false,category:"objects"},file_cabinet:{keywords:["filing","organizing"],char:'',fitzpatrick_scale:false,category:"objects"},clipboard:{keywords:["stationery","documents"],char:'',fitzpatrick_scale:false,category:"objects"},spiral_notepad:{keywords:["memo","stationery"],char:'',fitzpatrick_scale:false,category:"objects"},file_folder:{keywords:["documents","business","office"],char:'',fitzpatrick_scale:false,category:"objects"},open_file_folder:{keywords:["documents","load"],char:'',fitzpatrick_scale:false,category:"objects"},card_index_dividers:{keywords:["organizing","business","stationery"],char:'',fitzpatrick_scale:false,category:"objects"},newspaper_roll:{keywords:["press","headline"],char:'',fitzpatrick_scale:false,category:"objects"},newspaper:{keywords:["press","headline"],char:'',fitzpatrick_scale:false,category:"objects"},notebook:{keywords:["stationery","record","notes","paper","study"],char:'',fitzpatrick_scale:false,category:"objects"},closed_book:{keywords:["read","library","knowledge","textbook","learn"],char:'',fitzpatrick_scale:false,category:"objects"},green_book:{keywords:["read","library","knowledge","study"],char:'',fitzpatrick_scale:false,category:"objects"},blue_book:{keywords:["read","library","knowledge","learn","study"],char:'',fitzpatrick_scale:false,category:"objects"},orange_book:{keywords:["read","library","knowledge","textbook","study"],char:'',fitzpatrick_scale:false,category:"objects"},notebook_with_decorative_cover:{keywords:["classroom","notes","record","paper","study"],char:'',fitzpatrick_scale:false,category:"objects"},ledger:{keywords:["notes","paper"],char:'',fitzpatrick_scale:false,category:"objects"},books:{keywords:["literature","library","study"],char:'',fitzpatrick_scale:false,category:"objects"},open_book:{keywords:["book","read","library","knowledge","literature","learn","study"],char:'',fitzpatrick_scale:false,category:"objects"},safety_pin:{keywords:["diaper"],char:'',fitzpatrick_scale:false,category:"objects"},link:{keywords:["rings","url"],char:'',fitzpatrick_scale:false,category:"objects"},paperclip:{keywords:["documents","stationery"],char:'',fitzpatrick_scale:false,category:"objects"},paperclips:{keywords:["documents","stationery"],char:'',fitzpatrick_scale:false,category:"objects"},scissors:{keywords:["stationery","cut"],char:'',fitzpatrick_scale:false,category:"objects"},triangular_ruler:{keywords:["stationery","math","architect","sketch"],char:'',fitzpatrick_scale:false,category:"objects"},straight_ruler:{keywords:["stationery","calculate","length","math","school","drawing","architect","sketch"],char:'',fitzpatrick_scale:false,category:"objects"},abacus:{keywords:["calculation"],char:'',fitzpatrick_scale:false,category:"objects"},pushpin:{keywords:["stationery","mark","here"],char:'',fitzpatrick_scale:false,category:"objects"},round_pushpin:{keywords:["stationery","location","map","here"],char:'',fitzpatrick_scale:false,category:"objects"},triangular_flag_on_post:{keywords:["mark","milestone","place"],char:'',fitzpatrick_scale:false,category:"objects"},white_flag:{keywords:["losing","loser","lost","surrender","give up","fail"],char:'',fitzpatrick_scale:false,category:"objects"},black_flag:{keywords:["pirate"],char:'',fitzpatrick_scale:false,category:"objects"},rainbow_flag:{keywords:["flag","rainbow","pride","gay","lgbt","glbt","queer","homosexual","lesbian","bisexual","transgender"],char:'',fitzpatrick_scale:false,category:"objects"},closed_lock_with_key:{keywords:["security","privacy"],char:'',fitzpatrick_scale:false,category:"objects"},lock:{keywords:["security","password","padlock"],char:'',fitzpatrick_scale:false,category:"objects"},unlock:{keywords:["privacy","security"],char:'',fitzpatrick_scale:false,category:"objects"},lock_with_ink_pen:{keywords:["security","secret"],char:'',fitzpatrick_scale:false,category:"objects"},pen:{keywords:["stationery","writing","write"],char:'',fitzpatrick_scale:false,category:"objects"},fountain_pen:{keywords:["stationery","writing","write"],char:'',fitzpatrick_scale:false,category:"objects"},black_nib:{keywords:["pen","stationery","writing","write"],char:'',fitzpatrick_scale:false,category:"objects"},memo:{keywords:["write","documents","stationery","pencil","paper","writing","legal","exam","quiz","test","study","compose"],char:'',fitzpatrick_scale:false,category:"objects"},pencil2:{keywords:["stationery","write","paper","writing","school","study"],char:'',fitzpatrick_scale:false,category:"objects"},crayon:{keywords:["drawing","creativity"],char:'',fitzpatrick_scale:false,category:"objects"},paintbrush:{keywords:["drawing","creativity","art"],char:'',fitzpatrick_scale:false,category:"objects"},mag:{keywords:["search","zoom","find","detective"],char:'',fitzpatrick_scale:false,category:"objects"},mag_right:{keywords:["search","zoom","find","detective"],char:'',fitzpatrick_scale:false,category:"objects"},heart:{keywords:["love","like","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},orange_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},yellow_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},green_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},blue_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},purple_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},black_heart:{keywords:["evil"],char:'',fitzpatrick_scale:false,category:"symbols"},broken_heart:{keywords:["sad","sorry","break","heart","heartbreak"],char:'',fitzpatrick_scale:false,category:"symbols"},heavy_heart_exclamation:{keywords:["decoration","love"],char:'',fitzpatrick_scale:false,category:"symbols"},two_hearts:{keywords:["love","like","affection","valentines","heart"],char:'',fitzpatrick_scale:false,category:"symbols"},revolving_hearts:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},heartbeat:{keywords:["love","like","affection","valentines","pink","heart"],char:'',fitzpatrick_scale:false,category:"symbols"},heartpulse:{keywords:["like","love","affection","valentines","pink"],char:'',fitzpatrick_scale:false,category:"symbols"},sparkling_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},cupid:{keywords:["love","like","heart","affection","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},gift_heart:{keywords:["love","valentines"],char:'',fitzpatrick_scale:false,category:"symbols"},heart_decoration:{keywords:["purple-square","love","like"],char:'',fitzpatrick_scale:false,category:"symbols"},peace_symbol:{keywords:["hippie"],char:'',fitzpatrick_scale:false,category:"symbols"},latin_cross:{keywords:["christianity"],char:'',fitzpatrick_scale:false,category:"symbols"},star_and_crescent:{keywords:["islam"],char:'',fitzpatrick_scale:false,category:"symbols"},om:{keywords:["hinduism","buddhism","sikhism","jainism"],char:'',fitzpatrick_scale:false,category:"symbols"},wheel_of_dharma:{keywords:["hinduism","buddhism","sikhism","jainism"],char:'',fitzpatrick_scale:false,category:"symbols"},star_of_david:{keywords:["judaism"],char:'',fitzpatrick_scale:false,category:"symbols"},six_pointed_star:{keywords:["purple-square","religion","jewish","hexagram"],char:'',fitzpatrick_scale:false,category:"symbols"},menorah:{keywords:["hanukkah","candles","jewish"],char:'',fitzpatrick_scale:false,category:"symbols"},yin_yang:{keywords:["balance"],char:'',fitzpatrick_scale:false,category:"symbols"},orthodox_cross:{keywords:["suppedaneum","religion"],char:'',fitzpatrick_scale:false,category:"symbols"},place_of_worship:{keywords:["religion","church","temple","prayer"],char:'',fitzpatrick_scale:false,category:"symbols"},ophiuchus:{keywords:["sign","purple-square","constellation","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},aries:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},taurus:{keywords:["purple-square","sign","zodiac","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},gemini:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},cancer:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},leo:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},virgo:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},libra:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},scorpius:{keywords:["sign","zodiac","purple-square","astrology","scorpio"],char:'',fitzpatrick_scale:false,category:"symbols"},sagittarius:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},capricorn:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},aquarius:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},pisces:{keywords:["purple-square","sign","zodiac","astrology"],char:'',fitzpatrick_scale:false,category:"symbols"},id:{keywords:["purple-square","words"],char:'',fitzpatrick_scale:false,category:"symbols"},atom_symbol:{keywords:["science","physics","chemistry"],char:'',fitzpatrick_scale:false,category:"symbols"},u7a7a:{keywords:["kanji","japanese","chinese","empty","sky","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},u5272:{keywords:["cut","divide","chinese","kanji","pink-square"],char:'',fitzpatrick_scale:false,category:"symbols"},radioactive:{keywords:["nuclear","danger"],char:'',fitzpatrick_scale:false,category:"symbols"},biohazard:{keywords:["danger"],char:'',fitzpatrick_scale:false,category:"symbols"},mobile_phone_off:{keywords:["mute","orange-square","silence","quiet"],char:'',fitzpatrick_scale:false,category:"symbols"},vibration_mode:{keywords:["orange-square","phone"],char:'',fitzpatrick_scale:false,category:"symbols"},u6709:{keywords:["orange-square","chinese","have","kanji"],char:'',fitzpatrick_scale:false,category:"symbols"},u7121:{keywords:["nothing","chinese","kanji","japanese","orange-square"],char:'',fitzpatrick_scale:false,category:"symbols"},u7533:{keywords:["chinese","japanese","kanji","orange-square"],char:'',fitzpatrick_scale:false,category:"symbols"},u55b6:{keywords:["japanese","opening hours","orange-square"],char:'',fitzpatrick_scale:false,category:"symbols"},u6708:{keywords:["chinese","month","moon","japanese","orange-square","kanji"],char:'',fitzpatrick_scale:false,category:"symbols"},eight_pointed_black_star:{keywords:["orange-square","shape","polygon"],char:'',fitzpatrick_scale:false,category:"symbols"},vs:{keywords:["words","orange-square"],char:'',fitzpatrick_scale:false,category:"symbols"},accept:{keywords:["ok","good","chinese","kanji","agree","yes","orange-circle"],char:'',fitzpatrick_scale:false,category:"symbols"},white_flower:{keywords:["japanese","spring"],char:'',fitzpatrick_scale:false,category:"symbols"},ideograph_advantage:{keywords:["chinese","kanji","obtain","get","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},secret:{keywords:["privacy","chinese","sshh","kanji","red-circle"],char:'',fitzpatrick_scale:false,category:"symbols"},congratulations:{keywords:["chinese","kanji","japanese","red-circle"],char:'',fitzpatrick_scale:false,category:"symbols"},u5408:{keywords:["japanese","chinese","join","kanji","red-square"],char:'',fitzpatrick_scale:false,category:"symbols"},u6e80:{keywords:["full","chinese","japanese","red-square","kanji"],char:'',fitzpatrick_scale:false,category:"symbols"},u7981:{keywords:["kanji","japanese","chinese","forbidden","limit","restricted","red-square"],char:'',fitzpatrick_scale:false,category:"symbols"},a:{keywords:["red-square","alphabet","letter"],char:'',fitzpatrick_scale:false,category:"symbols"},b:{keywords:["red-square","alphabet","letter"],char:'',fitzpatrick_scale:false,category:"symbols"},ab:{keywords:["red-square","alphabet"],char:'',fitzpatrick_scale:false,category:"symbols"},cl:{keywords:["alphabet","words","red-square"],char:'',fitzpatrick_scale:false,category:"symbols"},o2:{keywords:["alphabet","red-square","letter"],char:'',fitzpatrick_scale:false,category:"symbols"},sos:{keywords:["help","red-square","words","emergency","911"],char:'',fitzpatrick_scale:false,category:"symbols"},no_entry:{keywords:["limit","security","privacy","bad","denied","stop","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},name_badge:{keywords:["fire","forbid"],char:'',fitzpatrick_scale:false,category:"symbols"},no_entry_sign:{keywords:["forbid","stop","limit","denied","disallow","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},x:{keywords:["no","delete","remove","cancel","red"],char:'',fitzpatrick_scale:false,category:"symbols"},o:{keywords:["circle","round"],char:'',fitzpatrick_scale:false,category:"symbols"},stop_sign:{keywords:["stop"],char:'',fitzpatrick_scale:false,category:"symbols"},anger:{keywords:["angry","mad"],char:'',fitzpatrick_scale:false,category:"symbols"},hotsprings:{keywords:["bath","warm","relax"],char:'',fitzpatrick_scale:false,category:"symbols"},no_pedestrians:{keywords:["rules","crossing","walking","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},do_not_litter:{keywords:["trash","bin","garbage","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},no_bicycles:{keywords:["cyclist","prohibited","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},"non-potable_water":{keywords:["drink","faucet","tap","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},underage:{keywords:["18","drink","pub","night","minor","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},no_mobile_phones:{keywords:["iphone","mute","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},exclamation:{keywords:["heavy_exclamation_mark","danger","surprise","punctuation","wow","warning"],char:'',fitzpatrick_scale:false,category:"symbols"},grey_exclamation:{keywords:["surprise","punctuation","gray","wow","warning"],char:'',fitzpatrick_scale:false,category:"symbols"},question:{keywords:["doubt","confused"],char:'',fitzpatrick_scale:false,category:"symbols"},grey_question:{keywords:["doubts","gray","huh","confused"],char:'',fitzpatrick_scale:false,category:"symbols"},bangbang:{keywords:["exclamation","surprise"],char:'',fitzpatrick_scale:false,category:"symbols"},interrobang:{keywords:["wat","punctuation","surprise"],char:'',fitzpatrick_scale:false,category:"symbols"},low_brightness:{keywords:["sun","afternoon","warm","summer"],char:'',fitzpatrick_scale:false,category:"symbols"},high_brightness:{keywords:["sun","light"],char:'',fitzpatrick_scale:false,category:"symbols"},trident:{keywords:["weapon","spear"],char:'',fitzpatrick_scale:false,category:"symbols"},fleur_de_lis:{keywords:["decorative","scout"],char:'',fitzpatrick_scale:false,category:"symbols"},part_alternation_mark:{keywords:["graph","presentation","stats","business","economics","bad"],char:'',fitzpatrick_scale:false,category:"symbols"},warning:{keywords:["exclamation","wip","alert","error","problem","issue"],char:'',fitzpatrick_scale:false,category:"symbols"},children_crossing:{keywords:["school","warning","danger","sign","driving","yellow-diamond"],char:'',fitzpatrick_scale:false,category:"symbols"},beginner:{keywords:["badge","shield"],char:'',fitzpatrick_scale:false,category:"symbols"},recycle:{keywords:["arrow","environment","garbage","trash"],char:'',fitzpatrick_scale:false,category:"symbols"},u6307:{keywords:["chinese","point","green-square","kanji"],char:'',fitzpatrick_scale:false,category:"symbols"},chart:{keywords:["green-square","graph","presentation","stats"],char:'',fitzpatrick_scale:false,category:"symbols"},sparkle:{keywords:["stars","green-square","awesome","good","fireworks"],char:'',fitzpatrick_scale:false,category:"symbols"},eight_spoked_asterisk:{keywords:["star","sparkle","green-square"],char:'',fitzpatrick_scale:false,category:"symbols"},negative_squared_cross_mark:{keywords:["x","green-square","no","deny"],char:'',fitzpatrick_scale:false,category:"symbols"},white_check_mark:{keywords:["green-square","ok","agree","vote","election","answer","tick"],char:'',fitzpatrick_scale:false,category:"symbols"},diamond_shape_with_a_dot_inside:{keywords:["jewel","blue","gem","crystal","fancy"],char:'',fitzpatrick_scale:false,category:"symbols"},cyclone:{keywords:["weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","hurricane","typhoon"],char:'',fitzpatrick_scale:false,category:"symbols"},loop:{keywords:["tape","cassette"],char:'',fitzpatrick_scale:false,category:"symbols"},globe_with_meridians:{keywords:["earth","international","world","internet","interweb","i18n"],char:'',fitzpatrick_scale:false,category:"symbols"},m:{keywords:["alphabet","blue-circle","letter"],char:'',fitzpatrick_scale:false,category:"symbols"},atm:{keywords:["money","sales","cash","blue-square","payment","bank"],char:'',fitzpatrick_scale:false,category:"symbols"},sa:{keywords:["japanese","blue-square","katakana"],char:'',fitzpatrick_scale:false,category:"symbols"},passport_control:{keywords:["custom","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},customs:{keywords:["passport","border","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},baggage_claim:{keywords:["blue-square","airport","transport"],char:'',fitzpatrick_scale:false,category:"symbols"},left_luggage:{keywords:["blue-square","travel"],char:'',fitzpatrick_scale:false,category:"symbols"},wheelchair:{keywords:["blue-square","disabled","a11y","accessibility"],char:'',fitzpatrick_scale:false,category:"symbols"},no_smoking:{keywords:["cigarette","blue-square","smell","smoke"],char:'',fitzpatrick_scale:false,category:"symbols"},wc:{keywords:["toilet","restroom","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},parking:{keywords:["cars","blue-square","alphabet","letter"],char:'',fitzpatrick_scale:false,category:"symbols"},potable_water:{keywords:["blue-square","liquid","restroom","cleaning","faucet"],char:'',fitzpatrick_scale:false,category:"symbols"},mens:{keywords:["toilet","restroom","wc","blue-square","gender","male"],char:'',fitzpatrick_scale:false,category:"symbols"},womens:{keywords:["purple-square","woman","female","toilet","loo","restroom","gender"],char:'',fitzpatrick_scale:false,category:"symbols"},baby_symbol:{keywords:["orange-square","child"],char:'',fitzpatrick_scale:false,category:"symbols"},restroom:{keywords:["blue-square","toilet","refresh","wc","gender"],char:'',fitzpatrick_scale:false,category:"symbols"},put_litter_in_its_place:{keywords:["blue-square","sign","human","info"],char:'',fitzpatrick_scale:false,category:"symbols"},cinema:{keywords:["blue-square","record","film","movie","curtain","stage","theater"],char:'',fitzpatrick_scale:false,category:"symbols"},signal_strength:{keywords:["blue-square","reception","phone","internet","connection","wifi","bluetooth","bars"],char:'',fitzpatrick_scale:false,category:"symbols"},koko:{keywords:["blue-square","here","katakana","japanese","destination"],char:'',fitzpatrick_scale:false,category:"symbols"},ng:{keywords:["blue-square","words","shape","icon"],char:'',fitzpatrick_scale:false,category:"symbols"},ok:{keywords:["good","agree","yes","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},up:{keywords:["blue-square","above","high"],char:'',fitzpatrick_scale:false,category:"symbols"},cool:{keywords:["words","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},new:{keywords:["blue-square","words","start"],char:'',fitzpatrick_scale:false,category:"symbols"},free:{keywords:["blue-square","words"],char:'',fitzpatrick_scale:false,category:"symbols"},zero:{keywords:["0","numbers","blue-square","null"],char:'',fitzpatrick_scale:false,category:"symbols"},one:{keywords:["blue-square","numbers","1"],char:'',fitzpatrick_scale:false,category:"symbols"},two:{keywords:["numbers","2","prime","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},three:{keywords:["3","numbers","prime","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},four:{keywords:["4","numbers","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},five:{keywords:["5","numbers","blue-square","prime"],char:'',fitzpatrick_scale:false,category:"symbols"},six:{keywords:["6","numbers","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},seven:{keywords:["7","numbers","blue-square","prime"],char:'',fitzpatrick_scale:false,category:"symbols"},eight:{keywords:["8","blue-square","numbers"],char:'',fitzpatrick_scale:false,category:"symbols"},nine:{keywords:["blue-square","numbers","9"],char:'',fitzpatrick_scale:false,category:"symbols"},keycap_ten:{keywords:["numbers","10","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},asterisk:{keywords:["star","keycap"],char:'',fitzpatrick_scale:false,category:"symbols"},eject_button:{keywords:["blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_forward:{keywords:["blue-square","right","direction","play"],char:'',fitzpatrick_scale:false,category:"symbols"},pause_button:{keywords:["pause","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},next_track_button:{keywords:["forward","next","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},stop_button:{keywords:["blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},record_button:{keywords:["blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},play_or_pause_button:{keywords:["blue-square","play","pause"],char:'',fitzpatrick_scale:false,category:"symbols"},previous_track_button:{keywords:["backward"],char:'',fitzpatrick_scale:false,category:"symbols"},fast_forward:{keywords:["blue-square","play","speed","continue"],char:'',fitzpatrick_scale:false,category:"symbols"},rewind:{keywords:["play","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},twisted_rightwards_arrows:{keywords:["blue-square","shuffle","music","random"],char:'',fitzpatrick_scale:false,category:"symbols"},repeat:{keywords:["loop","record"],char:'',fitzpatrick_scale:false,category:"symbols"},repeat_one:{keywords:["blue-square","loop"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_backward:{keywords:["blue-square","left","direction"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_up_small:{keywords:["blue-square","triangle","direction","point","forward","top"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_down_small:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_double_up:{keywords:["blue-square","direction","top"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_double_down:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_right:{keywords:["blue-square","next"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_left:{keywords:["blue-square","previous","back"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_up:{keywords:["blue-square","continue","top","direction"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_down:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_upper_right:{keywords:["blue-square","point","direction","diagonal","northeast"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_lower_right:{keywords:["blue-square","direction","diagonal","southeast"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_lower_left:{keywords:["blue-square","direction","diagonal","southwest"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_upper_left:{keywords:["blue-square","point","direction","diagonal","northwest"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_up_down:{keywords:["blue-square","direction","way","vertical"],char:'',fitzpatrick_scale:false,category:"symbols"},left_right_arrow:{keywords:["shape","direction","horizontal","sideways"],char:'',fitzpatrick_scale:false,category:"symbols"},arrows_counterclockwise:{keywords:["blue-square","sync","cycle"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_right_hook:{keywords:["blue-square","return","rotate","direction"],char:'',fitzpatrick_scale:false,category:"symbols"},leftwards_arrow_with_hook:{keywords:["back","return","blue-square","undo","enter"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_heading_up:{keywords:["blue-square","direction","top"],char:'',fitzpatrick_scale:false,category:"symbols"},arrow_heading_down:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:false,category:"symbols"},hash:{keywords:["symbol","blue-square","twitter"],char:'',fitzpatrick_scale:false,category:"symbols"},information_source:{keywords:["blue-square","alphabet","letter"],char:'',fitzpatrick_scale:false,category:"symbols"},abc:{keywords:["blue-square","alphabet"],char:'',fitzpatrick_scale:false,category:"symbols"},abcd:{keywords:["blue-square","alphabet"],char:'',fitzpatrick_scale:false,category:"symbols"},capital_abcd:{keywords:["alphabet","words","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},symbols:{keywords:["blue-square","music","note","ampersand","percent","glyphs","characters"],char:'',fitzpatrick_scale:false,category:"symbols"},musical_note:{keywords:["score","tone","sound"],char:'',fitzpatrick_scale:false,category:"symbols"},notes:{keywords:["music","score"],char:'',fitzpatrick_scale:false,category:"symbols"},wavy_dash:{keywords:["draw","line","moustache","mustache","squiggle","scribble"],char:'',fitzpatrick_scale:false,category:"symbols"},curly_loop:{keywords:["scribble","draw","shape","squiggle"],char:'',fitzpatrick_scale:false,category:"symbols"},heavy_check_mark:{keywords:["ok","nike","answer","yes","tick"],char:'',fitzpatrick_scale:false,category:"symbols"},arrows_clockwise:{keywords:["sync","cycle","round","repeat"],char:'',fitzpatrick_scale:false,category:"symbols"},heavy_plus_sign:{keywords:["math","calculation","addition","more","increase"],char:'',fitzpatrick_scale:false,category:"symbols"},heavy_minus_sign:{keywords:["math","calculation","subtract","less"],char:'',fitzpatrick_scale:false,category:"symbols"},heavy_division_sign:{keywords:["divide","math","calculation"],char:'',fitzpatrick_scale:false,category:"symbols"},heavy_multiplication_x:{keywords:["math","calculation"],char:'',fitzpatrick_scale:false,category:"symbols"},infinity:{keywords:["forever"],char:'',fitzpatrick_scale:false,category:"symbols"},heavy_dollar_sign:{keywords:["money","sales","payment","currency","buck"],char:'',fitzpatrick_scale:false,category:"symbols"},currency_exchange:{keywords:["money","sales","dollar","travel"],char:'',fitzpatrick_scale:false,category:"symbols"},copyright:{keywords:["ip","license","circle","law","legal"],char:'',fitzpatrick_scale:false,category:"symbols"},registered:{keywords:["alphabet","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},tm:{keywords:["trademark","brand","law","legal"],char:'',fitzpatrick_scale:false,category:"symbols"},end:{keywords:["words","arrow"],char:'',fitzpatrick_scale:false,category:"symbols"},back:{keywords:["arrow","words","return"],char:'',fitzpatrick_scale:false,category:"symbols"},on:{keywords:["arrow","words"],char:'',fitzpatrick_scale:false,category:"symbols"},top:{keywords:["words","blue-square"],char:'',fitzpatrick_scale:false,category:"symbols"},soon:{keywords:["arrow","words"],char:'',fitzpatrick_scale:false,category:"symbols"},ballot_box_with_check:{keywords:["ok","agree","confirm","black-square","vote","election","yes","tick"],char:'',fitzpatrick_scale:false,category:"symbols"},radio_button:{keywords:["input","old","music","circle"],char:'',fitzpatrick_scale:false,category:"symbols"},white_circle:{keywords:["shape","round"],char:'',fitzpatrick_scale:false,category:"symbols"},black_circle:{keywords:["shape","button","round"],char:'',fitzpatrick_scale:false,category:"symbols"},red_circle:{keywords:["shape","error","danger"],char:'',fitzpatrick_scale:false,category:"symbols"},large_blue_circle:{keywords:["shape","icon","button"],char:'',fitzpatrick_scale:false,category:"symbols"},small_orange_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:false,category:"symbols"},small_blue_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:false,category:"symbols"},large_orange_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:false,category:"symbols"},large_blue_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:false,category:"symbols"},small_red_triangle:{keywords:["shape","direction","up","top"],char:'',fitzpatrick_scale:false,category:"symbols"},black_small_square:{keywords:["shape","icon"],char:'',fitzpatrick_scale:false,category:"symbols"},white_small_square:{keywords:["shape","icon"],char:'',fitzpatrick_scale:false,category:"symbols"},black_large_square:{keywords:["shape","icon","button"],char:'',fitzpatrick_scale:false,category:"symbols"},white_large_square:{keywords:["shape","icon","stone","button"],char:'',fitzpatrick_scale:false,category:"symbols"},small_red_triangle_down:{keywords:["shape","direction","bottom"],char:'',fitzpatrick_scale:false,category:"symbols"},black_medium_square:{keywords:["shape","button","icon"],char:'',fitzpatrick_scale:false,category:"symbols"},white_medium_square:{keywords:["shape","stone","icon"],char:'',fitzpatrick_scale:false,category:"symbols"},black_medium_small_square:{keywords:["icon","shape","button"],char:'',fitzpatrick_scale:false,category:"symbols"},white_medium_small_square:{keywords:["shape","stone","icon","button"],char:'',fitzpatrick_scale:false,category:"symbols"},black_square_button:{keywords:["shape","input","frame"],char:'',fitzpatrick_scale:false,category:"symbols"},white_square_button:{keywords:["shape","input"],char:'',fitzpatrick_scale:false,category:"symbols"},speaker:{keywords:["sound","volume","silence","broadcast"],char:'',fitzpatrick_scale:false,category:"symbols"},sound:{keywords:["volume","speaker","broadcast"],char:'',fitzpatrick_scale:false,category:"symbols"},loud_sound:{keywords:["volume","noise","noisy","speaker","broadcast"],char:'',fitzpatrick_scale:false,category:"symbols"},mute:{keywords:["sound","volume","silence","quiet"],char:'',fitzpatrick_scale:false,category:"symbols"},mega:{keywords:["sound","speaker","volume"],char:'',fitzpatrick_scale:false,category:"symbols"},loudspeaker:{keywords:["volume","sound"],char:'',fitzpatrick_scale:false,category:"symbols"},bell:{keywords:["sound","notification","christmas","xmas","chime"],char:'',fitzpatrick_scale:false,category:"symbols"},no_bell:{keywords:["sound","volume","mute","quiet","silent"],char:'',fitzpatrick_scale:false,category:"symbols"},black_joker:{keywords:["poker","cards","game","play","magic"],char:'',fitzpatrick_scale:false,category:"symbols"},mahjong:{keywords:["game","play","chinese","kanji"],char:'',fitzpatrick_scale:false,category:"symbols"},spades:{keywords:["poker","cards","suits","magic"],char:'',fitzpatrick_scale:false,category:"symbols"},clubs:{keywords:["poker","cards","magic","suits"],char:'',fitzpatrick_scale:false,category:"symbols"},hearts:{keywords:["poker","cards","magic","suits"],char:'',fitzpatrick_scale:false,category:"symbols"},diamonds:{keywords:["poker","cards","magic","suits"],char:'',fitzpatrick_scale:false,category:"symbols"},flower_playing_cards:{keywords:["game","sunset","red"],char:'',fitzpatrick_scale:false,category:"symbols"},thought_balloon:{keywords:["bubble","cloud","speech","thinking","dream"],char:'',fitzpatrick_scale:false,category:"symbols"},right_anger_bubble:{keywords:["caption","speech","thinking","mad"],char:'',fitzpatrick_scale:false,category:"symbols"},speech_balloon:{keywords:["bubble","words","message","talk","chatting"],char:'',fitzpatrick_scale:false,category:"symbols"},left_speech_bubble:{keywords:["words","message","talk","chatting"],char:'',fitzpatrick_scale:false,category:"symbols"},clock1:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock2:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock3:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock4:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock5:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock6:{keywords:["time","late","early","schedule","dawn","dusk"],char:'',fitzpatrick_scale:false,category:"symbols"},clock7:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock8:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock9:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock10:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock11:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock12:{keywords:["time","noon","midnight","midday","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock130:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock230:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock330:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock430:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock530:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock630:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock730:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock830:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock930:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock1030:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock1130:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},clock1230:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:false,category:"symbols"},afghanistan:{keywords:["af","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},aland_islands:{keywords:["Åland","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},albania:{keywords:["al","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},algeria:{keywords:["dz","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},american_samoa:{keywords:["american","ws","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},andorra:{keywords:["ad","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},angola:{keywords:["ao","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},anguilla:{keywords:["ai","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},antarctica:{keywords:["aq","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},antigua_barbuda:{keywords:["antigua","barbuda","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},argentina:{keywords:["ar","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},armenia:{keywords:["am","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},aruba:{keywords:["aw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},australia:{keywords:["au","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},austria:{keywords:["at","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},azerbaijan:{keywords:["az","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bahamas:{keywords:["bs","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bahrain:{keywords:["bh","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bangladesh:{keywords:["bd","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},barbados:{keywords:["bb","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},belarus:{keywords:["by","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},belgium:{keywords:["be","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},belize:{keywords:["bz","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},benin:{keywords:["bj","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bermuda:{keywords:["bm","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bhutan:{keywords:["bt","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bolivia:{keywords:["bo","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},caribbean_netherlands:{keywords:["bonaire","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bosnia_herzegovina:{keywords:["bosnia","herzegovina","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},botswana:{keywords:["bw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},brazil:{keywords:["br","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},british_indian_ocean_territory:{keywords:["british","indian","ocean","territory","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},british_virgin_islands:{keywords:["british","virgin","islands","bvi","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},brunei:{keywords:["bn","darussalam","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},bulgaria:{keywords:["bg","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},burkina_faso:{keywords:["burkina","faso","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},burundi:{keywords:["bi","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cape_verde:{keywords:["cabo","verde","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cambodia:{keywords:["kh","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cameroon:{keywords:["cm","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},canada:{keywords:["ca","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},canary_islands:{keywords:["canary","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cayman_islands:{keywords:["cayman","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},central_african_republic:{keywords:["central","african","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},chad:{keywords:["td","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},chile:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cn:{keywords:["china","chinese","prc","flag","country","nation","banner"],char:'',fitzpatrick_scale:false,category:"flags"},christmas_island:{keywords:["christmas","island","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cocos_islands:{keywords:["cocos","keeling","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},colombia:{keywords:["co","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},comoros:{keywords:["km","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},congo_brazzaville:{keywords:["congo","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},congo_kinshasa:{keywords:["congo","democratic","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cook_islands:{keywords:["cook","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},costa_rica:{keywords:["costa","rica","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},croatia:{keywords:["hr","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cuba:{keywords:["cu","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},curacao:{keywords:["curaçao","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cyprus:{keywords:["cy","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},czech_republic:{keywords:["cz","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},denmark:{keywords:["dk","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},djibouti:{keywords:["dj","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},dominica:{keywords:["dm","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},dominican_republic:{keywords:["dominican","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},ecuador:{keywords:["ec","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},egypt:{keywords:["eg","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},el_salvador:{keywords:["el","salvador","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},equatorial_guinea:{keywords:["equatorial","gn","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},eritrea:{keywords:["er","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},estonia:{keywords:["ee","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},ethiopia:{keywords:["et","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},eu:{keywords:["european","union","flag","banner"],char:'',fitzpatrick_scale:false,category:"flags"},falkland_islands:{keywords:["falkland","islands","malvinas","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},faroe_islands:{keywords:["faroe","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},fiji:{keywords:["fj","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},finland:{keywords:["fi","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},fr:{keywords:["banner","flag","nation","france","french","country"],char:'',fitzpatrick_scale:false,category:"flags"},french_guiana:{keywords:["french","guiana","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},french_polynesia:{keywords:["french","polynesia","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},french_southern_territories:{keywords:["french","southern","territories","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},gabon:{keywords:["ga","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},gambia:{keywords:["gm","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},georgia:{keywords:["ge","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},de:{keywords:["german","nation","flag","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},ghana:{keywords:["gh","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},gibraltar:{keywords:["gi","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},greece:{keywords:["gr","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},greenland:{keywords:["gl","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},grenada:{keywords:["gd","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},guadeloupe:{keywords:["gp","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},guam:{keywords:["gu","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},guatemala:{keywords:["gt","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},guernsey:{keywords:["gg","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},guinea:{keywords:["gn","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},guinea_bissau:{keywords:["gw","bissau","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},guyana:{keywords:["gy","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},haiti:{keywords:["ht","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},honduras:{keywords:["hn","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},hong_kong:{keywords:["hong","kong","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},hungary:{keywords:["hu","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},iceland:{keywords:["is","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},india:{keywords:["in","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},indonesia:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},iran:{keywords:["iran,","islamic","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},iraq:{keywords:["iq","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},ireland:{keywords:["ie","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},isle_of_man:{keywords:["isle","man","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},israel:{keywords:["il","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},it:{keywords:["italy","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},cote_divoire:{keywords:["ivory","coast","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},jamaica:{keywords:["jm","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},jp:{keywords:["japanese","nation","flag","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},jersey:{keywords:["je","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},jordan:{keywords:["jo","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},kazakhstan:{keywords:["kz","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},kenya:{keywords:["ke","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},kiribati:{keywords:["ki","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},kosovo:{keywords:["xk","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},kuwait:{keywords:["kw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},kyrgyzstan:{keywords:["kg","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},laos:{keywords:["lao","democratic","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},latvia:{keywords:["lv","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},lebanon:{keywords:["lb","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},lesotho:{keywords:["ls","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},liberia:{keywords:["lr","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},libya:{keywords:["ly","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},liechtenstein:{keywords:["li","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},lithuania:{keywords:["lt","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},luxembourg:{keywords:["lu","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},macau:{keywords:["macao","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},macedonia:{keywords:["macedonia,","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},madagascar:{keywords:["mg","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},malawi:{keywords:["mw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},malaysia:{keywords:["my","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},maldives:{keywords:["mv","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},mali:{keywords:["ml","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},malta:{keywords:["mt","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},marshall_islands:{keywords:["marshall","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},martinique:{keywords:["mq","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},mauritania:{keywords:["mr","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},mauritius:{keywords:["mu","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},mayotte:{keywords:["yt","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},mexico:{keywords:["mx","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},micronesia:{keywords:["micronesia,","federated","states","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},moldova:{keywords:["moldova,","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},monaco:{keywords:["mc","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},mongolia:{keywords:["mn","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},montenegro:{keywords:["me","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},montserrat:{keywords:["ms","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},morocco:{keywords:["ma","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},mozambique:{keywords:["mz","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},myanmar:{keywords:["mm","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},namibia:{keywords:["na","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},nauru:{keywords:["nr","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},nepal:{keywords:["np","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},netherlands:{keywords:["nl","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},new_caledonia:{keywords:["new","caledonia","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},new_zealand:{keywords:["new","zealand","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},nicaragua:{keywords:["ni","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},niger:{keywords:["ne","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},nigeria:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},niue:{keywords:["nu","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},norfolk_island:{keywords:["norfolk","island","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},northern_mariana_islands:{keywords:["northern","mariana","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},north_korea:{keywords:["north","korea","nation","flag","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},norway:{keywords:["no","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},oman:{keywords:["om_symbol","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},pakistan:{keywords:["pk","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},palau:{keywords:["pw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},palestinian_territories:{keywords:["palestine","palestinian","territories","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},panama:{keywords:["pa","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},papua_new_guinea:{keywords:["papua","new","guinea","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},paraguay:{keywords:["py","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},peru:{keywords:["pe","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},philippines:{keywords:["ph","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},pitcairn_islands:{keywords:["pitcairn","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},poland:{keywords:["pl","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},portugal:{keywords:["pt","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},puerto_rico:{keywords:["puerto","rico","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},qatar:{keywords:["qa","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},reunion:{keywords:["réunion","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},romania:{keywords:["ro","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},ru:{keywords:["russian","federation","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},rwanda:{keywords:["rw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},st_barthelemy:{keywords:["saint","barthélemy","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},st_helena:{keywords:["saint","helena","ascension","tristan","cunha","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},st_kitts_nevis:{keywords:["saint","kitts","nevis","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},st_lucia:{keywords:["saint","lucia","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},st_pierre_miquelon:{keywords:["saint","pierre","miquelon","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},st_vincent_grenadines:{keywords:["saint","vincent","grenadines","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},samoa:{keywords:["ws","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},san_marino:{keywords:["san","marino","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},sao_tome_principe:{keywords:["sao","tome","principe","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},saudi_arabia:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},senegal:{keywords:["sn","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},serbia:{keywords:["rs","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},seychelles:{keywords:["sc","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},sierra_leone:{keywords:["sierra","leone","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},singapore:{keywords:["sg","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},sint_maarten:{keywords:["sint","maarten","dutch","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},slovakia:{keywords:["sk","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},slovenia:{keywords:["si","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},solomon_islands:{keywords:["solomon","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},somalia:{keywords:["so","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},south_africa:{keywords:["south","africa","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},south_georgia_south_sandwich_islands:{keywords:["south","georgia","sandwich","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},kr:{keywords:["south","korea","nation","flag","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},south_sudan:{keywords:["south","sd","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},es:{keywords:["spain","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},sri_lanka:{keywords:["sri","lanka","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},sudan:{keywords:["sd","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},suriname:{keywords:["sr","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},swaziland:{keywords:["sz","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},sweden:{keywords:["se","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},switzerland:{keywords:["ch","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},syria:{keywords:["syrian","arab","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},taiwan:{keywords:["tw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},tajikistan:{keywords:["tj","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},tanzania:{keywords:["tanzania,","united","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},thailand:{keywords:["th","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},timor_leste:{keywords:["timor","leste","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},togo:{keywords:["tg","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},tokelau:{keywords:["tk","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},tonga:{keywords:["to","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},trinidad_tobago:{keywords:["trinidad","tobago","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},tunisia:{keywords:["tn","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},tr:{keywords:["turkey","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},turkmenistan:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},turks_caicos_islands:{keywords:["turks","caicos","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},tuvalu:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},uganda:{keywords:["ug","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},ukraine:{keywords:["ua","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},united_arab_emirates:{keywords:["united","arab","emirates","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},uk:{keywords:["united","kingdom","great","britain","northern","ireland","flag","nation","country","banner","british","UK","english","england","union jack"],char:'',fitzpatrick_scale:false,category:"flags"},england:{keywords:["flag","english"],char:'',fitzpatrick_scale:false,category:"flags"},scotland:{keywords:["flag","scottish"],char:'',fitzpatrick_scale:false,category:"flags"},wales:{keywords:["flag","welsh"],char:'',fitzpatrick_scale:false,category:"flags"},us:{keywords:["united","states","america","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},us_virgin_islands:{keywords:["virgin","islands","us","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},uruguay:{keywords:["uy","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},uzbekistan:{keywords:["uz","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},vanuatu:{keywords:["vu","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},vatican_city:{keywords:["vatican","city","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},venezuela:{keywords:["ve","bolivarian","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},vietnam:{keywords:["viet","nam","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},wallis_futuna:{keywords:["wallis","futuna","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},western_sahara:{keywords:["western","sahara","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},yemen:{keywords:["ye","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},zambia:{keywords:["zm","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},zimbabwe:{keywords:["zw","flag","nation","country","banner"],char:'',fitzpatrick_scale:false,category:"flags"},united_nations:{keywords:["un","flag","banner"],char:'',fitzpatrick_scale:false,category:"flags"},pirate_flag:{keywords:["skull","crossbones","flag","banner"],char:'',fitzpatrick_scale:false,category:"flags"}});
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/emoticons/js/emojiimages.min.js b/seller/public/tinymce/plugins/emoticons/js/emojiimages.min.js
new file mode 100644
index 00000000..37f3bcf8
--- /dev/null
+++ b/seller/public/tinymce/plugins/emoticons/js/emojiimages.min.js
@@ -0,0 +1,3 @@
+// Source: npm package: emojilib
+// Images provided by twemoji: https://github.com/twitter/twemoji
+window.tinymce.Resource.add("tinymce.plugins.emoticons",{100:{keywords:["score","perfect","numbers","century","exam","quiz","test","pass","hundred"],char:'',fitzpatrick_scale:!1,category:"symbols"},1234:{keywords:["numbers","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},grinning:{keywords:["face","smile","happy","joy",":D","grin"],char:'',fitzpatrick_scale:!1,category:"people"},grimacing:{keywords:["face","grimace","teeth"],char:'',fitzpatrick_scale:!1,category:"people"},grin:{keywords:["face","happy","smile","joy","kawaii"],char:'',fitzpatrick_scale:!1,category:"people"},joy:{keywords:["face","cry","tears","weep","happy","happytears","haha"],char:'',fitzpatrick_scale:!1,category:"people"},rofl:{keywords:["face","rolling","floor","laughing","lol","haha"],char:'',fitzpatrick_scale:!1,category:"people"},partying:{keywords:["face","celebration","woohoo"],char:'',fitzpatrick_scale:!1,category:"people"},smiley:{keywords:["face","happy","joy","haha",":D",":)","smile","funny"],char:'',fitzpatrick_scale:!1,category:"people"},smile:{keywords:["face","happy","joy","funny","haha","laugh","like",":D",":)"],char:'',fitzpatrick_scale:!1,category:"people"},sweat_smile:{keywords:["face","hot","happy","laugh","sweat","smile","relief"],char:'',fitzpatrick_scale:!1,category:"people"},laughing:{keywords:["happy","joy","lol","satisfied","haha","face","glad","XD","laugh"],char:'',fitzpatrick_scale:!1,category:"people"},innocent:{keywords:["face","angel","heaven","halo"],char:'',fitzpatrick_scale:!1,category:"people"},wink:{keywords:["face","happy","mischievous","secret",";)","smile","eye"],char:'',fitzpatrick_scale:!1,category:"people"},blush:{keywords:["face","smile","happy","flushed","crush","embarrassed","shy","joy"],char:'',fitzpatrick_scale:!1,category:"people"},slightly_smiling_face:{keywords:["face","smile"],char:'',fitzpatrick_scale:!1,category:"people"},upside_down_face:{keywords:["face","flipped","silly","smile"],char:'',fitzpatrick_scale:!1,category:"people"},relaxed:{keywords:["face","blush","massage","happiness"],char:'',fitzpatrick_scale:!1,category:"people"},yum:{keywords:["happy","joy","tongue","smile","face","silly","yummy","nom","delicious","savouring"],char:'',fitzpatrick_scale:!1,category:"people"},relieved:{keywords:["face","relaxed","phew","massage","happiness"],char:'',fitzpatrick_scale:!1,category:"people"},heart_eyes:{keywords:["face","love","like","affection","valentines","infatuation","crush","heart"],char:'',fitzpatrick_scale:!1,category:"people"},smiling_face_with_three_hearts:{keywords:["face","love","like","affection","valentines","infatuation","crush","hearts","adore"],char:'',fitzpatrick_scale:!1,category:"people"},kissing_heart:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:!1,category:"people"},kissing:{keywords:["love","like","face","3","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:!1,category:"people"},kissing_smiling_eyes:{keywords:["face","affection","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:!1,category:"people"},kissing_closed_eyes:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:'',fitzpatrick_scale:!1,category:"people"},stuck_out_tongue_winking_eye:{keywords:["face","prank","childish","playful","mischievous","smile","wink","tongue"],char:'',fitzpatrick_scale:!1,category:"people"},zany:{keywords:["face","goofy","crazy"],char:'',fitzpatrick_scale:!1,category:"people"},raised_eyebrow:{keywords:["face","distrust","scepticism","disapproval","disbelief","surprise"],char:'',fitzpatrick_scale:!1,category:"people"},monocle:{keywords:["face","stuffy","wealthy"],char:'',fitzpatrick_scale:!1,category:"people"},stuck_out_tongue_closed_eyes:{keywords:["face","prank","playful","mischievous","smile","tongue"],char:'',fitzpatrick_scale:!1,category:"people"},stuck_out_tongue:{keywords:["face","prank","childish","playful","mischievous","smile","tongue"],char:'',fitzpatrick_scale:!1,category:"people"},money_mouth_face:{keywords:["face","rich","dollar","money"],char:'',fitzpatrick_scale:!1,category:"people"},nerd_face:{keywords:["face","nerdy","geek","dork"],char:'',fitzpatrick_scale:!1,category:"people"},sunglasses:{keywords:["face","cool","smile","summer","beach","sunglass"],char:'',fitzpatrick_scale:!1,category:"people"},star_struck:{keywords:["face","smile","starry","eyes","grinning"],char:'',fitzpatrick_scale:!1,category:"people"},clown_face:{keywords:["face"],char:'',fitzpatrick_scale:!1,category:"people"},cowboy_hat_face:{keywords:["face","cowgirl","hat"],char:'',fitzpatrick_scale:!1,category:"people"},hugs:{keywords:["face","smile","hug"],char:'',fitzpatrick_scale:!1,category:"people"},smirk:{keywords:["face","smile","mean","prank","smug","sarcasm"],char:'',fitzpatrick_scale:!1,category:"people"},no_mouth:{keywords:["face","hellokitty"],char:'',fitzpatrick_scale:!1,category:"people"},neutral_face:{keywords:["indifference","meh",":|","neutral"],char:'',fitzpatrick_scale:!1,category:"people"},expressionless:{keywords:["face","indifferent","-_-","meh","deadpan"],char:'',fitzpatrick_scale:!1,category:"people"},unamused:{keywords:["indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","side_eye"],char:'',fitzpatrick_scale:!1,category:"people"},roll_eyes:{keywords:["face","eyeroll","frustrated"],char:'',fitzpatrick_scale:!1,category:"people"},thinking:{keywords:["face","hmmm","think","consider"],char:'',fitzpatrick_scale:!1,category:"people"},lying_face:{keywords:["face","lie","pinocchio"],char:'',fitzpatrick_scale:!1,category:"people"},hand_over_mouth:{keywords:["face","whoops","shock","surprise"],char:'',fitzpatrick_scale:!1,category:"people"},shushing:{keywords:["face","quiet","shhh"],char:'',fitzpatrick_scale:!1,category:"people"},symbols_over_mouth:{keywords:["face","swearing","cursing","cussing","profanity","expletive"],char:'',fitzpatrick_scale:!1,category:"people"},exploding_head:{keywords:["face","shocked","mind","blown"],char:'',fitzpatrick_scale:!1,category:"people"},flushed:{keywords:["face","blush","shy","flattered"],char:'',fitzpatrick_scale:!1,category:"people"},disappointed:{keywords:["face","sad","upset","depressed",":("],char:'',fitzpatrick_scale:!1,category:"people"},worried:{keywords:["face","concern","nervous",":("],char:'',fitzpatrick_scale:!1,category:"people"},angry:{keywords:["mad","face","annoyed","frustrated"],char:'',fitzpatrick_scale:!1,category:"people"},rage:{keywords:["angry","mad","hate","despise"],char:'',fitzpatrick_scale:!1,category:"people"},pensive:{keywords:["face","sad","depressed","upset"],char:'',fitzpatrick_scale:!1,category:"people"},confused:{keywords:["face","indifference","huh","weird","hmmm",":/"],char:'',fitzpatrick_scale:!1,category:"people"},slightly_frowning_face:{keywords:["face","frowning","disappointed","sad","upset"],char:'',fitzpatrick_scale:!1,category:"people"},frowning_face:{keywords:["face","sad","upset","frown"],char:'',fitzpatrick_scale:!1,category:"people"},persevere:{keywords:["face","sick","no","upset","oops"],char:'',fitzpatrick_scale:!1,category:"people"},confounded:{keywords:["face","confused","sick","unwell","oops",":S"],char:'',fitzpatrick_scale:!1,category:"people"},tired_face:{keywords:["sick","whine","upset","frustrated"],char:'',fitzpatrick_scale:!1,category:"people"},weary:{keywords:["face","tired","sleepy","sad","frustrated","upset"],char:'',fitzpatrick_scale:!1,category:"people"},pleading:{keywords:["face","begging","mercy"],char:'',fitzpatrick_scale:!1,category:"people"},triumph:{keywords:["face","gas","phew","proud","pride"],char:'',fitzpatrick_scale:!1,category:"people"},open_mouth:{keywords:["face","surprise","impressed","wow","whoa",":O"],char:'',fitzpatrick_scale:!1,category:"people"},scream:{keywords:["face","munch","scared","omg"],char:'',fitzpatrick_scale:!1,category:"people"},fearful:{keywords:["face","scared","terrified","nervous","oops","huh"],char:'',fitzpatrick_scale:!1,category:"people"},cold_sweat:{keywords:["face","nervous","sweat"],char:'',fitzpatrick_scale:!1,category:"people"},hushed:{keywords:["face","woo","shh"],char:'',fitzpatrick_scale:!1,category:"people"},frowning:{keywords:["face","aw","what"],char:'',fitzpatrick_scale:!1,category:"people"},anguished:{keywords:["face","stunned","nervous"],char:'',fitzpatrick_scale:!1,category:"people"},cry:{keywords:["face","tears","sad","depressed","upset",":'("],char:'',fitzpatrick_scale:!1,category:"people"},disappointed_relieved:{keywords:["face","phew","sweat","nervous"],char:'',fitzpatrick_scale:!1,category:"people"},drooling_face:{keywords:["face"],char:'',fitzpatrick_scale:!1,category:"people"},sleepy:{keywords:["face","tired","rest","nap"],char:'',fitzpatrick_scale:!1,category:"people"},sweat:{keywords:["face","hot","sad","tired","exercise"],char:'',fitzpatrick_scale:!1,category:"people"},hot:{keywords:["face","feverish","heat","red","sweating"],char:'',fitzpatrick_scale:!1,category:"people"},cold:{keywords:["face","blue","freezing","frozen","frostbite","icicles"],char:'',fitzpatrick_scale:!1,category:"people"},sob:{keywords:["face","cry","tears","sad","upset","depressed"],char:'',fitzpatrick_scale:!1,category:"people"},dizzy_face:{keywords:["spent","unconscious","xox","dizzy"],char:'',fitzpatrick_scale:!1,category:"people"},astonished:{keywords:["face","xox","surprised","poisoned"],char:'',fitzpatrick_scale:!1,category:"people"},zipper_mouth_face:{keywords:["face","sealed","zipper","secret"],char:'',fitzpatrick_scale:!1,category:"people"},nauseated_face:{keywords:["face","vomit","gross","green","sick","throw up","ill"],char:'',fitzpatrick_scale:!1,category:"people"},sneezing_face:{keywords:["face","gesundheit","sneeze","sick","allergy"],char:'',fitzpatrick_scale:!1,category:"people"},vomiting:{keywords:["face","sick"],char:'',fitzpatrick_scale:!1,category:"people"},mask:{keywords:["face","sick","ill","disease"],char:'',fitzpatrick_scale:!1,category:"people"},face_with_thermometer:{keywords:["sick","temperature","thermometer","cold","fever"],char:'',fitzpatrick_scale:!1,category:"people"},face_with_head_bandage:{keywords:["injured","clumsy","bandage","hurt"],char:'',fitzpatrick_scale:!1,category:"people"},woozy:{keywords:["face","dizzy","intoxicated","tipsy","wavy"],char:'',fitzpatrick_scale:!1,category:"people"},sleeping:{keywords:["face","tired","sleepy","night","zzz"],char:'',fitzpatrick_scale:!1,category:"people"},zzz:{keywords:["sleepy","tired","dream"],char:'',fitzpatrick_scale:!1,category:"people"},poop:{keywords:["hankey","shitface","fail","turd","shit"],char:'',fitzpatrick_scale:!1,category:"people"},smiling_imp:{keywords:["devil","horns"],char:'',fitzpatrick_scale:!1,category:"people"},imp:{keywords:["devil","angry","horns"],char:'',fitzpatrick_scale:!1,category:"people"},japanese_ogre:{keywords:["monster","red","mask","halloween","scary","creepy","devil","demon","japanese","ogre"],char:'',fitzpatrick_scale:!1,category:"people"},japanese_goblin:{keywords:["red","evil","mask","monster","scary","creepy","japanese","goblin"],char:'',fitzpatrick_scale:!1,category:"people"},skull:{keywords:["dead","skeleton","creepy","death"],char:'',fitzpatrick_scale:!1,category:"people"},ghost:{keywords:["halloween","spooky","scary"],char:'',fitzpatrick_scale:!1,category:"people"},alien:{keywords:["UFO","paul","weird","outer_space"],char:'',fitzpatrick_scale:!1,category:"people"},robot:{keywords:["computer","machine","bot"],char:'',fitzpatrick_scale:!1,category:"people"},smiley_cat:{keywords:["animal","cats","happy","smile"],char:'',fitzpatrick_scale:!1,category:"people"},smile_cat:{keywords:["animal","cats","smile"],char:'',fitzpatrick_scale:!1,category:"people"},joy_cat:{keywords:["animal","cats","haha","happy","tears"],char:'',fitzpatrick_scale:!1,category:"people"},heart_eyes_cat:{keywords:["animal","love","like","affection","cats","valentines","heart"],char:'',fitzpatrick_scale:!1,category:"people"},smirk_cat:{keywords:["animal","cats","smirk"],char:'',fitzpatrick_scale:!1,category:"people"},kissing_cat:{keywords:["animal","cats","kiss"],char:'',fitzpatrick_scale:!1,category:"people"},scream_cat:{keywords:["animal","cats","munch","scared","scream"],char:'',fitzpatrick_scale:!1,category:"people"},crying_cat_face:{keywords:["animal","tears","weep","sad","cats","upset","cry"],char:'',fitzpatrick_scale:!1,category:"people"},pouting_cat:{keywords:["animal","cats"],char:'',fitzpatrick_scale:!1,category:"people"},palms_up:{keywords:["hands","gesture","cupped","prayer"],char:'',fitzpatrick_scale:!0,category:"people"},raised_hands:{keywords:["gesture","hooray","yea","celebration","hands"],char:'',fitzpatrick_scale:!0,category:"people"},clap:{keywords:["hands","praise","applause","congrats","yay"],char:'',fitzpatrick_scale:!0,category:"people"},wave:{keywords:["hands","gesture","goodbye","solong","farewell","hello","hi","palm"],char:'',fitzpatrick_scale:!0,category:"people"},call_me_hand:{keywords:["hands","gesture"],char:'',fitzpatrick_scale:!0,category:"people"},"+1":{keywords:["thumbsup","yes","awesome","good","agree","accept","cool","hand","like"],char:'',fitzpatrick_scale:!0,category:"people"},"-1":{keywords:["thumbsdown","no","dislike","hand"],char:'',fitzpatrick_scale:!0,category:"people"},facepunch:{keywords:["angry","violence","fist","hit","attack","hand"],char:'',fitzpatrick_scale:!0,category:"people"},fist:{keywords:["fingers","hand","grasp"],char:'',fitzpatrick_scale:!0,category:"people"},fist_left:{keywords:["hand","fistbump"],char:'',fitzpatrick_scale:!0,category:"people"},fist_right:{keywords:["hand","fistbump"],char:'',fitzpatrick_scale:!0,category:"people"},v:{keywords:["fingers","ohyeah","hand","peace","victory","two"],char:'',fitzpatrick_scale:!0,category:"people"},ok_hand:{keywords:["fingers","limbs","perfect","ok","okay"],char:'',fitzpatrick_scale:!0,category:"people"},raised_hand:{keywords:["fingers","stop","highfive","palm","ban"],char:'',fitzpatrick_scale:!0,category:"people"},raised_back_of_hand:{keywords:["fingers","raised","backhand"],char:'',fitzpatrick_scale:!0,category:"people"},open_hands:{keywords:["fingers","butterfly","hands","open"],char:'',fitzpatrick_scale:!0,category:"people"},muscle:{keywords:["arm","flex","hand","summer","strong","biceps"],char:'',fitzpatrick_scale:!0,category:"people"},pray:{keywords:["please","hope","wish","namaste","highfive"],char:'',fitzpatrick_scale:!0,category:"people"},foot:{keywords:["kick","stomp"],char:'',fitzpatrick_scale:!0,category:"people"},leg:{keywords:["kick","limb"],char:'',fitzpatrick_scale:!0,category:"people"},handshake:{keywords:["agreement","shake"],char:'',fitzpatrick_scale:!1,category:"people"},point_up:{keywords:["hand","fingers","direction","up"],char:'',fitzpatrick_scale:!0,category:"people"},point_up_2:{keywords:["fingers","hand","direction","up"],char:'',fitzpatrick_scale:!0,category:"people"},point_down:{keywords:["fingers","hand","direction","down"],char:'',fitzpatrick_scale:!0,category:"people"},point_left:{keywords:["direction","fingers","hand","left"],char:'',fitzpatrick_scale:!0,category:"people"},point_right:{keywords:["fingers","hand","direction","right"],char:'',fitzpatrick_scale:!0,category:"people"},fu:{keywords:["hand","fingers","rude","middle","flipping"],char:'',fitzpatrick_scale:!0,category:"people"},raised_hand_with_fingers_splayed:{keywords:["hand","fingers","palm"],char:'',fitzpatrick_scale:!0,category:"people"},love_you:{keywords:["hand","fingers","gesture"],char:'',fitzpatrick_scale:!0,category:"people"},metal:{keywords:["hand","fingers","evil_eye","sign_of_horns","rock_on"],char:'',fitzpatrick_scale:!0,category:"people"},crossed_fingers:{keywords:["good","lucky"],char:'',fitzpatrick_scale:!0,category:"people"},vulcan_salute:{keywords:["hand","fingers","spock","star trek"],char:'',fitzpatrick_scale:!0,category:"people"},writing_hand:{keywords:["lower_left_ballpoint_pen","stationery","write","compose"],char:'',fitzpatrick_scale:!0,category:"people"},selfie:{keywords:["camera","phone"],char:'',fitzpatrick_scale:!0,category:"people"},nail_care:{keywords:["beauty","manicure","finger","fashion","nail"],char:'',fitzpatrick_scale:!0,category:"people"},lips:{keywords:["mouth","kiss"],char:'',fitzpatrick_scale:!1,category:"people"},tooth:{keywords:["teeth","dentist"],char:'',fitzpatrick_scale:!1,category:"people"},tongue:{keywords:["mouth","playful"],char:'',fitzpatrick_scale:!1,category:"people"},ear:{keywords:["face","hear","sound","listen"],char:'',fitzpatrick_scale:!0,category:"people"},nose:{keywords:["smell","sniff"],char:'',fitzpatrick_scale:!0,category:"people"},eye:{keywords:["face","look","see","watch","stare"],char:'',fitzpatrick_scale:!1,category:"people"},eyes:{keywords:["look","watch","stalk","peek","see"],char:'',fitzpatrick_scale:!1,category:"people"},brain:{keywords:["smart","intelligent"],char:'',fitzpatrick_scale:!1,category:"people"},bust_in_silhouette:{keywords:["user","person","human"],char:'',fitzpatrick_scale:!1,category:"people"},busts_in_silhouette:{keywords:["user","person","human","group","team"],char:'',fitzpatrick_scale:!1,category:"people"},speaking_head:{keywords:["user","person","human","sing","say","talk"],char:'',fitzpatrick_scale:!1,category:"people"},baby:{keywords:["child","boy","girl","toddler"],char:'',fitzpatrick_scale:!0,category:"people"},child:{keywords:["gender-neutral","young"],char:'',fitzpatrick_scale:!0,category:"people"},boy:{keywords:["man","male","guy","teenager"],char:'',fitzpatrick_scale:!0,category:"people"},girl:{keywords:["female","woman","teenager"],char:'',fitzpatrick_scale:!0,category:"people"},adult:{keywords:["gender-neutral","person"],char:'',fitzpatrick_scale:!0,category:"people"},man:{keywords:["mustache","father","dad","guy","classy","sir","moustache"],char:'',fitzpatrick_scale:!0,category:"people"},woman:{keywords:["female","girls","lady"],char:'',fitzpatrick_scale:!0,category:"people"},blonde_woman:{keywords:["woman","female","girl","blonde","person"],char:'',fitzpatrick_scale:!0,category:"people"},blonde_man:{keywords:["man","male","boy","blonde","guy","person"],char:'',fitzpatrick_scale:!0,category:"people"},bearded_person:{keywords:["person","bewhiskered"],char:'',fitzpatrick_scale:!0,category:"people"},older_adult:{keywords:["human","elder","senior","gender-neutral"],char:'',fitzpatrick_scale:!0,category:"people"},older_man:{keywords:["human","male","men","old","elder","senior"],char:'',fitzpatrick_scale:!0,category:"people"},older_woman:{keywords:["human","female","women","lady","old","elder","senior"],char:'',fitzpatrick_scale:!0,category:"people"},man_with_gua_pi_mao:{keywords:["male","boy","chinese"],char:'',fitzpatrick_scale:!0,category:"people"},woman_with_headscarf:{keywords:["female","hijab","mantilla","tichel"],char:'',fitzpatrick_scale:!0,category:"people"},woman_with_turban:{keywords:["female","indian","hinduism","arabs","woman"],char:'',fitzpatrick_scale:!0,category:"people"},man_with_turban:{keywords:["male","indian","hinduism","arabs"],char:'',fitzpatrick_scale:!0,category:"people"},policewoman:{keywords:["woman","police","law","legal","enforcement","arrest","911","female"],char:'',fitzpatrick_scale:!0,category:"people"},policeman:{keywords:["man","police","law","legal","enforcement","arrest","911"],char:'',fitzpatrick_scale:!0,category:"people"},construction_worker_woman:{keywords:["female","human","wip","build","construction","worker","labor","woman"],char:'',fitzpatrick_scale:!0,category:"people"},construction_worker_man:{keywords:["male","human","wip","guy","build","construction","worker","labor"],char:'',fitzpatrick_scale:!0,category:"people"},guardswoman:{keywords:["uk","gb","british","female","royal","woman"],char:'',fitzpatrick_scale:!0,category:"people"},guardsman:{keywords:["uk","gb","british","male","guy","royal"],char:'',fitzpatrick_scale:!0,category:"people"},female_detective:{keywords:["human","spy","detective","female","woman"],char:'',fitzpatrick_scale:!0,category:"people"},male_detective:{keywords:["human","spy","detective"],char:'',fitzpatrick_scale:!0,category:"people"},woman_health_worker:{keywords:["doctor","nurse","therapist","healthcare","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_health_worker:{keywords:["doctor","nurse","therapist","healthcare","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_farmer:{keywords:["rancher","gardener","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_farmer:{keywords:["rancher","gardener","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_cook:{keywords:["chef","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_cook:{keywords:["chef","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_student:{keywords:["graduate","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_student:{keywords:["graduate","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_singer:{keywords:["rockstar","entertainer","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_singer:{keywords:["rockstar","entertainer","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_teacher:{keywords:["instructor","professor","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_teacher:{keywords:["instructor","professor","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_factory_worker:{keywords:["assembly","industrial","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_factory_worker:{keywords:["assembly","industrial","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_technologist:{keywords:["coder","developer","engineer","programmer","software","woman","human","laptop","computer"],char:'',fitzpatrick_scale:!0,category:"people"},man_technologist:{keywords:["coder","developer","engineer","programmer","software","man","human","laptop","computer"],char:'',fitzpatrick_scale:!0,category:"people"},woman_office_worker:{keywords:["business","manager","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_office_worker:{keywords:["business","manager","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_mechanic:{keywords:["plumber","woman","human","wrench"],char:'',fitzpatrick_scale:!0,category:"people"},man_mechanic:{keywords:["plumber","man","human","wrench"],char:'',fitzpatrick_scale:!0,category:"people"},woman_scientist:{keywords:["biologist","chemist","engineer","physicist","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_scientist:{keywords:["biologist","chemist","engineer","physicist","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_artist:{keywords:["painter","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_artist:{keywords:["painter","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_firefighter:{keywords:["fireman","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_firefighter:{keywords:["fireman","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_pilot:{keywords:["aviator","plane","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_pilot:{keywords:["aviator","plane","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_astronaut:{keywords:["space","rocket","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_astronaut:{keywords:["space","rocket","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_judge:{keywords:["justice","court","woman","human"],char:'',fitzpatrick_scale:!0,category:"people"},man_judge:{keywords:["justice","court","man","human"],char:'',fitzpatrick_scale:!0,category:"people"},woman_superhero:{keywords:["woman","female","good","heroine","superpowers"],char:'',fitzpatrick_scale:!0,category:"people"},man_superhero:{keywords:["man","male","good","hero","superpowers"],char:'',fitzpatrick_scale:!0,category:"people"},woman_supervillain:{keywords:["woman","female","evil","bad","criminal","heroine","superpowers"],char:'',fitzpatrick_scale:!0,category:"people"},man_supervillain:{keywords:["man","male","evil","bad","criminal","hero","superpowers"],char:'',fitzpatrick_scale:!0,category:"people"},mrs_claus:{keywords:["woman","female","xmas","mother christmas"],char:'',fitzpatrick_scale:!0,category:"people"},santa:{keywords:["festival","man","male","xmas","father christmas"],char:'',fitzpatrick_scale:!0,category:"people"},sorceress:{keywords:["woman","female","mage","witch"],char:'',fitzpatrick_scale:!0,category:"people"},wizard:{keywords:["man","male","mage","sorcerer"],char:'',fitzpatrick_scale:!0,category:"people"},woman_elf:{keywords:["woman","female"],char:'',fitzpatrick_scale:!0,category:"people"},man_elf:{keywords:["man","male"],char:'',fitzpatrick_scale:!0,category:"people"},woman_vampire:{keywords:["woman","female"],char:'',fitzpatrick_scale:!0,category:"people"},man_vampire:{keywords:["man","male","dracula"],char:'',fitzpatrick_scale:!0,category:"people"},woman_zombie:{keywords:["woman","female","undead","walking dead"],char:'',fitzpatrick_scale:!1,category:"people"},man_zombie:{keywords:["man","male","dracula","undead","walking dead"],char:'',fitzpatrick_scale:!1,category:"people"},woman_genie:{keywords:["woman","female"],char:'',fitzpatrick_scale:!1,category:"people"},man_genie:{keywords:["man","male"],char:'',fitzpatrick_scale:!1,category:"people"},mermaid:{keywords:["woman","female","merwoman","ariel"],char:'',fitzpatrick_scale:!0,category:"people"},merman:{keywords:["man","male","triton"],char:'',fitzpatrick_scale:!0,category:"people"},woman_fairy:{keywords:["woman","female"],char:'',fitzpatrick_scale:!0,category:"people"},man_fairy:{keywords:["man","male"],char:'',fitzpatrick_scale:!0,category:"people"},angel:{keywords:["heaven","wings","halo"],char:'',fitzpatrick_scale:!0,category:"people"},pregnant_woman:{keywords:["baby"],char:'',fitzpatrick_scale:!0,category:"people"},breastfeeding:{keywords:["nursing","baby"],char:'',fitzpatrick_scale:!0,category:"people"},princess:{keywords:["girl","woman","female","blond","crown","royal","queen"],char:'',fitzpatrick_scale:!0,category:"people"},prince:{keywords:["boy","man","male","crown","royal","king"],char:'',fitzpatrick_scale:!0,category:"people"},bride_with_veil:{keywords:["couple","marriage","wedding","woman","bride"],char:'',fitzpatrick_scale:!0,category:"people"},man_in_tuxedo:{keywords:["couple","marriage","wedding","groom"],char:'',fitzpatrick_scale:!0,category:"people"},running_woman:{keywords:["woman","walking","exercise","race","running","female"],char:'',fitzpatrick_scale:!0,category:"people"},running_man:{keywords:["man","walking","exercise","race","running"],char:'',fitzpatrick_scale:!0,category:"people"},walking_woman:{keywords:["human","feet","steps","woman","female"],char:'',fitzpatrick_scale:!0,category:"people"},walking_man:{keywords:["human","feet","steps"],char:'',fitzpatrick_scale:!0,category:"people"},dancer:{keywords:["female","girl","woman","fun"],char:'',fitzpatrick_scale:!0,category:"people"},man_dancing:{keywords:["male","boy","fun","dancer"],char:'',fitzpatrick_scale:!0,category:"people"},dancing_women:{keywords:["female","bunny","women","girls"],char:'',fitzpatrick_scale:!1,category:"people"},dancing_men:{keywords:["male","bunny","men","boys"],char:'',fitzpatrick_scale:!1,category:"people"},couple:{keywords:["pair","people","human","love","date","dating","like","affection","valentines","marriage"],char:'',fitzpatrick_scale:!1,category:"people"},two_men_holding_hands:{keywords:["pair","couple","love","like","bromance","friendship","people","human"],char:'',fitzpatrick_scale:!1,category:"people"},two_women_holding_hands:{keywords:["pair","friendship","couple","love","like","female","people","human"],char:'',fitzpatrick_scale:!1,category:"people"},bowing_woman:{keywords:["woman","female","girl"],char:'',fitzpatrick_scale:!0,category:"people"},bowing_man:{keywords:["man","male","boy"],char:'',fitzpatrick_scale:!0,category:"people"},man_facepalming:{keywords:["man","male","boy","disbelief"],char:'',fitzpatrick_scale:!0,category:"people"},woman_facepalming:{keywords:["woman","female","girl","disbelief"],char:'',fitzpatrick_scale:!0,category:"people"},woman_shrugging:{keywords:["woman","female","girl","confused","indifferent","doubt"],char:'',fitzpatrick_scale:!0,category:"people"},man_shrugging:{keywords:["man","male","boy","confused","indifferent","doubt"],char:'',fitzpatrick_scale:!0,category:"people"},tipping_hand_woman:{keywords:["female","girl","woman","human","information"],char:'',fitzpatrick_scale:!0,category:"people"},tipping_hand_man:{keywords:["male","boy","man","human","information"],char:'',fitzpatrick_scale:!0,category:"people"},no_good_woman:{keywords:["female","girl","woman","nope"],char:'',fitzpatrick_scale:!0,category:"people"},no_good_man:{keywords:["male","boy","man","nope"],char:'',fitzpatrick_scale:!0,category:"people"},ok_woman:{keywords:["women","girl","female","pink","human","woman"],char:'',fitzpatrick_scale:!0,category:"people"},ok_man:{keywords:["men","boy","male","blue","human","man"],char:'',fitzpatrick_scale:!0,category:"people"},raising_hand_woman:{keywords:["female","girl","woman"],char:'',fitzpatrick_scale:!0,category:"people"},raising_hand_man:{keywords:["male","boy","man"],char:'',fitzpatrick_scale:!0,category:"people"},pouting_woman:{keywords:["female","girl","woman"],char:'',fitzpatrick_scale:!0,category:"people"},pouting_man:{keywords:["male","boy","man"],char:'',fitzpatrick_scale:!0,category:"people"},frowning_woman:{keywords:["female","girl","woman","sad","depressed","discouraged","unhappy"],char:'',fitzpatrick_scale:!0,category:"people"},frowning_man:{keywords:["male","boy","man","sad","depressed","discouraged","unhappy"],char:'',fitzpatrick_scale:!0,category:"people"},haircut_woman:{keywords:["female","girl","woman"],char:'',fitzpatrick_scale:!0,category:"people"},haircut_man:{keywords:["male","boy","man"],char:'',fitzpatrick_scale:!0,category:"people"},massage_woman:{keywords:["female","girl","woman","head"],char:'',fitzpatrick_scale:!0,category:"people"},massage_man:{keywords:["male","boy","man","head"],char:'',fitzpatrick_scale:!0,category:"people"},woman_in_steamy_room:{keywords:["female","woman","spa","steamroom","sauna"],char:'',fitzpatrick_scale:!0,category:"people"},man_in_steamy_room:{keywords:["male","man","spa","steamroom","sauna"],char:'',fitzpatrick_scale:!0,category:"people"},couple_with_heart_woman_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:'',fitzpatrick_scale:!1,category:"people"},couple_with_heart_woman_woman:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:'',fitzpatrick_scale:!1,category:"people"},couple_with_heart_man_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:'',fitzpatrick_scale:!1,category:"people"},couplekiss_man_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:'',fitzpatrick_scale:!1,category:"people"},couplekiss_woman_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:'',fitzpatrick_scale:!1,category:"people"},couplekiss_man_man:{keywords:["pair","valentines","love","like","dating","marriage"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_woman_boy:{keywords:["home","parents","child","mom","dad","father","mother","people","human"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_woman_girl:{keywords:["home","parents","people","human","child"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_woman_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_woman_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_man_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_man_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_man_girl_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_man_boy_boy:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_man_girl_girl:{keywords:["home","parents","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_boy:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_girl:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_girl_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_boy_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_woman_girl_girl:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_boy:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_girl:{keywords:["home","parent","people","human","child"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_girl_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_boy_boy:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},family_man_girl_girl:{keywords:["home","parent","people","human","children"],char:'',fitzpatrick_scale:!1,category:"people"},yarn:{keywords:["ball","crochet","knit"],char:'',fitzpatrick_scale:!1,category:"people"},thread:{keywords:["needle","sewing","spool","string"],char:'',fitzpatrick_scale:!1,category:"people"},coat:{keywords:["jacket"],char:'',fitzpatrick_scale:!1,category:"people"},labcoat:{keywords:["doctor","experiment","scientist","chemist"],char:'',fitzpatrick_scale:!1,category:"people"},womans_clothes:{keywords:["fashion","shopping_bags","female"],char:'',fitzpatrick_scale:!1,category:"people"},tshirt:{keywords:["fashion","cloth","casual","shirt","tee"],char:'',fitzpatrick_scale:!1,category:"people"},jeans:{keywords:["fashion","shopping"],char:'',fitzpatrick_scale:!1,category:"people"},necktie:{keywords:["shirt","suitup","formal","fashion","cloth","business"],char:'',fitzpatrick_scale:!1,category:"people"},dress:{keywords:["clothes","fashion","shopping"],char:'',fitzpatrick_scale:!1,category:"people"},bikini:{keywords:["swimming","female","woman","girl","fashion","beach","summer"],char:'',fitzpatrick_scale:!1,category:"people"},kimono:{keywords:["dress","fashion","women","female","japanese"],char:'',fitzpatrick_scale:!1,category:"people"},lipstick:{keywords:["female","girl","fashion","woman"],char:'',fitzpatrick_scale:!1,category:"people"},kiss:{keywords:["face","lips","love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"people"},footprints:{keywords:["feet","tracking","walking","beach"],char:'',fitzpatrick_scale:!1,category:"people"},flat_shoe:{keywords:["ballet","slip-on","slipper"],char:'',fitzpatrick_scale:!1,category:"people"},high_heel:{keywords:["fashion","shoes","female","pumps","stiletto"],char:'',fitzpatrick_scale:!1,category:"people"},sandal:{keywords:["shoes","fashion","flip flops"],char:'',fitzpatrick_scale:!1,category:"people"},boot:{keywords:["shoes","fashion"],char:'',fitzpatrick_scale:!1,category:"people"},mans_shoe:{keywords:["fashion","male"],char:'',fitzpatrick_scale:!1,category:"people"},athletic_shoe:{keywords:["shoes","sports","sneakers"],char:'',fitzpatrick_scale:!1,category:"people"},hiking_boot:{keywords:["backpacking","camping","hiking"],char:'',fitzpatrick_scale:!1,category:"people"},socks:{keywords:["stockings","clothes"],char:'',fitzpatrick_scale:!1,category:"people"},gloves:{keywords:["hands","winter","clothes"],char:'',fitzpatrick_scale:!1,category:"people"},scarf:{keywords:["neck","winter","clothes"],char:'',fitzpatrick_scale:!1,category:"people"},womans_hat:{keywords:["fashion","accessories","female","lady","spring"],char:'',fitzpatrick_scale:!1,category:"people"},tophat:{keywords:["magic","gentleman","classy","circus"],char:'',fitzpatrick_scale:!1,category:"people"},billed_hat:{keywords:["cap","baseball"],char:'',fitzpatrick_scale:!1,category:"people"},rescue_worker_helmet:{keywords:["construction","build"],char:'',fitzpatrick_scale:!1,category:"people"},mortar_board:{keywords:["school","college","degree","university","graduation","cap","hat","legal","learn","education"],char:'',fitzpatrick_scale:!1,category:"people"},crown:{keywords:["king","kod","leader","royalty","lord"],char:'',fitzpatrick_scale:!1,category:"people"},school_satchel:{keywords:["student","education","bag","backpack"],char:'',fitzpatrick_scale:!1,category:"people"},luggage:{keywords:["packing","travel"],char:'',fitzpatrick_scale:!1,category:"people"},pouch:{keywords:["bag","accessories","shopping"],char:'',fitzpatrick_scale:!1,category:"people"},purse:{keywords:["fashion","accessories","money","sales","shopping"],char:'',fitzpatrick_scale:!1,category:"people"},handbag:{keywords:["fashion","accessory","accessories","shopping"],char:'',fitzpatrick_scale:!1,category:"people"},briefcase:{keywords:["business","documents","work","law","legal","job","career"],char:'',fitzpatrick_scale:!1,category:"people"},eyeglasses:{keywords:["fashion","accessories","eyesight","nerdy","dork","geek"],char:'',fitzpatrick_scale:!1,category:"people"},dark_sunglasses:{keywords:["face","cool","accessories"],char:'',fitzpatrick_scale:!1,category:"people"},goggles:{keywords:["eyes","protection","safety"],char:'',fitzpatrick_scale:!1,category:"people"},ring:{keywords:["wedding","propose","marriage","valentines","diamond","fashion","jewelry","gem","engagement"],char:'',fitzpatrick_scale:!1,category:"people"},closed_umbrella:{keywords:["weather","rain","drizzle"],char:'',fitzpatrick_scale:!1,category:"people"},dog:{keywords:["animal","friend","nature","woof","puppy","pet","faithful"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cat:{keywords:["animal","meow","nature","pet","kitten"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},mouse:{keywords:["animal","nature","cheese_wedge","rodent"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},hamster:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},rabbit:{keywords:["animal","nature","pet","spring","magic","bunny"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},fox_face:{keywords:["animal","nature","face"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},bear:{keywords:["animal","nature","wild"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},panda_face:{keywords:["animal","nature","panda"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},koala:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},tiger:{keywords:["animal","cat","danger","wild","nature","roar"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},lion:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cow:{keywords:["beef","ox","animal","nature","moo","milk"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},pig:{keywords:["animal","oink","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},pig_nose:{keywords:["animal","oink"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},frog:{keywords:["animal","nature","croak","toad"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},squid:{keywords:["animal","nature","ocean","sea"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},octopus:{keywords:["animal","creature","ocean","sea","nature","beach"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},shrimp:{keywords:["animal","ocean","nature","seafood"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},monkey_face:{keywords:["animal","nature","circus"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},gorilla:{keywords:["animal","nature","circus"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},see_no_evil:{keywords:["monkey","animal","nature","haha"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},hear_no_evil:{keywords:["animal","monkey","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},speak_no_evil:{keywords:["monkey","animal","nature","omg"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},monkey:{keywords:["animal","nature","banana","circus"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},chicken:{keywords:["animal","cluck","nature","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},penguin:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},bird:{keywords:["animal","nature","fly","tweet","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},baby_chick:{keywords:["animal","chicken","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},hatching_chick:{keywords:["animal","chicken","egg","born","baby","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},hatched_chick:{keywords:["animal","chicken","baby","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},duck:{keywords:["animal","nature","bird","mallard"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},eagle:{keywords:["animal","nature","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},owl:{keywords:["animal","nature","bird","hoot"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},bat:{keywords:["animal","nature","blind","vampire"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},wolf:{keywords:["animal","nature","wild"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},boar:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},horse:{keywords:["animal","brown","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},unicorn:{keywords:["animal","nature","mystical"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},honeybee:{keywords:["animal","insect","nature","bug","spring","honey"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},bug:{keywords:["animal","insect","nature","worm"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},butterfly:{keywords:["animal","insect","nature","caterpillar"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},snail:{keywords:["slow","animal","shell"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},beetle:{keywords:["animal","insect","nature","ladybug"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},ant:{keywords:["animal","insect","nature","bug"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},grasshopper:{keywords:["animal","cricket","chirp"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},spider:{keywords:["animal","arachnid"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},scorpion:{keywords:["animal","arachnid"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},crab:{keywords:["animal","crustacean"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},snake:{keywords:["animal","evil","nature","hiss","python"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},lizard:{keywords:["animal","nature","reptile"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},"t-rex":{keywords:["animal","nature","dinosaur","tyrannosaurus","extinct"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sauropod:{keywords:["animal","nature","dinosaur","brachiosaurus","brontosaurus","diplodocus","extinct"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},turtle:{keywords:["animal","slow","nature","tortoise"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},tropical_fish:{keywords:["animal","swim","ocean","beach","nemo"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},fish:{keywords:["animal","food","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},blowfish:{keywords:["animal","nature","food","sea","ocean"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dolphin:{keywords:["animal","nature","fish","sea","ocean","flipper","fins","beach"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},shark:{keywords:["animal","nature","fish","sea","ocean","jaws","fins","beach"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},whale:{keywords:["animal","nature","sea","ocean"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},whale2:{keywords:["animal","nature","sea","ocean"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},crocodile:{keywords:["animal","nature","reptile","lizard","alligator"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},leopard:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},zebra:{keywords:["animal","nature","stripes","safari"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},tiger2:{keywords:["animal","nature","roar"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},water_buffalo:{keywords:["animal","nature","ox","cow"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},ox:{keywords:["animal","cow","beef"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cow2:{keywords:["beef","ox","animal","nature","moo","milk"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},deer:{keywords:["animal","nature","horns","venison"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dromedary_camel:{keywords:["animal","hot","desert","hump"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},camel:{keywords:["animal","nature","hot","desert","hump"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},giraffe:{keywords:["animal","nature","spots","safari"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},elephant:{keywords:["animal","nature","nose","th","circus"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},rhinoceros:{keywords:["animal","nature","horn"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},goat:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},ram:{keywords:["animal","sheep","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sheep:{keywords:["animal","nature","wool","shipit"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},racehorse:{keywords:["animal","gamble","luck"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},pig2:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},rat:{keywords:["animal","mouse","rodent"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},mouse2:{keywords:["animal","nature","rodent"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},rooster:{keywords:["animal","nature","chicken"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},turkey:{keywords:["animal","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dove:{keywords:["animal","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dog2:{keywords:["animal","nature","friend","doge","pet","faithful"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},poodle:{keywords:["dog","animal","101","nature","pet"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cat2:{keywords:["animal","meow","pet","cats"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},rabbit2:{keywords:["animal","nature","pet","magic","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},chipmunk:{keywords:["animal","nature","rodent","squirrel"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},hedgehog:{keywords:["animal","nature","spiny"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},raccoon:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},llama:{keywords:["animal","nature","alpaca"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},hippopotamus:{keywords:["animal","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},kangaroo:{keywords:["animal","nature","australia","joey","hop","marsupial"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},badger:{keywords:["animal","nature","honey"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},swan:{keywords:["animal","nature","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},peacock:{keywords:["animal","nature","peahen","bird"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},parrot:{keywords:["animal","nature","bird","pirate","talk"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},lobster:{keywords:["animal","nature","bisque","claws","seafood"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},mosquito:{keywords:["animal","nature","insect","malaria"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},paw_prints:{keywords:["animal","tracking","footprints","dog","cat","pet","feet"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dragon:{keywords:["animal","myth","nature","chinese","green"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dragon_face:{keywords:["animal","myth","nature","chinese","green"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cactus:{keywords:["vegetable","plant","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},christmas_tree:{keywords:["festival","vacation","december","xmas","celebration"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},evergreen_tree:{keywords:["plant","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},deciduous_tree:{keywords:["plant","nature"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},palm_tree:{keywords:["plant","vegetable","nature","summer","beach","mojito","tropical"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},seedling:{keywords:["plant","nature","grass","lawn","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},herb:{keywords:["vegetable","plant","medicine","weed","grass","lawn"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},shamrock:{keywords:["vegetable","plant","nature","irish","clover"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},four_leaf_clover:{keywords:["vegetable","plant","nature","lucky","irish"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},bamboo:{keywords:["plant","nature","vegetable","panda","pine_decoration"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},tanabata_tree:{keywords:["plant","nature","branch","summer"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},leaves:{keywords:["nature","plant","tree","vegetable","grass","lawn","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},fallen_leaf:{keywords:["nature","plant","vegetable","leaves"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},maple_leaf:{keywords:["nature","plant","vegetable","ca","fall"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},ear_of_rice:{keywords:["nature","plant"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},hibiscus:{keywords:["plant","vegetable","flowers","beach"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sunflower:{keywords:["nature","plant","fall"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},rose:{keywords:["flowers","valentines","love","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},wilted_flower:{keywords:["plant","nature","flower"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},tulip:{keywords:["flowers","plant","nature","summer","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},blossom:{keywords:["nature","flowers","yellow"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cherry_blossom:{keywords:["nature","plant","spring","flower"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},bouquet:{keywords:["flowers","nature","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},mushroom:{keywords:["plant","vegetable"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},chestnut:{keywords:["food","squirrel"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},jack_o_lantern:{keywords:["halloween","light","pumpkin","creepy","fall"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},shell:{keywords:["nature","sea","beach"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},spider_web:{keywords:["animal","insect","arachnid","silk"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},earth_americas:{keywords:["globe","world","USA","international"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},earth_africa:{keywords:["globe","world","international"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},earth_asia:{keywords:["globe","world","east","international"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},full_moon:{keywords:["nature","yellow","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},waning_gibbous_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep","waxing_gibbous_moon"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},last_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},waning_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},new_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},waxing_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},first_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},waxing_gibbous_moon:{keywords:["nature","night","sky","gray","twilight","planet","space","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},new_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},full_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},first_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},last_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sun_with_face:{keywords:["nature","morning","sky"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},crescent_moon:{keywords:["night","sleep","sky","evening","magic"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},star:{keywords:["night","yellow"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},star2:{keywords:["night","sparkle","awesome","good","magic"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dizzy:{keywords:["star","sparkle","shoot","magic"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sparkles:{keywords:["stars","shine","shiny","cool","awesome","good","magic"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},comet:{keywords:["space"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sunny:{keywords:["weather","nature","brightness","summer","beach","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sun_behind_small_cloud:{keywords:["weather"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},partly_sunny:{keywords:["weather","nature","cloudy","morning","fall","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sun_behind_large_cloud:{keywords:["weather"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sun_behind_rain_cloud:{keywords:["weather"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cloud:{keywords:["weather","sky"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_rain:{keywords:["weather"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_lightning_and_rain:{keywords:["weather","lightning"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_lightning:{keywords:["weather","thunder"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},zap:{keywords:["thunder","weather","lightning bolt","fast"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},fire:{keywords:["hot","cook","flame"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},boom:{keywords:["bomb","explode","explosion","collision","blown"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},snowflake:{keywords:["winter","season","cold","weather","christmas","xmas"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_snow:{keywords:["weather"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},snowman:{keywords:["winter","season","cold","weather","christmas","xmas","frozen","without_snow"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},snowman_with_snow:{keywords:["winter","season","cold","weather","christmas","xmas","frozen"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},wind_face:{keywords:["gust","air"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},dash:{keywords:["wind","air","fast","shoo","fart","smoke","puff"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},tornado:{keywords:["weather","cyclone","twister"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},fog:{keywords:["weather"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},open_umbrella:{keywords:["weather","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},umbrella:{keywords:["rainy","weather","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},droplet:{keywords:["water","drip","faucet","spring"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},sweat_drops:{keywords:["water","drip","oops"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},ocean:{keywords:["sea","water","wave","nature","tsunami","disaster"],char:'',fitzpatrick_scale:!1,category:"animals_and_nature"},green_apple:{keywords:["fruit","nature"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},apple:{keywords:["fruit","mac","school"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},pear:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},tangerine:{keywords:["food","fruit","nature","orange"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},lemon:{keywords:["fruit","nature"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},banana:{keywords:["fruit","food","monkey"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},watermelon:{keywords:["fruit","food","picnic","summer"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},grapes:{keywords:["fruit","food","wine"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},strawberry:{keywords:["fruit","food","nature"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},melon:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cherries:{keywords:["food","fruit"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},peach:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},pineapple:{keywords:["fruit","nature","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},coconut:{keywords:["fruit","nature","food","palm"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},kiwi_fruit:{keywords:["fruit","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},mango:{keywords:["fruit","food","tropical"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},avocado:{keywords:["fruit","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},broccoli:{keywords:["fruit","food","vegetable"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},tomato:{keywords:["fruit","vegetable","nature","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},eggplant:{keywords:["vegetable","nature","food","aubergine"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cucumber:{keywords:["fruit","food","pickle"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},carrot:{keywords:["vegetable","food","orange"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},hot_pepper:{keywords:["food","spicy","chilli","chili"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},potato:{keywords:["food","tuber","vegatable","starch"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},corn:{keywords:["food","vegetable","plant"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},leafy_greens:{keywords:["food","vegetable","plant","bok choy","cabbage","kale","lettuce"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},sweet_potato:{keywords:["food","nature"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},peanuts:{keywords:["food","nut"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},honey_pot:{keywords:["bees","sweet","kitchen"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},croissant:{keywords:["food","bread","french"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},bread:{keywords:["food","wheat","breakfast","toast"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},baguette_bread:{keywords:["food","bread","french"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},bagel:{keywords:["food","bread","bakery","schmear"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},pretzel:{keywords:["food","bread","twisted"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cheese:{keywords:["food","chadder"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},egg:{keywords:["food","chicken","breakfast"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},bacon:{keywords:["food","breakfast","pork","pig","meat"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},steak:{keywords:["food","cow","meat","cut","chop","lambchop","porkchop"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},pancakes:{keywords:["food","breakfast","flapjacks","hotcakes"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},poultry_leg:{keywords:["food","meat","drumstick","bird","chicken","turkey"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},meat_on_bone:{keywords:["good","food","drumstick"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},bone:{keywords:["skeleton"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},fried_shrimp:{keywords:["food","animal","appetizer","summer"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},fried_egg:{keywords:["food","breakfast","kitchen","egg"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},hamburger:{keywords:["meat","fast food","beef","cheeseburger","mcdonalds","burger king"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},fries:{keywords:["chips","snack","fast food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},stuffed_flatbread:{keywords:["food","flatbread","stuffed","gyro"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},hotdog:{keywords:["food","frankfurter"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},pizza:{keywords:["food","party"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},sandwich:{keywords:["food","lunch","bread"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},canned_food:{keywords:["food","soup"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},spaghetti:{keywords:["food","italian","noodle"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},taco:{keywords:["food","mexican"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},burrito:{keywords:["food","mexican"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},green_salad:{keywords:["food","healthy","lettuce"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},shallow_pan_of_food:{keywords:["food","cooking","casserole","paella"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},ramen:{keywords:["food","japanese","noodle","chopsticks"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},stew:{keywords:["food","meat","soup"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},fish_cake:{keywords:["food","japan","sea","beach","narutomaki","pink","swirl","kamaboko","surimi","ramen"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},fortune_cookie:{keywords:["food","prophecy"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},sushi:{keywords:["food","fish","japanese","rice"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},bento:{keywords:["food","japanese","box"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},curry:{keywords:["food","spicy","hot","indian"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},rice_ball:{keywords:["food","japanese"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},rice:{keywords:["food","china","asian"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},rice_cracker:{keywords:["food","japanese"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},oden:{keywords:["food","japanese"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},dango:{keywords:["food","dessert","sweet","japanese","barbecue","meat"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},shaved_ice:{keywords:["hot","dessert","summer"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},ice_cream:{keywords:["food","hot","dessert"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},icecream:{keywords:["food","hot","dessert","summer"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},pie:{keywords:["food","dessert","pastry"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cake:{keywords:["food","dessert"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cupcake:{keywords:["food","dessert","bakery","sweet"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},moon_cake:{keywords:["food","autumn"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},birthday:{keywords:["food","dessert","cake"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},custard:{keywords:["dessert","food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},candy:{keywords:["snack","dessert","sweet","lolly"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},lollipop:{keywords:["food","snack","candy","sweet"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},chocolate_bar:{keywords:["food","snack","dessert","sweet"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},popcorn:{keywords:["food","movie theater","films","snack"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},dumpling:{keywords:["food","empanada","pierogi","potsticker"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},doughnut:{keywords:["food","dessert","snack","sweet","donut"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cookie:{keywords:["food","snack","oreo","chocolate","sweet","dessert"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},milk_glass:{keywords:["beverage","drink","cow"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},beer:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},beers:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},clinking_glasses:{keywords:["beverage","drink","party","alcohol","celebrate","cheers","wine","champagne","toast"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},wine_glass:{keywords:["drink","beverage","drunk","alcohol","booze"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},tumbler_glass:{keywords:["drink","beverage","drunk","alcohol","liquor","booze","bourbon","scotch","whisky","glass","shot"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cocktail:{keywords:["drink","drunk","alcohol","beverage","booze","mojito"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},tropical_drink:{keywords:["beverage","cocktail","summer","beach","alcohol","booze","mojito"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},champagne:{keywords:["drink","wine","bottle","celebration"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},sake:{keywords:["wine","drink","drunk","beverage","japanese","alcohol","booze"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},tea:{keywords:["drink","bowl","breakfast","green","british"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},cup_with_straw:{keywords:["drink","soda"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},coffee:{keywords:["beverage","caffeine","latte","espresso"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},baby_bottle:{keywords:["food","container","milk"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},salt:{keywords:["condiment","shaker"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},spoon:{keywords:["cutlery","kitchen","tableware"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},fork_and_knife:{keywords:["cutlery","kitchen"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},plate_with_cutlery:{keywords:["food","eat","meal","lunch","dinner","restaurant"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},bowl_with_spoon:{keywords:["food","breakfast","cereal","oatmeal","porridge"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},takeout_box:{keywords:["food","leftovers"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},chopsticks:{keywords:["food"],char:'',fitzpatrick_scale:!1,category:"food_and_drink"},soccer:{keywords:["sports","football"],char:'',fitzpatrick_scale:!1,category:"activity"},basketball:{keywords:["sports","balls","NBA"],char:'',fitzpatrick_scale:!1,category:"activity"},football:{keywords:["sports","balls","NFL"],char:'',fitzpatrick_scale:!1,category:"activity"},baseball:{keywords:["sports","balls"],char:'',fitzpatrick_scale:!1,category:"activity"},softball:{keywords:["sports","balls"],char:'',fitzpatrick_scale:!1,category:"activity"},tennis:{keywords:["sports","balls","green"],char:'',fitzpatrick_scale:!1,category:"activity"},volleyball:{keywords:["sports","balls"],char:'',fitzpatrick_scale:!1,category:"activity"},rugby_football:{keywords:["sports","team"],char:'',fitzpatrick_scale:!1,category:"activity"},flying_disc:{keywords:["sports","frisbee","ultimate"],char:'',fitzpatrick_scale:!1,category:"activity"},"8ball":{keywords:["pool","hobby","game","luck","magic"],char:'',fitzpatrick_scale:!1,category:"activity"},golf:{keywords:["sports","business","flag","hole","summer"],char:'',fitzpatrick_scale:!1,category:"activity"},golfing_woman:{keywords:["sports","business","woman","female"],char:'',fitzpatrick_scale:!1,category:"activity"},golfing_man:{keywords:["sports","business"],char:'',fitzpatrick_scale:!0,category:"activity"},ping_pong:{keywords:["sports","pingpong"],char:'',fitzpatrick_scale:!1,category:"activity"},badminton:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},goal_net:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},ice_hockey:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},field_hockey:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},lacrosse:{keywords:["sports","ball","stick"],char:'',fitzpatrick_scale:!1,category:"activity"},cricket:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},ski:{keywords:["sports","winter","cold","snow"],char:'',fitzpatrick_scale:!1,category:"activity"},skier:{keywords:["sports","winter","snow"],char:'',fitzpatrick_scale:!1,category:"activity"},snowboarder:{keywords:["sports","winter"],char:'',fitzpatrick_scale:!0,category:"activity"},person_fencing:{keywords:["sports","fencing","sword"],char:'',fitzpatrick_scale:!1,category:"activity"},women_wrestling:{keywords:["sports","wrestlers"],char:'',fitzpatrick_scale:!1,category:"activity"},men_wrestling:{keywords:["sports","wrestlers"],char:'',fitzpatrick_scale:!1,category:"activity"},woman_cartwheeling:{keywords:["gymnastics"],char:'',fitzpatrick_scale:!0,category:"activity"},man_cartwheeling:{keywords:["gymnastics"],char:'',fitzpatrick_scale:!0,category:"activity"},woman_playing_handball:{keywords:["sports"],char:'',fitzpatrick_scale:!0,category:"activity"},man_playing_handball:{keywords:["sports"],char:'',fitzpatrick_scale:!0,category:"activity"},ice_skate:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},curling_stone:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},skateboard:{keywords:["board"],char:'',fitzpatrick_scale:!1,category:"activity"},sled:{keywords:["sleigh","luge","toboggan"],char:'',fitzpatrick_scale:!1,category:"activity"},bow_and_arrow:{keywords:["sports"],char:'',fitzpatrick_scale:!1,category:"activity"},fishing_pole_and_fish:{keywords:["food","hobby","summer"],char:'',fitzpatrick_scale:!1,category:"activity"},boxing_glove:{keywords:["sports","fighting"],char:'',fitzpatrick_scale:!1,category:"activity"},martial_arts_uniform:{keywords:["judo","karate","taekwondo"],char:'',fitzpatrick_scale:!1,category:"activity"},rowing_woman:{keywords:["sports","hobby","water","ship","woman","female"],char:'',fitzpatrick_scale:!0,category:"activity"},rowing_man:{keywords:["sports","hobby","water","ship"],char:'',fitzpatrick_scale:!0,category:"activity"},climbing_woman:{keywords:["sports","hobby","woman","female","rock"],char:'',fitzpatrick_scale:!0,category:"activity"},climbing_man:{keywords:["sports","hobby","man","male","rock"],char:'',fitzpatrick_scale:!0,category:"activity"},swimming_woman:{keywords:["sports","exercise","human","athlete","water","summer","woman","female"],char:'',fitzpatrick_scale:!0,category:"activity"},swimming_man:{keywords:["sports","exercise","human","athlete","water","summer"],char:'',fitzpatrick_scale:!0,category:"activity"},woman_playing_water_polo:{keywords:["sports","pool"],char:'',fitzpatrick_scale:!0,category:"activity"},man_playing_water_polo:{keywords:["sports","pool"],char:'',fitzpatrick_scale:!0,category:"activity"},woman_in_lotus_position:{keywords:["woman","female","meditation","yoga","serenity","zen","mindfulness"],char:'',fitzpatrick_scale:!0,category:"activity"},man_in_lotus_position:{keywords:["man","male","meditation","yoga","serenity","zen","mindfulness"],char:'',fitzpatrick_scale:!0,category:"activity"},surfing_woman:{keywords:["sports","ocean","sea","summer","beach","woman","female"],char:'',fitzpatrick_scale:!0,category:"activity"},surfing_man:{keywords:["sports","ocean","sea","summer","beach"],char:'',fitzpatrick_scale:!0,category:"activity"},bath:{keywords:["clean","shower","bathroom"],char:'',fitzpatrick_scale:!0,category:"activity"},basketball_woman:{keywords:["sports","human","woman","female"],char:'',fitzpatrick_scale:!0,category:"activity"},basketball_man:{keywords:["sports","human"],char:'',fitzpatrick_scale:!0,category:"activity"},weight_lifting_woman:{keywords:["sports","training","exercise","woman","female"],char:'',fitzpatrick_scale:!0,category:"activity"},weight_lifting_man:{keywords:["sports","training","exercise"],char:'',fitzpatrick_scale:!0,category:"activity"},biking_woman:{keywords:["sports","bike","exercise","hipster","woman","female"],char:'',fitzpatrick_scale:!0,category:"activity"},biking_man:{keywords:["sports","bike","exercise","hipster"],char:'',fitzpatrick_scale:!0,category:"activity"},mountain_biking_woman:{keywords:["transportation","sports","human","race","bike","woman","female"],char:'',fitzpatrick_scale:!0,category:"activity"},mountain_biking_man:{keywords:["transportation","sports","human","race","bike"],char:'',fitzpatrick_scale:!0,category:"activity"},horse_racing:{keywords:["animal","betting","competition","gambling","luck"],char:'',fitzpatrick_scale:!0,category:"activity"},business_suit_levitating:{keywords:["suit","business","levitate","hover","jump"],char:'',fitzpatrick_scale:!0,category:"activity"},trophy:{keywords:["win","award","contest","place","ftw","ceremony"],char:'',fitzpatrick_scale:!1,category:"activity"},running_shirt_with_sash:{keywords:["play","pageant"],char:'',fitzpatrick_scale:!1,category:"activity"},medal_sports:{keywords:["award","winning"],char:'',fitzpatrick_scale:!1,category:"activity"},medal_military:{keywords:["award","winning","army"],char:'',fitzpatrick_scale:!1,category:"activity"},"1st_place_medal":{keywords:["award","winning","first"],char:'',fitzpatrick_scale:!1,category:"activity"},"2nd_place_medal":{keywords:["award","second"],char:'',fitzpatrick_scale:!1,category:"activity"},"3rd_place_medal":{keywords:["award","third"],char:'',fitzpatrick_scale:!1,category:"activity"},reminder_ribbon:{keywords:["sports","cause","support","awareness"],char:'',fitzpatrick_scale:!1,category:"activity"},rosette:{keywords:["flower","decoration","military"],char:'',fitzpatrick_scale:!1,category:"activity"},ticket:{keywords:["event","concert","pass"],char:'',fitzpatrick_scale:!1,category:"activity"},tickets:{keywords:["sports","concert","entrance"],char:'',fitzpatrick_scale:!1,category:"activity"},performing_arts:{keywords:["acting","theater","drama"],char:'',fitzpatrick_scale:!1,category:"activity"},art:{keywords:["design","paint","draw","colors"],char:'',fitzpatrick_scale:!1,category:"activity"},circus_tent:{keywords:["festival","carnival","party"],char:'',fitzpatrick_scale:!1,category:"activity"},woman_juggling:{keywords:["juggle","balance","skill","multitask"],char:'',fitzpatrick_scale:!0,category:"activity"},man_juggling:{keywords:["juggle","balance","skill","multitask"],char:'',fitzpatrick_scale:!0,category:"activity"},microphone:{keywords:["sound","music","PA","sing","talkshow"],char:'',fitzpatrick_scale:!1,category:"activity"},headphones:{keywords:["music","score","gadgets"],char:'',fitzpatrick_scale:!1,category:"activity"},musical_score:{keywords:["treble","clef","compose"],char:'',fitzpatrick_scale:!1,category:"activity"},musical_keyboard:{keywords:["piano","instrument","compose"],char:'',fitzpatrick_scale:!1,category:"activity"},drum:{keywords:["music","instrument","drumsticks","snare"],char:'',fitzpatrick_scale:!1,category:"activity"},saxophone:{keywords:["music","instrument","jazz","blues"],char:'',fitzpatrick_scale:!1,category:"activity"},trumpet:{keywords:["music","brass"],char:'',fitzpatrick_scale:!1,category:"activity"},guitar:{keywords:["music","instrument"],char:'',fitzpatrick_scale:!1,category:"activity"},violin:{keywords:["music","instrument","orchestra","symphony"],char:'',fitzpatrick_scale:!1,category:"activity"},clapper:{keywords:["movie","film","record"],char:'',fitzpatrick_scale:!1,category:"activity"},video_game:{keywords:["play","console","PS4","controller"],char:'',fitzpatrick_scale:!1,category:"activity"},space_invader:{keywords:["game","arcade","play"],char:'',fitzpatrick_scale:!1,category:"activity"},dart:{keywords:["game","play","bar","target","bullseye"],char:'',fitzpatrick_scale:!1,category:"activity"},game_die:{keywords:["dice","random","tabletop","play","luck"],char:'',fitzpatrick_scale:!1,category:"activity"},chess_pawn:{keywords:["expendable"],char:"\u265f",fitzpatrick_scale:!1,category:"activity"},slot_machine:{keywords:["bet","gamble","vegas","fruit machine","luck","casino"],char:'',fitzpatrick_scale:!1,category:"activity"},jigsaw:{keywords:["interlocking","puzzle","piece"],char:'',fitzpatrick_scale:!1,category:"activity"},bowling:{keywords:["sports","fun","play"],char:'',fitzpatrick_scale:!1,category:"activity"},red_car:{keywords:["red","transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},taxi:{keywords:["uber","vehicle","cars","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},blue_car:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},bus:{keywords:["car","vehicle","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},trolleybus:{keywords:["bart","transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},racing_car:{keywords:["sports","race","fast","formula","f1"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},police_car:{keywords:["vehicle","cars","transportation","law","legal","enforcement"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},ambulance:{keywords:["health","911","hospital"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},fire_engine:{keywords:["transportation","cars","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},minibus:{keywords:["vehicle","car","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},truck:{keywords:["cars","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},articulated_lorry:{keywords:["vehicle","cars","transportation","express"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},tractor:{keywords:["vehicle","car","farming","agriculture"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},kick_scooter:{keywords:["vehicle","kick","razor"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},motorcycle:{keywords:["race","sports","fast"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},bike:{keywords:["sports","bicycle","exercise","hipster"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},motor_scooter:{keywords:["vehicle","vespa","sasha"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},rotating_light:{keywords:["police","ambulance","911","emergency","alert","error","pinged","law","legal"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_police_car:{keywords:["vehicle","law","legal","enforcement","911"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_bus:{keywords:["vehicle","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_automobile:{keywords:["car","vehicle","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_taxi:{keywords:["vehicle","cars","uber"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},aerial_tramway:{keywords:["transportation","vehicle","ski"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},mountain_cableway:{keywords:["transportation","vehicle","ski"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},suspension_railway:{keywords:["vehicle","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},railway_car:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},train:{keywords:["transportation","vehicle","carriage","public","travel"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},monorail:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},bullettrain_side:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},bullettrain_front:{keywords:["transportation","vehicle","speed","fast","public","travel"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},light_rail:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},mountain_railway:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},steam_locomotive:{keywords:["transportation","vehicle","train"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},train2:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},metro:{keywords:["transportation","blue-square","mrt","underground","tube"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},tram:{keywords:["transportation","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},station:{keywords:["transportation","vehicle","public"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},flying_saucer:{keywords:["transportation","vehicle","ufo"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},helicopter:{keywords:["transportation","vehicle","fly"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},small_airplane:{keywords:["flight","transportation","fly","vehicle"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},airplane:{keywords:["vehicle","transportation","flight","fly"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},flight_departure:{keywords:["airport","flight","landing"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},flight_arrival:{keywords:["airport","flight","boarding"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},sailboat:{keywords:["ship","summer","transportation","water","sailing"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},motor_boat:{keywords:["ship"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},speedboat:{keywords:["ship","transportation","vehicle","summer"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},ferry:{keywords:["boat","ship","yacht"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},passenger_ship:{keywords:["yacht","cruise","ferry"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},rocket:{keywords:["launch","ship","staffmode","NASA","outer space","outer_space","fly"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},artificial_satellite:{keywords:["communication","gps","orbit","spaceflight","NASA","ISS"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},seat:{keywords:["sit","airplane","transport","bus","flight","fly"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},canoe:{keywords:["boat","paddle","water","ship"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},anchor:{keywords:["ship","ferry","sea","boat"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},construction:{keywords:["wip","progress","caution","warning"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},fuelpump:{keywords:["gas station","petroleum"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},busstop:{keywords:["transportation","wait"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},vertical_traffic_light:{keywords:["transportation","driving"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},traffic_light:{keywords:["transportation","signal"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},checkered_flag:{keywords:["contest","finishline","race","gokart"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},ship:{keywords:["transportation","titanic","deploy"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},ferris_wheel:{keywords:["photo","carnival","londoneye"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},roller_coaster:{keywords:["carnival","playground","photo","fun"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},carousel_horse:{keywords:["photo","carnival"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},building_construction:{keywords:["wip","working","progress"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},foggy:{keywords:["photo","mountain"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},tokyo_tower:{keywords:["photo","japanese"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},factory:{keywords:["building","industry","pollution","smoke"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},fountain:{keywords:["photo","summer","water","fresh"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},rice_scene:{keywords:["photo","japan","asia","tsukimi"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},mountain:{keywords:["photo","nature","environment"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},mountain_snow:{keywords:["photo","nature","environment","winter","cold"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},mount_fuji:{keywords:["photo","mountain","nature","japanese"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},volcano:{keywords:["photo","nature","disaster"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},japan:{keywords:["nation","country","japanese","asia"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},camping:{keywords:["photo","outdoors","tent"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},tent:{keywords:["photo","camping","outdoors"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},national_park:{keywords:["photo","environment","nature"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},motorway:{keywords:["road","cupertino","interstate","highway"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},railway_track:{keywords:["train","transportation"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},sunrise:{keywords:["morning","view","vacation","photo"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},sunrise_over_mountains:{keywords:["view","vacation","photo"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},desert:{keywords:["photo","warm","saharah"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},beach_umbrella:{keywords:["weather","summer","sunny","sand","mojito"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},desert_island:{keywords:["photo","tropical","mojito"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},city_sunrise:{keywords:["photo","good morning","dawn"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},city_sunset:{keywords:["photo","evening","sky","buildings"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},cityscape:{keywords:["photo","night life","urban"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},night_with_stars:{keywords:["evening","city","downtown"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},bridge_at_night:{keywords:["photo","sanfrancisco"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},milky_way:{keywords:["photo","space","stars"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},stars:{keywords:["night","photo"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},sparkler:{keywords:["stars","night","shine"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},fireworks:{keywords:["photo","festival","carnival","congratulations"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},rainbow:{keywords:["nature","happy","unicorn_face","photo","sky","spring"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},houses:{keywords:["buildings","photo"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},european_castle:{keywords:["building","royalty","history"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},japanese_castle:{keywords:["photo","building"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},stadium:{keywords:["photo","place","sports","concert","venue"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},statue_of_liberty:{keywords:["american","newyork"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},house:{keywords:["building","home"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},house_with_garden:{keywords:["home","plant","nature"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},derelict_house:{keywords:["abandon","evict","broken","building"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},office:{keywords:["building","bureau","work"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},department_store:{keywords:["building","shopping","mall"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},post_office:{keywords:["building","envelope","communication"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},european_post_office:{keywords:["building","email"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},hospital:{keywords:["building","health","surgery","doctor"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},bank:{keywords:["building","money","sales","cash","business","enterprise"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},hotel:{keywords:["building","accomodation","checkin"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},convenience_store:{keywords:["building","shopping","groceries"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},school:{keywords:["building","student","education","learn","teach"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},love_hotel:{keywords:["like","affection","dating"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},wedding:{keywords:["love","like","affection","couple","marriage","bride","groom"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},classical_building:{keywords:["art","culture","history"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},church:{keywords:["building","religion","christ"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},mosque:{keywords:["islam","worship","minaret"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},synagogue:{keywords:["judaism","worship","temple","jewish"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},kaaba:{keywords:["mecca","mosque","islam"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},shinto_shrine:{keywords:["temple","japan","kyoto"],char:'',fitzpatrick_scale:!1,category:"travel_and_places"},watch:{keywords:["time","accessories"],char:'',fitzpatrick_scale:!1,category:"objects"},iphone:{keywords:["technology","apple","gadgets","dial"],char:'',fitzpatrick_scale:!1,category:"objects"},calling:{keywords:["iphone","incoming"],char:'',fitzpatrick_scale:!1,category:"objects"},computer:{keywords:["technology","laptop","screen","display","monitor"],char:'',fitzpatrick_scale:!1,category:"objects"},keyboard:{keywords:["technology","computer","type","input","text"],char:'',fitzpatrick_scale:!1,category:"objects"},desktop_computer:{keywords:["technology","computing","screen"],char:'',fitzpatrick_scale:!1,category:"objects"},printer:{keywords:["paper","ink"],char:'',fitzpatrick_scale:!1,category:"objects"},computer_mouse:{keywords:["click"],char:'',fitzpatrick_scale:!1,category:"objects"},trackball:{keywords:["technology","trackpad"],char:'',fitzpatrick_scale:!1,category:"objects"},joystick:{keywords:["game","play"],char:'',fitzpatrick_scale:!1,category:"objects"},clamp:{keywords:["tool"],char:'',fitzpatrick_scale:!1,category:"objects"},minidisc:{keywords:["technology","record","data","disk","90s"],char:'',fitzpatrick_scale:!1,category:"objects"},floppy_disk:{keywords:["oldschool","technology","save","90s","80s"],char:'',fitzpatrick_scale:!1,category:"objects"},cd:{keywords:["technology","dvd","disk","disc","90s"],char:'',fitzpatrick_scale:!1,category:"objects"},dvd:{keywords:["cd","disk","disc"],char:'',fitzpatrick_scale:!1,category:"objects"},vhs:{keywords:["record","video","oldschool","90s","80s"],char:'',fitzpatrick_scale:!1,category:"objects"},camera:{keywords:["gadgets","photography"],char:'',fitzpatrick_scale:!1,category:"objects"},camera_flash:{keywords:["photography","gadgets"],char:'',fitzpatrick_scale:!1,category:"objects"},video_camera:{keywords:["film","record"],char:'',fitzpatrick_scale:!1,category:"objects"},movie_camera:{keywords:["film","record"],char:'',fitzpatrick_scale:!1,category:"objects"},film_projector:{keywords:["video","tape","record","movie"],char:'',fitzpatrick_scale:!1,category:"objects"},film_strip:{keywords:["movie"],char:'',fitzpatrick_scale:!1,category:"objects"},telephone_receiver:{keywords:["technology","communication","dial"],char:'',fitzpatrick_scale:!1,category:"objects"},phone:{keywords:["technology","communication","dial","telephone"],char:'',fitzpatrick_scale:!1,category:"objects"},pager:{keywords:["bbcall","oldschool","90s"],char:'',fitzpatrick_scale:!1,category:"objects"},fax:{keywords:["communication","technology"],char:'',fitzpatrick_scale:!1,category:"objects"},tv:{keywords:["technology","program","oldschool","show","television"],char:'',fitzpatrick_scale:!1,category:"objects"},radio:{keywords:["communication","music","podcast","program"],char:'',fitzpatrick_scale:!1,category:"objects"},studio_microphone:{keywords:["sing","recording","artist","talkshow"],char:'',fitzpatrick_scale:!1,category:"objects"},level_slider:{keywords:["scale"],char:'',fitzpatrick_scale:!1,category:"objects"},control_knobs:{keywords:["dial"],char:'',fitzpatrick_scale:!1,category:"objects"},compass:{keywords:["magnetic","navigation","orienteering"],char:'',fitzpatrick_scale:!1,category:"objects"},stopwatch:{keywords:["time","deadline"],char:'',fitzpatrick_scale:!1,category:"objects"},timer_clock:{keywords:["alarm"],char:'',fitzpatrick_scale:!1,category:"objects"},alarm_clock:{keywords:["time","wake"],char:'',fitzpatrick_scale:!1,category:"objects"},mantelpiece_clock:{keywords:["time"],char:'',fitzpatrick_scale:!1,category:"objects"},hourglass_flowing_sand:{keywords:["oldschool","time","countdown"],char:'',fitzpatrick_scale:!1,category:"objects"},hourglass:{keywords:["time","clock","oldschool","limit","exam","quiz","test"],char:'',fitzpatrick_scale:!1,category:"objects"},satellite:{keywords:["communication","future","radio","space"],char:'',fitzpatrick_scale:!1,category:"objects"},battery:{keywords:["power","energy","sustain"],char:'',fitzpatrick_scale:!1,category:"objects"},electric_plug:{keywords:["charger","power"],char:'',fitzpatrick_scale:!1,category:"objects"},bulb:{keywords:["light","electricity","idea"],char:'',fitzpatrick_scale:!1,category:"objects"},flashlight:{keywords:["dark","camping","sight","night"],char:'',fitzpatrick_scale:!1,category:"objects"},candle:{keywords:["fire","wax"],char:'',fitzpatrick_scale:!1,category:"objects"},fire_extinguisher:{keywords:["quench"],char:'',fitzpatrick_scale:!1,category:"objects"},wastebasket:{keywords:["bin","trash","rubbish","garbage","toss"],char:'',fitzpatrick_scale:!1,category:"objects"},oil_drum:{keywords:["barrell"],char:'',fitzpatrick_scale:!1,category:"objects"},money_with_wings:{keywords:["dollar","bills","payment","sale"],char:'',fitzpatrick_scale:!1,category:"objects"},dollar:{keywords:["money","sales","bill","currency"],char:'',fitzpatrick_scale:!1,category:"objects"},yen:{keywords:["money","sales","japanese","dollar","currency"],char:'',fitzpatrick_scale:!1,category:"objects"},euro:{keywords:["money","sales","dollar","currency"],char:'',fitzpatrick_scale:!1,category:"objects"},pound:{keywords:["british","sterling","money","sales","bills","uk","england","currency"],char:'',fitzpatrick_scale:!1,category:"objects"},moneybag:{keywords:["dollar","payment","coins","sale"],char:'',fitzpatrick_scale:!1,category:"objects"},credit_card:{keywords:["money","sales","dollar","bill","payment","shopping"],char:'',fitzpatrick_scale:!1,category:"objects"},gem:{keywords:["blue","ruby","diamond","jewelry"],char:'',fitzpatrick_scale:!1,category:"objects"},balance_scale:{keywords:["law","fairness","weight"],char:'',fitzpatrick_scale:!1,category:"objects"},toolbox:{keywords:["tools","diy","fix","maintainer","mechanic"],char:'',fitzpatrick_scale:!1,category:"objects"},wrench:{keywords:["tools","diy","ikea","fix","maintainer"],char:'',fitzpatrick_scale:!1,category:"objects"},hammer:{keywords:["tools","build","create"],char:'',fitzpatrick_scale:!1,category:"objects"},hammer_and_pick:{keywords:["tools","build","create"],char:'',fitzpatrick_scale:!1,category:"objects"},hammer_and_wrench:{keywords:["tools","build","create"],char:'',fitzpatrick_scale:!1,category:"objects"},pick:{keywords:["tools","dig"],char:'',fitzpatrick_scale:!1,category:"objects"},nut_and_bolt:{keywords:["handy","tools","fix"],char:'',fitzpatrick_scale:!1,category:"objects"},gear:{keywords:["cog"],char:'',fitzpatrick_scale:!1,category:"objects"},brick:{keywords:["bricks"],char:'',fitzpatrick_scale:!1,category:"objects"},chains:{keywords:["lock","arrest"],char:'',fitzpatrick_scale:!1,category:"objects"},magnet:{keywords:["attraction","magnetic"],char:'',fitzpatrick_scale:!1,category:"objects"},gun:{keywords:["violence","weapon","pistol","revolver"],char:'',fitzpatrick_scale:!1,category:"objects"},bomb:{keywords:["boom","explode","explosion","terrorism"],char:'',fitzpatrick_scale:!1,category:"objects"},firecracker:{keywords:["dynamite","boom","explode","explosion","explosive"],char:'',fitzpatrick_scale:!1,category:"objects"},hocho:{keywords:["knife","blade","cutlery","kitchen","weapon"],char:'',fitzpatrick_scale:!1,category:"objects"},dagger:{keywords:["weapon"],char:'',fitzpatrick_scale:!1,category:"objects"},crossed_swords:{keywords:["weapon"],char:'',fitzpatrick_scale:!1,category:"objects"},shield:{keywords:["protection","security"],char:'',fitzpatrick_scale:!1,category:"objects"},smoking:{keywords:["kills","tobacco","cigarette","joint","smoke"],char:'',fitzpatrick_scale:!1,category:"objects"},skull_and_crossbones:{keywords:["poison","danger","deadly","scary","death","pirate","evil"],char:'',fitzpatrick_scale:!1,category:"objects"},coffin:{keywords:["vampire","dead","die","death","rip","graveyard","cemetery","casket","funeral","box"],char:'',fitzpatrick_scale:!1,category:"objects"},funeral_urn:{keywords:["dead","die","death","rip","ashes"],char:'',fitzpatrick_scale:!1,category:"objects"},amphora:{keywords:["vase","jar"],char:'',fitzpatrick_scale:!1,category:"objects"},crystal_ball:{keywords:["disco","party","magic","circus","fortune_teller"],char:'',fitzpatrick_scale:!1,category:"objects"},prayer_beads:{keywords:["dhikr","religious"],char:'',fitzpatrick_scale:!1,category:"objects"},nazar_amulet:{keywords:["bead","charm"],char:'',fitzpatrick_scale:!1,category:"objects"},barber:{keywords:["hair","salon","style"],char:'',fitzpatrick_scale:!1,category:"objects"},alembic:{keywords:["distilling","science","experiment","chemistry"],char:'',fitzpatrick_scale:!1,category:"objects"},telescope:{keywords:["stars","space","zoom","science","astronomy"],char:'',fitzpatrick_scale:!1,category:"objects"},microscope:{keywords:["laboratory","experiment","zoomin","science","study"],char:'',fitzpatrick_scale:!1,category:"objects"},hole:{keywords:["embarrassing"],char:'',fitzpatrick_scale:!1,category:"objects"},pill:{keywords:["health","medicine","doctor","pharmacy","drug"],char:'',fitzpatrick_scale:!1,category:"objects"},syringe:{keywords:["health","hospital","drugs","blood","medicine","needle","doctor","nurse"],char:'',fitzpatrick_scale:!1,category:"objects"},dna:{keywords:["biologist","genetics","life"],char:'',fitzpatrick_scale:!1,category:"objects"},microbe:{keywords:["amoeba","bacteria","germs"],char:'',fitzpatrick_scale:!1,category:"objects"},petri_dish:{keywords:["bacteria","biology","culture","lab"],char:'',fitzpatrick_scale:!1,category:"objects"},test_tube:{keywords:["chemistry","experiment","lab","science"],char:'',fitzpatrick_scale:!1,category:"objects"},thermometer:{keywords:["weather","temperature","hot","cold"],char:'',fitzpatrick_scale:!1,category:"objects"},broom:{keywords:["cleaning","sweeping","witch"],char:'',fitzpatrick_scale:!1,category:"objects"},basket:{keywords:["laundry"],char:'',fitzpatrick_scale:!1,category:"objects"},toilet_paper:{keywords:["roll"],char:'',fitzpatrick_scale:!1,category:"objects"},label:{keywords:["sale","tag"],char:'',fitzpatrick_scale:!1,category:"objects"},bookmark:{keywords:["favorite","label","save"],char:'',fitzpatrick_scale:!1,category:"objects"},toilet:{keywords:["restroom","wc","washroom","bathroom","potty"],char:'',fitzpatrick_scale:!1,category:"objects"},shower:{keywords:["clean","water","bathroom"],char:'',fitzpatrick_scale:!1,category:"objects"},bathtub:{keywords:["clean","shower","bathroom"],char:'',fitzpatrick_scale:!1,category:"objects"},soap:{keywords:["bar","bathing","cleaning","lather"],char:'',fitzpatrick_scale:!1,category:"objects"},sponge:{keywords:["absorbing","cleaning","porous"],char:'',fitzpatrick_scale:!1,category:"objects"},lotion_bottle:{keywords:["moisturizer","sunscreen"],char:'',fitzpatrick_scale:!1,category:"objects"},key:{keywords:["lock","door","password"],char:'',fitzpatrick_scale:!1,category:"objects"},old_key:{keywords:["lock","door","password"],char:'',fitzpatrick_scale:!1,category:"objects"},couch_and_lamp:{keywords:["read","chill"],char:'',fitzpatrick_scale:!1,category:"objects"},sleeping_bed:{keywords:["bed","rest"],char:'',fitzpatrick_scale:!0,category:"objects"},bed:{keywords:["sleep","rest"],char:'',fitzpatrick_scale:!1,category:"objects"},door:{keywords:["house","entry","exit"],char:'',fitzpatrick_scale:!1,category:"objects"},bellhop_bell:{keywords:["service"],char:'',fitzpatrick_scale:!1,category:"objects"},teddy_bear:{keywords:["plush","stuffed"],char:'',fitzpatrick_scale:!1,category:"objects"},framed_picture:{keywords:["photography"],char:'',fitzpatrick_scale:!1,category:"objects"},world_map:{keywords:["location","direction"],char:'',fitzpatrick_scale:!1,category:"objects"},parasol_on_ground:{keywords:["weather","summer"],char:'',fitzpatrick_scale:!1,category:"objects"},moyai:{keywords:["rock","easter island","moai"],char:'',fitzpatrick_scale:!1,category:"objects"},shopping:{keywords:["mall","buy","purchase"],char:'',fitzpatrick_scale:!1,category:"objects"},shopping_cart:{keywords:["trolley"],char:'',fitzpatrick_scale:!1,category:"objects"},balloon:{keywords:["party","celebration","birthday","circus"],char:'',fitzpatrick_scale:!1,category:"objects"},flags:{keywords:["fish","japanese","koinobori","carp","banner"],char:'',fitzpatrick_scale:!1,category:"objects"},ribbon:{keywords:["decoration","pink","girl","bowtie"],char:'',fitzpatrick_scale:!1,category:"objects"},gift:{keywords:["present","birthday","christmas","xmas"],char:'',fitzpatrick_scale:!1,category:"objects"},confetti_ball:{keywords:["festival","party","birthday","circus"],char:'',fitzpatrick_scale:!1,category:"objects"},tada:{keywords:["party","congratulations","birthday","magic","circus","celebration"],char:'',fitzpatrick_scale:!1,category:"objects"},dolls:{keywords:["japanese","toy","kimono"],char:'',fitzpatrick_scale:!1,category:"objects"},wind_chime:{keywords:["nature","ding","spring","bell"],char:'',fitzpatrick_scale:!1,category:"objects"},crossed_flags:{keywords:["japanese","nation","country","border"],char:'',fitzpatrick_scale:!1,category:"objects"},izakaya_lantern:{keywords:["light","paper","halloween","spooky"],char:'',fitzpatrick_scale:!1,category:"objects"},red_envelope:{keywords:["gift"],char:'',fitzpatrick_scale:!1,category:"objects"},email:{keywords:["letter","postal","inbox","communication"],char:'',fitzpatrick_scale:!1,category:"objects"},envelope_with_arrow:{keywords:["email","communication"],char:'',fitzpatrick_scale:!1,category:"objects"},incoming_envelope:{keywords:["email","inbox"],char:'',fitzpatrick_scale:!1,category:"objects"},"e-mail":{keywords:["communication","inbox"],char:'',fitzpatrick_scale:!1,category:"objects"},love_letter:{keywords:["email","like","affection","envelope","valentines"],char:'',fitzpatrick_scale:!1,category:"objects"},postbox:{keywords:["email","letter","envelope"],char:'',fitzpatrick_scale:!1,category:"objects"},mailbox_closed:{keywords:["email","communication","inbox"],char:'',fitzpatrick_scale:!1,category:"objects"},mailbox:{keywords:["email","inbox","communication"],char:'',fitzpatrick_scale:!1,category:"objects"},mailbox_with_mail:{keywords:["email","inbox","communication"],char:'',fitzpatrick_scale:!1,category:"objects"},mailbox_with_no_mail:{keywords:["email","inbox"],char:'',fitzpatrick_scale:!1,category:"objects"},package:{keywords:["mail","gift","cardboard","box","moving"],char:'',fitzpatrick_scale:!1,category:"objects"},postal_horn:{keywords:["instrument","music"],char:'',fitzpatrick_scale:!1,category:"objects"},inbox_tray:{keywords:["email","documents"],char:'',fitzpatrick_scale:!1,category:"objects"},outbox_tray:{keywords:["inbox","email"],char:'',fitzpatrick_scale:!1,category:"objects"},scroll:{keywords:["documents","ancient","history","paper"],char:'',fitzpatrick_scale:!1,category:"objects"},page_with_curl:{keywords:["documents","office","paper"],char:'',fitzpatrick_scale:!1,category:"objects"},bookmark_tabs:{keywords:["favorite","save","order","tidy"],char:'',fitzpatrick_scale:!1,category:"objects"},receipt:{keywords:["accounting","expenses"],char:'',fitzpatrick_scale:!1,category:"objects"},bar_chart:{keywords:["graph","presentation","stats"],char:'',fitzpatrick_scale:!1,category:"objects"},chart_with_upwards_trend:{keywords:["graph","presentation","stats","recovery","business","economics","money","sales","good","success"],char:'',fitzpatrick_scale:!1,category:"objects"},chart_with_downwards_trend:{keywords:["graph","presentation","stats","recession","business","economics","money","sales","bad","failure"],char:'',fitzpatrick_scale:!1,category:"objects"},page_facing_up:{keywords:["documents","office","paper","information"],char:'',fitzpatrick_scale:!1,category:"objects"},date:{keywords:["calendar","schedule"],char:'',fitzpatrick_scale:!1,category:"objects"},calendar:{keywords:["schedule","date","planning"],char:'',fitzpatrick_scale:!1,category:"objects"},spiral_calendar:{keywords:["date","schedule","planning"],char:'',fitzpatrick_scale:!1,category:"objects"},card_index:{keywords:["business","stationery"],char:'',fitzpatrick_scale:!1,category:"objects"},card_file_box:{keywords:["business","stationery"],char:'',fitzpatrick_scale:!1,category:"objects"},ballot_box:{keywords:["election","vote"],char:'',fitzpatrick_scale:!1,category:"objects"},file_cabinet:{keywords:["filing","organizing"],char:'',fitzpatrick_scale:!1,category:"objects"},clipboard:{keywords:["stationery","documents"],char:'',fitzpatrick_scale:!1,category:"objects"},spiral_notepad:{keywords:["memo","stationery"],char:'',fitzpatrick_scale:!1,category:"objects"},file_folder:{keywords:["documents","business","office"],char:'',fitzpatrick_scale:!1,category:"objects"},open_file_folder:{keywords:["documents","load"],char:'',fitzpatrick_scale:!1,category:"objects"},card_index_dividers:{keywords:["organizing","business","stationery"],char:'',fitzpatrick_scale:!1,category:"objects"},newspaper_roll:{keywords:["press","headline"],char:'',fitzpatrick_scale:!1,category:"objects"},newspaper:{keywords:["press","headline"],char:'',fitzpatrick_scale:!1,category:"objects"},notebook:{keywords:["stationery","record","notes","paper","study"],char:'',fitzpatrick_scale:!1,category:"objects"},closed_book:{keywords:["read","library","knowledge","textbook","learn"],char:'',fitzpatrick_scale:!1,category:"objects"},green_book:{keywords:["read","library","knowledge","study"],char:'',fitzpatrick_scale:!1,category:"objects"},blue_book:{keywords:["read","library","knowledge","learn","study"],char:'',fitzpatrick_scale:!1,category:"objects"},orange_book:{keywords:["read","library","knowledge","textbook","study"],char:'',fitzpatrick_scale:!1,category:"objects"},notebook_with_decorative_cover:{keywords:["classroom","notes","record","paper","study"],char:'',fitzpatrick_scale:!1,category:"objects"},ledger:{keywords:["notes","paper"],char:'',fitzpatrick_scale:!1,category:"objects"},books:{keywords:["literature","library","study"],char:'',fitzpatrick_scale:!1,category:"objects"},open_book:{keywords:["book","read","library","knowledge","literature","learn","study"],char:'',fitzpatrick_scale:!1,category:"objects"},safety_pin:{keywords:["diaper"],char:'',fitzpatrick_scale:!1,category:"objects"},link:{keywords:["rings","url"],char:'',fitzpatrick_scale:!1,category:"objects"},paperclip:{keywords:["documents","stationery"],char:'',fitzpatrick_scale:!1,category:"objects"},paperclips:{keywords:["documents","stationery"],char:'',fitzpatrick_scale:!1,category:"objects"},scissors:{keywords:["stationery","cut"],char:'',fitzpatrick_scale:!1,category:"objects"},triangular_ruler:{keywords:["stationery","math","architect","sketch"],char:'',fitzpatrick_scale:!1,category:"objects"},straight_ruler:{keywords:["stationery","calculate","length","math","school","drawing","architect","sketch"],char:'',fitzpatrick_scale:!1,category:"objects"},abacus:{keywords:["calculation"],char:'',fitzpatrick_scale:!1,category:"objects"},pushpin:{keywords:["stationery","mark","here"],char:'',fitzpatrick_scale:!1,category:"objects"},round_pushpin:{keywords:["stationery","location","map","here"],char:'',fitzpatrick_scale:!1,category:"objects"},triangular_flag_on_post:{keywords:["mark","milestone","place"],char:'',fitzpatrick_scale:!1,category:"objects"},white_flag:{keywords:["losing","loser","lost","surrender","give up","fail"],char:'',fitzpatrick_scale:!1,category:"objects"},black_flag:{keywords:["pirate"],char:'',fitzpatrick_scale:!1,category:"objects"},rainbow_flag:{keywords:["flag","rainbow","pride","gay","lgbt","glbt","queer","homosexual","lesbian","bisexual","transgender"],char:'',fitzpatrick_scale:!1,category:"objects"},closed_lock_with_key:{keywords:["security","privacy"],char:'',fitzpatrick_scale:!1,category:"objects"},lock:{keywords:["security","password","padlock"],char:'',fitzpatrick_scale:!1,category:"objects"},unlock:{keywords:["privacy","security"],char:'',fitzpatrick_scale:!1,category:"objects"},lock_with_ink_pen:{keywords:["security","secret"],char:'',fitzpatrick_scale:!1,category:"objects"},pen:{keywords:["stationery","writing","write"],char:'',fitzpatrick_scale:!1,category:"objects"},fountain_pen:{keywords:["stationery","writing","write"],char:'',fitzpatrick_scale:!1,category:"objects"},black_nib:{keywords:["pen","stationery","writing","write"],char:'',fitzpatrick_scale:!1,category:"objects"},memo:{keywords:["write","documents","stationery","pencil","paper","writing","legal","exam","quiz","test","study","compose"],char:'',fitzpatrick_scale:!1,category:"objects"},pencil2:{keywords:["stationery","write","paper","writing","school","study"],char:'',fitzpatrick_scale:!1,category:"objects"},crayon:{keywords:["drawing","creativity"],char:'',fitzpatrick_scale:!1,category:"objects"},paintbrush:{keywords:["drawing","creativity","art"],char:'',fitzpatrick_scale:!1,category:"objects"},mag:{keywords:["search","zoom","find","detective"],char:'',fitzpatrick_scale:!1,category:"objects"},mag_right:{keywords:["search","zoom","find","detective"],char:'',fitzpatrick_scale:!1,category:"objects"},heart:{keywords:["love","like","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},orange_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},yellow_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},green_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},blue_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},purple_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_heart:{keywords:["evil"],char:'',fitzpatrick_scale:!1,category:"symbols"},broken_heart:{keywords:["sad","sorry","break","heart","heartbreak"],char:'',fitzpatrick_scale:!1,category:"symbols"},heavy_heart_exclamation:{keywords:["decoration","love"],char:'',fitzpatrick_scale:!1,category:"symbols"},two_hearts:{keywords:["love","like","affection","valentines","heart"],char:'',fitzpatrick_scale:!1,category:"symbols"},revolving_hearts:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},heartbeat:{keywords:["love","like","affection","valentines","pink","heart"],char:'',fitzpatrick_scale:!1,category:"symbols"},heartpulse:{keywords:["like","love","affection","valentines","pink"],char:'',fitzpatrick_scale:!1,category:"symbols"},sparkling_heart:{keywords:["love","like","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},cupid:{keywords:["love","like","heart","affection","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},gift_heart:{keywords:["love","valentines"],char:'',fitzpatrick_scale:!1,category:"symbols"},heart_decoration:{keywords:["purple-square","love","like"],char:'',fitzpatrick_scale:!1,category:"symbols"},peace_symbol:{keywords:["hippie"],char:'',fitzpatrick_scale:!1,category:"symbols"},latin_cross:{keywords:["christianity"],char:'',fitzpatrick_scale:!1,category:"symbols"},star_and_crescent:{keywords:["islam"],char:'',fitzpatrick_scale:!1,category:"symbols"},om:{keywords:["hinduism","buddhism","sikhism","jainism"],char:'',fitzpatrick_scale:!1,category:"symbols"},wheel_of_dharma:{keywords:["hinduism","buddhism","sikhism","jainism"],char:'',fitzpatrick_scale:!1,category:"symbols"},star_of_david:{keywords:["judaism"],char:'',fitzpatrick_scale:!1,category:"symbols"},six_pointed_star:{keywords:["purple-square","religion","jewish","hexagram"],char:'',fitzpatrick_scale:!1,category:"symbols"},menorah:{keywords:["hanukkah","candles","jewish"],char:'',fitzpatrick_scale:!1,category:"symbols"},yin_yang:{keywords:["balance"],char:'',fitzpatrick_scale:!1,category:"symbols"},orthodox_cross:{keywords:["suppedaneum","religion"],char:'',fitzpatrick_scale:!1,category:"symbols"},place_of_worship:{keywords:["religion","church","temple","prayer"],char:'',fitzpatrick_scale:!1,category:"symbols"},ophiuchus:{keywords:["sign","purple-square","constellation","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},aries:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},taurus:{keywords:["purple-square","sign","zodiac","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},gemini:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},cancer:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},leo:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},virgo:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},libra:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},scorpius:{keywords:["sign","zodiac","purple-square","astrology","scorpio"],char:'',fitzpatrick_scale:!1,category:"symbols"},sagittarius:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},capricorn:{keywords:["sign","zodiac","purple-square","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},aquarius:{keywords:["sign","purple-square","zodiac","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},pisces:{keywords:["purple-square","sign","zodiac","astrology"],char:'',fitzpatrick_scale:!1,category:"symbols"},id:{keywords:["purple-square","words"],char:'',fitzpatrick_scale:!1,category:"symbols"},atom_symbol:{keywords:["science","physics","chemistry"],char:'',fitzpatrick_scale:!1,category:"symbols"},u7a7a:{keywords:["kanji","japanese","chinese","empty","sky","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},u5272:{keywords:["cut","divide","chinese","kanji","pink-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},radioactive:{keywords:["nuclear","danger"],char:'',fitzpatrick_scale:!1,category:"symbols"},biohazard:{keywords:["danger"],char:'',fitzpatrick_scale:!1,category:"symbols"},mobile_phone_off:{keywords:["mute","orange-square","silence","quiet"],char:'',fitzpatrick_scale:!1,category:"symbols"},vibration_mode:{keywords:["orange-square","phone"],char:'',fitzpatrick_scale:!1,category:"symbols"},u6709:{keywords:["orange-square","chinese","have","kanji"],char:'',fitzpatrick_scale:!1,category:"symbols"},u7121:{keywords:["nothing","chinese","kanji","japanese","orange-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},u7533:{keywords:["chinese","japanese","kanji","orange-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},u55b6:{keywords:["japanese","opening hours","orange-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},u6708:{keywords:["chinese","month","moon","japanese","orange-square","kanji"],char:'',fitzpatrick_scale:!1,category:"symbols"},eight_pointed_black_star:{keywords:["orange-square","shape","polygon"],char:'',fitzpatrick_scale:!1,category:"symbols"},vs:{keywords:["words","orange-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},accept:{keywords:["ok","good","chinese","kanji","agree","yes","orange-circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_flower:{keywords:["japanese","spring"],char:'',fitzpatrick_scale:!1,category:"symbols"},ideograph_advantage:{keywords:["chinese","kanji","obtain","get","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},secret:{keywords:["privacy","chinese","sshh","kanji","red-circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},congratulations:{keywords:["chinese","kanji","japanese","red-circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},u5408:{keywords:["japanese","chinese","join","kanji","red-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},u6e80:{keywords:["full","chinese","japanese","red-square","kanji"],char:'',fitzpatrick_scale:!1,category:"symbols"},u7981:{keywords:["kanji","japanese","chinese","forbidden","limit","restricted","red-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},a:{keywords:["red-square","alphabet","letter"],char:'',fitzpatrick_scale:!1,category:"symbols"},b:{keywords:["red-square","alphabet","letter"],char:'',fitzpatrick_scale:!1,category:"symbols"},ab:{keywords:["red-square","alphabet"],char:'',fitzpatrick_scale:!1,category:"symbols"},cl:{keywords:["alphabet","words","red-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},o2:{keywords:["alphabet","red-square","letter"],char:'',fitzpatrick_scale:!1,category:"symbols"},sos:{keywords:["help","red-square","words","emergency","911"],char:'',fitzpatrick_scale:!1,category:"symbols"},no_entry:{keywords:["limit","security","privacy","bad","denied","stop","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},name_badge:{keywords:["fire","forbid"],char:'',fitzpatrick_scale:!1,category:"symbols"},no_entry_sign:{keywords:["forbid","stop","limit","denied","disallow","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},x:{keywords:["no","delete","remove","cancel","red"],char:'',fitzpatrick_scale:!1,category:"symbols"},o:{keywords:["circle","round"],char:'',fitzpatrick_scale:!1,category:"symbols"},stop_sign:{keywords:["stop"],char:'',fitzpatrick_scale:!1,category:"symbols"},anger:{keywords:["angry","mad"],char:'',fitzpatrick_scale:!1,category:"symbols"},hotsprings:{keywords:["bath","warm","relax"],char:'',fitzpatrick_scale:!1,category:"symbols"},no_pedestrians:{keywords:["rules","crossing","walking","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},do_not_litter:{keywords:["trash","bin","garbage","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},no_bicycles:{keywords:["cyclist","prohibited","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},"non-potable_water":{keywords:["drink","faucet","tap","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},underage:{keywords:["18","drink","pub","night","minor","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},no_mobile_phones:{keywords:["iphone","mute","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},exclamation:{keywords:["heavy_exclamation_mark","danger","surprise","punctuation","wow","warning"],char:'',fitzpatrick_scale:!1,category:"symbols"},grey_exclamation:{keywords:["surprise","punctuation","gray","wow","warning"],char:'',fitzpatrick_scale:!1,category:"symbols"},question:{keywords:["doubt","confused"],char:'',fitzpatrick_scale:!1,category:"symbols"},grey_question:{keywords:["doubts","gray","huh","confused"],char:'',fitzpatrick_scale:!1,category:"symbols"},bangbang:{keywords:["exclamation","surprise"],char:'',fitzpatrick_scale:!1,category:"symbols"},interrobang:{keywords:["wat","punctuation","surprise"],char:'',fitzpatrick_scale:!1,category:"symbols"},low_brightness:{keywords:["sun","afternoon","warm","summer"],char:'',fitzpatrick_scale:!1,category:"symbols"},high_brightness:{keywords:["sun","light"],char:'',fitzpatrick_scale:!1,category:"symbols"},trident:{keywords:["weapon","spear"],char:'',fitzpatrick_scale:!1,category:"symbols"},fleur_de_lis:{keywords:["decorative","scout"],char:'',fitzpatrick_scale:!1,category:"symbols"},part_alternation_mark:{keywords:["graph","presentation","stats","business","economics","bad"],char:'',fitzpatrick_scale:!1,category:"symbols"},warning:{keywords:["exclamation","wip","alert","error","problem","issue"],char:'',fitzpatrick_scale:!1,category:"symbols"},children_crossing:{keywords:["school","warning","danger","sign","driving","yellow-diamond"],char:'',fitzpatrick_scale:!1,category:"symbols"},beginner:{keywords:["badge","shield"],char:'',fitzpatrick_scale:!1,category:"symbols"},recycle:{keywords:["arrow","environment","garbage","trash"],char:'',fitzpatrick_scale:!1,category:"symbols"},u6307:{keywords:["chinese","point","green-square","kanji"],char:'',fitzpatrick_scale:!1,category:"symbols"},chart:{keywords:["green-square","graph","presentation","stats"],char:'',fitzpatrick_scale:!1,category:"symbols"},sparkle:{keywords:["stars","green-square","awesome","good","fireworks"],char:'',fitzpatrick_scale:!1,category:"symbols"},eight_spoked_asterisk:{keywords:["star","sparkle","green-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},negative_squared_cross_mark:{keywords:["x","green-square","no","deny"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_check_mark:{keywords:["green-square","ok","agree","vote","election","answer","tick"],char:'',fitzpatrick_scale:!1,category:"symbols"},diamond_shape_with_a_dot_inside:{keywords:["jewel","blue","gem","crystal","fancy"],char:'',fitzpatrick_scale:!1,category:"symbols"},cyclone:{keywords:["weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","hurricane","typhoon"],char:'',fitzpatrick_scale:!1,category:"symbols"},loop:{keywords:["tape","cassette"],char:'',fitzpatrick_scale:!1,category:"symbols"},globe_with_meridians:{keywords:["earth","international","world","internet","interweb","i18n"],char:'',fitzpatrick_scale:!1,category:"symbols"},m:{keywords:["alphabet","blue-circle","letter"],char:'',fitzpatrick_scale:!1,category:"symbols"},atm:{keywords:["money","sales","cash","blue-square","payment","bank"],char:'',fitzpatrick_scale:!1,category:"symbols"},sa:{keywords:["japanese","blue-square","katakana"],char:'',fitzpatrick_scale:!1,category:"symbols"},passport_control:{keywords:["custom","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},customs:{keywords:["passport","border","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},baggage_claim:{keywords:["blue-square","airport","transport"],char:'',fitzpatrick_scale:!1,category:"symbols"},left_luggage:{keywords:["blue-square","travel"],char:'',fitzpatrick_scale:!1,category:"symbols"},wheelchair:{keywords:["blue-square","disabled","a11y","accessibility"],char:'',fitzpatrick_scale:!1,category:"symbols"},no_smoking:{keywords:["cigarette","blue-square","smell","smoke"],char:'',fitzpatrick_scale:!1,category:"symbols"},wc:{keywords:["toilet","restroom","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},parking:{keywords:["cars","blue-square","alphabet","letter"],char:'',fitzpatrick_scale:!1,category:"symbols"},potable_water:{keywords:["blue-square","liquid","restroom","cleaning","faucet"],char:'',fitzpatrick_scale:!1,category:"symbols"},mens:{keywords:["toilet","restroom","wc","blue-square","gender","male"],char:'',fitzpatrick_scale:!1,category:"symbols"},womens:{keywords:["purple-square","woman","female","toilet","loo","restroom","gender"],char:'',fitzpatrick_scale:!1,category:"symbols"},baby_symbol:{keywords:["orange-square","child"],char:'',fitzpatrick_scale:!1,category:"symbols"},restroom:{keywords:["blue-square","toilet","refresh","wc","gender"],char:'',fitzpatrick_scale:!1,category:"symbols"},put_litter_in_its_place:{keywords:["blue-square","sign","human","info"],char:'',fitzpatrick_scale:!1,category:"symbols"},cinema:{keywords:["blue-square","record","film","movie","curtain","stage","theater"],char:'',fitzpatrick_scale:!1,category:"symbols"},signal_strength:{keywords:["blue-square","reception","phone","internet","connection","wifi","bluetooth","bars"],char:'',fitzpatrick_scale:!1,category:"symbols"},koko:{keywords:["blue-square","here","katakana","japanese","destination"],char:'',fitzpatrick_scale:!1,category:"symbols"},ng:{keywords:["blue-square","words","shape","icon"],char:'',fitzpatrick_scale:!1,category:"symbols"},ok:{keywords:["good","agree","yes","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},up:{keywords:["blue-square","above","high"],char:'',fitzpatrick_scale:!1,category:"symbols"},cool:{keywords:["words","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},new:{keywords:["blue-square","words","start"],char:'',fitzpatrick_scale:!1,category:"symbols"},free:{keywords:["blue-square","words"],char:'',fitzpatrick_scale:!1,category:"symbols"},zero:{keywords:["0","numbers","blue-square","null"],char:'',fitzpatrick_scale:!1,category:"symbols"},one:{keywords:["blue-square","numbers","1"],char:'',fitzpatrick_scale:!1,category:"symbols"},two:{keywords:["numbers","2","prime","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},three:{keywords:["3","numbers","prime","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},four:{keywords:["4","numbers","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},five:{keywords:["5","numbers","blue-square","prime"],char:'',fitzpatrick_scale:!1,category:"symbols"},six:{keywords:["6","numbers","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},seven:{keywords:["7","numbers","blue-square","prime"],char:'',fitzpatrick_scale:!1,category:"symbols"},eight:{keywords:["8","blue-square","numbers"],char:'',fitzpatrick_scale:!1,category:"symbols"},nine:{keywords:["blue-square","numbers","9"],char:'',fitzpatrick_scale:!1,category:"symbols"},keycap_ten:{keywords:["numbers","10","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},asterisk:{keywords:["star","keycap"],char:'',fitzpatrick_scale:!1,category:"symbols"},eject_button:{keywords:["blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_forward:{keywords:["blue-square","right","direction","play"],char:'',fitzpatrick_scale:!1,category:"symbols"},pause_button:{keywords:["pause","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},next_track_button:{keywords:["forward","next","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},stop_button:{keywords:["blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},record_button:{keywords:["blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},play_or_pause_button:{keywords:["blue-square","play","pause"],char:'',fitzpatrick_scale:!1,category:"symbols"},previous_track_button:{keywords:["backward"],char:'',fitzpatrick_scale:!1,category:"symbols"},fast_forward:{keywords:["blue-square","play","speed","continue"],char:'',fitzpatrick_scale:!1,category:"symbols"},rewind:{keywords:["play","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},twisted_rightwards_arrows:{keywords:["blue-square","shuffle","music","random"],char:'',fitzpatrick_scale:!1,category:"symbols"},repeat:{keywords:["loop","record"],char:'',fitzpatrick_scale:!1,category:"symbols"},repeat_one:{keywords:["blue-square","loop"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_backward:{keywords:["blue-square","left","direction"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_up_small:{keywords:["blue-square","triangle","direction","point","forward","top"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_down_small:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_double_up:{keywords:["blue-square","direction","top"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_double_down:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_right:{keywords:["blue-square","next"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_left:{keywords:["blue-square","previous","back"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_up:{keywords:["blue-square","continue","top","direction"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_down:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_upper_right:{keywords:["blue-square","point","direction","diagonal","northeast"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_lower_right:{keywords:["blue-square","direction","diagonal","southeast"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_lower_left:{keywords:["blue-square","direction","diagonal","southwest"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_upper_left:{keywords:["blue-square","point","direction","diagonal","northwest"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_up_down:{keywords:["blue-square","direction","way","vertical"],char:'',fitzpatrick_scale:!1,category:"symbols"},left_right_arrow:{keywords:["shape","direction","horizontal","sideways"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrows_counterclockwise:{keywords:["blue-square","sync","cycle"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_right_hook:{keywords:["blue-square","return","rotate","direction"],char:'',fitzpatrick_scale:!1,category:"symbols"},leftwards_arrow_with_hook:{keywords:["back","return","blue-square","undo","enter"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_heading_up:{keywords:["blue-square","direction","top"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrow_heading_down:{keywords:["blue-square","direction","bottom"],char:'',fitzpatrick_scale:!1,category:"symbols"},hash:{keywords:["symbol","blue-square","twitter"],char:'',fitzpatrick_scale:!1,category:"symbols"},information_source:{keywords:["blue-square","alphabet","letter"],char:'',fitzpatrick_scale:!1,category:"symbols"},abc:{keywords:["blue-square","alphabet"],char:'',fitzpatrick_scale:!1,category:"symbols"},abcd:{keywords:["blue-square","alphabet"],char:'',fitzpatrick_scale:!1,category:"symbols"},capital_abcd:{keywords:["alphabet","words","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},symbols:{keywords:["blue-square","music","note","ampersand","percent","glyphs","characters"],char:'',fitzpatrick_scale:!1,category:"symbols"},musical_note:{keywords:["score","tone","sound"],char:'',fitzpatrick_scale:!1,category:"symbols"},notes:{keywords:["music","score"],char:'',fitzpatrick_scale:!1,category:"symbols"},wavy_dash:{keywords:["draw","line","moustache","mustache","squiggle","scribble"],char:'',fitzpatrick_scale:!1,category:"symbols"},curly_loop:{keywords:["scribble","draw","shape","squiggle"],char:'',fitzpatrick_scale:!1,category:"symbols"},heavy_check_mark:{keywords:["ok","nike","answer","yes","tick"],char:'',fitzpatrick_scale:!1,category:"symbols"},arrows_clockwise:{keywords:["sync","cycle","round","repeat"],char:'',fitzpatrick_scale:!1,category:"symbols"},heavy_plus_sign:{keywords:["math","calculation","addition","more","increase"],char:'',fitzpatrick_scale:!1,category:"symbols"},heavy_minus_sign:{keywords:["math","calculation","subtract","less"],char:'',fitzpatrick_scale:!1,category:"symbols"},heavy_division_sign:{keywords:["divide","math","calculation"],char:'',fitzpatrick_scale:!1,category:"symbols"},heavy_multiplication_x:{keywords:["math","calculation"],char:'',fitzpatrick_scale:!1,category:"symbols"},infinity:{keywords:["forever"],char:'',fitzpatrick_scale:!1,category:"symbols"},heavy_dollar_sign:{keywords:["money","sales","payment","currency","buck"],char:'',fitzpatrick_scale:!1,category:"symbols"},currency_exchange:{keywords:["money","sales","dollar","travel"],char:'',fitzpatrick_scale:!1,category:"symbols"},copyright:{keywords:["ip","license","circle","law","legal"],char:'',fitzpatrick_scale:!1,category:"symbols"},registered:{keywords:["alphabet","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},tm:{keywords:["trademark","brand","law","legal"],char:'',fitzpatrick_scale:!1,category:"symbols"},end:{keywords:["words","arrow"],char:'',fitzpatrick_scale:!1,category:"symbols"},back:{keywords:["arrow","words","return"],char:'',fitzpatrick_scale:!1,category:"symbols"},on:{keywords:["arrow","words"],char:'',fitzpatrick_scale:!1,category:"symbols"},top:{keywords:["words","blue-square"],char:'',fitzpatrick_scale:!1,category:"symbols"},soon:{keywords:["arrow","words"],char:'',fitzpatrick_scale:!1,category:"symbols"},ballot_box_with_check:{keywords:["ok","agree","confirm","black-square","vote","election","yes","tick"],char:'',fitzpatrick_scale:!1,category:"symbols"},radio_button:{keywords:["input","old","music","circle"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_circle:{keywords:["shape","round"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_circle:{keywords:["shape","button","round"],char:'',fitzpatrick_scale:!1,category:"symbols"},red_circle:{keywords:["shape","error","danger"],char:'',fitzpatrick_scale:!1,category:"symbols"},large_blue_circle:{keywords:["shape","icon","button"],char:'',fitzpatrick_scale:!1,category:"symbols"},small_orange_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:!1,category:"symbols"},small_blue_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:!1,category:"symbols"},large_orange_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:!1,category:"symbols"},large_blue_diamond:{keywords:["shape","jewel","gem"],char:'',fitzpatrick_scale:!1,category:"symbols"},small_red_triangle:{keywords:["shape","direction","up","top"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_small_square:{keywords:["shape","icon"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_small_square:{keywords:["shape","icon"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_large_square:{keywords:["shape","icon","button"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_large_square:{keywords:["shape","icon","stone","button"],char:'',fitzpatrick_scale:!1,category:"symbols"},small_red_triangle_down:{keywords:["shape","direction","bottom"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_medium_square:{keywords:["shape","button","icon"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_medium_square:{keywords:["shape","stone","icon"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_medium_small_square:{keywords:["icon","shape","button"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_medium_small_square:{keywords:["shape","stone","icon","button"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_square_button:{keywords:["shape","input","frame"],char:'',fitzpatrick_scale:!1,category:"symbols"},white_square_button:{keywords:["shape","input"],char:'',fitzpatrick_scale:!1,category:"symbols"},speaker:{keywords:["sound","volume","silence","broadcast"],char:'',fitzpatrick_scale:!1,category:"symbols"},sound:{keywords:["volume","speaker","broadcast"],char:'',fitzpatrick_scale:!1,category:"symbols"},loud_sound:{keywords:["volume","noise","noisy","speaker","broadcast"],char:'',fitzpatrick_scale:!1,category:"symbols"},mute:{keywords:["sound","volume","silence","quiet"],char:'',fitzpatrick_scale:!1,category:"symbols"},mega:{keywords:["sound","speaker","volume"],char:'',fitzpatrick_scale:!1,category:"symbols"},loudspeaker:{keywords:["volume","sound"],char:'',fitzpatrick_scale:!1,category:"symbols"},bell:{keywords:["sound","notification","christmas","xmas","chime"],char:'',fitzpatrick_scale:!1,category:"symbols"},no_bell:{keywords:["sound","volume","mute","quiet","silent"],char:'',fitzpatrick_scale:!1,category:"symbols"},black_joker:{keywords:["poker","cards","game","play","magic"],char:'',fitzpatrick_scale:!1,category:"symbols"},mahjong:{keywords:["game","play","chinese","kanji"],char:'',fitzpatrick_scale:!1,category:"symbols"},spades:{keywords:["poker","cards","suits","magic"],char:'',fitzpatrick_scale:!1,category:"symbols"},clubs:{keywords:["poker","cards","magic","suits"],char:'',fitzpatrick_scale:!1,category:"symbols"},hearts:{keywords:["poker","cards","magic","suits"],char:'',fitzpatrick_scale:!1,category:"symbols"},diamonds:{keywords:["poker","cards","magic","suits"],char:'',fitzpatrick_scale:!1,category:"symbols"},flower_playing_cards:{keywords:["game","sunset","red"],char:'',fitzpatrick_scale:!1,category:"symbols"},thought_balloon:{keywords:["bubble","cloud","speech","thinking","dream"],char:'',fitzpatrick_scale:!1,category:"symbols"},right_anger_bubble:{keywords:["caption","speech","thinking","mad"],char:'',fitzpatrick_scale:!1,category:"symbols"},speech_balloon:{keywords:["bubble","words","message","talk","chatting"],char:'',fitzpatrick_scale:!1,category:"symbols"},left_speech_bubble:{keywords:["words","message","talk","chatting"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock1:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock2:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock3:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock4:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock5:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock6:{keywords:["time","late","early","schedule","dawn","dusk"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock7:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock8:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock9:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock10:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock11:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock12:{keywords:["time","noon","midnight","midday","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock130:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock230:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock330:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock430:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock530:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock630:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock730:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock830:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock930:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock1030:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock1130:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},clock1230:{keywords:["time","late","early","schedule"],char:'',fitzpatrick_scale:!1,category:"symbols"},afghanistan:{keywords:["af","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},aland_islands:{keywords:["\xc5land","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},albania:{keywords:["al","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},algeria:{keywords:["dz","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},american_samoa:{keywords:["american","ws","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},andorra:{keywords:["ad","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},angola:{keywords:["ao","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},anguilla:{keywords:["ai","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},antarctica:{keywords:["aq","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},antigua_barbuda:{keywords:["antigua","barbuda","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},argentina:{keywords:["ar","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},armenia:{keywords:["am","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},aruba:{keywords:["aw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},australia:{keywords:["au","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},austria:{keywords:["at","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},azerbaijan:{keywords:["az","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bahamas:{keywords:["bs","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bahrain:{keywords:["bh","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bangladesh:{keywords:["bd","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},barbados:{keywords:["bb","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},belarus:{keywords:["by","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},belgium:{keywords:["be","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},belize:{keywords:["bz","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},benin:{keywords:["bj","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bermuda:{keywords:["bm","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bhutan:{keywords:["bt","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bolivia:{keywords:["bo","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},caribbean_netherlands:{keywords:["bonaire","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bosnia_herzegovina:{keywords:["bosnia","herzegovina","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},botswana:{keywords:["bw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},brazil:{keywords:["br","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},british_indian_ocean_territory:{keywords:["british","indian","ocean","territory","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},british_virgin_islands:{keywords:["british","virgin","islands","bvi","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},brunei:{keywords:["bn","darussalam","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},bulgaria:{keywords:["bg","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},burkina_faso:{keywords:["burkina","faso","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},burundi:{keywords:["bi","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cape_verde:{keywords:["cabo","verde","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cambodia:{keywords:["kh","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cameroon:{keywords:["cm","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},canada:{keywords:["ca","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},canary_islands:{keywords:["canary","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cayman_islands:{keywords:["cayman","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},central_african_republic:{keywords:["central","african","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},chad:{keywords:["td","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},chile:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cn:{keywords:["china","chinese","prc","flag","country","nation","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},christmas_island:{keywords:["christmas","island","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cocos_islands:{keywords:["cocos","keeling","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},colombia:{keywords:["co","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},comoros:{keywords:["km","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},congo_brazzaville:{keywords:["congo","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},congo_kinshasa:{keywords:["congo","democratic","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cook_islands:{keywords:["cook","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},costa_rica:{keywords:["costa","rica","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},croatia:{keywords:["hr","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cuba:{keywords:["cu","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},curacao:{keywords:["cura\xe7ao","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cyprus:{keywords:["cy","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},czech_republic:{keywords:["cz","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},denmark:{keywords:["dk","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},djibouti:{keywords:["dj","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},dominica:{keywords:["dm","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},dominican_republic:{keywords:["dominican","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},ecuador:{keywords:["ec","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},egypt:{keywords:["eg","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},el_salvador:{keywords:["el","salvador","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},equatorial_guinea:{keywords:["equatorial","gn","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},eritrea:{keywords:["er","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},estonia:{keywords:["ee","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},ethiopia:{keywords:["et","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},eu:{keywords:["european","union","flag","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},falkland_islands:{keywords:["falkland","islands","malvinas","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},faroe_islands:{keywords:["faroe","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},fiji:{keywords:["fj","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},finland:{keywords:["fi","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},fr:{keywords:["banner","flag","nation","france","french","country"],char:'',fitzpatrick_scale:!1,category:"flags"},french_guiana:{keywords:["french","guiana","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},french_polynesia:{keywords:["french","polynesia","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},french_southern_territories:{keywords:["french","southern","territories","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},gabon:{keywords:["ga","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},gambia:{keywords:["gm","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},georgia:{keywords:["ge","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},de:{keywords:["german","nation","flag","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},ghana:{keywords:["gh","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},gibraltar:{keywords:["gi","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},greece:{keywords:["gr","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},greenland:{keywords:["gl","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},grenada:{keywords:["gd","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},guadeloupe:{keywords:["gp","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},guam:{keywords:["gu","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},guatemala:{keywords:["gt","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},guernsey:{keywords:["gg","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},guinea:{keywords:["gn","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},guinea_bissau:{keywords:["gw","bissau","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},guyana:{keywords:["gy","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},haiti:{keywords:["ht","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},honduras:{keywords:["hn","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},hong_kong:{keywords:["hong","kong","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},hungary:{keywords:["hu","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},iceland:{keywords:["is","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},india:{keywords:["in","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},indonesia:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},iran:{keywords:["iran,","islamic","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},iraq:{keywords:["iq","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},ireland:{keywords:["ie","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},isle_of_man:{keywords:["isle","man","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},israel:{keywords:["il","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},it:{keywords:["italy","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},cote_divoire:{keywords:["ivory","coast","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},jamaica:{keywords:["jm","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},jp:{keywords:["japanese","nation","flag","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},jersey:{keywords:["je","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},jordan:{keywords:["jo","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},kazakhstan:{keywords:["kz","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},kenya:{keywords:["ke","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},kiribati:{keywords:["ki","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},kosovo:{keywords:["xk","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},kuwait:{keywords:["kw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},kyrgyzstan:{keywords:["kg","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},laos:{keywords:["lao","democratic","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},latvia:{keywords:["lv","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},lebanon:{keywords:["lb","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},lesotho:{keywords:["ls","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},liberia:{keywords:["lr","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},libya:{keywords:["ly","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},liechtenstein:{keywords:["li","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},lithuania:{keywords:["lt","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},luxembourg:{keywords:["lu","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},macau:{keywords:["macao","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},macedonia:{keywords:["macedonia,","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},madagascar:{keywords:["mg","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},malawi:{keywords:["mw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},malaysia:{keywords:["my","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},maldives:{keywords:["mv","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},mali:{keywords:["ml","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},malta:{keywords:["mt","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},marshall_islands:{keywords:["marshall","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},martinique:{keywords:["mq","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},mauritania:{keywords:["mr","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},mauritius:{keywords:["mu","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},mayotte:{keywords:["yt","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},mexico:{keywords:["mx","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},micronesia:{keywords:["micronesia,","federated","states","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},moldova:{keywords:["moldova,","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},monaco:{keywords:["mc","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},mongolia:{keywords:["mn","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},montenegro:{keywords:["me","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},montserrat:{keywords:["ms","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},morocco:{keywords:["ma","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},mozambique:{keywords:["mz","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},myanmar:{keywords:["mm","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},namibia:{keywords:["na","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},nauru:{keywords:["nr","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},nepal:{keywords:["np","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},netherlands:{keywords:["nl","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},new_caledonia:{keywords:["new","caledonia","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},new_zealand:{keywords:["new","zealand","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},nicaragua:{keywords:["ni","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},niger:{keywords:["ne","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},nigeria:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},niue:{keywords:["nu","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},norfolk_island:{keywords:["norfolk","island","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},northern_mariana_islands:{keywords:["northern","mariana","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},north_korea:{keywords:["north","korea","nation","flag","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},norway:{keywords:["no","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},oman:{keywords:["om_symbol","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},pakistan:{keywords:["pk","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},palau:{keywords:["pw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},palestinian_territories:{keywords:["palestine","palestinian","territories","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},panama:{keywords:["pa","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},papua_new_guinea:{keywords:["papua","new","guinea","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},paraguay:{keywords:["py","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},peru:{keywords:["pe","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},philippines:{keywords:["ph","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},pitcairn_islands:{keywords:["pitcairn","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},poland:{keywords:["pl","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},portugal:{keywords:["pt","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},puerto_rico:{keywords:["puerto","rico","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},qatar:{keywords:["qa","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},reunion:{keywords:["r\xe9union","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},romania:{keywords:["ro","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},ru:{keywords:["russian","federation","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},rwanda:{keywords:["rw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},st_barthelemy:{keywords:["saint","barth\xe9lemy","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},st_helena:{keywords:["saint","helena","ascension","tristan","cunha","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},st_kitts_nevis:{keywords:["saint","kitts","nevis","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},st_lucia:{keywords:["saint","lucia","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},st_pierre_miquelon:{keywords:["saint","pierre","miquelon","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},st_vincent_grenadines:{keywords:["saint","vincent","grenadines","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},samoa:{keywords:["ws","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},san_marino:{keywords:["san","marino","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},sao_tome_principe:{keywords:["sao","tome","principe","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},saudi_arabia:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},senegal:{keywords:["sn","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},serbia:{keywords:["rs","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},seychelles:{keywords:["sc","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},sierra_leone:{keywords:["sierra","leone","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},singapore:{keywords:["sg","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},sint_maarten:{keywords:["sint","maarten","dutch","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},slovakia:{keywords:["sk","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},slovenia:{keywords:["si","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},solomon_islands:{keywords:["solomon","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},somalia:{keywords:["so","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},south_africa:{keywords:["south","africa","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},south_georgia_south_sandwich_islands:{keywords:["south","georgia","sandwich","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},kr:{keywords:["south","korea","nation","flag","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},south_sudan:{keywords:["south","sd","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},es:{keywords:["spain","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},sri_lanka:{keywords:["sri","lanka","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},sudan:{keywords:["sd","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},suriname:{keywords:["sr","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},swaziland:{keywords:["sz","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},sweden:{keywords:["se","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},switzerland:{keywords:["ch","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},syria:{keywords:["syrian","arab","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},taiwan:{keywords:["tw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},tajikistan:{keywords:["tj","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},tanzania:{keywords:["tanzania,","united","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},thailand:{keywords:["th","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},timor_leste:{keywords:["timor","leste","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},togo:{keywords:["tg","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},tokelau:{keywords:["tk","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},tonga:{keywords:["to","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},trinidad_tobago:{keywords:["trinidad","tobago","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},tunisia:{keywords:["tn","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},tr:{keywords:["turkey","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},turkmenistan:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},turks_caicos_islands:{keywords:["turks","caicos","islands","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},tuvalu:{keywords:["flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},uganda:{keywords:["ug","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},ukraine:{keywords:["ua","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},united_arab_emirates:{keywords:["united","arab","emirates","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},uk:{keywords:["united","kingdom","great","britain","northern","ireland","flag","nation","country","banner","british","UK","english","england","union jack"],char:'',fitzpatrick_scale:!1,category:"flags"},england:{keywords:["flag","english"],char:'',fitzpatrick_scale:!1,category:"flags"},scotland:{keywords:["flag","scottish"],char:'',fitzpatrick_scale:!1,category:"flags"},wales:{keywords:["flag","welsh"],char:'',fitzpatrick_scale:!1,category:"flags"},us:{keywords:["united","states","america","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},us_virgin_islands:{keywords:["virgin","islands","us","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},uruguay:{keywords:["uy","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},uzbekistan:{keywords:["uz","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},vanuatu:{keywords:["vu","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},vatican_city:{keywords:["vatican","city","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},venezuela:{keywords:["ve","bolivarian","republic","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},vietnam:{keywords:["viet","nam","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},wallis_futuna:{keywords:["wallis","futuna","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},western_sahara:{keywords:["western","sahara","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},yemen:{keywords:["ye","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},zambia:{keywords:["zm","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},zimbabwe:{keywords:["zw","flag","nation","country","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},united_nations:{keywords:["un","flag","banner"],char:'',fitzpatrick_scale:!1,category:"flags"},pirate_flag:{keywords:["skull","crossbones","flag","banner"],char:'',fitzpatrick_scale:!1,category:"flags"}});
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/emoticons/js/emojis.js b/seller/public/tinymce/plugins/emoticons/js/emojis.js
new file mode 100644
index 00000000..88455e9a
--- /dev/null
+++ b/seller/public/tinymce/plugins/emoticons/js/emojis.js
@@ -0,0 +1 @@
+window.tinymce.Resource.add("tinymce.plugins.emoticons",{grinning:{keywords:["face","smile","happy","joy",":D","grin"],char:"😀",fitzpatrick_scale:false,category:"people"},grimacing:{keywords:["face","grimace","teeth"],char:"😬",fitzpatrick_scale:false,category:"people"},grin:{keywords:["face","happy","smile","joy","kawaii"],char:"😁",fitzpatrick_scale:false,category:"people"},joy:{keywords:["face","cry","tears","weep","happy","happytears","haha"],char:"😂",fitzpatrick_scale:false,category:"people"},rofl:{keywords:["face","rolling","floor","laughing","lol","haha"],char:"🤣",fitzpatrick_scale:false,category:"people"},partying:{keywords:["face","celebration","woohoo"],char:"🥳",fitzpatrick_scale:false,category:"people"},smiley:{keywords:["face","happy","joy","haha",":D",":)","smile","funny"],char:"😃",fitzpatrick_scale:false,category:"people"},smile:{keywords:["face","happy","joy","funny","haha","laugh","like",":D",":)"],char:"😄",fitzpatrick_scale:false,category:"people"},sweat_smile:{keywords:["face","hot","happy","laugh","sweat","smile","relief"],char:"😅",fitzpatrick_scale:false,category:"people"},laughing:{keywords:["happy","joy","lol","satisfied","haha","face","glad","XD","laugh"],char:"😆",fitzpatrick_scale:false,category:"people"},innocent:{keywords:["face","angel","heaven","halo"],char:"😇",fitzpatrick_scale:false,category:"people"},wink:{keywords:["face","happy","mischievous","secret",";)","smile","eye"],char:"😉",fitzpatrick_scale:false,category:"people"},blush:{keywords:["face","smile","happy","flushed","crush","embarrassed","shy","joy"],char:"😊",fitzpatrick_scale:false,category:"people"},slightly_smiling_face:{keywords:["face","smile"],char:"🙂",fitzpatrick_scale:false,category:"people"},upside_down_face:{keywords:["face","flipped","silly","smile"],char:"🙃",fitzpatrick_scale:false,category:"people"},relaxed:{keywords:["face","blush","massage","happiness"],char:"☺️",fitzpatrick_scale:false,category:"people"},yum:{keywords:["happy","joy","tongue","smile","face","silly","yummy","nom","delicious","savouring"],char:"😋",fitzpatrick_scale:false,category:"people"},relieved:{keywords:["face","relaxed","phew","massage","happiness"],char:"😌",fitzpatrick_scale:false,category:"people"},heart_eyes:{keywords:["face","love","like","affection","valentines","infatuation","crush","heart"],char:"😍",fitzpatrick_scale:false,category:"people"},smiling_face_with_three_hearts:{keywords:["face","love","like","affection","valentines","infatuation","crush","hearts","adore"],char:"🥰",fitzpatrick_scale:false,category:"people"},kissing_heart:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:"😘",fitzpatrick_scale:false,category:"people"},kissing:{keywords:["love","like","face","3","valentines","infatuation","kiss"],char:"😗",fitzpatrick_scale:false,category:"people"},kissing_smiling_eyes:{keywords:["face","affection","valentines","infatuation","kiss"],char:"😙",fitzpatrick_scale:false,category:"people"},kissing_closed_eyes:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:"😚",fitzpatrick_scale:false,category:"people"},stuck_out_tongue_winking_eye:{keywords:["face","prank","childish","playful","mischievous","smile","wink","tongue"],char:"😜",fitzpatrick_scale:false,category:"people"},zany:{keywords:["face","goofy","crazy"],char:"🤪",fitzpatrick_scale:false,category:"people"},raised_eyebrow:{keywords:["face","distrust","scepticism","disapproval","disbelief","surprise"],char:"🤨",fitzpatrick_scale:false,category:"people"},monocle:{keywords:["face","stuffy","wealthy"],char:"🧐",fitzpatrick_scale:false,category:"people"},stuck_out_tongue_closed_eyes:{keywords:["face","prank","playful","mischievous","smile","tongue"],char:"😝",fitzpatrick_scale:false,category:"people"},stuck_out_tongue:{keywords:["face","prank","childish","playful","mischievous","smile","tongue"],char:"😛",fitzpatrick_scale:false,category:"people"},money_mouth_face:{keywords:["face","rich","dollar","money"],char:"🤑",fitzpatrick_scale:false,category:"people"},nerd_face:{keywords:["face","nerdy","geek","dork"],char:"🤓",fitzpatrick_scale:false,category:"people"},sunglasses:{keywords:["face","cool","smile","summer","beach","sunglass"],char:"😎",fitzpatrick_scale:false,category:"people"},star_struck:{keywords:["face","smile","starry","eyes","grinning"],char:"🤩",fitzpatrick_scale:false,category:"people"},clown_face:{keywords:["face"],char:"🤡",fitzpatrick_scale:false,category:"people"},cowboy_hat_face:{keywords:["face","cowgirl","hat"],char:"🤠",fitzpatrick_scale:false,category:"people"},hugs:{keywords:["face","smile","hug"],char:"🤗",fitzpatrick_scale:false,category:"people"},smirk:{keywords:["face","smile","mean","prank","smug","sarcasm"],char:"😏",fitzpatrick_scale:false,category:"people"},no_mouth:{keywords:["face","hellokitty"],char:"😶",fitzpatrick_scale:false,category:"people"},neutral_face:{keywords:["indifference","meh",":|","neutral"],char:"😐",fitzpatrick_scale:false,category:"people"},expressionless:{keywords:["face","indifferent","-_-","meh","deadpan"],char:"😑",fitzpatrick_scale:false,category:"people"},unamused:{keywords:["indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","side_eye"],char:"😒",fitzpatrick_scale:false,category:"people"},roll_eyes:{keywords:["face","eyeroll","frustrated"],char:"🙄",fitzpatrick_scale:false,category:"people"},thinking:{keywords:["face","hmmm","think","consider"],char:"🤔",fitzpatrick_scale:false,category:"people"},lying_face:{keywords:["face","lie","pinocchio"],char:"🤥",fitzpatrick_scale:false,category:"people"},hand_over_mouth:{keywords:["face","whoops","shock","surprise"],char:"🤭",fitzpatrick_scale:false,category:"people"},shushing:{keywords:["face","quiet","shhh"],char:"🤫",fitzpatrick_scale:false,category:"people"},symbols_over_mouth:{keywords:["face","swearing","cursing","cussing","profanity","expletive"],char:"🤬",fitzpatrick_scale:false,category:"people"},exploding_head:{keywords:["face","shocked","mind","blown"],char:"🤯",fitzpatrick_scale:false,category:"people"},flushed:{keywords:["face","blush","shy","flattered"],char:"😳",fitzpatrick_scale:false,category:"people"},disappointed:{keywords:["face","sad","upset","depressed",":("],char:"😞",fitzpatrick_scale:false,category:"people"},worried:{keywords:["face","concern","nervous",":("],char:"😟",fitzpatrick_scale:false,category:"people"},angry:{keywords:["mad","face","annoyed","frustrated"],char:"😠",fitzpatrick_scale:false,category:"people"},rage:{keywords:["angry","mad","hate","despise"],char:"😡",fitzpatrick_scale:false,category:"people"},pensive:{keywords:["face","sad","depressed","upset"],char:"😔",fitzpatrick_scale:false,category:"people"},confused:{keywords:["face","indifference","huh","weird","hmmm",":/"],char:"😕",fitzpatrick_scale:false,category:"people"},slightly_frowning_face:{keywords:["face","frowning","disappointed","sad","upset"],char:"🙁",fitzpatrick_scale:false,category:"people"},frowning_face:{keywords:["face","sad","upset","frown"],char:"☹",fitzpatrick_scale:false,category:"people"},persevere:{keywords:["face","sick","no","upset","oops"],char:"😣",fitzpatrick_scale:false,category:"people"},confounded:{keywords:["face","confused","sick","unwell","oops",":S"],char:"😖",fitzpatrick_scale:false,category:"people"},tired_face:{keywords:["sick","whine","upset","frustrated"],char:"😫",fitzpatrick_scale:false,category:"people"},weary:{keywords:["face","tired","sleepy","sad","frustrated","upset"],char:"😩",fitzpatrick_scale:false,category:"people"},pleading:{keywords:["face","begging","mercy"],char:"🥺",fitzpatrick_scale:false,category:"people"},triumph:{keywords:["face","gas","phew","proud","pride"],char:"😤",fitzpatrick_scale:false,category:"people"},open_mouth:{keywords:["face","surprise","impressed","wow","whoa",":O"],char:"😮",fitzpatrick_scale:false,category:"people"},scream:{keywords:["face","munch","scared","omg"],char:"😱",fitzpatrick_scale:false,category:"people"},fearful:{keywords:["face","scared","terrified","nervous","oops","huh"],char:"😨",fitzpatrick_scale:false,category:"people"},cold_sweat:{keywords:["face","nervous","sweat"],char:"😰",fitzpatrick_scale:false,category:"people"},hushed:{keywords:["face","woo","shh"],char:"😯",fitzpatrick_scale:false,category:"people"},frowning:{keywords:["face","aw","what"],char:"😦",fitzpatrick_scale:false,category:"people"},anguished:{keywords:["face","stunned","nervous"],char:"😧",fitzpatrick_scale:false,category:"people"},cry:{keywords:["face","tears","sad","depressed","upset",":'("],char:"😢",fitzpatrick_scale:false,category:"people"},disappointed_relieved:{keywords:["face","phew","sweat","nervous"],char:"😥",fitzpatrick_scale:false,category:"people"},drooling_face:{keywords:["face"],char:"🤤",fitzpatrick_scale:false,category:"people"},sleepy:{keywords:["face","tired","rest","nap"],char:"😪",fitzpatrick_scale:false,category:"people"},sweat:{keywords:["face","hot","sad","tired","exercise"],char:"😓",fitzpatrick_scale:false,category:"people"},hot:{keywords:["face","feverish","heat","red","sweating"],char:"🥵",fitzpatrick_scale:false,category:"people"},cold:{keywords:["face","blue","freezing","frozen","frostbite","icicles"],char:"🥶",fitzpatrick_scale:false,category:"people"},sob:{keywords:["face","cry","tears","sad","upset","depressed"],char:"😭",fitzpatrick_scale:false,category:"people"},dizzy_face:{keywords:["spent","unconscious","xox","dizzy"],char:"😵",fitzpatrick_scale:false,category:"people"},astonished:{keywords:["face","xox","surprised","poisoned"],char:"😲",fitzpatrick_scale:false,category:"people"},zipper_mouth_face:{keywords:["face","sealed","zipper","secret"],char:"🤐",fitzpatrick_scale:false,category:"people"},nauseated_face:{keywords:["face","vomit","gross","green","sick","throw up","ill"],char:"🤢",fitzpatrick_scale:false,category:"people"},sneezing_face:{keywords:["face","gesundheit","sneeze","sick","allergy"],char:"🤧",fitzpatrick_scale:false,category:"people"},vomiting:{keywords:["face","sick"],char:"🤮",fitzpatrick_scale:false,category:"people"},mask:{keywords:["face","sick","ill","disease"],char:"😷",fitzpatrick_scale:false,category:"people"},face_with_thermometer:{keywords:["sick","temperature","thermometer","cold","fever"],char:"🤒",fitzpatrick_scale:false,category:"people"},face_with_head_bandage:{keywords:["injured","clumsy","bandage","hurt"],char:"🤕",fitzpatrick_scale:false,category:"people"},woozy:{keywords:["face","dizzy","intoxicated","tipsy","wavy"],char:"🥴",fitzpatrick_scale:false,category:"people"},sleeping:{keywords:["face","tired","sleepy","night","zzz"],char:"😴",fitzpatrick_scale:false,category:"people"},zzz:{keywords:["sleepy","tired","dream"],char:"💤",fitzpatrick_scale:false,category:"people"},poop:{keywords:["hankey","shitface","fail","turd","shit"],char:"💩",fitzpatrick_scale:false,category:"people"},smiling_imp:{keywords:["devil","horns"],char:"😈",fitzpatrick_scale:false,category:"people"},imp:{keywords:["devil","angry","horns"],char:"👿",fitzpatrick_scale:false,category:"people"},japanese_ogre:{keywords:["monster","red","mask","halloween","scary","creepy","devil","demon","japanese","ogre"],char:"👹",fitzpatrick_scale:false,category:"people"},japanese_goblin:{keywords:["red","evil","mask","monster","scary","creepy","japanese","goblin"],char:"👺",fitzpatrick_scale:false,category:"people"},skull:{keywords:["dead","skeleton","creepy","death"],char:"💀",fitzpatrick_scale:false,category:"people"},ghost:{keywords:["halloween","spooky","scary"],char:"👻",fitzpatrick_scale:false,category:"people"},alien:{keywords:["UFO","paul","weird","outer_space"],char:"👽",fitzpatrick_scale:false,category:"people"},robot:{keywords:["computer","machine","bot"],char:"🤖",fitzpatrick_scale:false,category:"people"},smiley_cat:{keywords:["animal","cats","happy","smile"],char:"😺",fitzpatrick_scale:false,category:"people"},smile_cat:{keywords:["animal","cats","smile"],char:"😸",fitzpatrick_scale:false,category:"people"},joy_cat:{keywords:["animal","cats","haha","happy","tears"],char:"😹",fitzpatrick_scale:false,category:"people"},heart_eyes_cat:{keywords:["animal","love","like","affection","cats","valentines","heart"],char:"😻",fitzpatrick_scale:false,category:"people"},smirk_cat:{keywords:["animal","cats","smirk"],char:"😼",fitzpatrick_scale:false,category:"people"},kissing_cat:{keywords:["animal","cats","kiss"],char:"😽",fitzpatrick_scale:false,category:"people"},scream_cat:{keywords:["animal","cats","munch","scared","scream"],char:"🙀",fitzpatrick_scale:false,category:"people"},crying_cat_face:{keywords:["animal","tears","weep","sad","cats","upset","cry"],char:"😿",fitzpatrick_scale:false,category:"people"},pouting_cat:{keywords:["animal","cats"],char:"😾",fitzpatrick_scale:false,category:"people"},palms_up:{keywords:["hands","gesture","cupped","prayer"],char:"🤲",fitzpatrick_scale:true,category:"people"},raised_hands:{keywords:["gesture","hooray","yea","celebration","hands"],char:"🙌",fitzpatrick_scale:true,category:"people"},clap:{keywords:["hands","praise","applause","congrats","yay"],char:"👏",fitzpatrick_scale:true,category:"people"},wave:{keywords:["hands","gesture","goodbye","solong","farewell","hello","hi","palm"],char:"👋",fitzpatrick_scale:true,category:"people"},call_me_hand:{keywords:["hands","gesture"],char:"🤙",fitzpatrick_scale:true,category:"people"},"+1":{keywords:["thumbsup","yes","awesome","good","agree","accept","cool","hand","like"],char:"👍",fitzpatrick_scale:true,category:"people"},"-1":{keywords:["thumbsdown","no","dislike","hand"],char:"👎",fitzpatrick_scale:true,category:"people"},facepunch:{keywords:["angry","violence","fist","hit","attack","hand"],char:"👊",fitzpatrick_scale:true,category:"people"},fist:{keywords:["fingers","hand","grasp"],char:"✊",fitzpatrick_scale:true,category:"people"},fist_left:{keywords:["hand","fistbump"],char:"🤛",fitzpatrick_scale:true,category:"people"},fist_right:{keywords:["hand","fistbump"],char:"🤜",fitzpatrick_scale:true,category:"people"},v:{keywords:["fingers","ohyeah","hand","peace","victory","two"],char:"✌",fitzpatrick_scale:true,category:"people"},ok_hand:{keywords:["fingers","limbs","perfect","ok","okay"],char:"👌",fitzpatrick_scale:true,category:"people"},raised_hand:{keywords:["fingers","stop","highfive","palm","ban"],char:"✋",fitzpatrick_scale:true,category:"people"},raised_back_of_hand:{keywords:["fingers","raised","backhand"],char:"🤚",fitzpatrick_scale:true,category:"people"},open_hands:{keywords:["fingers","butterfly","hands","open"],char:"👐",fitzpatrick_scale:true,category:"people"},muscle:{keywords:["arm","flex","hand","summer","strong","biceps"],char:"💪",fitzpatrick_scale:true,category:"people"},pray:{keywords:["please","hope","wish","namaste","highfive"],char:"🙏",fitzpatrick_scale:true,category:"people"},foot:{keywords:["kick","stomp"],char:"🦶",fitzpatrick_scale:true,category:"people"},leg:{keywords:["kick","limb"],char:"🦵",fitzpatrick_scale:true,category:"people"},handshake:{keywords:["agreement","shake"],char:"🤝",fitzpatrick_scale:false,category:"people"},point_up:{keywords:["hand","fingers","direction","up"],char:"☝",fitzpatrick_scale:true,category:"people"},point_up_2:{keywords:["fingers","hand","direction","up"],char:"👆",fitzpatrick_scale:true,category:"people"},point_down:{keywords:["fingers","hand","direction","down"],char:"👇",fitzpatrick_scale:true,category:"people"},point_left:{keywords:["direction","fingers","hand","left"],char:"👈",fitzpatrick_scale:true,category:"people"},point_right:{keywords:["fingers","hand","direction","right"],char:"👉",fitzpatrick_scale:true,category:"people"},fu:{keywords:["hand","fingers","rude","middle","flipping"],char:"🖕",fitzpatrick_scale:true,category:"people"},raised_hand_with_fingers_splayed:{keywords:["hand","fingers","palm"],char:"🖐",fitzpatrick_scale:true,category:"people"},love_you:{keywords:["hand","fingers","gesture"],char:"🤟",fitzpatrick_scale:true,category:"people"},metal:{keywords:["hand","fingers","evil_eye","sign_of_horns","rock_on"],char:"🤘",fitzpatrick_scale:true,category:"people"},crossed_fingers:{keywords:["good","lucky"],char:"🤞",fitzpatrick_scale:true,category:"people"},vulcan_salute:{keywords:["hand","fingers","spock","star trek"],char:"🖖",fitzpatrick_scale:true,category:"people"},writing_hand:{keywords:["lower_left_ballpoint_pen","stationery","write","compose"],char:"✍",fitzpatrick_scale:true,category:"people"},selfie:{keywords:["camera","phone"],char:"🤳",fitzpatrick_scale:true,category:"people"},nail_care:{keywords:["beauty","manicure","finger","fashion","nail"],char:"💅",fitzpatrick_scale:true,category:"people"},lips:{keywords:["mouth","kiss"],char:"👄",fitzpatrick_scale:false,category:"people"},tooth:{keywords:["teeth","dentist"],char:"🦷",fitzpatrick_scale:false,category:"people"},tongue:{keywords:["mouth","playful"],char:"👅",fitzpatrick_scale:false,category:"people"},ear:{keywords:["face","hear","sound","listen"],char:"👂",fitzpatrick_scale:true,category:"people"},nose:{keywords:["smell","sniff"],char:"👃",fitzpatrick_scale:true,category:"people"},eye:{keywords:["face","look","see","watch","stare"],char:"👁",fitzpatrick_scale:false,category:"people"},eyes:{keywords:["look","watch","stalk","peek","see"],char:"👀",fitzpatrick_scale:false,category:"people"},brain:{keywords:["smart","intelligent"],char:"🧠",fitzpatrick_scale:false,category:"people"},bust_in_silhouette:{keywords:["user","person","human"],char:"👤",fitzpatrick_scale:false,category:"people"},busts_in_silhouette:{keywords:["user","person","human","group","team"],char:"👥",fitzpatrick_scale:false,category:"people"},speaking_head:{keywords:["user","person","human","sing","say","talk"],char:"🗣",fitzpatrick_scale:false,category:"people"},baby:{keywords:["child","boy","girl","toddler"],char:"👶",fitzpatrick_scale:true,category:"people"},child:{keywords:["gender-neutral","young"],char:"🧒",fitzpatrick_scale:true,category:"people"},boy:{keywords:["man","male","guy","teenager"],char:"👦",fitzpatrick_scale:true,category:"people"},girl:{keywords:["female","woman","teenager"],char:"👧",fitzpatrick_scale:true,category:"people"},adult:{keywords:["gender-neutral","person"],char:"🧑",fitzpatrick_scale:true,category:"people"},man:{keywords:["mustache","father","dad","guy","classy","sir","moustache"],char:"👨",fitzpatrick_scale:true,category:"people"},woman:{keywords:["female","girls","lady"],char:"👩",fitzpatrick_scale:true,category:"people"},blonde_woman:{keywords:["woman","female","girl","blonde","person"],char:"👱♀️",fitzpatrick_scale:true,category:"people"},blonde_man:{keywords:["man","male","boy","blonde","guy","person"],char:"👱",fitzpatrick_scale:true,category:"people"},bearded_person:{keywords:["person","bewhiskered"],char:"🧔",fitzpatrick_scale:true,category:"people"},older_adult:{keywords:["human","elder","senior","gender-neutral"],char:"🧓",fitzpatrick_scale:true,category:"people"},older_man:{keywords:["human","male","men","old","elder","senior"],char:"👴",fitzpatrick_scale:true,category:"people"},older_woman:{keywords:["human","female","women","lady","old","elder","senior"],char:"👵",fitzpatrick_scale:true,category:"people"},man_with_gua_pi_mao:{keywords:["male","boy","chinese"],char:"👲",fitzpatrick_scale:true,category:"people"},woman_with_headscarf:{keywords:["female","hijab","mantilla","tichel"],char:"🧕",fitzpatrick_scale:true,category:"people"},woman_with_turban:{keywords:["female","indian","hinduism","arabs","woman"],char:"👳♀️",fitzpatrick_scale:true,category:"people"},man_with_turban:{keywords:["male","indian","hinduism","arabs"],char:"👳",fitzpatrick_scale:true,category:"people"},policewoman:{keywords:["woman","police","law","legal","enforcement","arrest","911","female"],char:"👮♀️",fitzpatrick_scale:true,category:"people"},policeman:{keywords:["man","police","law","legal","enforcement","arrest","911"],char:"👮",fitzpatrick_scale:true,category:"people"},construction_worker_woman:{keywords:["female","human","wip","build","construction","worker","labor","woman"],char:"👷♀️",fitzpatrick_scale:true,category:"people"},construction_worker_man:{keywords:["male","human","wip","guy","build","construction","worker","labor"],char:"👷",fitzpatrick_scale:true,category:"people"},guardswoman:{keywords:["uk","gb","british","female","royal","woman"],char:"💂♀️",fitzpatrick_scale:true,category:"people"},guardsman:{keywords:["uk","gb","british","male","guy","royal"],char:"💂",fitzpatrick_scale:true,category:"people"},female_detective:{keywords:["human","spy","detective","female","woman"],char:"🕵️♀️",fitzpatrick_scale:true,category:"people"},male_detective:{keywords:["human","spy","detective"],char:"🕵",fitzpatrick_scale:true,category:"people"},woman_health_worker:{keywords:["doctor","nurse","therapist","healthcare","woman","human"],char:"👩⚕️",fitzpatrick_scale:true,category:"people"},man_health_worker:{keywords:["doctor","nurse","therapist","healthcare","man","human"],char:"👨⚕️",fitzpatrick_scale:true,category:"people"},woman_farmer:{keywords:["rancher","gardener","woman","human"],char:"👩🌾",fitzpatrick_scale:true,category:"people"},man_farmer:{keywords:["rancher","gardener","man","human"],char:"👨🌾",fitzpatrick_scale:true,category:"people"},woman_cook:{keywords:["chef","woman","human"],char:"👩🍳",fitzpatrick_scale:true,category:"people"},man_cook:{keywords:["chef","man","human"],char:"👨🍳",fitzpatrick_scale:true,category:"people"},woman_student:{keywords:["graduate","woman","human"],char:"👩🎓",fitzpatrick_scale:true,category:"people"},man_student:{keywords:["graduate","man","human"],char:"👨🎓",fitzpatrick_scale:true,category:"people"},woman_singer:{keywords:["rockstar","entertainer","woman","human"],char:"👩🎤",fitzpatrick_scale:true,category:"people"},man_singer:{keywords:["rockstar","entertainer","man","human"],char:"👨🎤",fitzpatrick_scale:true,category:"people"},woman_teacher:{keywords:["instructor","professor","woman","human"],char:"👩🏫",fitzpatrick_scale:true,category:"people"},man_teacher:{keywords:["instructor","professor","man","human"],char:"👨🏫",fitzpatrick_scale:true,category:"people"},woman_factory_worker:{keywords:["assembly","industrial","woman","human"],char:"👩🏭",fitzpatrick_scale:true,category:"people"},man_factory_worker:{keywords:["assembly","industrial","man","human"],char:"👨🏭",fitzpatrick_scale:true,category:"people"},woman_technologist:{keywords:["coder","developer","engineer","programmer","software","woman","human","laptop","computer"],char:"👩💻",fitzpatrick_scale:true,category:"people"},man_technologist:{keywords:["coder","developer","engineer","programmer","software","man","human","laptop","computer"],char:"👨💻",fitzpatrick_scale:true,category:"people"},woman_office_worker:{keywords:["business","manager","woman","human"],char:"👩💼",fitzpatrick_scale:true,category:"people"},man_office_worker:{keywords:["business","manager","man","human"],char:"👨💼",fitzpatrick_scale:true,category:"people"},woman_mechanic:{keywords:["plumber","woman","human","wrench"],char:"👩🔧",fitzpatrick_scale:true,category:"people"},man_mechanic:{keywords:["plumber","man","human","wrench"],char:"👨🔧",fitzpatrick_scale:true,category:"people"},woman_scientist:{keywords:["biologist","chemist","engineer","physicist","woman","human"],char:"👩🔬",fitzpatrick_scale:true,category:"people"},man_scientist:{keywords:["biologist","chemist","engineer","physicist","man","human"],char:"👨🔬",fitzpatrick_scale:true,category:"people"},woman_artist:{keywords:["painter","woman","human"],char:"👩🎨",fitzpatrick_scale:true,category:"people"},man_artist:{keywords:["painter","man","human"],char:"👨🎨",fitzpatrick_scale:true,category:"people"},woman_firefighter:{keywords:["fireman","woman","human"],char:"👩🚒",fitzpatrick_scale:true,category:"people"},man_firefighter:{keywords:["fireman","man","human"],char:"👨🚒",fitzpatrick_scale:true,category:"people"},woman_pilot:{keywords:["aviator","plane","woman","human"],char:"👩✈️",fitzpatrick_scale:true,category:"people"},man_pilot:{keywords:["aviator","plane","man","human"],char:"👨✈️",fitzpatrick_scale:true,category:"people"},woman_astronaut:{keywords:["space","rocket","woman","human"],char:"👩🚀",fitzpatrick_scale:true,category:"people"},man_astronaut:{keywords:["space","rocket","man","human"],char:"👨🚀",fitzpatrick_scale:true,category:"people"},woman_judge:{keywords:["justice","court","woman","human"],char:"👩⚖️",fitzpatrick_scale:true,category:"people"},man_judge:{keywords:["justice","court","man","human"],char:"👨⚖️",fitzpatrick_scale:true,category:"people"},woman_superhero:{keywords:["woman","female","good","heroine","superpowers"],char:"🦸♀️",fitzpatrick_scale:true,category:"people"},man_superhero:{keywords:["man","male","good","hero","superpowers"],char:"🦸♂️",fitzpatrick_scale:true,category:"people"},woman_supervillain:{keywords:["woman","female","evil","bad","criminal","heroine","superpowers"],char:"🦹♀️",fitzpatrick_scale:true,category:"people"},man_supervillain:{keywords:["man","male","evil","bad","criminal","hero","superpowers"],char:"🦹♂️",fitzpatrick_scale:true,category:"people"},mrs_claus:{keywords:["woman","female","xmas","mother christmas"],char:"🤶",fitzpatrick_scale:true,category:"people"},santa:{keywords:["festival","man","male","xmas","father christmas"],char:"🎅",fitzpatrick_scale:true,category:"people"},sorceress:{keywords:["woman","female","mage","witch"],char:"🧙♀️",fitzpatrick_scale:true,category:"people"},wizard:{keywords:["man","male","mage","sorcerer"],char:"🧙♂️",fitzpatrick_scale:true,category:"people"},woman_elf:{keywords:["woman","female"],char:"🧝♀️",fitzpatrick_scale:true,category:"people"},man_elf:{keywords:["man","male"],char:"🧝♂️",fitzpatrick_scale:true,category:"people"},woman_vampire:{keywords:["woman","female"],char:"🧛♀️",fitzpatrick_scale:true,category:"people"},man_vampire:{keywords:["man","male","dracula"],char:"🧛♂️",fitzpatrick_scale:true,category:"people"},woman_zombie:{keywords:["woman","female","undead","walking dead"],char:"🧟♀️",fitzpatrick_scale:false,category:"people"},man_zombie:{keywords:["man","male","dracula","undead","walking dead"],char:"🧟♂️",fitzpatrick_scale:false,category:"people"},woman_genie:{keywords:["woman","female"],char:"🧞♀️",fitzpatrick_scale:false,category:"people"},man_genie:{keywords:["man","male"],char:"🧞♂️",fitzpatrick_scale:false,category:"people"},mermaid:{keywords:["woman","female","merwoman","ariel"],char:"🧜♀️",fitzpatrick_scale:true,category:"people"},merman:{keywords:["man","male","triton"],char:"🧜♂️",fitzpatrick_scale:true,category:"people"},woman_fairy:{keywords:["woman","female"],char:"🧚♀️",fitzpatrick_scale:true,category:"people"},man_fairy:{keywords:["man","male"],char:"🧚♂️",fitzpatrick_scale:true,category:"people"},angel:{keywords:["heaven","wings","halo"],char:"👼",fitzpatrick_scale:true,category:"people"},pregnant_woman:{keywords:["baby"],char:"🤰",fitzpatrick_scale:true,category:"people"},breastfeeding:{keywords:["nursing","baby"],char:"🤱",fitzpatrick_scale:true,category:"people"},princess:{keywords:["girl","woman","female","blond","crown","royal","queen"],char:"👸",fitzpatrick_scale:true,category:"people"},prince:{keywords:["boy","man","male","crown","royal","king"],char:"🤴",fitzpatrick_scale:true,category:"people"},bride_with_veil:{keywords:["couple","marriage","wedding","woman","bride"],char:"👰",fitzpatrick_scale:true,category:"people"},man_in_tuxedo:{keywords:["couple","marriage","wedding","groom"],char:"🤵",fitzpatrick_scale:true,category:"people"},running_woman:{keywords:["woman","walking","exercise","race","running","female"],char:"🏃♀️",fitzpatrick_scale:true,category:"people"},running_man:{keywords:["man","walking","exercise","race","running"],char:"🏃",fitzpatrick_scale:true,category:"people"},walking_woman:{keywords:["human","feet","steps","woman","female"],char:"🚶♀️",fitzpatrick_scale:true,category:"people"},walking_man:{keywords:["human","feet","steps"],char:"🚶",fitzpatrick_scale:true,category:"people"},dancer:{keywords:["female","girl","woman","fun"],char:"💃",fitzpatrick_scale:true,category:"people"},man_dancing:{keywords:["male","boy","fun","dancer"],char:"🕺",fitzpatrick_scale:true,category:"people"},dancing_women:{keywords:["female","bunny","women","girls"],char:"👯",fitzpatrick_scale:false,category:"people"},dancing_men:{keywords:["male","bunny","men","boys"],char:"👯♂️",fitzpatrick_scale:false,category:"people"},couple:{keywords:["pair","people","human","love","date","dating","like","affection","valentines","marriage"],char:"👫",fitzpatrick_scale:false,category:"people"},two_men_holding_hands:{keywords:["pair","couple","love","like","bromance","friendship","people","human"],char:"👬",fitzpatrick_scale:false,category:"people"},two_women_holding_hands:{keywords:["pair","friendship","couple","love","like","female","people","human"],char:"👭",fitzpatrick_scale:false,category:"people"},bowing_woman:{keywords:["woman","female","girl"],char:"🙇♀️",fitzpatrick_scale:true,category:"people"},bowing_man:{keywords:["man","male","boy"],char:"🙇",fitzpatrick_scale:true,category:"people"},man_facepalming:{keywords:["man","male","boy","disbelief"],char:"🤦♂️",fitzpatrick_scale:true,category:"people"},woman_facepalming:{keywords:["woman","female","girl","disbelief"],char:"🤦♀️",fitzpatrick_scale:true,category:"people"},woman_shrugging:{keywords:["woman","female","girl","confused","indifferent","doubt"],char:"🤷",fitzpatrick_scale:true,category:"people"},man_shrugging:{keywords:["man","male","boy","confused","indifferent","doubt"],char:"🤷♂️",fitzpatrick_scale:true,category:"people"},tipping_hand_woman:{keywords:["female","girl","woman","human","information"],char:"💁",fitzpatrick_scale:true,category:"people"},tipping_hand_man:{keywords:["male","boy","man","human","information"],char:"💁♂️",fitzpatrick_scale:true,category:"people"},no_good_woman:{keywords:["female","girl","woman","nope"],char:"🙅",fitzpatrick_scale:true,category:"people"},no_good_man:{keywords:["male","boy","man","nope"],char:"🙅♂️",fitzpatrick_scale:true,category:"people"},ok_woman:{keywords:["women","girl","female","pink","human","woman"],char:"🙆",fitzpatrick_scale:true,category:"people"},ok_man:{keywords:["men","boy","male","blue","human","man"],char:"🙆♂️",fitzpatrick_scale:true,category:"people"},raising_hand_woman:{keywords:["female","girl","woman"],char:"🙋",fitzpatrick_scale:true,category:"people"},raising_hand_man:{keywords:["male","boy","man"],char:"🙋♂️",fitzpatrick_scale:true,category:"people"},pouting_woman:{keywords:["female","girl","woman"],char:"🙎",fitzpatrick_scale:true,category:"people"},pouting_man:{keywords:["male","boy","man"],char:"🙎♂️",fitzpatrick_scale:true,category:"people"},frowning_woman:{keywords:["female","girl","woman","sad","depressed","discouraged","unhappy"],char:"🙍",fitzpatrick_scale:true,category:"people"},frowning_man:{keywords:["male","boy","man","sad","depressed","discouraged","unhappy"],char:"🙍♂️",fitzpatrick_scale:true,category:"people"},haircut_woman:{keywords:["female","girl","woman"],char:"💇",fitzpatrick_scale:true,category:"people"},haircut_man:{keywords:["male","boy","man"],char:"💇♂️",fitzpatrick_scale:true,category:"people"},massage_woman:{keywords:["female","girl","woman","head"],char:"💆",fitzpatrick_scale:true,category:"people"},massage_man:{keywords:["male","boy","man","head"],char:"💆♂️",fitzpatrick_scale:true,category:"people"},woman_in_steamy_room:{keywords:["female","woman","spa","steamroom","sauna"],char:"🧖♀️",fitzpatrick_scale:true,category:"people"},man_in_steamy_room:{keywords:["male","man","spa","steamroom","sauna"],char:"🧖♂️",fitzpatrick_scale:true,category:"people"},couple_with_heart_woman_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:"💑",fitzpatrick_scale:false,category:"people"},couple_with_heart_woman_woman:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:"👩❤️👩",fitzpatrick_scale:false,category:"people"},couple_with_heart_man_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:"👨❤️👨",fitzpatrick_scale:false,category:"people"},couplekiss_man_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:"💏",fitzpatrick_scale:false,category:"people"},couplekiss_woman_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:"👩❤️💋👩",fitzpatrick_scale:false,category:"people"},couplekiss_man_man:{keywords:["pair","valentines","love","like","dating","marriage"],char:"👨❤️💋👨",fitzpatrick_scale:false,category:"people"},family_man_woman_boy:{keywords:["home","parents","child","mom","dad","father","mother","people","human"],char:"👪",fitzpatrick_scale:false,category:"people"},family_man_woman_girl:{keywords:["home","parents","people","human","child"],char:"👨👩👧",fitzpatrick_scale:false,category:"people"},family_man_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:"👨👩👧👦",fitzpatrick_scale:false,category:"people"},family_man_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:"👨👩👦👦",fitzpatrick_scale:false,category:"people"},family_man_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:"👨👩👧👧",fitzpatrick_scale:false,category:"people"},family_woman_woman_boy:{keywords:["home","parents","people","human","children"],char:"👩👩👦",fitzpatrick_scale:false,category:"people"},family_woman_woman_girl:{keywords:["home","parents","people","human","children"],char:"👩👩👧",fitzpatrick_scale:false,category:"people"},family_woman_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:"👩👩👧👦",fitzpatrick_scale:false,category:"people"},family_woman_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:"👩👩👦👦",fitzpatrick_scale:false,category:"people"},family_woman_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:"👩👩👧👧",fitzpatrick_scale:false,category:"people"},family_man_man_boy:{keywords:["home","parents","people","human","children"],char:"👨👨👦",fitzpatrick_scale:false,category:"people"},family_man_man_girl:{keywords:["home","parents","people","human","children"],char:"👨👨👧",fitzpatrick_scale:false,category:"people"},family_man_man_girl_boy:{keywords:["home","parents","people","human","children"],char:"👨👨👧👦",fitzpatrick_scale:false,category:"people"},family_man_man_boy_boy:{keywords:["home","parents","people","human","children"],char:"👨👨👦👦",fitzpatrick_scale:false,category:"people"},family_man_man_girl_girl:{keywords:["home","parents","people","human","children"],char:"👨👨👧👧",fitzpatrick_scale:false,category:"people"},family_woman_boy:{keywords:["home","parent","people","human","child"],char:"👩👦",fitzpatrick_scale:false,category:"people"},family_woman_girl:{keywords:["home","parent","people","human","child"],char:"👩👧",fitzpatrick_scale:false,category:"people"},family_woman_girl_boy:{keywords:["home","parent","people","human","children"],char:"👩👧👦",fitzpatrick_scale:false,category:"people"},family_woman_boy_boy:{keywords:["home","parent","people","human","children"],char:"👩👦👦",fitzpatrick_scale:false,category:"people"},family_woman_girl_girl:{keywords:["home","parent","people","human","children"],char:"👩👧👧",fitzpatrick_scale:false,category:"people"},family_man_boy:{keywords:["home","parent","people","human","child"],char:"👨👦",fitzpatrick_scale:false,category:"people"},family_man_girl:{keywords:["home","parent","people","human","child"],char:"👨👧",fitzpatrick_scale:false,category:"people"},family_man_girl_boy:{keywords:["home","parent","people","human","children"],char:"👨👧👦",fitzpatrick_scale:false,category:"people"},family_man_boy_boy:{keywords:["home","parent","people","human","children"],char:"👨👦👦",fitzpatrick_scale:false,category:"people"},family_man_girl_girl:{keywords:["home","parent","people","human","children"],char:"👨👧👧",fitzpatrick_scale:false,category:"people"},yarn:{keywords:["ball","crochet","knit"],char:"🧶",fitzpatrick_scale:false,category:"people"},thread:{keywords:["needle","sewing","spool","string"],char:"🧵",fitzpatrick_scale:false,category:"people"},coat:{keywords:["jacket"],char:"🧥",fitzpatrick_scale:false,category:"people"},labcoat:{keywords:["doctor","experiment","scientist","chemist"],char:"🥼",fitzpatrick_scale:false,category:"people"},womans_clothes:{keywords:["fashion","shopping_bags","female"],char:"👚",fitzpatrick_scale:false,category:"people"},tshirt:{keywords:["fashion","cloth","casual","shirt","tee"],char:"👕",fitzpatrick_scale:false,category:"people"},jeans:{keywords:["fashion","shopping"],char:"👖",fitzpatrick_scale:false,category:"people"},necktie:{keywords:["shirt","suitup","formal","fashion","cloth","business"],char:"👔",fitzpatrick_scale:false,category:"people"},dress:{keywords:["clothes","fashion","shopping"],char:"👗",fitzpatrick_scale:false,category:"people"},bikini:{keywords:["swimming","female","woman","girl","fashion","beach","summer"],char:"👙",fitzpatrick_scale:false,category:"people"},kimono:{keywords:["dress","fashion","women","female","japanese"],char:"👘",fitzpatrick_scale:false,category:"people"},lipstick:{keywords:["female","girl","fashion","woman"],char:"💄",fitzpatrick_scale:false,category:"people"},kiss:{keywords:["face","lips","love","like","affection","valentines"],char:"💋",fitzpatrick_scale:false,category:"people"},footprints:{keywords:["feet","tracking","walking","beach"],char:"👣",fitzpatrick_scale:false,category:"people"},flat_shoe:{keywords:["ballet","slip-on","slipper"],char:"🥿",fitzpatrick_scale:false,category:"people"},high_heel:{keywords:["fashion","shoes","female","pumps","stiletto"],char:"👠",fitzpatrick_scale:false,category:"people"},sandal:{keywords:["shoes","fashion","flip flops"],char:"👡",fitzpatrick_scale:false,category:"people"},boot:{keywords:["shoes","fashion"],char:"👢",fitzpatrick_scale:false,category:"people"},mans_shoe:{keywords:["fashion","male"],char:"👞",fitzpatrick_scale:false,category:"people"},athletic_shoe:{keywords:["shoes","sports","sneakers"],char:"👟",fitzpatrick_scale:false,category:"people"},hiking_boot:{keywords:["backpacking","camping","hiking"],char:"🥾",fitzpatrick_scale:false,category:"people"},socks:{keywords:["stockings","clothes"],char:"🧦",fitzpatrick_scale:false,category:"people"},gloves:{keywords:["hands","winter","clothes"],char:"🧤",fitzpatrick_scale:false,category:"people"},scarf:{keywords:["neck","winter","clothes"],char:"🧣",fitzpatrick_scale:false,category:"people"},womans_hat:{keywords:["fashion","accessories","female","lady","spring"],char:"👒",fitzpatrick_scale:false,category:"people"},tophat:{keywords:["magic","gentleman","classy","circus"],char:"🎩",fitzpatrick_scale:false,category:"people"},billed_hat:{keywords:["cap","baseball"],char:"🧢",fitzpatrick_scale:false,category:"people"},rescue_worker_helmet:{keywords:["construction","build"],char:"⛑",fitzpatrick_scale:false,category:"people"},mortar_board:{keywords:["school","college","degree","university","graduation","cap","hat","legal","learn","education"],char:"🎓",fitzpatrick_scale:false,category:"people"},crown:{keywords:["king","kod","leader","royalty","lord"],char:"👑",fitzpatrick_scale:false,category:"people"},school_satchel:{keywords:["student","education","bag","backpack"],char:"🎒",fitzpatrick_scale:false,category:"people"},luggage:{keywords:["packing","travel"],char:"🧳",fitzpatrick_scale:false,category:"people"},pouch:{keywords:["bag","accessories","shopping"],char:"👝",fitzpatrick_scale:false,category:"people"},purse:{keywords:["fashion","accessories","money","sales","shopping"],char:"👛",fitzpatrick_scale:false,category:"people"},handbag:{keywords:["fashion","accessory","accessories","shopping"],char:"👜",fitzpatrick_scale:false,category:"people"},briefcase:{keywords:["business","documents","work","law","legal","job","career"],char:"💼",fitzpatrick_scale:false,category:"people"},eyeglasses:{keywords:["fashion","accessories","eyesight","nerdy","dork","geek"],char:"👓",fitzpatrick_scale:false,category:"people"},dark_sunglasses:{keywords:["face","cool","accessories"],char:"🕶",fitzpatrick_scale:false,category:"people"},goggles:{keywords:["eyes","protection","safety"],char:"🥽",fitzpatrick_scale:false,category:"people"},ring:{keywords:["wedding","propose","marriage","valentines","diamond","fashion","jewelry","gem","engagement"],char:"💍",fitzpatrick_scale:false,category:"people"},closed_umbrella:{keywords:["weather","rain","drizzle"],char:"🌂",fitzpatrick_scale:false,category:"people"},dog:{keywords:["animal","friend","nature","woof","puppy","pet","faithful"],char:"🐶",fitzpatrick_scale:false,category:"animals_and_nature"},cat:{keywords:["animal","meow","nature","pet","kitten"],char:"🐱",fitzpatrick_scale:false,category:"animals_and_nature"},mouse:{keywords:["animal","nature","cheese_wedge","rodent"],char:"🐭",fitzpatrick_scale:false,category:"animals_and_nature"},hamster:{keywords:["animal","nature"],char:"🐹",fitzpatrick_scale:false,category:"animals_and_nature"},rabbit:{keywords:["animal","nature","pet","spring","magic","bunny"],char:"🐰",fitzpatrick_scale:false,category:"animals_and_nature"},fox_face:{keywords:["animal","nature","face"],char:"🦊",fitzpatrick_scale:false,category:"animals_and_nature"},bear:{keywords:["animal","nature","wild"],char:"🐻",fitzpatrick_scale:false,category:"animals_and_nature"},panda_face:{keywords:["animal","nature","panda"],char:"🐼",fitzpatrick_scale:false,category:"animals_and_nature"},koala:{keywords:["animal","nature"],char:"🐨",fitzpatrick_scale:false,category:"animals_and_nature"},tiger:{keywords:["animal","cat","danger","wild","nature","roar"],char:"🐯",fitzpatrick_scale:false,category:"animals_and_nature"},lion:{keywords:["animal","nature"],char:"🦁",fitzpatrick_scale:false,category:"animals_and_nature"},cow:{keywords:["beef","ox","animal","nature","moo","milk"],char:"🐮",fitzpatrick_scale:false,category:"animals_and_nature"},pig:{keywords:["animal","oink","nature"],char:"🐷",fitzpatrick_scale:false,category:"animals_and_nature"},pig_nose:{keywords:["animal","oink"],char:"🐽",fitzpatrick_scale:false,category:"animals_and_nature"},frog:{keywords:["animal","nature","croak","toad"],char:"🐸",fitzpatrick_scale:false,category:"animals_and_nature"},squid:{keywords:["animal","nature","ocean","sea"],char:"🦑",fitzpatrick_scale:false,category:"animals_and_nature"},octopus:{keywords:["animal","creature","ocean","sea","nature","beach"],char:"🐙",fitzpatrick_scale:false,category:"animals_and_nature"},shrimp:{keywords:["animal","ocean","nature","seafood"],char:"🦐",fitzpatrick_scale:false,category:"animals_and_nature"},monkey_face:{keywords:["animal","nature","circus"],char:"🐵",fitzpatrick_scale:false,category:"animals_and_nature"},gorilla:{keywords:["animal","nature","circus"],char:"🦍",fitzpatrick_scale:false,category:"animals_and_nature"},see_no_evil:{keywords:["monkey","animal","nature","haha"],char:"🙈",fitzpatrick_scale:false,category:"animals_and_nature"},hear_no_evil:{keywords:["animal","monkey","nature"],char:"🙉",fitzpatrick_scale:false,category:"animals_and_nature"},speak_no_evil:{keywords:["monkey","animal","nature","omg"],char:"🙊",fitzpatrick_scale:false,category:"animals_and_nature"},monkey:{keywords:["animal","nature","banana","circus"],char:"🐒",fitzpatrick_scale:false,category:"animals_and_nature"},chicken:{keywords:["animal","cluck","nature","bird"],char:"🐔",fitzpatrick_scale:false,category:"animals_and_nature"},penguin:{keywords:["animal","nature"],char:"🐧",fitzpatrick_scale:false,category:"animals_and_nature"},bird:{keywords:["animal","nature","fly","tweet","spring"],char:"🐦",fitzpatrick_scale:false,category:"animals_and_nature"},baby_chick:{keywords:["animal","chicken","bird"],char:"🐤",fitzpatrick_scale:false,category:"animals_and_nature"},hatching_chick:{keywords:["animal","chicken","egg","born","baby","bird"],char:"🐣",fitzpatrick_scale:false,category:"animals_and_nature"},hatched_chick:{keywords:["animal","chicken","baby","bird"],char:"🐥",fitzpatrick_scale:false,category:"animals_and_nature"},duck:{keywords:["animal","nature","bird","mallard"],char:"🦆",fitzpatrick_scale:false,category:"animals_and_nature"},eagle:{keywords:["animal","nature","bird"],char:"🦅",fitzpatrick_scale:false,category:"animals_and_nature"},owl:{keywords:["animal","nature","bird","hoot"],char:"🦉",fitzpatrick_scale:false,category:"animals_and_nature"},bat:{keywords:["animal","nature","blind","vampire"],char:"🦇",fitzpatrick_scale:false,category:"animals_and_nature"},wolf:{keywords:["animal","nature","wild"],char:"🐺",fitzpatrick_scale:false,category:"animals_and_nature"},boar:{keywords:["animal","nature"],char:"🐗",fitzpatrick_scale:false,category:"animals_and_nature"},horse:{keywords:["animal","brown","nature"],char:"🐴",fitzpatrick_scale:false,category:"animals_and_nature"},unicorn:{keywords:["animal","nature","mystical"],char:"🦄",fitzpatrick_scale:false,category:"animals_and_nature"},honeybee:{keywords:["animal","insect","nature","bug","spring","honey"],char:"🐝",fitzpatrick_scale:false,category:"animals_and_nature"},bug:{keywords:["animal","insect","nature","worm"],char:"🐛",fitzpatrick_scale:false,category:"animals_and_nature"},butterfly:{keywords:["animal","insect","nature","caterpillar"],char:"🦋",fitzpatrick_scale:false,category:"animals_and_nature"},snail:{keywords:["slow","animal","shell"],char:"🐌",fitzpatrick_scale:false,category:"animals_and_nature"},beetle:{keywords:["animal","insect","nature","ladybug"],char:"🐞",fitzpatrick_scale:false,category:"animals_and_nature"},ant:{keywords:["animal","insect","nature","bug"],char:"🐜",fitzpatrick_scale:false,category:"animals_and_nature"},grasshopper:{keywords:["animal","cricket","chirp"],char:"🦗",fitzpatrick_scale:false,category:"animals_and_nature"},spider:{keywords:["animal","arachnid"],char:"🕷",fitzpatrick_scale:false,category:"animals_and_nature"},scorpion:{keywords:["animal","arachnid"],char:"🦂",fitzpatrick_scale:false,category:"animals_and_nature"},crab:{keywords:["animal","crustacean"],char:"🦀",fitzpatrick_scale:false,category:"animals_and_nature"},snake:{keywords:["animal","evil","nature","hiss","python"],char:"🐍",fitzpatrick_scale:false,category:"animals_and_nature"},lizard:{keywords:["animal","nature","reptile"],char:"🦎",fitzpatrick_scale:false,category:"animals_and_nature"},"t-rex":{keywords:["animal","nature","dinosaur","tyrannosaurus","extinct"],char:"🦖",fitzpatrick_scale:false,category:"animals_and_nature"},sauropod:{keywords:["animal","nature","dinosaur","brachiosaurus","brontosaurus","diplodocus","extinct"],char:"🦕",fitzpatrick_scale:false,category:"animals_and_nature"},turtle:{keywords:["animal","slow","nature","tortoise"],char:"🐢",fitzpatrick_scale:false,category:"animals_and_nature"},tropical_fish:{keywords:["animal","swim","ocean","beach","nemo"],char:"🐠",fitzpatrick_scale:false,category:"animals_and_nature"},fish:{keywords:["animal","food","nature"],char:"🐟",fitzpatrick_scale:false,category:"animals_and_nature"},blowfish:{keywords:["animal","nature","food","sea","ocean"],char:"🐡",fitzpatrick_scale:false,category:"animals_and_nature"},dolphin:{keywords:["animal","nature","fish","sea","ocean","flipper","fins","beach"],char:"🐬",fitzpatrick_scale:false,category:"animals_and_nature"},shark:{keywords:["animal","nature","fish","sea","ocean","jaws","fins","beach"],char:"🦈",fitzpatrick_scale:false,category:"animals_and_nature"},whale:{keywords:["animal","nature","sea","ocean"],char:"🐳",fitzpatrick_scale:false,category:"animals_and_nature"},whale2:{keywords:["animal","nature","sea","ocean"],char:"🐋",fitzpatrick_scale:false,category:"animals_and_nature"},crocodile:{keywords:["animal","nature","reptile","lizard","alligator"],char:"🐊",fitzpatrick_scale:false,category:"animals_and_nature"},leopard:{keywords:["animal","nature"],char:"🐆",fitzpatrick_scale:false,category:"animals_and_nature"},zebra:{keywords:["animal","nature","stripes","safari"],char:"🦓",fitzpatrick_scale:false,category:"animals_and_nature"},tiger2:{keywords:["animal","nature","roar"],char:"🐅",fitzpatrick_scale:false,category:"animals_and_nature"},water_buffalo:{keywords:["animal","nature","ox","cow"],char:"🐃",fitzpatrick_scale:false,category:"animals_and_nature"},ox:{keywords:["animal","cow","beef"],char:"🐂",fitzpatrick_scale:false,category:"animals_and_nature"},cow2:{keywords:["beef","ox","animal","nature","moo","milk"],char:"🐄",fitzpatrick_scale:false,category:"animals_and_nature"},deer:{keywords:["animal","nature","horns","venison"],char:"🦌",fitzpatrick_scale:false,category:"animals_and_nature"},dromedary_camel:{keywords:["animal","hot","desert","hump"],char:"🐪",fitzpatrick_scale:false,category:"animals_and_nature"},camel:{keywords:["animal","nature","hot","desert","hump"],char:"🐫",fitzpatrick_scale:false,category:"animals_and_nature"},giraffe:{keywords:["animal","nature","spots","safari"],char:"🦒",fitzpatrick_scale:false,category:"animals_and_nature"},elephant:{keywords:["animal","nature","nose","th","circus"],char:"🐘",fitzpatrick_scale:false,category:"animals_and_nature"},rhinoceros:{keywords:["animal","nature","horn"],char:"🦏",fitzpatrick_scale:false,category:"animals_and_nature"},goat:{keywords:["animal","nature"],char:"🐐",fitzpatrick_scale:false,category:"animals_and_nature"},ram:{keywords:["animal","sheep","nature"],char:"🐏",fitzpatrick_scale:false,category:"animals_and_nature"},sheep:{keywords:["animal","nature","wool","shipit"],char:"🐑",fitzpatrick_scale:false,category:"animals_and_nature"},racehorse:{keywords:["animal","gamble","luck"],char:"🐎",fitzpatrick_scale:false,category:"animals_and_nature"},pig2:{keywords:["animal","nature"],char:"🐖",fitzpatrick_scale:false,category:"animals_and_nature"},rat:{keywords:["animal","mouse","rodent"],char:"🐀",fitzpatrick_scale:false,category:"animals_and_nature"},mouse2:{keywords:["animal","nature","rodent"],char:"🐁",fitzpatrick_scale:false,category:"animals_and_nature"},rooster:{keywords:["animal","nature","chicken"],char:"🐓",fitzpatrick_scale:false,category:"animals_and_nature"},turkey:{keywords:["animal","bird"],char:"🦃",fitzpatrick_scale:false,category:"animals_and_nature"},dove:{keywords:["animal","bird"],char:"🕊",fitzpatrick_scale:false,category:"animals_and_nature"},dog2:{keywords:["animal","nature","friend","doge","pet","faithful"],char:"🐕",fitzpatrick_scale:false,category:"animals_and_nature"},poodle:{keywords:["dog","animal","101","nature","pet"],char:"🐩",fitzpatrick_scale:false,category:"animals_and_nature"},cat2:{keywords:["animal","meow","pet","cats"],char:"🐈",fitzpatrick_scale:false,category:"animals_and_nature"},rabbit2:{keywords:["animal","nature","pet","magic","spring"],char:"🐇",fitzpatrick_scale:false,category:"animals_and_nature"},chipmunk:{keywords:["animal","nature","rodent","squirrel"],char:"🐿",fitzpatrick_scale:false,category:"animals_and_nature"},hedgehog:{keywords:["animal","nature","spiny"],char:"🦔",fitzpatrick_scale:false,category:"animals_and_nature"},raccoon:{keywords:["animal","nature"],char:"🦝",fitzpatrick_scale:false,category:"animals_and_nature"},llama:{keywords:["animal","nature","alpaca"],char:"🦙",fitzpatrick_scale:false,category:"animals_and_nature"},hippopotamus:{keywords:["animal","nature"],char:"🦛",fitzpatrick_scale:false,category:"animals_and_nature"},kangaroo:{keywords:["animal","nature","australia","joey","hop","marsupial"],char:"🦘",fitzpatrick_scale:false,category:"animals_and_nature"},badger:{keywords:["animal","nature","honey"],char:"🦡",fitzpatrick_scale:false,category:"animals_and_nature"},swan:{keywords:["animal","nature","bird"],char:"🦢",fitzpatrick_scale:false,category:"animals_and_nature"},peacock:{keywords:["animal","nature","peahen","bird"],char:"🦚",fitzpatrick_scale:false,category:"animals_and_nature"},parrot:{keywords:["animal","nature","bird","pirate","talk"],char:"🦜",fitzpatrick_scale:false,category:"animals_and_nature"},lobster:{keywords:["animal","nature","bisque","claws","seafood"],char:"🦞",fitzpatrick_scale:false,category:"animals_and_nature"},mosquito:{keywords:["animal","nature","insect","malaria"],char:"🦟",fitzpatrick_scale:false,category:"animals_and_nature"},paw_prints:{keywords:["animal","tracking","footprints","dog","cat","pet","feet"],char:"🐾",fitzpatrick_scale:false,category:"animals_and_nature"},dragon:{keywords:["animal","myth","nature","chinese","green"],char:"🐉",fitzpatrick_scale:false,category:"animals_and_nature"},dragon_face:{keywords:["animal","myth","nature","chinese","green"],char:"🐲",fitzpatrick_scale:false,category:"animals_and_nature"},cactus:{keywords:["vegetable","plant","nature"],char:"🌵",fitzpatrick_scale:false,category:"animals_and_nature"},christmas_tree:{keywords:["festival","vacation","december","xmas","celebration"],char:"🎄",fitzpatrick_scale:false,category:"animals_and_nature"},evergreen_tree:{keywords:["plant","nature"],char:"🌲",fitzpatrick_scale:false,category:"animals_and_nature"},deciduous_tree:{keywords:["plant","nature"],char:"🌳",fitzpatrick_scale:false,category:"animals_and_nature"},palm_tree:{keywords:["plant","vegetable","nature","summer","beach","mojito","tropical"],char:"🌴",fitzpatrick_scale:false,category:"animals_and_nature"},seedling:{keywords:["plant","nature","grass","lawn","spring"],char:"🌱",fitzpatrick_scale:false,category:"animals_and_nature"},herb:{keywords:["vegetable","plant","medicine","weed","grass","lawn"],char:"🌿",fitzpatrick_scale:false,category:"animals_and_nature"},shamrock:{keywords:["vegetable","plant","nature","irish","clover"],char:"☘",fitzpatrick_scale:false,category:"animals_and_nature"},four_leaf_clover:{keywords:["vegetable","plant","nature","lucky","irish"],char:"🍀",fitzpatrick_scale:false,category:"animals_and_nature"},bamboo:{keywords:["plant","nature","vegetable","panda","pine_decoration"],char:"🎍",fitzpatrick_scale:false,category:"animals_and_nature"},tanabata_tree:{keywords:["plant","nature","branch","summer"],char:"🎋",fitzpatrick_scale:false,category:"animals_and_nature"},leaves:{keywords:["nature","plant","tree","vegetable","grass","lawn","spring"],char:"🍃",fitzpatrick_scale:false,category:"animals_and_nature"},fallen_leaf:{keywords:["nature","plant","vegetable","leaves"],char:"🍂",fitzpatrick_scale:false,category:"animals_and_nature"},maple_leaf:{keywords:["nature","plant","vegetable","ca","fall"],char:"🍁",fitzpatrick_scale:false,category:"animals_and_nature"},ear_of_rice:{keywords:["nature","plant"],char:"🌾",fitzpatrick_scale:false,category:"animals_and_nature"},hibiscus:{keywords:["plant","vegetable","flowers","beach"],char:"🌺",fitzpatrick_scale:false,category:"animals_and_nature"},sunflower:{keywords:["nature","plant","fall"],char:"🌻",fitzpatrick_scale:false,category:"animals_and_nature"},rose:{keywords:["flowers","valentines","love","spring"],char:"🌹",fitzpatrick_scale:false,category:"animals_and_nature"},wilted_flower:{keywords:["plant","nature","flower"],char:"🥀",fitzpatrick_scale:false,category:"animals_and_nature"},tulip:{keywords:["flowers","plant","nature","summer","spring"],char:"🌷",fitzpatrick_scale:false,category:"animals_and_nature"},blossom:{keywords:["nature","flowers","yellow"],char:"🌼",fitzpatrick_scale:false,category:"animals_and_nature"},cherry_blossom:{keywords:["nature","plant","spring","flower"],char:"🌸",fitzpatrick_scale:false,category:"animals_and_nature"},bouquet:{keywords:["flowers","nature","spring"],char:"💐",fitzpatrick_scale:false,category:"animals_and_nature"},mushroom:{keywords:["plant","vegetable"],char:"🍄",fitzpatrick_scale:false,category:"animals_and_nature"},chestnut:{keywords:["food","squirrel"],char:"🌰",fitzpatrick_scale:false,category:"animals_and_nature"},jack_o_lantern:{keywords:["halloween","light","pumpkin","creepy","fall"],char:"🎃",fitzpatrick_scale:false,category:"animals_and_nature"},shell:{keywords:["nature","sea","beach"],char:"🐚",fitzpatrick_scale:false,category:"animals_and_nature"},spider_web:{keywords:["animal","insect","arachnid","silk"],char:"🕸",fitzpatrick_scale:false,category:"animals_and_nature"},earth_americas:{keywords:["globe","world","USA","international"],char:"🌎",fitzpatrick_scale:false,category:"animals_and_nature"},earth_africa:{keywords:["globe","world","international"],char:"🌍",fitzpatrick_scale:false,category:"animals_and_nature"},earth_asia:{keywords:["globe","world","east","international"],char:"🌏",fitzpatrick_scale:false,category:"animals_and_nature"},full_moon:{keywords:["nature","yellow","twilight","planet","space","night","evening","sleep"],char:"🌕",fitzpatrick_scale:false,category:"animals_and_nature"},waning_gibbous_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep","waxing_gibbous_moon"],char:"🌖",fitzpatrick_scale:false,category:"animals_and_nature"},last_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌗",fitzpatrick_scale:false,category:"animals_and_nature"},waning_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌘",fitzpatrick_scale:false,category:"animals_and_nature"},new_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌑",fitzpatrick_scale:false,category:"animals_and_nature"},waxing_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌒",fitzpatrick_scale:false,category:"animals_and_nature"},first_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌓",fitzpatrick_scale:false,category:"animals_and_nature"},waxing_gibbous_moon:{keywords:["nature","night","sky","gray","twilight","planet","space","evening","sleep"],char:"🌔",fitzpatrick_scale:false,category:"animals_and_nature"},new_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌚",fitzpatrick_scale:false,category:"animals_and_nature"},full_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌝",fitzpatrick_scale:false,category:"animals_and_nature"},first_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌛",fitzpatrick_scale:false,category:"animals_and_nature"},last_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"🌜",fitzpatrick_scale:false,category:"animals_and_nature"},sun_with_face:{keywords:["nature","morning","sky"],char:"🌞",fitzpatrick_scale:false,category:"animals_and_nature"},crescent_moon:{keywords:["night","sleep","sky","evening","magic"],char:"🌙",fitzpatrick_scale:false,category:"animals_and_nature"},star:{keywords:["night","yellow"],char:"⭐",fitzpatrick_scale:false,category:"animals_and_nature"},star2:{keywords:["night","sparkle","awesome","good","magic"],char:"🌟",fitzpatrick_scale:false,category:"animals_and_nature"},dizzy:{keywords:["star","sparkle","shoot","magic"],char:"💫",fitzpatrick_scale:false,category:"animals_and_nature"},sparkles:{keywords:["stars","shine","shiny","cool","awesome","good","magic"],char:"✨",fitzpatrick_scale:false,category:"animals_and_nature"},comet:{keywords:["space"],char:"☄",fitzpatrick_scale:false,category:"animals_and_nature"},sunny:{keywords:["weather","nature","brightness","summer","beach","spring"],char:"☀️",fitzpatrick_scale:false,category:"animals_and_nature"},sun_behind_small_cloud:{keywords:["weather"],char:"🌤",fitzpatrick_scale:false,category:"animals_and_nature"},partly_sunny:{keywords:["weather","nature","cloudy","morning","fall","spring"],char:"⛅",fitzpatrick_scale:false,category:"animals_and_nature"},sun_behind_large_cloud:{keywords:["weather"],char:"🌥",fitzpatrick_scale:false,category:"animals_and_nature"},sun_behind_rain_cloud:{keywords:["weather"],char:"🌦",fitzpatrick_scale:false,category:"animals_and_nature"},cloud:{keywords:["weather","sky"],char:"☁️",fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_rain:{keywords:["weather"],char:"🌧",fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_lightning_and_rain:{keywords:["weather","lightning"],char:"⛈",fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_lightning:{keywords:["weather","thunder"],char:"🌩",fitzpatrick_scale:false,category:"animals_and_nature"},zap:{keywords:["thunder","weather","lightning bolt","fast"],char:"⚡",fitzpatrick_scale:false,category:"animals_and_nature"},fire:{keywords:["hot","cook","flame"],char:"🔥",fitzpatrick_scale:false,category:"animals_and_nature"},boom:{keywords:["bomb","explode","explosion","collision","blown"],char:"💥",fitzpatrick_scale:false,category:"animals_and_nature"},snowflake:{keywords:["winter","season","cold","weather","christmas","xmas"],char:"❄️",fitzpatrick_scale:false,category:"animals_and_nature"},cloud_with_snow:{keywords:["weather"],char:"🌨",fitzpatrick_scale:false,category:"animals_and_nature"},snowman:{keywords:["winter","season","cold","weather","christmas","xmas","frozen","without_snow"],char:"⛄",fitzpatrick_scale:false,category:"animals_and_nature"},snowman_with_snow:{keywords:["winter","season","cold","weather","christmas","xmas","frozen"],char:"☃",fitzpatrick_scale:false,category:"animals_and_nature"},wind_face:{keywords:["gust","air"],char:"🌬",fitzpatrick_scale:false,category:"animals_and_nature"},dash:{keywords:["wind","air","fast","shoo","fart","smoke","puff"],char:"💨",fitzpatrick_scale:false,category:"animals_and_nature"},tornado:{keywords:["weather","cyclone","twister"],char:"🌪",fitzpatrick_scale:false,category:"animals_and_nature"},fog:{keywords:["weather"],char:"🌫",fitzpatrick_scale:false,category:"animals_and_nature"},open_umbrella:{keywords:["weather","spring"],char:"☂",fitzpatrick_scale:false,category:"animals_and_nature"},umbrella:{keywords:["rainy","weather","spring"],char:"☔",fitzpatrick_scale:false,category:"animals_and_nature"},droplet:{keywords:["water","drip","faucet","spring"],char:"💧",fitzpatrick_scale:false,category:"animals_and_nature"},sweat_drops:{keywords:["water","drip","oops"],char:"💦",fitzpatrick_scale:false,category:"animals_and_nature"},ocean:{keywords:["sea","water","wave","nature","tsunami","disaster"],char:"🌊",fitzpatrick_scale:false,category:"animals_and_nature"},green_apple:{keywords:["fruit","nature"],char:"🍏",fitzpatrick_scale:false,category:"food_and_drink"},apple:{keywords:["fruit","mac","school"],char:"🍎",fitzpatrick_scale:false,category:"food_and_drink"},pear:{keywords:["fruit","nature","food"],char:"🍐",fitzpatrick_scale:false,category:"food_and_drink"},tangerine:{keywords:["food","fruit","nature","orange"],char:"🍊",fitzpatrick_scale:false,category:"food_and_drink"},lemon:{keywords:["fruit","nature"],char:"🍋",fitzpatrick_scale:false,category:"food_and_drink"},banana:{keywords:["fruit","food","monkey"],char:"🍌",fitzpatrick_scale:false,category:"food_and_drink"},watermelon:{keywords:["fruit","food","picnic","summer"],char:"🍉",fitzpatrick_scale:false,category:"food_and_drink"},grapes:{keywords:["fruit","food","wine"],char:"🍇",fitzpatrick_scale:false,category:"food_and_drink"},strawberry:{keywords:["fruit","food","nature"],char:"🍓",fitzpatrick_scale:false,category:"food_and_drink"},melon:{keywords:["fruit","nature","food"],char:"🍈",fitzpatrick_scale:false,category:"food_and_drink"},cherries:{keywords:["food","fruit"],char:"🍒",fitzpatrick_scale:false,category:"food_and_drink"},peach:{keywords:["fruit","nature","food"],char:"🍑",fitzpatrick_scale:false,category:"food_and_drink"},pineapple:{keywords:["fruit","nature","food"],char:"🍍",fitzpatrick_scale:false,category:"food_and_drink"},coconut:{keywords:["fruit","nature","food","palm"],char:"🥥",fitzpatrick_scale:false,category:"food_and_drink"},kiwi_fruit:{keywords:["fruit","food"],char:"🥝",fitzpatrick_scale:false,category:"food_and_drink"},mango:{keywords:["fruit","food","tropical"],char:"🥭",fitzpatrick_scale:false,category:"food_and_drink"},avocado:{keywords:["fruit","food"],char:"🥑",fitzpatrick_scale:false,category:"food_and_drink"},broccoli:{keywords:["fruit","food","vegetable"],char:"🥦",fitzpatrick_scale:false,category:"food_and_drink"},tomato:{keywords:["fruit","vegetable","nature","food"],char:"🍅",fitzpatrick_scale:false,category:"food_and_drink"},eggplant:{keywords:["vegetable","nature","food","aubergine"],char:"🍆",fitzpatrick_scale:false,category:"food_and_drink"},cucumber:{keywords:["fruit","food","pickle"],char:"🥒",fitzpatrick_scale:false,category:"food_and_drink"},carrot:{keywords:["vegetable","food","orange"],char:"🥕",fitzpatrick_scale:false,category:"food_and_drink"},hot_pepper:{keywords:["food","spicy","chilli","chili"],char:"🌶",fitzpatrick_scale:false,category:"food_and_drink"},potato:{keywords:["food","tuber","vegatable","starch"],char:"🥔",fitzpatrick_scale:false,category:"food_and_drink"},corn:{keywords:["food","vegetable","plant"],char:"🌽",fitzpatrick_scale:false,category:"food_and_drink"},leafy_greens:{keywords:["food","vegetable","plant","bok choy","cabbage","kale","lettuce"],char:"🥬",fitzpatrick_scale:false,category:"food_and_drink"},sweet_potato:{keywords:["food","nature"],char:"🍠",fitzpatrick_scale:false,category:"food_and_drink"},peanuts:{keywords:["food","nut"],char:"🥜",fitzpatrick_scale:false,category:"food_and_drink"},honey_pot:{keywords:["bees","sweet","kitchen"],char:"🍯",fitzpatrick_scale:false,category:"food_and_drink"},croissant:{keywords:["food","bread","french"],char:"🥐",fitzpatrick_scale:false,category:"food_and_drink"},bread:{keywords:["food","wheat","breakfast","toast"],char:"🍞",fitzpatrick_scale:false,category:"food_and_drink"},baguette_bread:{keywords:["food","bread","french"],char:"🥖",fitzpatrick_scale:false,category:"food_and_drink"},bagel:{keywords:["food","bread","bakery","schmear"],char:"🥯",fitzpatrick_scale:false,category:"food_and_drink"},pretzel:{keywords:["food","bread","twisted"],char:"🥨",fitzpatrick_scale:false,category:"food_and_drink"},cheese:{keywords:["food","chadder"],char:"🧀",fitzpatrick_scale:false,category:"food_and_drink"},egg:{keywords:["food","chicken","breakfast"],char:"🥚",fitzpatrick_scale:false,category:"food_and_drink"},bacon:{keywords:["food","breakfast","pork","pig","meat"],char:"🥓",fitzpatrick_scale:false,category:"food_and_drink"},steak:{keywords:["food","cow","meat","cut","chop","lambchop","porkchop"],char:"🥩",fitzpatrick_scale:false,category:"food_and_drink"},pancakes:{keywords:["food","breakfast","flapjacks","hotcakes"],char:"🥞",fitzpatrick_scale:false,category:"food_and_drink"},poultry_leg:{keywords:["food","meat","drumstick","bird","chicken","turkey"],char:"🍗",fitzpatrick_scale:false,category:"food_and_drink"},meat_on_bone:{keywords:["good","food","drumstick"],char:"🍖",fitzpatrick_scale:false,category:"food_and_drink"},bone:{keywords:["skeleton"],char:"🦴",fitzpatrick_scale:false,category:"food_and_drink"},fried_shrimp:{keywords:["food","animal","appetizer","summer"],char:"🍤",fitzpatrick_scale:false,category:"food_and_drink"},fried_egg:{keywords:["food","breakfast","kitchen","egg"],char:"🍳",fitzpatrick_scale:false,category:"food_and_drink"},hamburger:{keywords:["meat","fast food","beef","cheeseburger","mcdonalds","burger king"],char:"🍔",fitzpatrick_scale:false,category:"food_and_drink"},fries:{keywords:["chips","snack","fast food"],char:"🍟",fitzpatrick_scale:false,category:"food_and_drink"},stuffed_flatbread:{keywords:["food","flatbread","stuffed","gyro"],char:"🥙",fitzpatrick_scale:false,category:"food_and_drink"},hotdog:{keywords:["food","frankfurter"],char:"🌭",fitzpatrick_scale:false,category:"food_and_drink"},pizza:{keywords:["food","party"],char:"🍕",fitzpatrick_scale:false,category:"food_and_drink"},sandwich:{keywords:["food","lunch","bread"],char:"🥪",fitzpatrick_scale:false,category:"food_and_drink"},canned_food:{keywords:["food","soup"],char:"🥫",fitzpatrick_scale:false,category:"food_and_drink"},spaghetti:{keywords:["food","italian","noodle"],char:"🍝",fitzpatrick_scale:false,category:"food_and_drink"},taco:{keywords:["food","mexican"],char:"🌮",fitzpatrick_scale:false,category:"food_and_drink"},burrito:{keywords:["food","mexican"],char:"🌯",fitzpatrick_scale:false,category:"food_and_drink"},green_salad:{keywords:["food","healthy","lettuce"],char:"🥗",fitzpatrick_scale:false,category:"food_and_drink"},shallow_pan_of_food:{keywords:["food","cooking","casserole","paella"],char:"🥘",fitzpatrick_scale:false,category:"food_and_drink"},ramen:{keywords:["food","japanese","noodle","chopsticks"],char:"🍜",fitzpatrick_scale:false,category:"food_and_drink"},stew:{keywords:["food","meat","soup"],char:"🍲",fitzpatrick_scale:false,category:"food_and_drink"},fish_cake:{keywords:["food","japan","sea","beach","narutomaki","pink","swirl","kamaboko","surimi","ramen"],char:"🍥",fitzpatrick_scale:false,category:"food_and_drink"},fortune_cookie:{keywords:["food","prophecy"],char:"🥠",fitzpatrick_scale:false,category:"food_and_drink"},sushi:{keywords:["food","fish","japanese","rice"],char:"🍣",fitzpatrick_scale:false,category:"food_and_drink"},bento:{keywords:["food","japanese","box"],char:"🍱",fitzpatrick_scale:false,category:"food_and_drink"},curry:{keywords:["food","spicy","hot","indian"],char:"🍛",fitzpatrick_scale:false,category:"food_and_drink"},rice_ball:{keywords:["food","japanese"],char:"🍙",fitzpatrick_scale:false,category:"food_and_drink"},rice:{keywords:["food","china","asian"],char:"🍚",fitzpatrick_scale:false,category:"food_and_drink"},rice_cracker:{keywords:["food","japanese"],char:"🍘",fitzpatrick_scale:false,category:"food_and_drink"},oden:{keywords:["food","japanese"],char:"🍢",fitzpatrick_scale:false,category:"food_and_drink"},dango:{keywords:["food","dessert","sweet","japanese","barbecue","meat"],char:"🍡",fitzpatrick_scale:false,category:"food_and_drink"},shaved_ice:{keywords:["hot","dessert","summer"],char:"🍧",fitzpatrick_scale:false,category:"food_and_drink"},ice_cream:{keywords:["food","hot","dessert"],char:"🍨",fitzpatrick_scale:false,category:"food_and_drink"},icecream:{keywords:["food","hot","dessert","summer"],char:"🍦",fitzpatrick_scale:false,category:"food_and_drink"},pie:{keywords:["food","dessert","pastry"],char:"🥧",fitzpatrick_scale:false,category:"food_and_drink"},cake:{keywords:["food","dessert"],char:"🍰",fitzpatrick_scale:false,category:"food_and_drink"},cupcake:{keywords:["food","dessert","bakery","sweet"],char:"🧁",fitzpatrick_scale:false,category:"food_and_drink"},moon_cake:{keywords:["food","autumn"],char:"🥮",fitzpatrick_scale:false,category:"food_and_drink"},birthday:{keywords:["food","dessert","cake"],char:"🎂",fitzpatrick_scale:false,category:"food_and_drink"},custard:{keywords:["dessert","food"],char:"🍮",fitzpatrick_scale:false,category:"food_and_drink"},candy:{keywords:["snack","dessert","sweet","lolly"],char:"🍬",fitzpatrick_scale:false,category:"food_and_drink"},lollipop:{keywords:["food","snack","candy","sweet"],char:"🍭",fitzpatrick_scale:false,category:"food_and_drink"},chocolate_bar:{keywords:["food","snack","dessert","sweet"],char:"🍫",fitzpatrick_scale:false,category:"food_and_drink"},popcorn:{keywords:["food","movie theater","films","snack"],char:"🍿",fitzpatrick_scale:false,category:"food_and_drink"},dumpling:{keywords:["food","empanada","pierogi","potsticker"],char:"🥟",fitzpatrick_scale:false,category:"food_and_drink"},doughnut:{keywords:["food","dessert","snack","sweet","donut"],char:"🍩",fitzpatrick_scale:false,category:"food_and_drink"},cookie:{keywords:["food","snack","oreo","chocolate","sweet","dessert"],char:"🍪",fitzpatrick_scale:false,category:"food_and_drink"},milk_glass:{keywords:["beverage","drink","cow"],char:"🥛",fitzpatrick_scale:false,category:"food_and_drink"},beer:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:"🍺",fitzpatrick_scale:false,category:"food_and_drink"},beers:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:"🍻",fitzpatrick_scale:false,category:"food_and_drink"},clinking_glasses:{keywords:["beverage","drink","party","alcohol","celebrate","cheers","wine","champagne","toast"],char:"🥂",fitzpatrick_scale:false,category:"food_and_drink"},wine_glass:{keywords:["drink","beverage","drunk","alcohol","booze"],char:"🍷",fitzpatrick_scale:false,category:"food_and_drink"},tumbler_glass:{keywords:["drink","beverage","drunk","alcohol","liquor","booze","bourbon","scotch","whisky","glass","shot"],char:"🥃",fitzpatrick_scale:false,category:"food_and_drink"},cocktail:{keywords:["drink","drunk","alcohol","beverage","booze","mojito"],char:"🍸",fitzpatrick_scale:false,category:"food_and_drink"},tropical_drink:{keywords:["beverage","cocktail","summer","beach","alcohol","booze","mojito"],char:"🍹",fitzpatrick_scale:false,category:"food_and_drink"},champagne:{keywords:["drink","wine","bottle","celebration"],char:"🍾",fitzpatrick_scale:false,category:"food_and_drink"},sake:{keywords:["wine","drink","drunk","beverage","japanese","alcohol","booze"],char:"🍶",fitzpatrick_scale:false,category:"food_and_drink"},tea:{keywords:["drink","bowl","breakfast","green","british"],char:"🍵",fitzpatrick_scale:false,category:"food_and_drink"},cup_with_straw:{keywords:["drink","soda"],char:"🥤",fitzpatrick_scale:false,category:"food_and_drink"},coffee:{keywords:["beverage","caffeine","latte","espresso"],char:"☕",fitzpatrick_scale:false,category:"food_and_drink"},baby_bottle:{keywords:["food","container","milk"],char:"🍼",fitzpatrick_scale:false,category:"food_and_drink"},salt:{keywords:["condiment","shaker"],char:"🧂",fitzpatrick_scale:false,category:"food_and_drink"},spoon:{keywords:["cutlery","kitchen","tableware"],char:"🥄",fitzpatrick_scale:false,category:"food_and_drink"},fork_and_knife:{keywords:["cutlery","kitchen"],char:"🍴",fitzpatrick_scale:false,category:"food_and_drink"},plate_with_cutlery:{keywords:["food","eat","meal","lunch","dinner","restaurant"],char:"🍽",fitzpatrick_scale:false,category:"food_and_drink"},bowl_with_spoon:{keywords:["food","breakfast","cereal","oatmeal","porridge"],char:"🥣",fitzpatrick_scale:false,category:"food_and_drink"},takeout_box:{keywords:["food","leftovers"],char:"🥡",fitzpatrick_scale:false,category:"food_and_drink"},chopsticks:{keywords:["food"],char:"🥢",fitzpatrick_scale:false,category:"food_and_drink"},soccer:{keywords:["sports","football"],char:"⚽",fitzpatrick_scale:false,category:"activity"},basketball:{keywords:["sports","balls","NBA"],char:"🏀",fitzpatrick_scale:false,category:"activity"},football:{keywords:["sports","balls","NFL"],char:"🏈",fitzpatrick_scale:false,category:"activity"},baseball:{keywords:["sports","balls"],char:"⚾",fitzpatrick_scale:false,category:"activity"},softball:{keywords:["sports","balls"],char:"🥎",fitzpatrick_scale:false,category:"activity"},tennis:{keywords:["sports","balls","green"],char:"🎾",fitzpatrick_scale:false,category:"activity"},volleyball:{keywords:["sports","balls"],char:"🏐",fitzpatrick_scale:false,category:"activity"},rugby_football:{keywords:["sports","team"],char:"🏉",fitzpatrick_scale:false,category:"activity"},flying_disc:{keywords:["sports","frisbee","ultimate"],char:"🥏",fitzpatrick_scale:false,category:"activity"},"8ball":{keywords:["pool","hobby","game","luck","magic"],char:"🎱",fitzpatrick_scale:false,category:"activity"},golf:{keywords:["sports","business","flag","hole","summer"],char:"⛳",fitzpatrick_scale:false,category:"activity"},golfing_woman:{keywords:["sports","business","woman","female"],char:"🏌️♀️",fitzpatrick_scale:false,category:"activity"},golfing_man:{keywords:["sports","business"],char:"🏌",fitzpatrick_scale:true,category:"activity"},ping_pong:{keywords:["sports","pingpong"],char:"🏓",fitzpatrick_scale:false,category:"activity"},badminton:{keywords:["sports"],char:"🏸",fitzpatrick_scale:false,category:"activity"},goal_net:{keywords:["sports"],char:"🥅",fitzpatrick_scale:false,category:"activity"},ice_hockey:{keywords:["sports"],char:"🏒",fitzpatrick_scale:false,category:"activity"},field_hockey:{keywords:["sports"],char:"🏑",fitzpatrick_scale:false,category:"activity"},lacrosse:{keywords:["sports","ball","stick"],char:"🥍",fitzpatrick_scale:false,category:"activity"},cricket:{keywords:["sports"],char:"🏏",fitzpatrick_scale:false,category:"activity"},ski:{keywords:["sports","winter","cold","snow"],char:"🎿",fitzpatrick_scale:false,category:"activity"},skier:{keywords:["sports","winter","snow"],char:"⛷",fitzpatrick_scale:false,category:"activity"},snowboarder:{keywords:["sports","winter"],char:"🏂",fitzpatrick_scale:true,category:"activity"},person_fencing:{keywords:["sports","fencing","sword"],char:"🤺",fitzpatrick_scale:false,category:"activity"},women_wrestling:{keywords:["sports","wrestlers"],char:"🤼♀️",fitzpatrick_scale:false,category:"activity"},men_wrestling:{keywords:["sports","wrestlers"],char:"🤼♂️",fitzpatrick_scale:false,category:"activity"},woman_cartwheeling:{keywords:["gymnastics"],char:"🤸♀️",fitzpatrick_scale:true,category:"activity"},man_cartwheeling:{keywords:["gymnastics"],char:"🤸♂️",fitzpatrick_scale:true,category:"activity"},woman_playing_handball:{keywords:["sports"],char:"🤾♀️",fitzpatrick_scale:true,category:"activity"},man_playing_handball:{keywords:["sports"],char:"🤾♂️",fitzpatrick_scale:true,category:"activity"},ice_skate:{keywords:["sports"],char:"⛸",fitzpatrick_scale:false,category:"activity"},curling_stone:{keywords:["sports"],char:"🥌",fitzpatrick_scale:false,category:"activity"},skateboard:{keywords:["board"],char:"🛹",fitzpatrick_scale:false,category:"activity"},sled:{keywords:["sleigh","luge","toboggan"],char:"🛷",fitzpatrick_scale:false,category:"activity"},bow_and_arrow:{keywords:["sports"],char:"🏹",fitzpatrick_scale:false,category:"activity"},fishing_pole_and_fish:{keywords:["food","hobby","summer"],char:"🎣",fitzpatrick_scale:false,category:"activity"},boxing_glove:{keywords:["sports","fighting"],char:"🥊",fitzpatrick_scale:false,category:"activity"},martial_arts_uniform:{keywords:["judo","karate","taekwondo"],char:"🥋",fitzpatrick_scale:false,category:"activity"},rowing_woman:{keywords:["sports","hobby","water","ship","woman","female"],char:"🚣♀️",fitzpatrick_scale:true,category:"activity"},rowing_man:{keywords:["sports","hobby","water","ship"],char:"🚣",fitzpatrick_scale:true,category:"activity"},climbing_woman:{keywords:["sports","hobby","woman","female","rock"],char:"🧗♀️",fitzpatrick_scale:true,category:"activity"},climbing_man:{keywords:["sports","hobby","man","male","rock"],char:"🧗♂️",fitzpatrick_scale:true,category:"activity"},swimming_woman:{keywords:["sports","exercise","human","athlete","water","summer","woman","female"],char:"🏊♀️",fitzpatrick_scale:true,category:"activity"},swimming_man:{keywords:["sports","exercise","human","athlete","water","summer"],char:"🏊",fitzpatrick_scale:true,category:"activity"},woman_playing_water_polo:{keywords:["sports","pool"],char:"🤽♀️",fitzpatrick_scale:true,category:"activity"},man_playing_water_polo:{keywords:["sports","pool"],char:"🤽♂️",fitzpatrick_scale:true,category:"activity"},woman_in_lotus_position:{keywords:["woman","female","meditation","yoga","serenity","zen","mindfulness"],char:"🧘♀️",fitzpatrick_scale:true,category:"activity"},man_in_lotus_position:{keywords:["man","male","meditation","yoga","serenity","zen","mindfulness"],char:"🧘♂️",fitzpatrick_scale:true,category:"activity"},surfing_woman:{keywords:["sports","ocean","sea","summer","beach","woman","female"],char:"🏄♀️",fitzpatrick_scale:true,category:"activity"},surfing_man:{keywords:["sports","ocean","sea","summer","beach"],char:"🏄",fitzpatrick_scale:true,category:"activity"},bath:{keywords:["clean","shower","bathroom"],char:"🛀",fitzpatrick_scale:true,category:"activity"},basketball_woman:{keywords:["sports","human","woman","female"],char:"⛹️♀️",fitzpatrick_scale:true,category:"activity"},basketball_man:{keywords:["sports","human"],char:"⛹",fitzpatrick_scale:true,category:"activity"},weight_lifting_woman:{keywords:["sports","training","exercise","woman","female"],char:"🏋️♀️",fitzpatrick_scale:true,category:"activity"},weight_lifting_man:{keywords:["sports","training","exercise"],char:"🏋",fitzpatrick_scale:true,category:"activity"},biking_woman:{keywords:["sports","bike","exercise","hipster","woman","female"],char:"🚴♀️",fitzpatrick_scale:true,category:"activity"},biking_man:{keywords:["sports","bike","exercise","hipster"],char:"🚴",fitzpatrick_scale:true,category:"activity"},mountain_biking_woman:{keywords:["transportation","sports","human","race","bike","woman","female"],char:"🚵♀️",fitzpatrick_scale:true,category:"activity"},mountain_biking_man:{keywords:["transportation","sports","human","race","bike"],char:"🚵",fitzpatrick_scale:true,category:"activity"},horse_racing:{keywords:["animal","betting","competition","gambling","luck"],char:"🏇",fitzpatrick_scale:true,category:"activity"},business_suit_levitating:{keywords:["suit","business","levitate","hover","jump"],char:"🕴",fitzpatrick_scale:true,category:"activity"},trophy:{keywords:["win","award","contest","place","ftw","ceremony"],char:"🏆",fitzpatrick_scale:false,category:"activity"},running_shirt_with_sash:{keywords:["play","pageant"],char:"🎽",fitzpatrick_scale:false,category:"activity"},medal_sports:{keywords:["award","winning"],char:"🏅",fitzpatrick_scale:false,category:"activity"},medal_military:{keywords:["award","winning","army"],char:"🎖",fitzpatrick_scale:false,category:"activity"},"1st_place_medal":{keywords:["award","winning","first"],char:"🥇",fitzpatrick_scale:false,category:"activity"},"2nd_place_medal":{keywords:["award","second"],char:"🥈",fitzpatrick_scale:false,category:"activity"},"3rd_place_medal":{keywords:["award","third"],char:"🥉",fitzpatrick_scale:false,category:"activity"},reminder_ribbon:{keywords:["sports","cause","support","awareness"],char:"🎗",fitzpatrick_scale:false,category:"activity"},rosette:{keywords:["flower","decoration","military"],char:"🏵",fitzpatrick_scale:false,category:"activity"},ticket:{keywords:["event","concert","pass"],char:"🎫",fitzpatrick_scale:false,category:"activity"},tickets:{keywords:["sports","concert","entrance"],char:"🎟",fitzpatrick_scale:false,category:"activity"},performing_arts:{keywords:["acting","theater","drama"],char:"🎭",fitzpatrick_scale:false,category:"activity"},art:{keywords:["design","paint","draw","colors"],char:"🎨",fitzpatrick_scale:false,category:"activity"},circus_tent:{keywords:["festival","carnival","party"],char:"🎪",fitzpatrick_scale:false,category:"activity"},woman_juggling:{keywords:["juggle","balance","skill","multitask"],char:"🤹♀️",fitzpatrick_scale:true,category:"activity"},man_juggling:{keywords:["juggle","balance","skill","multitask"],char:"🤹♂️",fitzpatrick_scale:true,category:"activity"},microphone:{keywords:["sound","music","PA","sing","talkshow"],char:"🎤",fitzpatrick_scale:false,category:"activity"},headphones:{keywords:["music","score","gadgets"],char:"🎧",fitzpatrick_scale:false,category:"activity"},musical_score:{keywords:["treble","clef","compose"],char:"🎼",fitzpatrick_scale:false,category:"activity"},musical_keyboard:{keywords:["piano","instrument","compose"],char:"🎹",fitzpatrick_scale:false,category:"activity"},drum:{keywords:["music","instrument","drumsticks","snare"],char:"🥁",fitzpatrick_scale:false,category:"activity"},saxophone:{keywords:["music","instrument","jazz","blues"],char:"🎷",fitzpatrick_scale:false,category:"activity"},trumpet:{keywords:["music","brass"],char:"🎺",fitzpatrick_scale:false,category:"activity"},guitar:{keywords:["music","instrument"],char:"🎸",fitzpatrick_scale:false,category:"activity"},violin:{keywords:["music","instrument","orchestra","symphony"],char:"🎻",fitzpatrick_scale:false,category:"activity"},clapper:{keywords:["movie","film","record"],char:"🎬",fitzpatrick_scale:false,category:"activity"},video_game:{keywords:["play","console","PS4","controller"],char:"🎮",fitzpatrick_scale:false,category:"activity"},space_invader:{keywords:["game","arcade","play"],char:"👾",fitzpatrick_scale:false,category:"activity"},dart:{keywords:["game","play","bar","target","bullseye"],char:"🎯",fitzpatrick_scale:false,category:"activity"},game_die:{keywords:["dice","random","tabletop","play","luck"],char:"🎲",fitzpatrick_scale:false,category:"activity"},chess_pawn:{keywords:["expendable"],char:"♟",fitzpatrick_scale:false,category:"activity"},slot_machine:{keywords:["bet","gamble","vegas","fruit machine","luck","casino"],char:"🎰",fitzpatrick_scale:false,category:"activity"},jigsaw:{keywords:["interlocking","puzzle","piece"],char:"🧩",fitzpatrick_scale:false,category:"activity"},bowling:{keywords:["sports","fun","play"],char:"🎳",fitzpatrick_scale:false,category:"activity"},red_car:{keywords:["red","transportation","vehicle"],char:"🚗",fitzpatrick_scale:false,category:"travel_and_places"},taxi:{keywords:["uber","vehicle","cars","transportation"],char:"🚕",fitzpatrick_scale:false,category:"travel_and_places"},blue_car:{keywords:["transportation","vehicle"],char:"🚙",fitzpatrick_scale:false,category:"travel_and_places"},bus:{keywords:["car","vehicle","transportation"],char:"🚌",fitzpatrick_scale:false,category:"travel_and_places"},trolleybus:{keywords:["bart","transportation","vehicle"],char:"🚎",fitzpatrick_scale:false,category:"travel_and_places"},racing_car:{keywords:["sports","race","fast","formula","f1"],char:"🏎",fitzpatrick_scale:false,category:"travel_and_places"},police_car:{keywords:["vehicle","cars","transportation","law","legal","enforcement"],char:"🚓",fitzpatrick_scale:false,category:"travel_and_places"},ambulance:{keywords:["health","911","hospital"],char:"🚑",fitzpatrick_scale:false,category:"travel_and_places"},fire_engine:{keywords:["transportation","cars","vehicle"],char:"🚒",fitzpatrick_scale:false,category:"travel_and_places"},minibus:{keywords:["vehicle","car","transportation"],char:"🚐",fitzpatrick_scale:false,category:"travel_and_places"},truck:{keywords:["cars","transportation"],char:"🚚",fitzpatrick_scale:false,category:"travel_and_places"},articulated_lorry:{keywords:["vehicle","cars","transportation","express"],char:"🚛",fitzpatrick_scale:false,category:"travel_and_places"},tractor:{keywords:["vehicle","car","farming","agriculture"],char:"🚜",fitzpatrick_scale:false,category:"travel_and_places"},kick_scooter:{keywords:["vehicle","kick","razor"],char:"🛴",fitzpatrick_scale:false,category:"travel_and_places"},motorcycle:{keywords:["race","sports","fast"],char:"🏍",fitzpatrick_scale:false,category:"travel_and_places"},bike:{keywords:["sports","bicycle","exercise","hipster"],char:"🚲",fitzpatrick_scale:false,category:"travel_and_places"},motor_scooter:{keywords:["vehicle","vespa","sasha"],char:"🛵",fitzpatrick_scale:false,category:"travel_and_places"},rotating_light:{keywords:["police","ambulance","911","emergency","alert","error","pinged","law","legal"],char:"🚨",fitzpatrick_scale:false,category:"travel_and_places"},oncoming_police_car:{keywords:["vehicle","law","legal","enforcement","911"],char:"🚔",fitzpatrick_scale:false,category:"travel_and_places"},oncoming_bus:{keywords:["vehicle","transportation"],char:"🚍",fitzpatrick_scale:false,category:"travel_and_places"},oncoming_automobile:{keywords:["car","vehicle","transportation"],char:"🚘",fitzpatrick_scale:false,category:"travel_and_places"},oncoming_taxi:{keywords:["vehicle","cars","uber"],char:"🚖",fitzpatrick_scale:false,category:"travel_and_places"},aerial_tramway:{keywords:["transportation","vehicle","ski"],char:"🚡",fitzpatrick_scale:false,category:"travel_and_places"},mountain_cableway:{keywords:["transportation","vehicle","ski"],char:"🚠",fitzpatrick_scale:false,category:"travel_and_places"},suspension_railway:{keywords:["vehicle","transportation"],char:"🚟",fitzpatrick_scale:false,category:"travel_and_places"},railway_car:{keywords:["transportation","vehicle"],char:"🚃",fitzpatrick_scale:false,category:"travel_and_places"},train:{keywords:["transportation","vehicle","carriage","public","travel"],char:"🚋",fitzpatrick_scale:false,category:"travel_and_places"},monorail:{keywords:["transportation","vehicle"],char:"🚝",fitzpatrick_scale:false,category:"travel_and_places"},bullettrain_side:{keywords:["transportation","vehicle"],char:"🚄",fitzpatrick_scale:false,category:"travel_and_places"},bullettrain_front:{keywords:["transportation","vehicle","speed","fast","public","travel"],char:"🚅",fitzpatrick_scale:false,category:"travel_and_places"},light_rail:{keywords:["transportation","vehicle"],char:"🚈",fitzpatrick_scale:false,category:"travel_and_places"},mountain_railway:{keywords:["transportation","vehicle"],char:"🚞",fitzpatrick_scale:false,category:"travel_and_places"},steam_locomotive:{keywords:["transportation","vehicle","train"],char:"🚂",fitzpatrick_scale:false,category:"travel_and_places"},train2:{keywords:["transportation","vehicle"],char:"🚆",fitzpatrick_scale:false,category:"travel_and_places"},metro:{keywords:["transportation","blue-square","mrt","underground","tube"],char:"🚇",fitzpatrick_scale:false,category:"travel_and_places"},tram:{keywords:["transportation","vehicle"],char:"🚊",fitzpatrick_scale:false,category:"travel_and_places"},station:{keywords:["transportation","vehicle","public"],char:"🚉",fitzpatrick_scale:false,category:"travel_and_places"},flying_saucer:{keywords:["transportation","vehicle","ufo"],char:"🛸",fitzpatrick_scale:false,category:"travel_and_places"},helicopter:{keywords:["transportation","vehicle","fly"],char:"🚁",fitzpatrick_scale:false,category:"travel_and_places"},small_airplane:{keywords:["flight","transportation","fly","vehicle"],char:"🛩",fitzpatrick_scale:false,category:"travel_and_places"},airplane:{keywords:["vehicle","transportation","flight","fly"],char:"✈️",fitzpatrick_scale:false,category:"travel_and_places"},flight_departure:{keywords:["airport","flight","landing"],char:"🛫",fitzpatrick_scale:false,category:"travel_and_places"},flight_arrival:{keywords:["airport","flight","boarding"],char:"🛬",fitzpatrick_scale:false,category:"travel_and_places"},sailboat:{keywords:["ship","summer","transportation","water","sailing"],char:"⛵",fitzpatrick_scale:false,category:"travel_and_places"},motor_boat:{keywords:["ship"],char:"🛥",fitzpatrick_scale:false,category:"travel_and_places"},speedboat:{keywords:["ship","transportation","vehicle","summer"],char:"🚤",fitzpatrick_scale:false,category:"travel_and_places"},ferry:{keywords:["boat","ship","yacht"],char:"⛴",fitzpatrick_scale:false,category:"travel_and_places"},passenger_ship:{keywords:["yacht","cruise","ferry"],char:"🛳",fitzpatrick_scale:false,category:"travel_and_places"},rocket:{keywords:["launch","ship","staffmode","NASA","outer space","outer_space","fly"],char:"🚀",fitzpatrick_scale:false,category:"travel_and_places"},artificial_satellite:{keywords:["communication","gps","orbit","spaceflight","NASA","ISS"],char:"🛰",fitzpatrick_scale:false,category:"travel_and_places"},seat:{keywords:["sit","airplane","transport","bus","flight","fly"],char:"💺",fitzpatrick_scale:false,category:"travel_and_places"},canoe:{keywords:["boat","paddle","water","ship"],char:"🛶",fitzpatrick_scale:false,category:"travel_and_places"},anchor:{keywords:["ship","ferry","sea","boat"],char:"⚓",fitzpatrick_scale:false,category:"travel_and_places"},construction:{keywords:["wip","progress","caution","warning"],char:"🚧",fitzpatrick_scale:false,category:"travel_and_places"},fuelpump:{keywords:["gas station","petroleum"],char:"⛽",fitzpatrick_scale:false,category:"travel_and_places"},busstop:{keywords:["transportation","wait"],char:"🚏",fitzpatrick_scale:false,category:"travel_and_places"},vertical_traffic_light:{keywords:["transportation","driving"],char:"🚦",fitzpatrick_scale:false,category:"travel_and_places"},traffic_light:{keywords:["transportation","signal"],char:"🚥",fitzpatrick_scale:false,category:"travel_and_places"},checkered_flag:{keywords:["contest","finishline","race","gokart"],char:"🏁",fitzpatrick_scale:false,category:"travel_and_places"},ship:{keywords:["transportation","titanic","deploy"],char:"🚢",fitzpatrick_scale:false,category:"travel_and_places"},ferris_wheel:{keywords:["photo","carnival","londoneye"],char:"🎡",fitzpatrick_scale:false,category:"travel_and_places"},roller_coaster:{keywords:["carnival","playground","photo","fun"],char:"🎢",fitzpatrick_scale:false,category:"travel_and_places"},carousel_horse:{keywords:["photo","carnival"],char:"🎠",fitzpatrick_scale:false,category:"travel_and_places"},building_construction:{keywords:["wip","working","progress"],char:"🏗",fitzpatrick_scale:false,category:"travel_and_places"},foggy:{keywords:["photo","mountain"],char:"🌁",fitzpatrick_scale:false,category:"travel_and_places"},tokyo_tower:{keywords:["photo","japanese"],char:"🗼",fitzpatrick_scale:false,category:"travel_and_places"},factory:{keywords:["building","industry","pollution","smoke"],char:"🏭",fitzpatrick_scale:false,category:"travel_and_places"},fountain:{keywords:["photo","summer","water","fresh"],char:"⛲",fitzpatrick_scale:false,category:"travel_and_places"},rice_scene:{keywords:["photo","japan","asia","tsukimi"],char:"🎑",fitzpatrick_scale:false,category:"travel_and_places"},mountain:{keywords:["photo","nature","environment"],char:"⛰",fitzpatrick_scale:false,category:"travel_and_places"},mountain_snow:{keywords:["photo","nature","environment","winter","cold"],char:"🏔",fitzpatrick_scale:false,category:"travel_and_places"},mount_fuji:{keywords:["photo","mountain","nature","japanese"],char:"🗻",fitzpatrick_scale:false,category:"travel_and_places"},volcano:{keywords:["photo","nature","disaster"],char:"🌋",fitzpatrick_scale:false,category:"travel_and_places"},japan:{keywords:["nation","country","japanese","asia"],char:"🗾",fitzpatrick_scale:false,category:"travel_and_places"},camping:{keywords:["photo","outdoors","tent"],char:"🏕",fitzpatrick_scale:false,category:"travel_and_places"},tent:{keywords:["photo","camping","outdoors"],char:"⛺",fitzpatrick_scale:false,category:"travel_and_places"},national_park:{keywords:["photo","environment","nature"],char:"🏞",fitzpatrick_scale:false,category:"travel_and_places"},motorway:{keywords:["road","cupertino","interstate","highway"],char:"🛣",fitzpatrick_scale:false,category:"travel_and_places"},railway_track:{keywords:["train","transportation"],char:"🛤",fitzpatrick_scale:false,category:"travel_and_places"},sunrise:{keywords:["morning","view","vacation","photo"],char:"🌅",fitzpatrick_scale:false,category:"travel_and_places"},sunrise_over_mountains:{keywords:["view","vacation","photo"],char:"🌄",fitzpatrick_scale:false,category:"travel_and_places"},desert:{keywords:["photo","warm","saharah"],char:"🏜",fitzpatrick_scale:false,category:"travel_and_places"},beach_umbrella:{keywords:["weather","summer","sunny","sand","mojito"],char:"🏖",fitzpatrick_scale:false,category:"travel_and_places"},desert_island:{keywords:["photo","tropical","mojito"],char:"🏝",fitzpatrick_scale:false,category:"travel_and_places"},city_sunrise:{keywords:["photo","good morning","dawn"],char:"🌇",fitzpatrick_scale:false,category:"travel_and_places"},city_sunset:{keywords:["photo","evening","sky","buildings"],char:"🌆",fitzpatrick_scale:false,category:"travel_and_places"},cityscape:{keywords:["photo","night life","urban"],char:"🏙",fitzpatrick_scale:false,category:"travel_and_places"},night_with_stars:{keywords:["evening","city","downtown"],char:"🌃",fitzpatrick_scale:false,category:"travel_and_places"},bridge_at_night:{keywords:["photo","sanfrancisco"],char:"🌉",fitzpatrick_scale:false,category:"travel_and_places"},milky_way:{keywords:["photo","space","stars"],char:"🌌",fitzpatrick_scale:false,category:"travel_and_places"},stars:{keywords:["night","photo"],char:"🌠",fitzpatrick_scale:false,category:"travel_and_places"},sparkler:{keywords:["stars","night","shine"],char:"🎇",fitzpatrick_scale:false,category:"travel_and_places"},fireworks:{keywords:["photo","festival","carnival","congratulations"],char:"🎆",fitzpatrick_scale:false,category:"travel_and_places"},rainbow:{keywords:["nature","happy","unicorn_face","photo","sky","spring"],char:"🌈",fitzpatrick_scale:false,category:"travel_and_places"},houses:{keywords:["buildings","photo"],char:"🏘",fitzpatrick_scale:false,category:"travel_and_places"},european_castle:{keywords:["building","royalty","history"],char:"🏰",fitzpatrick_scale:false,category:"travel_and_places"},japanese_castle:{keywords:["photo","building"],char:"🏯",fitzpatrick_scale:false,category:"travel_and_places"},stadium:{keywords:["photo","place","sports","concert","venue"],char:"🏟",fitzpatrick_scale:false,category:"travel_and_places"},statue_of_liberty:{keywords:["american","newyork"],char:"🗽",fitzpatrick_scale:false,category:"travel_and_places"},house:{keywords:["building","home"],char:"🏠",fitzpatrick_scale:false,category:"travel_and_places"},house_with_garden:{keywords:["home","plant","nature"],char:"🏡",fitzpatrick_scale:false,category:"travel_and_places"},derelict_house:{keywords:["abandon","evict","broken","building"],char:"🏚",fitzpatrick_scale:false,category:"travel_and_places"},office:{keywords:["building","bureau","work"],char:"🏢",fitzpatrick_scale:false,category:"travel_and_places"},department_store:{keywords:["building","shopping","mall"],char:"🏬",fitzpatrick_scale:false,category:"travel_and_places"},post_office:{keywords:["building","envelope","communication"],char:"🏣",fitzpatrick_scale:false,category:"travel_and_places"},european_post_office:{keywords:["building","email"],char:"🏤",fitzpatrick_scale:false,category:"travel_and_places"},hospital:{keywords:["building","health","surgery","doctor"],char:"🏥",fitzpatrick_scale:false,category:"travel_and_places"},bank:{keywords:["building","money","sales","cash","business","enterprise"],char:"🏦",fitzpatrick_scale:false,category:"travel_and_places"},hotel:{keywords:["building","accomodation","checkin"],char:"🏨",fitzpatrick_scale:false,category:"travel_and_places"},convenience_store:{keywords:["building","shopping","groceries"],char:"🏪",fitzpatrick_scale:false,category:"travel_and_places"},school:{keywords:["building","student","education","learn","teach"],char:"🏫",fitzpatrick_scale:false,category:"travel_and_places"},love_hotel:{keywords:["like","affection","dating"],char:"🏩",fitzpatrick_scale:false,category:"travel_and_places"},wedding:{keywords:["love","like","affection","couple","marriage","bride","groom"],char:"💒",fitzpatrick_scale:false,category:"travel_and_places"},classical_building:{keywords:["art","culture","history"],char:"🏛",fitzpatrick_scale:false,category:"travel_and_places"},church:{keywords:["building","religion","christ"],char:"⛪",fitzpatrick_scale:false,category:"travel_and_places"},mosque:{keywords:["islam","worship","minaret"],char:"🕌",fitzpatrick_scale:false,category:"travel_and_places"},synagogue:{keywords:["judaism","worship","temple","jewish"],char:"🕍",fitzpatrick_scale:false,category:"travel_and_places"},kaaba:{keywords:["mecca","mosque","islam"],char:"🕋",fitzpatrick_scale:false,category:"travel_and_places"},shinto_shrine:{keywords:["temple","japan","kyoto"],char:"⛩",fitzpatrick_scale:false,category:"travel_and_places"},watch:{keywords:["time","accessories"],char:"⌚",fitzpatrick_scale:false,category:"objects"},iphone:{keywords:["technology","apple","gadgets","dial"],char:"📱",fitzpatrick_scale:false,category:"objects"},calling:{keywords:["iphone","incoming"],char:"📲",fitzpatrick_scale:false,category:"objects"},computer:{keywords:["technology","laptop","screen","display","monitor"],char:"💻",fitzpatrick_scale:false,category:"objects"},keyboard:{keywords:["technology","computer","type","input","text"],char:"⌨",fitzpatrick_scale:false,category:"objects"},desktop_computer:{keywords:["technology","computing","screen"],char:"🖥",fitzpatrick_scale:false,category:"objects"},printer:{keywords:["paper","ink"],char:"🖨",fitzpatrick_scale:false,category:"objects"},computer_mouse:{keywords:["click"],char:"🖱",fitzpatrick_scale:false,category:"objects"},trackball:{keywords:["technology","trackpad"],char:"🖲",fitzpatrick_scale:false,category:"objects"},joystick:{keywords:["game","play"],char:"🕹",fitzpatrick_scale:false,category:"objects"},clamp:{keywords:["tool"],char:"🗜",fitzpatrick_scale:false,category:"objects"},minidisc:{keywords:["technology","record","data","disk","90s"],char:"💽",fitzpatrick_scale:false,category:"objects"},floppy_disk:{keywords:["oldschool","technology","save","90s","80s"],char:"💾",fitzpatrick_scale:false,category:"objects"},cd:{keywords:["technology","dvd","disk","disc","90s"],char:"💿",fitzpatrick_scale:false,category:"objects"},dvd:{keywords:["cd","disk","disc"],char:"📀",fitzpatrick_scale:false,category:"objects"},vhs:{keywords:["record","video","oldschool","90s","80s"],char:"📼",fitzpatrick_scale:false,category:"objects"},camera:{keywords:["gadgets","photography"],char:"📷",fitzpatrick_scale:false,category:"objects"},camera_flash:{keywords:["photography","gadgets"],char:"📸",fitzpatrick_scale:false,category:"objects"},video_camera:{keywords:["film","record"],char:"📹",fitzpatrick_scale:false,category:"objects"},movie_camera:{keywords:["film","record"],char:"🎥",fitzpatrick_scale:false,category:"objects"},film_projector:{keywords:["video","tape","record","movie"],char:"📽",fitzpatrick_scale:false,category:"objects"},film_strip:{keywords:["movie"],char:"🎞",fitzpatrick_scale:false,category:"objects"},telephone_receiver:{keywords:["technology","communication","dial"],char:"📞",fitzpatrick_scale:false,category:"objects"},phone:{keywords:["technology","communication","dial","telephone"],char:"☎️",fitzpatrick_scale:false,category:"objects"},pager:{keywords:["bbcall","oldschool","90s"],char:"📟",fitzpatrick_scale:false,category:"objects"},fax:{keywords:["communication","technology"],char:"📠",fitzpatrick_scale:false,category:"objects"},tv:{keywords:["technology","program","oldschool","show","television"],char:"📺",fitzpatrick_scale:false,category:"objects"},radio:{keywords:["communication","music","podcast","program"],char:"📻",fitzpatrick_scale:false,category:"objects"},studio_microphone:{keywords:["sing","recording","artist","talkshow"],char:"🎙",fitzpatrick_scale:false,category:"objects"},level_slider:{keywords:["scale"],char:"🎚",fitzpatrick_scale:false,category:"objects"},control_knobs:{keywords:["dial"],char:"🎛",fitzpatrick_scale:false,category:"objects"},compass:{keywords:["magnetic","navigation","orienteering"],char:"🧭",fitzpatrick_scale:false,category:"objects"},stopwatch:{keywords:["time","deadline"],char:"⏱",fitzpatrick_scale:false,category:"objects"},timer_clock:{keywords:["alarm"],char:"⏲",fitzpatrick_scale:false,category:"objects"},alarm_clock:{keywords:["time","wake"],char:"⏰",fitzpatrick_scale:false,category:"objects"},mantelpiece_clock:{keywords:["time"],char:"🕰",fitzpatrick_scale:false,category:"objects"},hourglass_flowing_sand:{keywords:["oldschool","time","countdown"],char:"⏳",fitzpatrick_scale:false,category:"objects"},hourglass:{keywords:["time","clock","oldschool","limit","exam","quiz","test"],char:"⌛",fitzpatrick_scale:false,category:"objects"},satellite:{keywords:["communication","future","radio","space"],char:"📡",fitzpatrick_scale:false,category:"objects"},battery:{keywords:["power","energy","sustain"],char:"🔋",fitzpatrick_scale:false,category:"objects"},electric_plug:{keywords:["charger","power"],char:"🔌",fitzpatrick_scale:false,category:"objects"},bulb:{keywords:["light","electricity","idea"],char:"💡",fitzpatrick_scale:false,category:"objects"},flashlight:{keywords:["dark","camping","sight","night"],char:"🔦",fitzpatrick_scale:false,category:"objects"},candle:{keywords:["fire","wax"],char:"🕯",fitzpatrick_scale:false,category:"objects"},fire_extinguisher:{keywords:["quench"],char:"🧯",fitzpatrick_scale:false,category:"objects"},wastebasket:{keywords:["bin","trash","rubbish","garbage","toss"],char:"🗑",fitzpatrick_scale:false,category:"objects"},oil_drum:{keywords:["barrell"],char:"🛢",fitzpatrick_scale:false,category:"objects"},money_with_wings:{keywords:["dollar","bills","payment","sale"],char:"💸",fitzpatrick_scale:false,category:"objects"},dollar:{keywords:["money","sales","bill","currency"],char:"💵",fitzpatrick_scale:false,category:"objects"},yen:{keywords:["money","sales","japanese","dollar","currency"],char:"💴",fitzpatrick_scale:false,category:"objects"},euro:{keywords:["money","sales","dollar","currency"],char:"💶",fitzpatrick_scale:false,category:"objects"},pound:{keywords:["british","sterling","money","sales","bills","uk","england","currency"],char:"💷",fitzpatrick_scale:false,category:"objects"},moneybag:{keywords:["dollar","payment","coins","sale"],char:"💰",fitzpatrick_scale:false,category:"objects"},credit_card:{keywords:["money","sales","dollar","bill","payment","shopping"],char:"💳",fitzpatrick_scale:false,category:"objects"},gem:{keywords:["blue","ruby","diamond","jewelry"],char:"💎",fitzpatrick_scale:false,category:"objects"},balance_scale:{keywords:["law","fairness","weight"],char:"⚖",fitzpatrick_scale:false,category:"objects"},toolbox:{keywords:["tools","diy","fix","maintainer","mechanic"],char:"🧰",fitzpatrick_scale:false,category:"objects"},wrench:{keywords:["tools","diy","ikea","fix","maintainer"],char:"🔧",fitzpatrick_scale:false,category:"objects"},hammer:{keywords:["tools","build","create"],char:"🔨",fitzpatrick_scale:false,category:"objects"},hammer_and_pick:{keywords:["tools","build","create"],char:"⚒",fitzpatrick_scale:false,category:"objects"},hammer_and_wrench:{keywords:["tools","build","create"],char:"🛠",fitzpatrick_scale:false,category:"objects"},pick:{keywords:["tools","dig"],char:"⛏",fitzpatrick_scale:false,category:"objects"},nut_and_bolt:{keywords:["handy","tools","fix"],char:"🔩",fitzpatrick_scale:false,category:"objects"},gear:{keywords:["cog"],char:"⚙",fitzpatrick_scale:false,category:"objects"},brick:{keywords:["bricks"],char:"🧱",fitzpatrick_scale:false,category:"objects"},chains:{keywords:["lock","arrest"],char:"⛓",fitzpatrick_scale:false,category:"objects"},magnet:{keywords:["attraction","magnetic"],char:"🧲",fitzpatrick_scale:false,category:"objects"},gun:{keywords:["violence","weapon","pistol","revolver"],char:"🔫",fitzpatrick_scale:false,category:"objects"},bomb:{keywords:["boom","explode","explosion","terrorism"],char:"💣",fitzpatrick_scale:false,category:"objects"},firecracker:{keywords:["dynamite","boom","explode","explosion","explosive"],char:"🧨",fitzpatrick_scale:false,category:"objects"},hocho:{keywords:["knife","blade","cutlery","kitchen","weapon"],char:"🔪",fitzpatrick_scale:false,category:"objects"},dagger:{keywords:["weapon"],char:"🗡",fitzpatrick_scale:false,category:"objects"},crossed_swords:{keywords:["weapon"],char:"⚔",fitzpatrick_scale:false,category:"objects"},shield:{keywords:["protection","security"],char:"🛡",fitzpatrick_scale:false,category:"objects"},smoking:{keywords:["kills","tobacco","cigarette","joint","smoke"],char:"🚬",fitzpatrick_scale:false,category:"objects"},skull_and_crossbones:{keywords:["poison","danger","deadly","scary","death","pirate","evil"],char:"☠",fitzpatrick_scale:false,category:"objects"},coffin:{keywords:["vampire","dead","die","death","rip","graveyard","cemetery","casket","funeral","box"],char:"⚰",fitzpatrick_scale:false,category:"objects"},funeral_urn:{keywords:["dead","die","death","rip","ashes"],char:"⚱",fitzpatrick_scale:false,category:"objects"},amphora:{keywords:["vase","jar"],char:"🏺",fitzpatrick_scale:false,category:"objects"},crystal_ball:{keywords:["disco","party","magic","circus","fortune_teller"],char:"🔮",fitzpatrick_scale:false,category:"objects"},prayer_beads:{keywords:["dhikr","religious"],char:"📿",fitzpatrick_scale:false,category:"objects"},nazar_amulet:{keywords:["bead","charm"],char:"🧿",fitzpatrick_scale:false,category:"objects"},barber:{keywords:["hair","salon","style"],char:"💈",fitzpatrick_scale:false,category:"objects"},alembic:{keywords:["distilling","science","experiment","chemistry"],char:"⚗",fitzpatrick_scale:false,category:"objects"},telescope:{keywords:["stars","space","zoom","science","astronomy"],char:"🔭",fitzpatrick_scale:false,category:"objects"},microscope:{keywords:["laboratory","experiment","zoomin","science","study"],char:"🔬",fitzpatrick_scale:false,category:"objects"},hole:{keywords:["embarrassing"],char:"🕳",fitzpatrick_scale:false,category:"objects"},pill:{keywords:["health","medicine","doctor","pharmacy","drug"],char:"💊",fitzpatrick_scale:false,category:"objects"},syringe:{keywords:["health","hospital","drugs","blood","medicine","needle","doctor","nurse"],char:"💉",fitzpatrick_scale:false,category:"objects"},dna:{keywords:["biologist","genetics","life"],char:"🧬",fitzpatrick_scale:false,category:"objects"},microbe:{keywords:["amoeba","bacteria","germs"],char:"🦠",fitzpatrick_scale:false,category:"objects"},petri_dish:{keywords:["bacteria","biology","culture","lab"],char:"🧫",fitzpatrick_scale:false,category:"objects"},test_tube:{keywords:["chemistry","experiment","lab","science"],char:"🧪",fitzpatrick_scale:false,category:"objects"},thermometer:{keywords:["weather","temperature","hot","cold"],char:"🌡",fitzpatrick_scale:false,category:"objects"},broom:{keywords:["cleaning","sweeping","witch"],char:"🧹",fitzpatrick_scale:false,category:"objects"},basket:{keywords:["laundry"],char:"🧺",fitzpatrick_scale:false,category:"objects"},toilet_paper:{keywords:["roll"],char:"🧻",fitzpatrick_scale:false,category:"objects"},label:{keywords:["sale","tag"],char:"🏷",fitzpatrick_scale:false,category:"objects"},bookmark:{keywords:["favorite","label","save"],char:"🔖",fitzpatrick_scale:false,category:"objects"},toilet:{keywords:["restroom","wc","washroom","bathroom","potty"],char:"🚽",fitzpatrick_scale:false,category:"objects"},shower:{keywords:["clean","water","bathroom"],char:"🚿",fitzpatrick_scale:false,category:"objects"},bathtub:{keywords:["clean","shower","bathroom"],char:"🛁",fitzpatrick_scale:false,category:"objects"},soap:{keywords:["bar","bathing","cleaning","lather"],char:"🧼",fitzpatrick_scale:false,category:"objects"},sponge:{keywords:["absorbing","cleaning","porous"],char:"🧽",fitzpatrick_scale:false,category:"objects"},lotion_bottle:{keywords:["moisturizer","sunscreen"],char:"🧴",fitzpatrick_scale:false,category:"objects"},key:{keywords:["lock","door","password"],char:"🔑",fitzpatrick_scale:false,category:"objects"},old_key:{keywords:["lock","door","password"],char:"🗝",fitzpatrick_scale:false,category:"objects"},couch_and_lamp:{keywords:["read","chill"],char:"🛋",fitzpatrick_scale:false,category:"objects"},sleeping_bed:{keywords:["bed","rest"],char:"🛌",fitzpatrick_scale:true,category:"objects"},bed:{keywords:["sleep","rest"],char:"🛏",fitzpatrick_scale:false,category:"objects"},door:{keywords:["house","entry","exit"],char:"🚪",fitzpatrick_scale:false,category:"objects"},bellhop_bell:{keywords:["service"],char:"🛎",fitzpatrick_scale:false,category:"objects"},teddy_bear:{keywords:["plush","stuffed"],char:"🧸",fitzpatrick_scale:false,category:"objects"},framed_picture:{keywords:["photography"],char:"🖼",fitzpatrick_scale:false,category:"objects"},world_map:{keywords:["location","direction"],char:"🗺",fitzpatrick_scale:false,category:"objects"},parasol_on_ground:{keywords:["weather","summer"],char:"⛱",fitzpatrick_scale:false,category:"objects"},moyai:{keywords:["rock","easter island","moai"],char:"🗿",fitzpatrick_scale:false,category:"objects"},shopping:{keywords:["mall","buy","purchase"],char:"🛍",fitzpatrick_scale:false,category:"objects"},shopping_cart:{keywords:["trolley"],char:"🛒",fitzpatrick_scale:false,category:"objects"},balloon:{keywords:["party","celebration","birthday","circus"],char:"🎈",fitzpatrick_scale:false,category:"objects"},flags:{keywords:["fish","japanese","koinobori","carp","banner"],char:"🎏",fitzpatrick_scale:false,category:"objects"},ribbon:{keywords:["decoration","pink","girl","bowtie"],char:"🎀",fitzpatrick_scale:false,category:"objects"},gift:{keywords:["present","birthday","christmas","xmas"],char:"🎁",fitzpatrick_scale:false,category:"objects"},confetti_ball:{keywords:["festival","party","birthday","circus"],char:"🎊",fitzpatrick_scale:false,category:"objects"},tada:{keywords:["party","congratulations","birthday","magic","circus","celebration"],char:"🎉",fitzpatrick_scale:false,category:"objects"},dolls:{keywords:["japanese","toy","kimono"],char:"🎎",fitzpatrick_scale:false,category:"objects"},wind_chime:{keywords:["nature","ding","spring","bell"],char:"🎐",fitzpatrick_scale:false,category:"objects"},crossed_flags:{keywords:["japanese","nation","country","border"],char:"🎌",fitzpatrick_scale:false,category:"objects"},izakaya_lantern:{keywords:["light","paper","halloween","spooky"],char:"🏮",fitzpatrick_scale:false,category:"objects"},red_envelope:{keywords:["gift"],char:"🧧",fitzpatrick_scale:false,category:"objects"},email:{keywords:["letter","postal","inbox","communication"],char:"✉️",fitzpatrick_scale:false,category:"objects"},envelope_with_arrow:{keywords:["email","communication"],char:"📩",fitzpatrick_scale:false,category:"objects"},incoming_envelope:{keywords:["email","inbox"],char:"📨",fitzpatrick_scale:false,category:"objects"},"e-mail":{keywords:["communication","inbox"],char:"📧",fitzpatrick_scale:false,category:"objects"},love_letter:{keywords:["email","like","affection","envelope","valentines"],char:"💌",fitzpatrick_scale:false,category:"objects"},postbox:{keywords:["email","letter","envelope"],char:"📮",fitzpatrick_scale:false,category:"objects"},mailbox_closed:{keywords:["email","communication","inbox"],char:"📪",fitzpatrick_scale:false,category:"objects"},mailbox:{keywords:["email","inbox","communication"],char:"📫",fitzpatrick_scale:false,category:"objects"},mailbox_with_mail:{keywords:["email","inbox","communication"],char:"📬",fitzpatrick_scale:false,category:"objects"},mailbox_with_no_mail:{keywords:["email","inbox"],char:"📭",fitzpatrick_scale:false,category:"objects"},package:{keywords:["mail","gift","cardboard","box","moving"],char:"📦",fitzpatrick_scale:false,category:"objects"},postal_horn:{keywords:["instrument","music"],char:"📯",fitzpatrick_scale:false,category:"objects"},inbox_tray:{keywords:["email","documents"],char:"📥",fitzpatrick_scale:false,category:"objects"},outbox_tray:{keywords:["inbox","email"],char:"📤",fitzpatrick_scale:false,category:"objects"},scroll:{keywords:["documents","ancient","history","paper"],char:"📜",fitzpatrick_scale:false,category:"objects"},page_with_curl:{keywords:["documents","office","paper"],char:"📃",fitzpatrick_scale:false,category:"objects"},bookmark_tabs:{keywords:["favorite","save","order","tidy"],char:"📑",fitzpatrick_scale:false,category:"objects"},receipt:{keywords:["accounting","expenses"],char:"🧾",fitzpatrick_scale:false,category:"objects"},bar_chart:{keywords:["graph","presentation","stats"],char:"📊",fitzpatrick_scale:false,category:"objects"},chart_with_upwards_trend:{keywords:["graph","presentation","stats","recovery","business","economics","money","sales","good","success"],char:"📈",fitzpatrick_scale:false,category:"objects"},chart_with_downwards_trend:{keywords:["graph","presentation","stats","recession","business","economics","money","sales","bad","failure"],char:"📉",fitzpatrick_scale:false,category:"objects"},page_facing_up:{keywords:["documents","office","paper","information"],char:"📄",fitzpatrick_scale:false,category:"objects"},date:{keywords:["calendar","schedule"],char:"📅",fitzpatrick_scale:false,category:"objects"},calendar:{keywords:["schedule","date","planning"],char:"📆",fitzpatrick_scale:false,category:"objects"},spiral_calendar:{keywords:["date","schedule","planning"],char:"🗓",fitzpatrick_scale:false,category:"objects"},card_index:{keywords:["business","stationery"],char:"📇",fitzpatrick_scale:false,category:"objects"},card_file_box:{keywords:["business","stationery"],char:"🗃",fitzpatrick_scale:false,category:"objects"},ballot_box:{keywords:["election","vote"],char:"🗳",fitzpatrick_scale:false,category:"objects"},file_cabinet:{keywords:["filing","organizing"],char:"🗄",fitzpatrick_scale:false,category:"objects"},clipboard:{keywords:["stationery","documents"],char:"📋",fitzpatrick_scale:false,category:"objects"},spiral_notepad:{keywords:["memo","stationery"],char:"🗒",fitzpatrick_scale:false,category:"objects"},file_folder:{keywords:["documents","business","office"],char:"📁",fitzpatrick_scale:false,category:"objects"},open_file_folder:{keywords:["documents","load"],char:"📂",fitzpatrick_scale:false,category:"objects"},card_index_dividers:{keywords:["organizing","business","stationery"],char:"🗂",fitzpatrick_scale:false,category:"objects"},newspaper_roll:{keywords:["press","headline"],char:"🗞",fitzpatrick_scale:false,category:"objects"},newspaper:{keywords:["press","headline"],char:"📰",fitzpatrick_scale:false,category:"objects"},notebook:{keywords:["stationery","record","notes","paper","study"],char:"📓",fitzpatrick_scale:false,category:"objects"},closed_book:{keywords:["read","library","knowledge","textbook","learn"],char:"📕",fitzpatrick_scale:false,category:"objects"},green_book:{keywords:["read","library","knowledge","study"],char:"📗",fitzpatrick_scale:false,category:"objects"},blue_book:{keywords:["read","library","knowledge","learn","study"],char:"📘",fitzpatrick_scale:false,category:"objects"},orange_book:{keywords:["read","library","knowledge","textbook","study"],char:"📙",fitzpatrick_scale:false,category:"objects"},notebook_with_decorative_cover:{keywords:["classroom","notes","record","paper","study"],char:"📔",fitzpatrick_scale:false,category:"objects"},ledger:{keywords:["notes","paper"],char:"📒",fitzpatrick_scale:false,category:"objects"},books:{keywords:["literature","library","study"],char:"📚",fitzpatrick_scale:false,category:"objects"},open_book:{keywords:["book","read","library","knowledge","literature","learn","study"],char:"📖",fitzpatrick_scale:false,category:"objects"},safety_pin:{keywords:["diaper"],char:"🧷",fitzpatrick_scale:false,category:"objects"},link:{keywords:["rings","url"],char:"🔗",fitzpatrick_scale:false,category:"objects"},paperclip:{keywords:["documents","stationery"],char:"📎",fitzpatrick_scale:false,category:"objects"},paperclips:{keywords:["documents","stationery"],char:"🖇",fitzpatrick_scale:false,category:"objects"},scissors:{keywords:["stationery","cut"],char:"✂️",fitzpatrick_scale:false,category:"objects"},triangular_ruler:{keywords:["stationery","math","architect","sketch"],char:"📐",fitzpatrick_scale:false,category:"objects"},straight_ruler:{keywords:["stationery","calculate","length","math","school","drawing","architect","sketch"],char:"📏",fitzpatrick_scale:false,category:"objects"},abacus:{keywords:["calculation"],char:"🧮",fitzpatrick_scale:false,category:"objects"},pushpin:{keywords:["stationery","mark","here"],char:"📌",fitzpatrick_scale:false,category:"objects"},round_pushpin:{keywords:["stationery","location","map","here"],char:"📍",fitzpatrick_scale:false,category:"objects"},triangular_flag_on_post:{keywords:["mark","milestone","place"],char:"🚩",fitzpatrick_scale:false,category:"objects"},white_flag:{keywords:["losing","loser","lost","surrender","give up","fail"],char:"🏳",fitzpatrick_scale:false,category:"objects"},black_flag:{keywords:["pirate"],char:"🏴",fitzpatrick_scale:false,category:"objects"},rainbow_flag:{keywords:["flag","rainbow","pride","gay","lgbt","glbt","queer","homosexual","lesbian","bisexual","transgender"],char:"🏳️🌈",fitzpatrick_scale:false,category:"objects"},closed_lock_with_key:{keywords:["security","privacy"],char:"🔐",fitzpatrick_scale:false,category:"objects"},lock:{keywords:["security","password","padlock"],char:"🔒",fitzpatrick_scale:false,category:"objects"},unlock:{keywords:["privacy","security"],char:"🔓",fitzpatrick_scale:false,category:"objects"},lock_with_ink_pen:{keywords:["security","secret"],char:"🔏",fitzpatrick_scale:false,category:"objects"},pen:{keywords:["stationery","writing","write"],char:"🖊",fitzpatrick_scale:false,category:"objects"},fountain_pen:{keywords:["stationery","writing","write"],char:"🖋",fitzpatrick_scale:false,category:"objects"},black_nib:{keywords:["pen","stationery","writing","write"],char:"✒️",fitzpatrick_scale:false,category:"objects"},memo:{keywords:["write","documents","stationery","pencil","paper","writing","legal","exam","quiz","test","study","compose"],char:"📝",fitzpatrick_scale:false,category:"objects"},pencil2:{keywords:["stationery","write","paper","writing","school","study"],char:"✏️",fitzpatrick_scale:false,category:"objects"},crayon:{keywords:["drawing","creativity"],char:"🖍",fitzpatrick_scale:false,category:"objects"},paintbrush:{keywords:["drawing","creativity","art"],char:"🖌",fitzpatrick_scale:false,category:"objects"},mag:{keywords:["search","zoom","find","detective"],char:"🔍",fitzpatrick_scale:false,category:"objects"},mag_right:{keywords:["search","zoom","find","detective"],char:"🔎",fitzpatrick_scale:false,category:"objects"},heart:{keywords:["love","like","valentines"],char:"❤️",fitzpatrick_scale:false,category:"symbols"},orange_heart:{keywords:["love","like","affection","valentines"],char:"🧡",fitzpatrick_scale:false,category:"symbols"},yellow_heart:{keywords:["love","like","affection","valentines"],char:"💛",fitzpatrick_scale:false,category:"symbols"},green_heart:{keywords:["love","like","affection","valentines"],char:"💚",fitzpatrick_scale:false,category:"symbols"},blue_heart:{keywords:["love","like","affection","valentines"],char:"💙",fitzpatrick_scale:false,category:"symbols"},purple_heart:{keywords:["love","like","affection","valentines"],char:"💜",fitzpatrick_scale:false,category:"symbols"},black_heart:{keywords:["evil"],char:"🖤",fitzpatrick_scale:false,category:"symbols"},broken_heart:{keywords:["sad","sorry","break","heart","heartbreak"],char:"💔",fitzpatrick_scale:false,category:"symbols"},heavy_heart_exclamation:{keywords:["decoration","love"],char:"❣",fitzpatrick_scale:false,category:"symbols"},two_hearts:{keywords:["love","like","affection","valentines","heart"],char:"💕",fitzpatrick_scale:false,category:"symbols"},revolving_hearts:{keywords:["love","like","affection","valentines"],char:"💞",fitzpatrick_scale:false,category:"symbols"},heartbeat:{keywords:["love","like","affection","valentines","pink","heart"],char:"💓",fitzpatrick_scale:false,category:"symbols"},heartpulse:{keywords:["like","love","affection","valentines","pink"],char:"💗",fitzpatrick_scale:false,category:"symbols"},sparkling_heart:{keywords:["love","like","affection","valentines"],char:"💖",fitzpatrick_scale:false,category:"symbols"},cupid:{keywords:["love","like","heart","affection","valentines"],char:"💘",fitzpatrick_scale:false,category:"symbols"},gift_heart:{keywords:["love","valentines"],char:"💝",fitzpatrick_scale:false,category:"symbols"},heart_decoration:{keywords:["purple-square","love","like"],char:"💟",fitzpatrick_scale:false,category:"symbols"},peace_symbol:{keywords:["hippie"],char:"☮",fitzpatrick_scale:false,category:"symbols"},latin_cross:{keywords:["christianity"],char:"✝",fitzpatrick_scale:false,category:"symbols"},star_and_crescent:{keywords:["islam"],char:"☪",fitzpatrick_scale:false,category:"symbols"},om:{keywords:["hinduism","buddhism","sikhism","jainism"],char:"🕉",fitzpatrick_scale:false,category:"symbols"},wheel_of_dharma:{keywords:["hinduism","buddhism","sikhism","jainism"],char:"☸",fitzpatrick_scale:false,category:"symbols"},star_of_david:{keywords:["judaism"],char:"✡",fitzpatrick_scale:false,category:"symbols"},six_pointed_star:{keywords:["purple-square","religion","jewish","hexagram"],char:"🔯",fitzpatrick_scale:false,category:"symbols"},menorah:{keywords:["hanukkah","candles","jewish"],char:"🕎",fitzpatrick_scale:false,category:"symbols"},yin_yang:{keywords:["balance"],char:"☯",fitzpatrick_scale:false,category:"symbols"},orthodox_cross:{keywords:["suppedaneum","religion"],char:"☦",fitzpatrick_scale:false,category:"symbols"},place_of_worship:{keywords:["religion","church","temple","prayer"],char:"🛐",fitzpatrick_scale:false,category:"symbols"},ophiuchus:{keywords:["sign","purple-square","constellation","astrology"],char:"⛎",fitzpatrick_scale:false,category:"symbols"},aries:{keywords:["sign","purple-square","zodiac","astrology"],char:"♈",fitzpatrick_scale:false,category:"symbols"},taurus:{keywords:["purple-square","sign","zodiac","astrology"],char:"♉",fitzpatrick_scale:false,category:"symbols"},gemini:{keywords:["sign","zodiac","purple-square","astrology"],char:"♊",fitzpatrick_scale:false,category:"symbols"},cancer:{keywords:["sign","zodiac","purple-square","astrology"],char:"♋",fitzpatrick_scale:false,category:"symbols"},leo:{keywords:["sign","purple-square","zodiac","astrology"],char:"♌",fitzpatrick_scale:false,category:"symbols"},virgo:{keywords:["sign","zodiac","purple-square","astrology"],char:"♍",fitzpatrick_scale:false,category:"symbols"},libra:{keywords:["sign","purple-square","zodiac","astrology"],char:"♎",fitzpatrick_scale:false,category:"symbols"},scorpius:{keywords:["sign","zodiac","purple-square","astrology","scorpio"],char:"♏",fitzpatrick_scale:false,category:"symbols"},sagittarius:{keywords:["sign","zodiac","purple-square","astrology"],char:"♐",fitzpatrick_scale:false,category:"symbols"},capricorn:{keywords:["sign","zodiac","purple-square","astrology"],char:"♑",fitzpatrick_scale:false,category:"symbols"},aquarius:{keywords:["sign","purple-square","zodiac","astrology"],char:"♒",fitzpatrick_scale:false,category:"symbols"},pisces:{keywords:["purple-square","sign","zodiac","astrology"],char:"♓",fitzpatrick_scale:false,category:"symbols"},id:{keywords:["purple-square","words"],char:"🆔",fitzpatrick_scale:false,category:"symbols"},atom_symbol:{keywords:["science","physics","chemistry"],char:"⚛",fitzpatrick_scale:false,category:"symbols"},u7a7a:{keywords:["kanji","japanese","chinese","empty","sky","blue-square"],char:"🈳",fitzpatrick_scale:false,category:"symbols"},u5272:{keywords:["cut","divide","chinese","kanji","pink-square"],char:"🈹",fitzpatrick_scale:false,category:"symbols"},radioactive:{keywords:["nuclear","danger"],char:"☢",fitzpatrick_scale:false,category:"symbols"},biohazard:{keywords:["danger"],char:"☣",fitzpatrick_scale:false,category:"symbols"},mobile_phone_off:{keywords:["mute","orange-square","silence","quiet"],char:"📴",fitzpatrick_scale:false,category:"symbols"},vibration_mode:{keywords:["orange-square","phone"],char:"📳",fitzpatrick_scale:false,category:"symbols"},u6709:{keywords:["orange-square","chinese","have","kanji"],char:"🈶",fitzpatrick_scale:false,category:"symbols"},u7121:{keywords:["nothing","chinese","kanji","japanese","orange-square"],char:"🈚",fitzpatrick_scale:false,category:"symbols"},u7533:{keywords:["chinese","japanese","kanji","orange-square"],char:"🈸",fitzpatrick_scale:false,category:"symbols"},u55b6:{keywords:["japanese","opening hours","orange-square"],char:"🈺",fitzpatrick_scale:false,category:"symbols"},u6708:{keywords:["chinese","month","moon","japanese","orange-square","kanji"],char:"🈷️",fitzpatrick_scale:false,category:"symbols"},eight_pointed_black_star:{keywords:["orange-square","shape","polygon"],char:"✴️",fitzpatrick_scale:false,category:"symbols"},vs:{keywords:["words","orange-square"],char:"🆚",fitzpatrick_scale:false,category:"symbols"},accept:{keywords:["ok","good","chinese","kanji","agree","yes","orange-circle"],char:"🉑",fitzpatrick_scale:false,category:"symbols"},white_flower:{keywords:["japanese","spring"],char:"💮",fitzpatrick_scale:false,category:"symbols"},ideograph_advantage:{keywords:["chinese","kanji","obtain","get","circle"],char:"🉐",fitzpatrick_scale:false,category:"symbols"},secret:{keywords:["privacy","chinese","sshh","kanji","red-circle"],char:"㊙️",fitzpatrick_scale:false,category:"symbols"},congratulations:{keywords:["chinese","kanji","japanese","red-circle"],char:"㊗️",fitzpatrick_scale:false,category:"symbols"},u5408:{keywords:["japanese","chinese","join","kanji","red-square"],char:"🈴",fitzpatrick_scale:false,category:"symbols"},u6e80:{keywords:["full","chinese","japanese","red-square","kanji"],char:"🈵",fitzpatrick_scale:false,category:"symbols"},u7981:{keywords:["kanji","japanese","chinese","forbidden","limit","restricted","red-square"],char:"🈲",fitzpatrick_scale:false,category:"symbols"},a:{keywords:["red-square","alphabet","letter"],char:"🅰️",fitzpatrick_scale:false,category:"symbols"},b:{keywords:["red-square","alphabet","letter"],char:"🅱️",fitzpatrick_scale:false,category:"symbols"},ab:{keywords:["red-square","alphabet"],char:"🆎",fitzpatrick_scale:false,category:"symbols"},cl:{keywords:["alphabet","words","red-square"],char:"🆑",fitzpatrick_scale:false,category:"symbols"},o2:{keywords:["alphabet","red-square","letter"],char:"🅾️",fitzpatrick_scale:false,category:"symbols"},sos:{keywords:["help","red-square","words","emergency","911"],char:"🆘",fitzpatrick_scale:false,category:"symbols"},no_entry:{keywords:["limit","security","privacy","bad","denied","stop","circle"],char:"⛔",fitzpatrick_scale:false,category:"symbols"},name_badge:{keywords:["fire","forbid"],char:"📛",fitzpatrick_scale:false,category:"symbols"},no_entry_sign:{keywords:["forbid","stop","limit","denied","disallow","circle"],char:"🚫",fitzpatrick_scale:false,category:"symbols"},x:{keywords:["no","delete","remove","cancel","red"],char:"❌",fitzpatrick_scale:false,category:"symbols"},o:{keywords:["circle","round"],char:"⭕",fitzpatrick_scale:false,category:"symbols"},stop_sign:{keywords:["stop"],char:"🛑",fitzpatrick_scale:false,category:"symbols"},anger:{keywords:["angry","mad"],char:"💢",fitzpatrick_scale:false,category:"symbols"},hotsprings:{keywords:["bath","warm","relax"],char:"♨️",fitzpatrick_scale:false,category:"symbols"},no_pedestrians:{keywords:["rules","crossing","walking","circle"],char:"🚷",fitzpatrick_scale:false,category:"symbols"},do_not_litter:{keywords:["trash","bin","garbage","circle"],char:"🚯",fitzpatrick_scale:false,category:"symbols"},no_bicycles:{keywords:["cyclist","prohibited","circle"],char:"🚳",fitzpatrick_scale:false,category:"symbols"},"non-potable_water":{keywords:["drink","faucet","tap","circle"],char:"🚱",fitzpatrick_scale:false,category:"symbols"},underage:{keywords:["18","drink","pub","night","minor","circle"],char:"🔞",fitzpatrick_scale:false,category:"symbols"},no_mobile_phones:{keywords:["iphone","mute","circle"],char:"📵",fitzpatrick_scale:false,category:"symbols"},exclamation:{keywords:["heavy_exclamation_mark","danger","surprise","punctuation","wow","warning"],char:"❗",fitzpatrick_scale:false,category:"symbols"},grey_exclamation:{keywords:["surprise","punctuation","gray","wow","warning"],char:"❕",fitzpatrick_scale:false,category:"symbols"},question:{keywords:["doubt","confused"],char:"❓",fitzpatrick_scale:false,category:"symbols"},grey_question:{keywords:["doubts","gray","huh","confused"],char:"❔",fitzpatrick_scale:false,category:"symbols"},bangbang:{keywords:["exclamation","surprise"],char:"‼️",fitzpatrick_scale:false,category:"symbols"},interrobang:{keywords:["wat","punctuation","surprise"],char:"⁉️",fitzpatrick_scale:false,category:"symbols"},100:{keywords:["score","perfect","numbers","century","exam","quiz","test","pass","hundred"],char:"💯",fitzpatrick_scale:false,category:"symbols"},low_brightness:{keywords:["sun","afternoon","warm","summer"],char:"🔅",fitzpatrick_scale:false,category:"symbols"},high_brightness:{keywords:["sun","light"],char:"🔆",fitzpatrick_scale:false,category:"symbols"},trident:{keywords:["weapon","spear"],char:"🔱",fitzpatrick_scale:false,category:"symbols"},fleur_de_lis:{keywords:["decorative","scout"],char:"⚜",fitzpatrick_scale:false,category:"symbols"},part_alternation_mark:{keywords:["graph","presentation","stats","business","economics","bad"],char:"〽️",fitzpatrick_scale:false,category:"symbols"},warning:{keywords:["exclamation","wip","alert","error","problem","issue"],char:"⚠️",fitzpatrick_scale:false,category:"symbols"},children_crossing:{keywords:["school","warning","danger","sign","driving","yellow-diamond"],char:"🚸",fitzpatrick_scale:false,category:"symbols"},beginner:{keywords:["badge","shield"],char:"🔰",fitzpatrick_scale:false,category:"symbols"},recycle:{keywords:["arrow","environment","garbage","trash"],char:"♻️",fitzpatrick_scale:false,category:"symbols"},u6307:{keywords:["chinese","point","green-square","kanji"],char:"🈯",fitzpatrick_scale:false,category:"symbols"},chart:{keywords:["green-square","graph","presentation","stats"],char:"💹",fitzpatrick_scale:false,category:"symbols"},sparkle:{keywords:["stars","green-square","awesome","good","fireworks"],char:"❇️",fitzpatrick_scale:false,category:"symbols"},eight_spoked_asterisk:{keywords:["star","sparkle","green-square"],char:"✳️",fitzpatrick_scale:false,category:"symbols"},negative_squared_cross_mark:{keywords:["x","green-square","no","deny"],char:"❎",fitzpatrick_scale:false,category:"symbols"},white_check_mark:{keywords:["green-square","ok","agree","vote","election","answer","tick"],char:"✅",fitzpatrick_scale:false,category:"symbols"},diamond_shape_with_a_dot_inside:{keywords:["jewel","blue","gem","crystal","fancy"],char:"💠",fitzpatrick_scale:false,category:"symbols"},cyclone:{keywords:["weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","hurricane","typhoon"],char:"🌀",fitzpatrick_scale:false,category:"symbols"},loop:{keywords:["tape","cassette"],char:"➿",fitzpatrick_scale:false,category:"symbols"},globe_with_meridians:{keywords:["earth","international","world","internet","interweb","i18n"],char:"🌐",fitzpatrick_scale:false,category:"symbols"},m:{keywords:["alphabet","blue-circle","letter"],char:"Ⓜ️",fitzpatrick_scale:false,category:"symbols"},atm:{keywords:["money","sales","cash","blue-square","payment","bank"],char:"🏧",fitzpatrick_scale:false,category:"symbols"},sa:{keywords:["japanese","blue-square","katakana"],char:"🈂️",fitzpatrick_scale:false,category:"symbols"},passport_control:{keywords:["custom","blue-square"],char:"🛂",fitzpatrick_scale:false,category:"symbols"},customs:{keywords:["passport","border","blue-square"],char:"🛃",fitzpatrick_scale:false,category:"symbols"},baggage_claim:{keywords:["blue-square","airport","transport"],char:"🛄",fitzpatrick_scale:false,category:"symbols"},left_luggage:{keywords:["blue-square","travel"],char:"🛅",fitzpatrick_scale:false,category:"symbols"},wheelchair:{keywords:["blue-square","disabled","a11y","accessibility"],char:"♿",fitzpatrick_scale:false,category:"symbols"},no_smoking:{keywords:["cigarette","blue-square","smell","smoke"],char:"🚭",fitzpatrick_scale:false,category:"symbols"},wc:{keywords:["toilet","restroom","blue-square"],char:"🚾",fitzpatrick_scale:false,category:"symbols"},parking:{keywords:["cars","blue-square","alphabet","letter"],char:"🅿️",fitzpatrick_scale:false,category:"symbols"},potable_water:{keywords:["blue-square","liquid","restroom","cleaning","faucet"],char:"🚰",fitzpatrick_scale:false,category:"symbols"},mens:{keywords:["toilet","restroom","wc","blue-square","gender","male"],char:"🚹",fitzpatrick_scale:false,category:"symbols"},womens:{keywords:["purple-square","woman","female","toilet","loo","restroom","gender"],char:"🚺",fitzpatrick_scale:false,category:"symbols"},baby_symbol:{keywords:["orange-square","child"],char:"🚼",fitzpatrick_scale:false,category:"symbols"},restroom:{keywords:["blue-square","toilet","refresh","wc","gender"],char:"🚻",fitzpatrick_scale:false,category:"symbols"},put_litter_in_its_place:{keywords:["blue-square","sign","human","info"],char:"🚮",fitzpatrick_scale:false,category:"symbols"},cinema:{keywords:["blue-square","record","film","movie","curtain","stage","theater"],char:"🎦",fitzpatrick_scale:false,category:"symbols"},signal_strength:{keywords:["blue-square","reception","phone","internet","connection","wifi","bluetooth","bars"],char:"📶",fitzpatrick_scale:false,category:"symbols"},koko:{keywords:["blue-square","here","katakana","japanese","destination"],char:"🈁",fitzpatrick_scale:false,category:"symbols"},ng:{keywords:["blue-square","words","shape","icon"],char:"🆖",fitzpatrick_scale:false,category:"symbols"},ok:{keywords:["good","agree","yes","blue-square"],char:"🆗",fitzpatrick_scale:false,category:"symbols"},up:{keywords:["blue-square","above","high"],char:"🆙",fitzpatrick_scale:false,category:"symbols"},cool:{keywords:["words","blue-square"],char:"🆒",fitzpatrick_scale:false,category:"symbols"},new:{keywords:["blue-square","words","start"],char:"🆕",fitzpatrick_scale:false,category:"symbols"},free:{keywords:["blue-square","words"],char:"🆓",fitzpatrick_scale:false,category:"symbols"},zero:{keywords:["0","numbers","blue-square","null"],char:"0️⃣",fitzpatrick_scale:false,category:"symbols"},one:{keywords:["blue-square","numbers","1"],char:"1️⃣",fitzpatrick_scale:false,category:"symbols"},two:{keywords:["numbers","2","prime","blue-square"],char:"2️⃣",fitzpatrick_scale:false,category:"symbols"},three:{keywords:["3","numbers","prime","blue-square"],char:"3️⃣",fitzpatrick_scale:false,category:"symbols"},four:{keywords:["4","numbers","blue-square"],char:"4️⃣",fitzpatrick_scale:false,category:"symbols"},five:{keywords:["5","numbers","blue-square","prime"],char:"5️⃣",fitzpatrick_scale:false,category:"symbols"},six:{keywords:["6","numbers","blue-square"],char:"6️⃣",fitzpatrick_scale:false,category:"symbols"},seven:{keywords:["7","numbers","blue-square","prime"],char:"7️⃣",fitzpatrick_scale:false,category:"symbols"},eight:{keywords:["8","blue-square","numbers"],char:"8️⃣",fitzpatrick_scale:false,category:"symbols"},nine:{keywords:["blue-square","numbers","9"],char:"9️⃣",fitzpatrick_scale:false,category:"symbols"},keycap_ten:{keywords:["numbers","10","blue-square"],char:"🔟",fitzpatrick_scale:false,category:"symbols"},asterisk:{keywords:["star","keycap"],char:"*⃣",fitzpatrick_scale:false,category:"symbols"},1234:{keywords:["numbers","blue-square"],char:"🔢",fitzpatrick_scale:false,category:"symbols"},eject_button:{keywords:["blue-square"],char:"⏏️",fitzpatrick_scale:false,category:"symbols"},arrow_forward:{keywords:["blue-square","right","direction","play"],char:"▶️",fitzpatrick_scale:false,category:"symbols"},pause_button:{keywords:["pause","blue-square"],char:"⏸",fitzpatrick_scale:false,category:"symbols"},next_track_button:{keywords:["forward","next","blue-square"],char:"⏭",fitzpatrick_scale:false,category:"symbols"},stop_button:{keywords:["blue-square"],char:"⏹",fitzpatrick_scale:false,category:"symbols"},record_button:{keywords:["blue-square"],char:"⏺",fitzpatrick_scale:false,category:"symbols"},play_or_pause_button:{keywords:["blue-square","play","pause"],char:"⏯",fitzpatrick_scale:false,category:"symbols"},previous_track_button:{keywords:["backward"],char:"⏮",fitzpatrick_scale:false,category:"symbols"},fast_forward:{keywords:["blue-square","play","speed","continue"],char:"⏩",fitzpatrick_scale:false,category:"symbols"},rewind:{keywords:["play","blue-square"],char:"⏪",fitzpatrick_scale:false,category:"symbols"},twisted_rightwards_arrows:{keywords:["blue-square","shuffle","music","random"],char:"🔀",fitzpatrick_scale:false,category:"symbols"},repeat:{keywords:["loop","record"],char:"🔁",fitzpatrick_scale:false,category:"symbols"},repeat_one:{keywords:["blue-square","loop"],char:"🔂",fitzpatrick_scale:false,category:"symbols"},arrow_backward:{keywords:["blue-square","left","direction"],char:"◀️",fitzpatrick_scale:false,category:"symbols"},arrow_up_small:{keywords:["blue-square","triangle","direction","point","forward","top"],char:"🔼",fitzpatrick_scale:false,category:"symbols"},arrow_down_small:{keywords:["blue-square","direction","bottom"],char:"🔽",fitzpatrick_scale:false,category:"symbols"},arrow_double_up:{keywords:["blue-square","direction","top"],char:"⏫",fitzpatrick_scale:false,category:"symbols"},arrow_double_down:{keywords:["blue-square","direction","bottom"],char:"⏬",fitzpatrick_scale:false,category:"symbols"},arrow_right:{keywords:["blue-square","next"],char:"➡️",fitzpatrick_scale:false,category:"symbols"},arrow_left:{keywords:["blue-square","previous","back"],char:"⬅️",fitzpatrick_scale:false,category:"symbols"},arrow_up:{keywords:["blue-square","continue","top","direction"],char:"⬆️",fitzpatrick_scale:false,category:"symbols"},arrow_down:{keywords:["blue-square","direction","bottom"],char:"⬇️",fitzpatrick_scale:false,category:"symbols"},arrow_upper_right:{keywords:["blue-square","point","direction","diagonal","northeast"],char:"↗️",fitzpatrick_scale:false,category:"symbols"},arrow_lower_right:{keywords:["blue-square","direction","diagonal","southeast"],char:"↘️",fitzpatrick_scale:false,category:"symbols"},arrow_lower_left:{keywords:["blue-square","direction","diagonal","southwest"],char:"↙️",fitzpatrick_scale:false,category:"symbols"},arrow_upper_left:{keywords:["blue-square","point","direction","diagonal","northwest"],char:"↖️",fitzpatrick_scale:false,category:"symbols"},arrow_up_down:{keywords:["blue-square","direction","way","vertical"],char:"↕️",fitzpatrick_scale:false,category:"symbols"},left_right_arrow:{keywords:["shape","direction","horizontal","sideways"],char:"↔️",fitzpatrick_scale:false,category:"symbols"},arrows_counterclockwise:{keywords:["blue-square","sync","cycle"],char:"🔄",fitzpatrick_scale:false,category:"symbols"},arrow_right_hook:{keywords:["blue-square","return","rotate","direction"],char:"↪️",fitzpatrick_scale:false,category:"symbols"},leftwards_arrow_with_hook:{keywords:["back","return","blue-square","undo","enter"],char:"↩️",fitzpatrick_scale:false,category:"symbols"},arrow_heading_up:{keywords:["blue-square","direction","top"],char:"⤴️",fitzpatrick_scale:false,category:"symbols"},arrow_heading_down:{keywords:["blue-square","direction","bottom"],char:"⤵️",fitzpatrick_scale:false,category:"symbols"},hash:{keywords:["symbol","blue-square","twitter"],char:"#️⃣",fitzpatrick_scale:false,category:"symbols"},information_source:{keywords:["blue-square","alphabet","letter"],char:"ℹ️",fitzpatrick_scale:false,category:"symbols"},abc:{keywords:["blue-square","alphabet"],char:"🔤",fitzpatrick_scale:false,category:"symbols"},abcd:{keywords:["blue-square","alphabet"],char:"🔡",fitzpatrick_scale:false,category:"symbols"},capital_abcd:{keywords:["alphabet","words","blue-square"],char:"🔠",fitzpatrick_scale:false,category:"symbols"},symbols:{keywords:["blue-square","music","note","ampersand","percent","glyphs","characters"],char:"🔣",fitzpatrick_scale:false,category:"symbols"},musical_note:{keywords:["score","tone","sound"],char:"🎵",fitzpatrick_scale:false,category:"symbols"},notes:{keywords:["music","score"],char:"🎶",fitzpatrick_scale:false,category:"symbols"},wavy_dash:{keywords:["draw","line","moustache","mustache","squiggle","scribble"],char:"〰️",fitzpatrick_scale:false,category:"symbols"},curly_loop:{keywords:["scribble","draw","shape","squiggle"],char:"➰",fitzpatrick_scale:false,category:"symbols"},heavy_check_mark:{keywords:["ok","nike","answer","yes","tick"],char:"✔️",fitzpatrick_scale:false,category:"symbols"},arrows_clockwise:{keywords:["sync","cycle","round","repeat"],char:"🔃",fitzpatrick_scale:false,category:"symbols"},heavy_plus_sign:{keywords:["math","calculation","addition","more","increase"],char:"➕",fitzpatrick_scale:false,category:"symbols"},heavy_minus_sign:{keywords:["math","calculation","subtract","less"],char:"➖",fitzpatrick_scale:false,category:"symbols"},heavy_division_sign:{keywords:["divide","math","calculation"],char:"➗",fitzpatrick_scale:false,category:"symbols"},heavy_multiplication_x:{keywords:["math","calculation"],char:"✖️",fitzpatrick_scale:false,category:"symbols"},infinity:{keywords:["forever"],char:"♾",fitzpatrick_scale:false,category:"symbols"},heavy_dollar_sign:{keywords:["money","sales","payment","currency","buck"],char:"💲",fitzpatrick_scale:false,category:"symbols"},currency_exchange:{keywords:["money","sales","dollar","travel"],char:"💱",fitzpatrick_scale:false,category:"symbols"},copyright:{keywords:["ip","license","circle","law","legal"],char:"©️",fitzpatrick_scale:false,category:"symbols"},registered:{keywords:["alphabet","circle"],char:"®️",fitzpatrick_scale:false,category:"symbols"},tm:{keywords:["trademark","brand","law","legal"],char:"™️",fitzpatrick_scale:false,category:"symbols"},end:{keywords:["words","arrow"],char:"🔚",fitzpatrick_scale:false,category:"symbols"},back:{keywords:["arrow","words","return"],char:"🔙",fitzpatrick_scale:false,category:"symbols"},on:{keywords:["arrow","words"],char:"🔛",fitzpatrick_scale:false,category:"symbols"},top:{keywords:["words","blue-square"],char:"🔝",fitzpatrick_scale:false,category:"symbols"},soon:{keywords:["arrow","words"],char:"🔜",fitzpatrick_scale:false,category:"symbols"},ballot_box_with_check:{keywords:["ok","agree","confirm","black-square","vote","election","yes","tick"],char:"☑️",fitzpatrick_scale:false,category:"symbols"},radio_button:{keywords:["input","old","music","circle"],char:"🔘",fitzpatrick_scale:false,category:"symbols"},white_circle:{keywords:["shape","round"],char:"⚪",fitzpatrick_scale:false,category:"symbols"},black_circle:{keywords:["shape","button","round"],char:"⚫",fitzpatrick_scale:false,category:"symbols"},red_circle:{keywords:["shape","error","danger"],char:"🔴",fitzpatrick_scale:false,category:"symbols"},large_blue_circle:{keywords:["shape","icon","button"],char:"🔵",fitzpatrick_scale:false,category:"symbols"},small_orange_diamond:{keywords:["shape","jewel","gem"],char:"🔸",fitzpatrick_scale:false,category:"symbols"},small_blue_diamond:{keywords:["shape","jewel","gem"],char:"🔹",fitzpatrick_scale:false,category:"symbols"},large_orange_diamond:{keywords:["shape","jewel","gem"],char:"🔶",fitzpatrick_scale:false,category:"symbols"},large_blue_diamond:{keywords:["shape","jewel","gem"],char:"🔷",fitzpatrick_scale:false,category:"symbols"},small_red_triangle:{keywords:["shape","direction","up","top"],char:"🔺",fitzpatrick_scale:false,category:"symbols"},black_small_square:{keywords:["shape","icon"],char:"▪️",fitzpatrick_scale:false,category:"symbols"},white_small_square:{keywords:["shape","icon"],char:"▫️",fitzpatrick_scale:false,category:"symbols"},black_large_square:{keywords:["shape","icon","button"],char:"⬛",fitzpatrick_scale:false,category:"symbols"},white_large_square:{keywords:["shape","icon","stone","button"],char:"⬜",fitzpatrick_scale:false,category:"symbols"},small_red_triangle_down:{keywords:["shape","direction","bottom"],char:"🔻",fitzpatrick_scale:false,category:"symbols"},black_medium_square:{keywords:["shape","button","icon"],char:"◼️",fitzpatrick_scale:false,category:"symbols"},white_medium_square:{keywords:["shape","stone","icon"],char:"◻️",fitzpatrick_scale:false,category:"symbols"},black_medium_small_square:{keywords:["icon","shape","button"],char:"◾",fitzpatrick_scale:false,category:"symbols"},white_medium_small_square:{keywords:["shape","stone","icon","button"],char:"◽",fitzpatrick_scale:false,category:"symbols"},black_square_button:{keywords:["shape","input","frame"],char:"🔲",fitzpatrick_scale:false,category:"symbols"},white_square_button:{keywords:["shape","input"],char:"🔳",fitzpatrick_scale:false,category:"symbols"},speaker:{keywords:["sound","volume","silence","broadcast"],char:"🔈",fitzpatrick_scale:false,category:"symbols"},sound:{keywords:["volume","speaker","broadcast"],char:"🔉",fitzpatrick_scale:false,category:"symbols"},loud_sound:{keywords:["volume","noise","noisy","speaker","broadcast"],char:"🔊",fitzpatrick_scale:false,category:"symbols"},mute:{keywords:["sound","volume","silence","quiet"],char:"🔇",fitzpatrick_scale:false,category:"symbols"},mega:{keywords:["sound","speaker","volume"],char:"📣",fitzpatrick_scale:false,category:"symbols"},loudspeaker:{keywords:["volume","sound"],char:"📢",fitzpatrick_scale:false,category:"symbols"},bell:{keywords:["sound","notification","christmas","xmas","chime"],char:"🔔",fitzpatrick_scale:false,category:"symbols"},no_bell:{keywords:["sound","volume","mute","quiet","silent"],char:"🔕",fitzpatrick_scale:false,category:"symbols"},black_joker:{keywords:["poker","cards","game","play","magic"],char:"🃏",fitzpatrick_scale:false,category:"symbols"},mahjong:{keywords:["game","play","chinese","kanji"],char:"🀄",fitzpatrick_scale:false,category:"symbols"},spades:{keywords:["poker","cards","suits","magic"],char:"♠️",fitzpatrick_scale:false,category:"symbols"},clubs:{keywords:["poker","cards","magic","suits"],char:"♣️",fitzpatrick_scale:false,category:"symbols"},hearts:{keywords:["poker","cards","magic","suits"],char:"♥️",fitzpatrick_scale:false,category:"symbols"},diamonds:{keywords:["poker","cards","magic","suits"],char:"♦️",fitzpatrick_scale:false,category:"symbols"},flower_playing_cards:{keywords:["game","sunset","red"],char:"🎴",fitzpatrick_scale:false,category:"symbols"},thought_balloon:{keywords:["bubble","cloud","speech","thinking","dream"],char:"💭",fitzpatrick_scale:false,category:"symbols"},right_anger_bubble:{keywords:["caption","speech","thinking","mad"],char:"🗯",fitzpatrick_scale:false,category:"symbols"},speech_balloon:{keywords:["bubble","words","message","talk","chatting"],char:"💬",fitzpatrick_scale:false,category:"symbols"},left_speech_bubble:{keywords:["words","message","talk","chatting"],char:"🗨",fitzpatrick_scale:false,category:"symbols"},clock1:{keywords:["time","late","early","schedule"],char:"🕐",fitzpatrick_scale:false,category:"symbols"},clock2:{keywords:["time","late","early","schedule"],char:"🕑",fitzpatrick_scale:false,category:"symbols"},clock3:{keywords:["time","late","early","schedule"],char:"🕒",fitzpatrick_scale:false,category:"symbols"},clock4:{keywords:["time","late","early","schedule"],char:"🕓",fitzpatrick_scale:false,category:"symbols"},clock5:{keywords:["time","late","early","schedule"],char:"🕔",fitzpatrick_scale:false,category:"symbols"},clock6:{keywords:["time","late","early","schedule","dawn","dusk"],char:"🕕",fitzpatrick_scale:false,category:"symbols"},clock7:{keywords:["time","late","early","schedule"],char:"🕖",fitzpatrick_scale:false,category:"symbols"},clock8:{keywords:["time","late","early","schedule"],char:"🕗",fitzpatrick_scale:false,category:"symbols"},clock9:{keywords:["time","late","early","schedule"],char:"🕘",fitzpatrick_scale:false,category:"symbols"},clock10:{keywords:["time","late","early","schedule"],char:"🕙",fitzpatrick_scale:false,category:"symbols"},clock11:{keywords:["time","late","early","schedule"],char:"🕚",fitzpatrick_scale:false,category:"symbols"},clock12:{keywords:["time","noon","midnight","midday","late","early","schedule"],char:"🕛",fitzpatrick_scale:false,category:"symbols"},clock130:{keywords:["time","late","early","schedule"],char:"🕜",fitzpatrick_scale:false,category:"symbols"},clock230:{keywords:["time","late","early","schedule"],char:"🕝",fitzpatrick_scale:false,category:"symbols"},clock330:{keywords:["time","late","early","schedule"],char:"🕞",fitzpatrick_scale:false,category:"symbols"},clock430:{keywords:["time","late","early","schedule"],char:"🕟",fitzpatrick_scale:false,category:"symbols"},clock530:{keywords:["time","late","early","schedule"],char:"🕠",fitzpatrick_scale:false,category:"symbols"},clock630:{keywords:["time","late","early","schedule"],char:"🕡",fitzpatrick_scale:false,category:"symbols"},clock730:{keywords:["time","late","early","schedule"],char:"🕢",fitzpatrick_scale:false,category:"symbols"},clock830:{keywords:["time","late","early","schedule"],char:"🕣",fitzpatrick_scale:false,category:"symbols"},clock930:{keywords:["time","late","early","schedule"],char:"🕤",fitzpatrick_scale:false,category:"symbols"},clock1030:{keywords:["time","late","early","schedule"],char:"🕥",fitzpatrick_scale:false,category:"symbols"},clock1130:{keywords:["time","late","early","schedule"],char:"🕦",fitzpatrick_scale:false,category:"symbols"},clock1230:{keywords:["time","late","early","schedule"],char:"🕧",fitzpatrick_scale:false,category:"symbols"},afghanistan:{keywords:["af","flag","nation","country","banner"],char:"🇦🇫",fitzpatrick_scale:false,category:"flags"},aland_islands:{keywords:["Åland","islands","flag","nation","country","banner"],char:"🇦🇽",fitzpatrick_scale:false,category:"flags"},albania:{keywords:["al","flag","nation","country","banner"],char:"🇦🇱",fitzpatrick_scale:false,category:"flags"},algeria:{keywords:["dz","flag","nation","country","banner"],char:"🇩🇿",fitzpatrick_scale:false,category:"flags"},american_samoa:{keywords:["american","ws","flag","nation","country","banner"],char:"🇦🇸",fitzpatrick_scale:false,category:"flags"},andorra:{keywords:["ad","flag","nation","country","banner"],char:"🇦🇩",fitzpatrick_scale:false,category:"flags"},angola:{keywords:["ao","flag","nation","country","banner"],char:"🇦🇴",fitzpatrick_scale:false,category:"flags"},anguilla:{keywords:["ai","flag","nation","country","banner"],char:"🇦🇮",fitzpatrick_scale:false,category:"flags"},antarctica:{keywords:["aq","flag","nation","country","banner"],char:"🇦🇶",fitzpatrick_scale:false,category:"flags"},antigua_barbuda:{keywords:["antigua","barbuda","flag","nation","country","banner"],char:"🇦🇬",fitzpatrick_scale:false,category:"flags"},argentina:{keywords:["ar","flag","nation","country","banner"],char:"🇦🇷",fitzpatrick_scale:false,category:"flags"},armenia:{keywords:["am","flag","nation","country","banner"],char:"🇦🇲",fitzpatrick_scale:false,category:"flags"},aruba:{keywords:["aw","flag","nation","country","banner"],char:"🇦🇼",fitzpatrick_scale:false,category:"flags"},australia:{keywords:["au","flag","nation","country","banner"],char:"🇦🇺",fitzpatrick_scale:false,category:"flags"},austria:{keywords:["at","flag","nation","country","banner"],char:"🇦🇹",fitzpatrick_scale:false,category:"flags"},azerbaijan:{keywords:["az","flag","nation","country","banner"],char:"🇦🇿",fitzpatrick_scale:false,category:"flags"},bahamas:{keywords:["bs","flag","nation","country","banner"],char:"🇧🇸",fitzpatrick_scale:false,category:"flags"},bahrain:{keywords:["bh","flag","nation","country","banner"],char:"🇧🇭",fitzpatrick_scale:false,category:"flags"},bangladesh:{keywords:["bd","flag","nation","country","banner"],char:"🇧🇩",fitzpatrick_scale:false,category:"flags"},barbados:{keywords:["bb","flag","nation","country","banner"],char:"🇧🇧",fitzpatrick_scale:false,category:"flags"},belarus:{keywords:["by","flag","nation","country","banner"],char:"🇧🇾",fitzpatrick_scale:false,category:"flags"},belgium:{keywords:["be","flag","nation","country","banner"],char:"🇧🇪",fitzpatrick_scale:false,category:"flags"},belize:{keywords:["bz","flag","nation","country","banner"],char:"🇧🇿",fitzpatrick_scale:false,category:"flags"},benin:{keywords:["bj","flag","nation","country","banner"],char:"🇧🇯",fitzpatrick_scale:false,category:"flags"},bermuda:{keywords:["bm","flag","nation","country","banner"],char:"🇧🇲",fitzpatrick_scale:false,category:"flags"},bhutan:{keywords:["bt","flag","nation","country","banner"],char:"🇧🇹",fitzpatrick_scale:false,category:"flags"},bolivia:{keywords:["bo","flag","nation","country","banner"],char:"🇧🇴",fitzpatrick_scale:false,category:"flags"},caribbean_netherlands:{keywords:["bonaire","flag","nation","country","banner"],char:"🇧🇶",fitzpatrick_scale:false,category:"flags"},bosnia_herzegovina:{keywords:["bosnia","herzegovina","flag","nation","country","banner"],char:"🇧🇦",fitzpatrick_scale:false,category:"flags"},botswana:{keywords:["bw","flag","nation","country","banner"],char:"🇧🇼",fitzpatrick_scale:false,category:"flags"},brazil:{keywords:["br","flag","nation","country","banner"],char:"🇧🇷",fitzpatrick_scale:false,category:"flags"},british_indian_ocean_territory:{keywords:["british","indian","ocean","territory","flag","nation","country","banner"],char:"🇮🇴",fitzpatrick_scale:false,category:"flags"},british_virgin_islands:{keywords:["british","virgin","islands","bvi","flag","nation","country","banner"],char:"🇻🇬",fitzpatrick_scale:false,category:"flags"},brunei:{keywords:["bn","darussalam","flag","nation","country","banner"],char:"🇧🇳",fitzpatrick_scale:false,category:"flags"},bulgaria:{keywords:["bg","flag","nation","country","banner"],char:"🇧🇬",fitzpatrick_scale:false,category:"flags"},burkina_faso:{keywords:["burkina","faso","flag","nation","country","banner"],char:"🇧🇫",fitzpatrick_scale:false,category:"flags"},burundi:{keywords:["bi","flag","nation","country","banner"],char:"🇧🇮",fitzpatrick_scale:false,category:"flags"},cape_verde:{keywords:["cabo","verde","flag","nation","country","banner"],char:"🇨🇻",fitzpatrick_scale:false,category:"flags"},cambodia:{keywords:["kh","flag","nation","country","banner"],char:"🇰🇭",fitzpatrick_scale:false,category:"flags"},cameroon:{keywords:["cm","flag","nation","country","banner"],char:"🇨🇲",fitzpatrick_scale:false,category:"flags"},canada:{keywords:["ca","flag","nation","country","banner"],char:"🇨🇦",fitzpatrick_scale:false,category:"flags"},canary_islands:{keywords:["canary","islands","flag","nation","country","banner"],char:"🇮🇨",fitzpatrick_scale:false,category:"flags"},cayman_islands:{keywords:["cayman","islands","flag","nation","country","banner"],char:"🇰🇾",fitzpatrick_scale:false,category:"flags"},central_african_republic:{keywords:["central","african","republic","flag","nation","country","banner"],char:"🇨🇫",fitzpatrick_scale:false,category:"flags"},chad:{keywords:["td","flag","nation","country","banner"],char:"🇹🇩",fitzpatrick_scale:false,category:"flags"},chile:{keywords:["flag","nation","country","banner"],char:"🇨🇱",fitzpatrick_scale:false,category:"flags"},cn:{keywords:["china","chinese","prc","flag","country","nation","banner"],char:"🇨🇳",fitzpatrick_scale:false,category:"flags"},christmas_island:{keywords:["christmas","island","flag","nation","country","banner"],char:"🇨🇽",fitzpatrick_scale:false,category:"flags"},cocos_islands:{keywords:["cocos","keeling","islands","flag","nation","country","banner"],char:"🇨🇨",fitzpatrick_scale:false,category:"flags"},colombia:{keywords:["co","flag","nation","country","banner"],char:"🇨🇴",fitzpatrick_scale:false,category:"flags"},comoros:{keywords:["km","flag","nation","country","banner"],char:"🇰🇲",fitzpatrick_scale:false,category:"flags"},congo_brazzaville:{keywords:["congo","flag","nation","country","banner"],char:"🇨🇬",fitzpatrick_scale:false,category:"flags"},congo_kinshasa:{keywords:["congo","democratic","republic","flag","nation","country","banner"],char:"🇨🇩",fitzpatrick_scale:false,category:"flags"},cook_islands:{keywords:["cook","islands","flag","nation","country","banner"],char:"🇨🇰",fitzpatrick_scale:false,category:"flags"},costa_rica:{keywords:["costa","rica","flag","nation","country","banner"],char:"🇨🇷",fitzpatrick_scale:false,category:"flags"},croatia:{keywords:["hr","flag","nation","country","banner"],char:"🇭🇷",fitzpatrick_scale:false,category:"flags"},cuba:{keywords:["cu","flag","nation","country","banner"],char:"🇨🇺",fitzpatrick_scale:false,category:"flags"},curacao:{keywords:["curaçao","flag","nation","country","banner"],char:"🇨🇼",fitzpatrick_scale:false,category:"flags"},cyprus:{keywords:["cy","flag","nation","country","banner"],char:"🇨🇾",fitzpatrick_scale:false,category:"flags"},czech_republic:{keywords:["cz","flag","nation","country","banner"],char:"🇨🇿",fitzpatrick_scale:false,category:"flags"},denmark:{keywords:["dk","flag","nation","country","banner"],char:"🇩🇰",fitzpatrick_scale:false,category:"flags"},djibouti:{keywords:["dj","flag","nation","country","banner"],char:"🇩🇯",fitzpatrick_scale:false,category:"flags"},dominica:{keywords:["dm","flag","nation","country","banner"],char:"🇩🇲",fitzpatrick_scale:false,category:"flags"},dominican_republic:{keywords:["dominican","republic","flag","nation","country","banner"],char:"🇩🇴",fitzpatrick_scale:false,category:"flags"},ecuador:{keywords:["ec","flag","nation","country","banner"],char:"🇪🇨",fitzpatrick_scale:false,category:"flags"},egypt:{keywords:["eg","flag","nation","country","banner"],char:"🇪🇬",fitzpatrick_scale:false,category:"flags"},el_salvador:{keywords:["el","salvador","flag","nation","country","banner"],char:"🇸🇻",fitzpatrick_scale:false,category:"flags"},equatorial_guinea:{keywords:["equatorial","gn","flag","nation","country","banner"],char:"🇬🇶",fitzpatrick_scale:false,category:"flags"},eritrea:{keywords:["er","flag","nation","country","banner"],char:"🇪🇷",fitzpatrick_scale:false,category:"flags"},estonia:{keywords:["ee","flag","nation","country","banner"],char:"🇪🇪",fitzpatrick_scale:false,category:"flags"},ethiopia:{keywords:["et","flag","nation","country","banner"],char:"🇪🇹",fitzpatrick_scale:false,category:"flags"},eu:{keywords:["european","union","flag","banner"],char:"🇪🇺",fitzpatrick_scale:false,category:"flags"},falkland_islands:{keywords:["falkland","islands","malvinas","flag","nation","country","banner"],char:"🇫🇰",fitzpatrick_scale:false,category:"flags"},faroe_islands:{keywords:["faroe","islands","flag","nation","country","banner"],char:"🇫🇴",fitzpatrick_scale:false,category:"flags"},fiji:{keywords:["fj","flag","nation","country","banner"],char:"🇫🇯",fitzpatrick_scale:false,category:"flags"},finland:{keywords:["fi","flag","nation","country","banner"],char:"🇫🇮",fitzpatrick_scale:false,category:"flags"},fr:{keywords:["banner","flag","nation","france","french","country"],char:"🇫🇷",fitzpatrick_scale:false,category:"flags"},french_guiana:{keywords:["french","guiana","flag","nation","country","banner"],char:"🇬🇫",fitzpatrick_scale:false,category:"flags"},french_polynesia:{keywords:["french","polynesia","flag","nation","country","banner"],char:"🇵🇫",fitzpatrick_scale:false,category:"flags"},french_southern_territories:{keywords:["french","southern","territories","flag","nation","country","banner"],char:"🇹🇫",fitzpatrick_scale:false,category:"flags"},gabon:{keywords:["ga","flag","nation","country","banner"],char:"🇬🇦",fitzpatrick_scale:false,category:"flags"},gambia:{keywords:["gm","flag","nation","country","banner"],char:"🇬🇲",fitzpatrick_scale:false,category:"flags"},georgia:{keywords:["ge","flag","nation","country","banner"],char:"🇬🇪",fitzpatrick_scale:false,category:"flags"},de:{keywords:["german","nation","flag","country","banner"],char:"🇩🇪",fitzpatrick_scale:false,category:"flags"},ghana:{keywords:["gh","flag","nation","country","banner"],char:"🇬🇭",fitzpatrick_scale:false,category:"flags"},gibraltar:{keywords:["gi","flag","nation","country","banner"],char:"🇬🇮",fitzpatrick_scale:false,category:"flags"},greece:{keywords:["gr","flag","nation","country","banner"],char:"🇬🇷",fitzpatrick_scale:false,category:"flags"},greenland:{keywords:["gl","flag","nation","country","banner"],char:"🇬🇱",fitzpatrick_scale:false,category:"flags"},grenada:{keywords:["gd","flag","nation","country","banner"],char:"🇬🇩",fitzpatrick_scale:false,category:"flags"},guadeloupe:{keywords:["gp","flag","nation","country","banner"],char:"🇬🇵",fitzpatrick_scale:false,category:"flags"},guam:{keywords:["gu","flag","nation","country","banner"],char:"🇬🇺",fitzpatrick_scale:false,category:"flags"},guatemala:{keywords:["gt","flag","nation","country","banner"],char:"🇬🇹",fitzpatrick_scale:false,category:"flags"},guernsey:{keywords:["gg","flag","nation","country","banner"],char:"🇬🇬",fitzpatrick_scale:false,category:"flags"},guinea:{keywords:["gn","flag","nation","country","banner"],char:"🇬🇳",fitzpatrick_scale:false,category:"flags"},guinea_bissau:{keywords:["gw","bissau","flag","nation","country","banner"],char:"🇬🇼",fitzpatrick_scale:false,category:"flags"},guyana:{keywords:["gy","flag","nation","country","banner"],char:"🇬🇾",fitzpatrick_scale:false,category:"flags"},haiti:{keywords:["ht","flag","nation","country","banner"],char:"🇭🇹",fitzpatrick_scale:false,category:"flags"},honduras:{keywords:["hn","flag","nation","country","banner"],char:"🇭🇳",fitzpatrick_scale:false,category:"flags"},hong_kong:{keywords:["hong","kong","flag","nation","country","banner"],char:"🇭🇰",fitzpatrick_scale:false,category:"flags"},hungary:{keywords:["hu","flag","nation","country","banner"],char:"🇭🇺",fitzpatrick_scale:false,category:"flags"},iceland:{keywords:["is","flag","nation","country","banner"],char:"🇮🇸",fitzpatrick_scale:false,category:"flags"},india:{keywords:["in","flag","nation","country","banner"],char:"🇮🇳",fitzpatrick_scale:false,category:"flags"},indonesia:{keywords:["flag","nation","country","banner"],char:"🇮🇩",fitzpatrick_scale:false,category:"flags"},iran:{keywords:["iran,","islamic","republic","flag","nation","country","banner"],char:"🇮🇷",fitzpatrick_scale:false,category:"flags"},iraq:{keywords:["iq","flag","nation","country","banner"],char:"🇮🇶",fitzpatrick_scale:false,category:"flags"},ireland:{keywords:["ie","flag","nation","country","banner"],char:"🇮🇪",fitzpatrick_scale:false,category:"flags"},isle_of_man:{keywords:["isle","man","flag","nation","country","banner"],char:"🇮🇲",fitzpatrick_scale:false,category:"flags"},israel:{keywords:["il","flag","nation","country","banner"],char:"🇮🇱",fitzpatrick_scale:false,category:"flags"},it:{keywords:["italy","flag","nation","country","banner"],char:"🇮🇹",fitzpatrick_scale:false,category:"flags"},cote_divoire:{keywords:["ivory","coast","flag","nation","country","banner"],char:"🇨🇮",fitzpatrick_scale:false,category:"flags"},jamaica:{keywords:["jm","flag","nation","country","banner"],char:"🇯🇲",fitzpatrick_scale:false,category:"flags"},jp:{keywords:["japanese","nation","flag","country","banner"],char:"🇯🇵",fitzpatrick_scale:false,category:"flags"},jersey:{keywords:["je","flag","nation","country","banner"],char:"🇯🇪",fitzpatrick_scale:false,category:"flags"},jordan:{keywords:["jo","flag","nation","country","banner"],char:"🇯🇴",fitzpatrick_scale:false,category:"flags"},kazakhstan:{keywords:["kz","flag","nation","country","banner"],char:"🇰🇿",fitzpatrick_scale:false,category:"flags"},kenya:{keywords:["ke","flag","nation","country","banner"],char:"🇰🇪",fitzpatrick_scale:false,category:"flags"},kiribati:{keywords:["ki","flag","nation","country","banner"],char:"🇰🇮",fitzpatrick_scale:false,category:"flags"},kosovo:{keywords:["xk","flag","nation","country","banner"],char:"🇽🇰",fitzpatrick_scale:false,category:"flags"},kuwait:{keywords:["kw","flag","nation","country","banner"],char:"🇰🇼",fitzpatrick_scale:false,category:"flags"},kyrgyzstan:{keywords:["kg","flag","nation","country","banner"],char:"🇰🇬",fitzpatrick_scale:false,category:"flags"},laos:{keywords:["lao","democratic","republic","flag","nation","country","banner"],char:"🇱🇦",fitzpatrick_scale:false,category:"flags"},latvia:{keywords:["lv","flag","nation","country","banner"],char:"🇱🇻",fitzpatrick_scale:false,category:"flags"},lebanon:{keywords:["lb","flag","nation","country","banner"],char:"🇱🇧",fitzpatrick_scale:false,category:"flags"},lesotho:{keywords:["ls","flag","nation","country","banner"],char:"🇱🇸",fitzpatrick_scale:false,category:"flags"},liberia:{keywords:["lr","flag","nation","country","banner"],char:"🇱🇷",fitzpatrick_scale:false,category:"flags"},libya:{keywords:["ly","flag","nation","country","banner"],char:"🇱🇾",fitzpatrick_scale:false,category:"flags"},liechtenstein:{keywords:["li","flag","nation","country","banner"],char:"🇱🇮",fitzpatrick_scale:false,category:"flags"},lithuania:{keywords:["lt","flag","nation","country","banner"],char:"🇱🇹",fitzpatrick_scale:false,category:"flags"},luxembourg:{keywords:["lu","flag","nation","country","banner"],char:"🇱🇺",fitzpatrick_scale:false,category:"flags"},macau:{keywords:["macao","flag","nation","country","banner"],char:"🇲🇴",fitzpatrick_scale:false,category:"flags"},macedonia:{keywords:["macedonia,","flag","nation","country","banner"],char:"🇲🇰",fitzpatrick_scale:false,category:"flags"},madagascar:{keywords:["mg","flag","nation","country","banner"],char:"🇲🇬",fitzpatrick_scale:false,category:"flags"},malawi:{keywords:["mw","flag","nation","country","banner"],char:"🇲🇼",fitzpatrick_scale:false,category:"flags"},malaysia:{keywords:["my","flag","nation","country","banner"],char:"🇲🇾",fitzpatrick_scale:false,category:"flags"},maldives:{keywords:["mv","flag","nation","country","banner"],char:"🇲🇻",fitzpatrick_scale:false,category:"flags"},mali:{keywords:["ml","flag","nation","country","banner"],char:"🇲🇱",fitzpatrick_scale:false,category:"flags"},malta:{keywords:["mt","flag","nation","country","banner"],char:"🇲🇹",fitzpatrick_scale:false,category:"flags"},marshall_islands:{keywords:["marshall","islands","flag","nation","country","banner"],char:"🇲🇭",fitzpatrick_scale:false,category:"flags"},martinique:{keywords:["mq","flag","nation","country","banner"],char:"🇲🇶",fitzpatrick_scale:false,category:"flags"},mauritania:{keywords:["mr","flag","nation","country","banner"],char:"🇲🇷",fitzpatrick_scale:false,category:"flags"},mauritius:{keywords:["mu","flag","nation","country","banner"],char:"🇲🇺",fitzpatrick_scale:false,category:"flags"},mayotte:{keywords:["yt","flag","nation","country","banner"],char:"🇾🇹",fitzpatrick_scale:false,category:"flags"},mexico:{keywords:["mx","flag","nation","country","banner"],char:"🇲🇽",fitzpatrick_scale:false,category:"flags"},micronesia:{keywords:["micronesia,","federated","states","flag","nation","country","banner"],char:"🇫🇲",fitzpatrick_scale:false,category:"flags"},moldova:{keywords:["moldova,","republic","flag","nation","country","banner"],char:"🇲🇩",fitzpatrick_scale:false,category:"flags"},monaco:{keywords:["mc","flag","nation","country","banner"],char:"🇲🇨",fitzpatrick_scale:false,category:"flags"},mongolia:{keywords:["mn","flag","nation","country","banner"],char:"🇲🇳",fitzpatrick_scale:false,category:"flags"},montenegro:{keywords:["me","flag","nation","country","banner"],char:"🇲🇪",fitzpatrick_scale:false,category:"flags"},montserrat:{keywords:["ms","flag","nation","country","banner"],char:"🇲🇸",fitzpatrick_scale:false,category:"flags"},morocco:{keywords:["ma","flag","nation","country","banner"],char:"🇲🇦",fitzpatrick_scale:false,category:"flags"},mozambique:{keywords:["mz","flag","nation","country","banner"],char:"🇲🇿",fitzpatrick_scale:false,category:"flags"},myanmar:{keywords:["mm","flag","nation","country","banner"],char:"🇲🇲",fitzpatrick_scale:false,category:"flags"},namibia:{keywords:["na","flag","nation","country","banner"],char:"🇳🇦",fitzpatrick_scale:false,category:"flags"},nauru:{keywords:["nr","flag","nation","country","banner"],char:"🇳🇷",fitzpatrick_scale:false,category:"flags"},nepal:{keywords:["np","flag","nation","country","banner"],char:"🇳🇵",fitzpatrick_scale:false,category:"flags"},netherlands:{keywords:["nl","flag","nation","country","banner"],char:"🇳🇱",fitzpatrick_scale:false,category:"flags"},new_caledonia:{keywords:["new","caledonia","flag","nation","country","banner"],char:"🇳🇨",fitzpatrick_scale:false,category:"flags"},new_zealand:{keywords:["new","zealand","flag","nation","country","banner"],char:"🇳🇿",fitzpatrick_scale:false,category:"flags"},nicaragua:{keywords:["ni","flag","nation","country","banner"],char:"🇳🇮",fitzpatrick_scale:false,category:"flags"},niger:{keywords:["ne","flag","nation","country","banner"],char:"🇳🇪",fitzpatrick_scale:false,category:"flags"},nigeria:{keywords:["flag","nation","country","banner"],char:"🇳🇬",fitzpatrick_scale:false,category:"flags"},niue:{keywords:["nu","flag","nation","country","banner"],char:"🇳🇺",fitzpatrick_scale:false,category:"flags"},norfolk_island:{keywords:["norfolk","island","flag","nation","country","banner"],char:"🇳🇫",fitzpatrick_scale:false,category:"flags"},northern_mariana_islands:{keywords:["northern","mariana","islands","flag","nation","country","banner"],char:"🇲🇵",fitzpatrick_scale:false,category:"flags"},north_korea:{keywords:["north","korea","nation","flag","country","banner"],char:"🇰🇵",fitzpatrick_scale:false,category:"flags"},norway:{keywords:["no","flag","nation","country","banner"],char:"🇳🇴",fitzpatrick_scale:false,category:"flags"},oman:{keywords:["om_symbol","flag","nation","country","banner"],char:"🇴🇲",fitzpatrick_scale:false,category:"flags"},pakistan:{keywords:["pk","flag","nation","country","banner"],char:"🇵🇰",fitzpatrick_scale:false,category:"flags"},palau:{keywords:["pw","flag","nation","country","banner"],char:"🇵🇼",fitzpatrick_scale:false,category:"flags"},palestinian_territories:{keywords:["palestine","palestinian","territories","flag","nation","country","banner"],char:"🇵🇸",fitzpatrick_scale:false,category:"flags"},panama:{keywords:["pa","flag","nation","country","banner"],char:"🇵🇦",fitzpatrick_scale:false,category:"flags"},papua_new_guinea:{keywords:["papua","new","guinea","flag","nation","country","banner"],char:"🇵🇬",fitzpatrick_scale:false,category:"flags"},paraguay:{keywords:["py","flag","nation","country","banner"],char:"🇵🇾",fitzpatrick_scale:false,category:"flags"},peru:{keywords:["pe","flag","nation","country","banner"],char:"🇵🇪",fitzpatrick_scale:false,category:"flags"},philippines:{keywords:["ph","flag","nation","country","banner"],char:"🇵🇭",fitzpatrick_scale:false,category:"flags"},pitcairn_islands:{keywords:["pitcairn","flag","nation","country","banner"],char:"🇵🇳",fitzpatrick_scale:false,category:"flags"},poland:{keywords:["pl","flag","nation","country","banner"],char:"🇵🇱",fitzpatrick_scale:false,category:"flags"},portugal:{keywords:["pt","flag","nation","country","banner"],char:"🇵🇹",fitzpatrick_scale:false,category:"flags"},puerto_rico:{keywords:["puerto","rico","flag","nation","country","banner"],char:"🇵🇷",fitzpatrick_scale:false,category:"flags"},qatar:{keywords:["qa","flag","nation","country","banner"],char:"🇶🇦",fitzpatrick_scale:false,category:"flags"},reunion:{keywords:["réunion","flag","nation","country","banner"],char:"🇷🇪",fitzpatrick_scale:false,category:"flags"},romania:{keywords:["ro","flag","nation","country","banner"],char:"🇷🇴",fitzpatrick_scale:false,category:"flags"},ru:{keywords:["russian","federation","flag","nation","country","banner"],char:"🇷🇺",fitzpatrick_scale:false,category:"flags"},rwanda:{keywords:["rw","flag","nation","country","banner"],char:"🇷🇼",fitzpatrick_scale:false,category:"flags"},st_barthelemy:{keywords:["saint","barthélemy","flag","nation","country","banner"],char:"🇧🇱",fitzpatrick_scale:false,category:"flags"},st_helena:{keywords:["saint","helena","ascension","tristan","cunha","flag","nation","country","banner"],char:"🇸🇭",fitzpatrick_scale:false,category:"flags"},st_kitts_nevis:{keywords:["saint","kitts","nevis","flag","nation","country","banner"],char:"🇰🇳",fitzpatrick_scale:false,category:"flags"},st_lucia:{keywords:["saint","lucia","flag","nation","country","banner"],char:"🇱🇨",fitzpatrick_scale:false,category:"flags"},st_pierre_miquelon:{keywords:["saint","pierre","miquelon","flag","nation","country","banner"],char:"🇵🇲",fitzpatrick_scale:false,category:"flags"},st_vincent_grenadines:{keywords:["saint","vincent","grenadines","flag","nation","country","banner"],char:"🇻🇨",fitzpatrick_scale:false,category:"flags"},samoa:{keywords:["ws","flag","nation","country","banner"],char:"🇼🇸",fitzpatrick_scale:false,category:"flags"},san_marino:{keywords:["san","marino","flag","nation","country","banner"],char:"🇸🇲",fitzpatrick_scale:false,category:"flags"},sao_tome_principe:{keywords:["sao","tome","principe","flag","nation","country","banner"],char:"🇸🇹",fitzpatrick_scale:false,category:"flags"},saudi_arabia:{keywords:["flag","nation","country","banner"],char:"🇸🇦",fitzpatrick_scale:false,category:"flags"},senegal:{keywords:["sn","flag","nation","country","banner"],char:"🇸🇳",fitzpatrick_scale:false,category:"flags"},serbia:{keywords:["rs","flag","nation","country","banner"],char:"🇷🇸",fitzpatrick_scale:false,category:"flags"},seychelles:{keywords:["sc","flag","nation","country","banner"],char:"🇸🇨",fitzpatrick_scale:false,category:"flags"},sierra_leone:{keywords:["sierra","leone","flag","nation","country","banner"],char:"🇸🇱",fitzpatrick_scale:false,category:"flags"},singapore:{keywords:["sg","flag","nation","country","banner"],char:"🇸🇬",fitzpatrick_scale:false,category:"flags"},sint_maarten:{keywords:["sint","maarten","dutch","flag","nation","country","banner"],char:"🇸🇽",fitzpatrick_scale:false,category:"flags"},slovakia:{keywords:["sk","flag","nation","country","banner"],char:"🇸🇰",fitzpatrick_scale:false,category:"flags"},slovenia:{keywords:["si","flag","nation","country","banner"],char:"🇸🇮",fitzpatrick_scale:false,category:"flags"},solomon_islands:{keywords:["solomon","islands","flag","nation","country","banner"],char:"🇸🇧",fitzpatrick_scale:false,category:"flags"},somalia:{keywords:["so","flag","nation","country","banner"],char:"🇸🇴",fitzpatrick_scale:false,category:"flags"},south_africa:{keywords:["south","africa","flag","nation","country","banner"],char:"🇿🇦",fitzpatrick_scale:false,category:"flags"},south_georgia_south_sandwich_islands:{keywords:["south","georgia","sandwich","islands","flag","nation","country","banner"],char:"🇬🇸",fitzpatrick_scale:false,category:"flags"},kr:{keywords:["south","korea","nation","flag","country","banner"],char:"🇰🇷",fitzpatrick_scale:false,category:"flags"},south_sudan:{keywords:["south","sd","flag","nation","country","banner"],char:"🇸🇸",fitzpatrick_scale:false,category:"flags"},es:{keywords:["spain","flag","nation","country","banner"],char:"🇪🇸",fitzpatrick_scale:false,category:"flags"},sri_lanka:{keywords:["sri","lanka","flag","nation","country","banner"],char:"🇱🇰",fitzpatrick_scale:false,category:"flags"},sudan:{keywords:["sd","flag","nation","country","banner"],char:"🇸🇩",fitzpatrick_scale:false,category:"flags"},suriname:{keywords:["sr","flag","nation","country","banner"],char:"🇸🇷",fitzpatrick_scale:false,category:"flags"},swaziland:{keywords:["sz","flag","nation","country","banner"],char:"🇸🇿",fitzpatrick_scale:false,category:"flags"},sweden:{keywords:["se","flag","nation","country","banner"],char:"🇸🇪",fitzpatrick_scale:false,category:"flags"},switzerland:{keywords:["ch","flag","nation","country","banner"],char:"🇨🇭",fitzpatrick_scale:false,category:"flags"},syria:{keywords:["syrian","arab","republic","flag","nation","country","banner"],char:"🇸🇾",fitzpatrick_scale:false,category:"flags"},taiwan:{keywords:["tw","flag","nation","country","banner"],char:"🇹🇼",fitzpatrick_scale:false,category:"flags"},tajikistan:{keywords:["tj","flag","nation","country","banner"],char:"🇹🇯",fitzpatrick_scale:false,category:"flags"},tanzania:{keywords:["tanzania,","united","republic","flag","nation","country","banner"],char:"🇹🇿",fitzpatrick_scale:false,category:"flags"},thailand:{keywords:["th","flag","nation","country","banner"],char:"🇹🇭",fitzpatrick_scale:false,category:"flags"},timor_leste:{keywords:["timor","leste","flag","nation","country","banner"],char:"🇹🇱",fitzpatrick_scale:false,category:"flags"},togo:{keywords:["tg","flag","nation","country","banner"],char:"🇹🇬",fitzpatrick_scale:false,category:"flags"},tokelau:{keywords:["tk","flag","nation","country","banner"],char:"🇹🇰",fitzpatrick_scale:false,category:"flags"},tonga:{keywords:["to","flag","nation","country","banner"],char:"🇹🇴",fitzpatrick_scale:false,category:"flags"},trinidad_tobago:{keywords:["trinidad","tobago","flag","nation","country","banner"],char:"🇹🇹",fitzpatrick_scale:false,category:"flags"},tunisia:{keywords:["tn","flag","nation","country","banner"],char:"🇹🇳",fitzpatrick_scale:false,category:"flags"},tr:{keywords:["turkey","flag","nation","country","banner"],char:"🇹🇷",fitzpatrick_scale:false,category:"flags"},turkmenistan:{keywords:["flag","nation","country","banner"],char:"🇹🇲",fitzpatrick_scale:false,category:"flags"},turks_caicos_islands:{keywords:["turks","caicos","islands","flag","nation","country","banner"],char:"🇹🇨",fitzpatrick_scale:false,category:"flags"},tuvalu:{keywords:["flag","nation","country","banner"],char:"🇹🇻",fitzpatrick_scale:false,category:"flags"},uganda:{keywords:["ug","flag","nation","country","banner"],char:"🇺🇬",fitzpatrick_scale:false,category:"flags"},ukraine:{keywords:["ua","flag","nation","country","banner"],char:"🇺🇦",fitzpatrick_scale:false,category:"flags"},united_arab_emirates:{keywords:["united","arab","emirates","flag","nation","country","banner"],char:"🇦🇪",fitzpatrick_scale:false,category:"flags"},uk:{keywords:["united","kingdom","great","britain","northern","ireland","flag","nation","country","banner","british","UK","english","england","union jack"],char:"🇬🇧",fitzpatrick_scale:false,category:"flags"},england:{keywords:["flag","english"],char:"🏴",fitzpatrick_scale:false,category:"flags"},scotland:{keywords:["flag","scottish"],char:"🏴",fitzpatrick_scale:false,category:"flags"},wales:{keywords:["flag","welsh"],char:"🏴",fitzpatrick_scale:false,category:"flags"},us:{keywords:["united","states","america","flag","nation","country","banner"],char:"🇺🇸",fitzpatrick_scale:false,category:"flags"},us_virgin_islands:{keywords:["virgin","islands","us","flag","nation","country","banner"],char:"🇻🇮",fitzpatrick_scale:false,category:"flags"},uruguay:{keywords:["uy","flag","nation","country","banner"],char:"🇺🇾",fitzpatrick_scale:false,category:"flags"},uzbekistan:{keywords:["uz","flag","nation","country","banner"],char:"🇺🇿",fitzpatrick_scale:false,category:"flags"},vanuatu:{keywords:["vu","flag","nation","country","banner"],char:"🇻🇺",fitzpatrick_scale:false,category:"flags"},vatican_city:{keywords:["vatican","city","flag","nation","country","banner"],char:"🇻🇦",fitzpatrick_scale:false,category:"flags"},venezuela:{keywords:["ve","bolivarian","republic","flag","nation","country","banner"],char:"🇻🇪",fitzpatrick_scale:false,category:"flags"},vietnam:{keywords:["viet","nam","flag","nation","country","banner"],char:"🇻🇳",fitzpatrick_scale:false,category:"flags"},wallis_futuna:{keywords:["wallis","futuna","flag","nation","country","banner"],char:"🇼🇫",fitzpatrick_scale:false,category:"flags"},western_sahara:{keywords:["western","sahara","flag","nation","country","banner"],char:"🇪🇭",fitzpatrick_scale:false,category:"flags"},yemen:{keywords:["ye","flag","nation","country","banner"],char:"🇾🇪",fitzpatrick_scale:false,category:"flags"},zambia:{keywords:["zm","flag","nation","country","banner"],char:"🇿🇲",fitzpatrick_scale:false,category:"flags"},zimbabwe:{keywords:["zw","flag","nation","country","banner"],char:"🇿🇼",fitzpatrick_scale:false,category:"flags"},united_nations:{keywords:["un","flag","banner"],char:"🇺🇳",fitzpatrick_scale:false,category:"flags"},pirate_flag:{keywords:["skull","crossbones","flag","banner"],char:"🏴☠️",fitzpatrick_scale:false,category:"flags"}});
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/emoticons/js/emojis.min.js b/seller/public/tinymce/plugins/emoticons/js/emojis.min.js
new file mode 100644
index 00000000..5a1c4916
--- /dev/null
+++ b/seller/public/tinymce/plugins/emoticons/js/emojis.min.js
@@ -0,0 +1,2 @@
+// Source: npm package: emojilib, file:emojis.json
+window.tinymce.Resource.add("tinymce.plugins.emoticons",{grinning:{keywords:["face","smile","happy","joy",":D","grin"],char:"\u{1f600}",fitzpatrick_scale:!1,category:"people"},grimacing:{keywords:["face","grimace","teeth"],char:"\u{1f62c}",fitzpatrick_scale:!1,category:"people"},grin:{keywords:["face","happy","smile","joy","kawaii"],char:"\u{1f601}",fitzpatrick_scale:!1,category:"people"},joy:{keywords:["face","cry","tears","weep","happy","happytears","haha"],char:"\u{1f602}",fitzpatrick_scale:!1,category:"people"},rofl:{keywords:["face","rolling","floor","laughing","lol","haha"],char:"\u{1f923}",fitzpatrick_scale:!1,category:"people"},partying:{keywords:["face","celebration","woohoo"],char:"\u{1f973}",fitzpatrick_scale:!1,category:"people"},smiley:{keywords:["face","happy","joy","haha",":D",":)","smile","funny"],char:"\u{1f603}",fitzpatrick_scale:!1,category:"people"},smile:{keywords:["face","happy","joy","funny","haha","laugh","like",":D",":)"],char:"\u{1f604}",fitzpatrick_scale:!1,category:"people"},sweat_smile:{keywords:["face","hot","happy","laugh","sweat","smile","relief"],char:"\u{1f605}",fitzpatrick_scale:!1,category:"people"},laughing:{keywords:["happy","joy","lol","satisfied","haha","face","glad","XD","laugh"],char:"\u{1f606}",fitzpatrick_scale:!1,category:"people"},innocent:{keywords:["face","angel","heaven","halo"],char:"\u{1f607}",fitzpatrick_scale:!1,category:"people"},wink:{keywords:["face","happy","mischievous","secret",";)","smile","eye"],char:"\u{1f609}",fitzpatrick_scale:!1,category:"people"},blush:{keywords:["face","smile","happy","flushed","crush","embarrassed","shy","joy"],char:"\u{1f60a}",fitzpatrick_scale:!1,category:"people"},slightly_smiling_face:{keywords:["face","smile"],char:"\u{1f642}",fitzpatrick_scale:!1,category:"people"},upside_down_face:{keywords:["face","flipped","silly","smile"],char:"\u{1f643}",fitzpatrick_scale:!1,category:"people"},relaxed:{keywords:["face","blush","massage","happiness"],char:"\u263a\ufe0f",fitzpatrick_scale:!1,category:"people"},yum:{keywords:["happy","joy","tongue","smile","face","silly","yummy","nom","delicious","savouring"],char:"\u{1f60b}",fitzpatrick_scale:!1,category:"people"},relieved:{keywords:["face","relaxed","phew","massage","happiness"],char:"\u{1f60c}",fitzpatrick_scale:!1,category:"people"},heart_eyes:{keywords:["face","love","like","affection","valentines","infatuation","crush","heart"],char:"\u{1f60d}",fitzpatrick_scale:!1,category:"people"},smiling_face_with_three_hearts:{keywords:["face","love","like","affection","valentines","infatuation","crush","hearts","adore"],char:"\u{1f970}",fitzpatrick_scale:!1,category:"people"},kissing_heart:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:"\u{1f618}",fitzpatrick_scale:!1,category:"people"},kissing:{keywords:["love","like","face","3","valentines","infatuation","kiss"],char:"\u{1f617}",fitzpatrick_scale:!1,category:"people"},kissing_smiling_eyes:{keywords:["face","affection","valentines","infatuation","kiss"],char:"\u{1f619}",fitzpatrick_scale:!1,category:"people"},kissing_closed_eyes:{keywords:["face","love","like","affection","valentines","infatuation","kiss"],char:"\u{1f61a}",fitzpatrick_scale:!1,category:"people"},stuck_out_tongue_winking_eye:{keywords:["face","prank","childish","playful","mischievous","smile","wink","tongue"],char:"\u{1f61c}",fitzpatrick_scale:!1,category:"people"},zany:{keywords:["face","goofy","crazy"],char:"\u{1f92a}",fitzpatrick_scale:!1,category:"people"},raised_eyebrow:{keywords:["face","distrust","scepticism","disapproval","disbelief","surprise"],char:"\u{1f928}",fitzpatrick_scale:!1,category:"people"},monocle:{keywords:["face","stuffy","wealthy"],char:"\u{1f9d0}",fitzpatrick_scale:!1,category:"people"},stuck_out_tongue_closed_eyes:{keywords:["face","prank","playful","mischievous","smile","tongue"],char:"\u{1f61d}",fitzpatrick_scale:!1,category:"people"},stuck_out_tongue:{keywords:["face","prank","childish","playful","mischievous","smile","tongue"],char:"\u{1f61b}",fitzpatrick_scale:!1,category:"people"},money_mouth_face:{keywords:["face","rich","dollar","money"],char:"\u{1f911}",fitzpatrick_scale:!1,category:"people"},nerd_face:{keywords:["face","nerdy","geek","dork"],char:"\u{1f913}",fitzpatrick_scale:!1,category:"people"},sunglasses:{keywords:["face","cool","smile","summer","beach","sunglass"],char:"\u{1f60e}",fitzpatrick_scale:!1,category:"people"},star_struck:{keywords:["face","smile","starry","eyes","grinning"],char:"\u{1f929}",fitzpatrick_scale:!1,category:"people"},clown_face:{keywords:["face"],char:"\u{1f921}",fitzpatrick_scale:!1,category:"people"},cowboy_hat_face:{keywords:["face","cowgirl","hat"],char:"\u{1f920}",fitzpatrick_scale:!1,category:"people"},hugs:{keywords:["face","smile","hug"],char:"\u{1f917}",fitzpatrick_scale:!1,category:"people"},smirk:{keywords:["face","smile","mean","prank","smug","sarcasm"],char:"\u{1f60f}",fitzpatrick_scale:!1,category:"people"},no_mouth:{keywords:["face","hellokitty"],char:"\u{1f636}",fitzpatrick_scale:!1,category:"people"},neutral_face:{keywords:["indifference","meh",":|","neutral"],char:"\u{1f610}",fitzpatrick_scale:!1,category:"people"},expressionless:{keywords:["face","indifferent","-_-","meh","deadpan"],char:"\u{1f611}",fitzpatrick_scale:!1,category:"people"},unamused:{keywords:["indifference","bored","straight face","serious","sarcasm","unimpressed","skeptical","dubious","side_eye"],char:"\u{1f612}",fitzpatrick_scale:!1,category:"people"},roll_eyes:{keywords:["face","eyeroll","frustrated"],char:"\u{1f644}",fitzpatrick_scale:!1,category:"people"},thinking:{keywords:["face","hmmm","think","consider"],char:"\u{1f914}",fitzpatrick_scale:!1,category:"people"},lying_face:{keywords:["face","lie","pinocchio"],char:"\u{1f925}",fitzpatrick_scale:!1,category:"people"},hand_over_mouth:{keywords:["face","whoops","shock","surprise"],char:"\u{1f92d}",fitzpatrick_scale:!1,category:"people"},shushing:{keywords:["face","quiet","shhh"],char:"\u{1f92b}",fitzpatrick_scale:!1,category:"people"},symbols_over_mouth:{keywords:["face","swearing","cursing","cussing","profanity","expletive"],char:"\u{1f92c}",fitzpatrick_scale:!1,category:"people"},exploding_head:{keywords:["face","shocked","mind","blown"],char:"\u{1f92f}",fitzpatrick_scale:!1,category:"people"},flushed:{keywords:["face","blush","shy","flattered"],char:"\u{1f633}",fitzpatrick_scale:!1,category:"people"},disappointed:{keywords:["face","sad","upset","depressed",":("],char:"\u{1f61e}",fitzpatrick_scale:!1,category:"people"},worried:{keywords:["face","concern","nervous",":("],char:"\u{1f61f}",fitzpatrick_scale:!1,category:"people"},angry:{keywords:["mad","face","annoyed","frustrated"],char:"\u{1f620}",fitzpatrick_scale:!1,category:"people"},rage:{keywords:["angry","mad","hate","despise"],char:"\u{1f621}",fitzpatrick_scale:!1,category:"people"},pensive:{keywords:["face","sad","depressed","upset"],char:"\u{1f614}",fitzpatrick_scale:!1,category:"people"},confused:{keywords:["face","indifference","huh","weird","hmmm",":/"],char:"\u{1f615}",fitzpatrick_scale:!1,category:"people"},slightly_frowning_face:{keywords:["face","frowning","disappointed","sad","upset"],char:"\u{1f641}",fitzpatrick_scale:!1,category:"people"},frowning_face:{keywords:["face","sad","upset","frown"],char:"\u2639",fitzpatrick_scale:!1,category:"people"},persevere:{keywords:["face","sick","no","upset","oops"],char:"\u{1f623}",fitzpatrick_scale:!1,category:"people"},confounded:{keywords:["face","confused","sick","unwell","oops",":S"],char:"\u{1f616}",fitzpatrick_scale:!1,category:"people"},tired_face:{keywords:["sick","whine","upset","frustrated"],char:"\u{1f62b}",fitzpatrick_scale:!1,category:"people"},weary:{keywords:["face","tired","sleepy","sad","frustrated","upset"],char:"\u{1f629}",fitzpatrick_scale:!1,category:"people"},pleading:{keywords:["face","begging","mercy"],char:"\u{1f97a}",fitzpatrick_scale:!1,category:"people"},triumph:{keywords:["face","gas","phew","proud","pride"],char:"\u{1f624}",fitzpatrick_scale:!1,category:"people"},open_mouth:{keywords:["face","surprise","impressed","wow","whoa",":O"],char:"\u{1f62e}",fitzpatrick_scale:!1,category:"people"},scream:{keywords:["face","munch","scared","omg"],char:"\u{1f631}",fitzpatrick_scale:!1,category:"people"},fearful:{keywords:["face","scared","terrified","nervous","oops","huh"],char:"\u{1f628}",fitzpatrick_scale:!1,category:"people"},cold_sweat:{keywords:["face","nervous","sweat"],char:"\u{1f630}",fitzpatrick_scale:!1,category:"people"},hushed:{keywords:["face","woo","shh"],char:"\u{1f62f}",fitzpatrick_scale:!1,category:"people"},frowning:{keywords:["face","aw","what"],char:"\u{1f626}",fitzpatrick_scale:!1,category:"people"},anguished:{keywords:["face","stunned","nervous"],char:"\u{1f627}",fitzpatrick_scale:!1,category:"people"},cry:{keywords:["face","tears","sad","depressed","upset",":'("],char:"\u{1f622}",fitzpatrick_scale:!1,category:"people"},disappointed_relieved:{keywords:["face","phew","sweat","nervous"],char:"\u{1f625}",fitzpatrick_scale:!1,category:"people"},drooling_face:{keywords:["face"],char:"\u{1f924}",fitzpatrick_scale:!1,category:"people"},sleepy:{keywords:["face","tired","rest","nap"],char:"\u{1f62a}",fitzpatrick_scale:!1,category:"people"},sweat:{keywords:["face","hot","sad","tired","exercise"],char:"\u{1f613}",fitzpatrick_scale:!1,category:"people"},hot:{keywords:["face","feverish","heat","red","sweating"],char:"\u{1f975}",fitzpatrick_scale:!1,category:"people"},cold:{keywords:["face","blue","freezing","frozen","frostbite","icicles"],char:"\u{1f976}",fitzpatrick_scale:!1,category:"people"},sob:{keywords:["face","cry","tears","sad","upset","depressed"],char:"\u{1f62d}",fitzpatrick_scale:!1,category:"people"},dizzy_face:{keywords:["spent","unconscious","xox","dizzy"],char:"\u{1f635}",fitzpatrick_scale:!1,category:"people"},astonished:{keywords:["face","xox","surprised","poisoned"],char:"\u{1f632}",fitzpatrick_scale:!1,category:"people"},zipper_mouth_face:{keywords:["face","sealed","zipper","secret"],char:"\u{1f910}",fitzpatrick_scale:!1,category:"people"},nauseated_face:{keywords:["face","vomit","gross","green","sick","throw up","ill"],char:"\u{1f922}",fitzpatrick_scale:!1,category:"people"},sneezing_face:{keywords:["face","gesundheit","sneeze","sick","allergy"],char:"\u{1f927}",fitzpatrick_scale:!1,category:"people"},vomiting:{keywords:["face","sick"],char:"\u{1f92e}",fitzpatrick_scale:!1,category:"people"},mask:{keywords:["face","sick","ill","disease"],char:"\u{1f637}",fitzpatrick_scale:!1,category:"people"},face_with_thermometer:{keywords:["sick","temperature","thermometer","cold","fever"],char:"\u{1f912}",fitzpatrick_scale:!1,category:"people"},face_with_head_bandage:{keywords:["injured","clumsy","bandage","hurt"],char:"\u{1f915}",fitzpatrick_scale:!1,category:"people"},woozy:{keywords:["face","dizzy","intoxicated","tipsy","wavy"],char:"\u{1f974}",fitzpatrick_scale:!1,category:"people"},sleeping:{keywords:["face","tired","sleepy","night","zzz"],char:"\u{1f634}",fitzpatrick_scale:!1,category:"people"},zzz:{keywords:["sleepy","tired","dream"],char:"\u{1f4a4}",fitzpatrick_scale:!1,category:"people"},poop:{keywords:["hankey","shitface","fail","turd","shit"],char:"\u{1f4a9}",fitzpatrick_scale:!1,category:"people"},smiling_imp:{keywords:["devil","horns"],char:"\u{1f608}",fitzpatrick_scale:!1,category:"people"},imp:{keywords:["devil","angry","horns"],char:"\u{1f47f}",fitzpatrick_scale:!1,category:"people"},japanese_ogre:{keywords:["monster","red","mask","halloween","scary","creepy","devil","demon","japanese","ogre"],char:"\u{1f479}",fitzpatrick_scale:!1,category:"people"},japanese_goblin:{keywords:["red","evil","mask","monster","scary","creepy","japanese","goblin"],char:"\u{1f47a}",fitzpatrick_scale:!1,category:"people"},skull:{keywords:["dead","skeleton","creepy","death"],char:"\u{1f480}",fitzpatrick_scale:!1,category:"people"},ghost:{keywords:["halloween","spooky","scary"],char:"\u{1f47b}",fitzpatrick_scale:!1,category:"people"},alien:{keywords:["UFO","paul","weird","outer_space"],char:"\u{1f47d}",fitzpatrick_scale:!1,category:"people"},robot:{keywords:["computer","machine","bot"],char:"\u{1f916}",fitzpatrick_scale:!1,category:"people"},smiley_cat:{keywords:["animal","cats","happy","smile"],char:"\u{1f63a}",fitzpatrick_scale:!1,category:"people"},smile_cat:{keywords:["animal","cats","smile"],char:"\u{1f638}",fitzpatrick_scale:!1,category:"people"},joy_cat:{keywords:["animal","cats","haha","happy","tears"],char:"\u{1f639}",fitzpatrick_scale:!1,category:"people"},heart_eyes_cat:{keywords:["animal","love","like","affection","cats","valentines","heart"],char:"\u{1f63b}",fitzpatrick_scale:!1,category:"people"},smirk_cat:{keywords:["animal","cats","smirk"],char:"\u{1f63c}",fitzpatrick_scale:!1,category:"people"},kissing_cat:{keywords:["animal","cats","kiss"],char:"\u{1f63d}",fitzpatrick_scale:!1,category:"people"},scream_cat:{keywords:["animal","cats","munch","scared","scream"],char:"\u{1f640}",fitzpatrick_scale:!1,category:"people"},crying_cat_face:{keywords:["animal","tears","weep","sad","cats","upset","cry"],char:"\u{1f63f}",fitzpatrick_scale:!1,category:"people"},pouting_cat:{keywords:["animal","cats"],char:"\u{1f63e}",fitzpatrick_scale:!1,category:"people"},palms_up:{keywords:["hands","gesture","cupped","prayer"],char:"\u{1f932}",fitzpatrick_scale:!0,category:"people"},raised_hands:{keywords:["gesture","hooray","yea","celebration","hands"],char:"\u{1f64c}",fitzpatrick_scale:!0,category:"people"},clap:{keywords:["hands","praise","applause","congrats","yay"],char:"\u{1f44f}",fitzpatrick_scale:!0,category:"people"},wave:{keywords:["hands","gesture","goodbye","solong","farewell","hello","hi","palm"],char:"\u{1f44b}",fitzpatrick_scale:!0,category:"people"},call_me_hand:{keywords:["hands","gesture"],char:"\u{1f919}",fitzpatrick_scale:!0,category:"people"},"+1":{keywords:["thumbsup","yes","awesome","good","agree","accept","cool","hand","like"],char:"\u{1f44d}",fitzpatrick_scale:!0,category:"people"},"-1":{keywords:["thumbsdown","no","dislike","hand"],char:"\u{1f44e}",fitzpatrick_scale:!0,category:"people"},facepunch:{keywords:["angry","violence","fist","hit","attack","hand"],char:"\u{1f44a}",fitzpatrick_scale:!0,category:"people"},fist:{keywords:["fingers","hand","grasp"],char:"\u270a",fitzpatrick_scale:!0,category:"people"},fist_left:{keywords:["hand","fistbump"],char:"\u{1f91b}",fitzpatrick_scale:!0,category:"people"},fist_right:{keywords:["hand","fistbump"],char:"\u{1f91c}",fitzpatrick_scale:!0,category:"people"},v:{keywords:["fingers","ohyeah","hand","peace","victory","two"],char:"\u270c",fitzpatrick_scale:!0,category:"people"},ok_hand:{keywords:["fingers","limbs","perfect","ok","okay"],char:"\u{1f44c}",fitzpatrick_scale:!0,category:"people"},raised_hand:{keywords:["fingers","stop","highfive","palm","ban"],char:"\u270b",fitzpatrick_scale:!0,category:"people"},raised_back_of_hand:{keywords:["fingers","raised","backhand"],char:"\u{1f91a}",fitzpatrick_scale:!0,category:"people"},open_hands:{keywords:["fingers","butterfly","hands","open"],char:"\u{1f450}",fitzpatrick_scale:!0,category:"people"},muscle:{keywords:["arm","flex","hand","summer","strong","biceps"],char:"\u{1f4aa}",fitzpatrick_scale:!0,category:"people"},pray:{keywords:["please","hope","wish","namaste","highfive"],char:"\u{1f64f}",fitzpatrick_scale:!0,category:"people"},foot:{keywords:["kick","stomp"],char:"\u{1f9b6}",fitzpatrick_scale:!0,category:"people"},leg:{keywords:["kick","limb"],char:"\u{1f9b5}",fitzpatrick_scale:!0,category:"people"},handshake:{keywords:["agreement","shake"],char:"\u{1f91d}",fitzpatrick_scale:!1,category:"people"},point_up:{keywords:["hand","fingers","direction","up"],char:"\u261d",fitzpatrick_scale:!0,category:"people"},point_up_2:{keywords:["fingers","hand","direction","up"],char:"\u{1f446}",fitzpatrick_scale:!0,category:"people"},point_down:{keywords:["fingers","hand","direction","down"],char:"\u{1f447}",fitzpatrick_scale:!0,category:"people"},point_left:{keywords:["direction","fingers","hand","left"],char:"\u{1f448}",fitzpatrick_scale:!0,category:"people"},point_right:{keywords:["fingers","hand","direction","right"],char:"\u{1f449}",fitzpatrick_scale:!0,category:"people"},fu:{keywords:["hand","fingers","rude","middle","flipping"],char:"\u{1f595}",fitzpatrick_scale:!0,category:"people"},raised_hand_with_fingers_splayed:{keywords:["hand","fingers","palm"],char:"\u{1f590}",fitzpatrick_scale:!0,category:"people"},love_you:{keywords:["hand","fingers","gesture"],char:"\u{1f91f}",fitzpatrick_scale:!0,category:"people"},metal:{keywords:["hand","fingers","evil_eye","sign_of_horns","rock_on"],char:"\u{1f918}",fitzpatrick_scale:!0,category:"people"},crossed_fingers:{keywords:["good","lucky"],char:"\u{1f91e}",fitzpatrick_scale:!0,category:"people"},vulcan_salute:{keywords:["hand","fingers","spock","star trek"],char:"\u{1f596}",fitzpatrick_scale:!0,category:"people"},writing_hand:{keywords:["lower_left_ballpoint_pen","stationery","write","compose"],char:"\u270d",fitzpatrick_scale:!0,category:"people"},selfie:{keywords:["camera","phone"],char:"\u{1f933}",fitzpatrick_scale:!0,category:"people"},nail_care:{keywords:["beauty","manicure","finger","fashion","nail"],char:"\u{1f485}",fitzpatrick_scale:!0,category:"people"},lips:{keywords:["mouth","kiss"],char:"\u{1f444}",fitzpatrick_scale:!1,category:"people"},tooth:{keywords:["teeth","dentist"],char:"\u{1f9b7}",fitzpatrick_scale:!1,category:"people"},tongue:{keywords:["mouth","playful"],char:"\u{1f445}",fitzpatrick_scale:!1,category:"people"},ear:{keywords:["face","hear","sound","listen"],char:"\u{1f442}",fitzpatrick_scale:!0,category:"people"},nose:{keywords:["smell","sniff"],char:"\u{1f443}",fitzpatrick_scale:!0,category:"people"},eye:{keywords:["face","look","see","watch","stare"],char:"\u{1f441}",fitzpatrick_scale:!1,category:"people"},eyes:{keywords:["look","watch","stalk","peek","see"],char:"\u{1f440}",fitzpatrick_scale:!1,category:"people"},brain:{keywords:["smart","intelligent"],char:"\u{1f9e0}",fitzpatrick_scale:!1,category:"people"},bust_in_silhouette:{keywords:["user","person","human"],char:"\u{1f464}",fitzpatrick_scale:!1,category:"people"},busts_in_silhouette:{keywords:["user","person","human","group","team"],char:"\u{1f465}",fitzpatrick_scale:!1,category:"people"},speaking_head:{keywords:["user","person","human","sing","say","talk"],char:"\u{1f5e3}",fitzpatrick_scale:!1,category:"people"},baby:{keywords:["child","boy","girl","toddler"],char:"\u{1f476}",fitzpatrick_scale:!0,category:"people"},child:{keywords:["gender-neutral","young"],char:"\u{1f9d2}",fitzpatrick_scale:!0,category:"people"},boy:{keywords:["man","male","guy","teenager"],char:"\u{1f466}",fitzpatrick_scale:!0,category:"people"},girl:{keywords:["female","woman","teenager"],char:"\u{1f467}",fitzpatrick_scale:!0,category:"people"},adult:{keywords:["gender-neutral","person"],char:"\u{1f9d1}",fitzpatrick_scale:!0,category:"people"},man:{keywords:["mustache","father","dad","guy","classy","sir","moustache"],char:"\u{1f468}",fitzpatrick_scale:!0,category:"people"},woman:{keywords:["female","girls","lady"],char:"\u{1f469}",fitzpatrick_scale:!0,category:"people"},blonde_woman:{keywords:["woman","female","girl","blonde","person"],char:"\u{1f471}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},blonde_man:{keywords:["man","male","boy","blonde","guy","person"],char:"\u{1f471}",fitzpatrick_scale:!0,category:"people"},bearded_person:{keywords:["person","bewhiskered"],char:"\u{1f9d4}",fitzpatrick_scale:!0,category:"people"},older_adult:{keywords:["human","elder","senior","gender-neutral"],char:"\u{1f9d3}",fitzpatrick_scale:!0,category:"people"},older_man:{keywords:["human","male","men","old","elder","senior"],char:"\u{1f474}",fitzpatrick_scale:!0,category:"people"},older_woman:{keywords:["human","female","women","lady","old","elder","senior"],char:"\u{1f475}",fitzpatrick_scale:!0,category:"people"},man_with_gua_pi_mao:{keywords:["male","boy","chinese"],char:"\u{1f472}",fitzpatrick_scale:!0,category:"people"},woman_with_headscarf:{keywords:["female","hijab","mantilla","tichel"],char:"\u{1f9d5}",fitzpatrick_scale:!0,category:"people"},woman_with_turban:{keywords:["female","indian","hinduism","arabs","woman"],char:"\u{1f473}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},man_with_turban:{keywords:["male","indian","hinduism","arabs"],char:"\u{1f473}",fitzpatrick_scale:!0,category:"people"},policewoman:{keywords:["woman","police","law","legal","enforcement","arrest","911","female"],char:"\u{1f46e}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},policeman:{keywords:["man","police","law","legal","enforcement","arrest","911"],char:"\u{1f46e}",fitzpatrick_scale:!0,category:"people"},construction_worker_woman:{keywords:["female","human","wip","build","construction","worker","labor","woman"],char:"\u{1f477}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},construction_worker_man:{keywords:["male","human","wip","guy","build","construction","worker","labor"],char:"\u{1f477}",fitzpatrick_scale:!0,category:"people"},guardswoman:{keywords:["uk","gb","british","female","royal","woman"],char:"\u{1f482}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},guardsman:{keywords:["uk","gb","british","male","guy","royal"],char:"\u{1f482}",fitzpatrick_scale:!0,category:"people"},female_detective:{keywords:["human","spy","detective","female","woman"],char:"\u{1f575}\ufe0f\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},male_detective:{keywords:["human","spy","detective"],char:"\u{1f575}",fitzpatrick_scale:!0,category:"people"},woman_health_worker:{keywords:["doctor","nurse","therapist","healthcare","woman","human"],char:"\u{1f469}\u200d\u2695\ufe0f",fitzpatrick_scale:!0,category:"people"},man_health_worker:{keywords:["doctor","nurse","therapist","healthcare","man","human"],char:"\u{1f468}\u200d\u2695\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_farmer:{keywords:["rancher","gardener","woman","human"],char:"\u{1f469}\u200d\u{1f33e}",fitzpatrick_scale:!0,category:"people"},man_farmer:{keywords:["rancher","gardener","man","human"],char:"\u{1f468}\u200d\u{1f33e}",fitzpatrick_scale:!0,category:"people"},woman_cook:{keywords:["chef","woman","human"],char:"\u{1f469}\u200d\u{1f373}",fitzpatrick_scale:!0,category:"people"},man_cook:{keywords:["chef","man","human"],char:"\u{1f468}\u200d\u{1f373}",fitzpatrick_scale:!0,category:"people"},woman_student:{keywords:["graduate","woman","human"],char:"\u{1f469}\u200d\u{1f393}",fitzpatrick_scale:!0,category:"people"},man_student:{keywords:["graduate","man","human"],char:"\u{1f468}\u200d\u{1f393}",fitzpatrick_scale:!0,category:"people"},woman_singer:{keywords:["rockstar","entertainer","woman","human"],char:"\u{1f469}\u200d\u{1f3a4}",fitzpatrick_scale:!0,category:"people"},man_singer:{keywords:["rockstar","entertainer","man","human"],char:"\u{1f468}\u200d\u{1f3a4}",fitzpatrick_scale:!0,category:"people"},woman_teacher:{keywords:["instructor","professor","woman","human"],char:"\u{1f469}\u200d\u{1f3eb}",fitzpatrick_scale:!0,category:"people"},man_teacher:{keywords:["instructor","professor","man","human"],char:"\u{1f468}\u200d\u{1f3eb}",fitzpatrick_scale:!0,category:"people"},woman_factory_worker:{keywords:["assembly","industrial","woman","human"],char:"\u{1f469}\u200d\u{1f3ed}",fitzpatrick_scale:!0,category:"people"},man_factory_worker:{keywords:["assembly","industrial","man","human"],char:"\u{1f468}\u200d\u{1f3ed}",fitzpatrick_scale:!0,category:"people"},woman_technologist:{keywords:["coder","developer","engineer","programmer","software","woman","human","laptop","computer"],char:"\u{1f469}\u200d\u{1f4bb}",fitzpatrick_scale:!0,category:"people"},man_technologist:{keywords:["coder","developer","engineer","programmer","software","man","human","laptop","computer"],char:"\u{1f468}\u200d\u{1f4bb}",fitzpatrick_scale:!0,category:"people"},woman_office_worker:{keywords:["business","manager","woman","human"],char:"\u{1f469}\u200d\u{1f4bc}",fitzpatrick_scale:!0,category:"people"},man_office_worker:{keywords:["business","manager","man","human"],char:"\u{1f468}\u200d\u{1f4bc}",fitzpatrick_scale:!0,category:"people"},woman_mechanic:{keywords:["plumber","woman","human","wrench"],char:"\u{1f469}\u200d\u{1f527}",fitzpatrick_scale:!0,category:"people"},man_mechanic:{keywords:["plumber","man","human","wrench"],char:"\u{1f468}\u200d\u{1f527}",fitzpatrick_scale:!0,category:"people"},woman_scientist:{keywords:["biologist","chemist","engineer","physicist","woman","human"],char:"\u{1f469}\u200d\u{1f52c}",fitzpatrick_scale:!0,category:"people"},man_scientist:{keywords:["biologist","chemist","engineer","physicist","man","human"],char:"\u{1f468}\u200d\u{1f52c}",fitzpatrick_scale:!0,category:"people"},woman_artist:{keywords:["painter","woman","human"],char:"\u{1f469}\u200d\u{1f3a8}",fitzpatrick_scale:!0,category:"people"},man_artist:{keywords:["painter","man","human"],char:"\u{1f468}\u200d\u{1f3a8}",fitzpatrick_scale:!0,category:"people"},woman_firefighter:{keywords:["fireman","woman","human"],char:"\u{1f469}\u200d\u{1f692}",fitzpatrick_scale:!0,category:"people"},man_firefighter:{keywords:["fireman","man","human"],char:"\u{1f468}\u200d\u{1f692}",fitzpatrick_scale:!0,category:"people"},woman_pilot:{keywords:["aviator","plane","woman","human"],char:"\u{1f469}\u200d\u2708\ufe0f",fitzpatrick_scale:!0,category:"people"},man_pilot:{keywords:["aviator","plane","man","human"],char:"\u{1f468}\u200d\u2708\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_astronaut:{keywords:["space","rocket","woman","human"],char:"\u{1f469}\u200d\u{1f680}",fitzpatrick_scale:!0,category:"people"},man_astronaut:{keywords:["space","rocket","man","human"],char:"\u{1f468}\u200d\u{1f680}",fitzpatrick_scale:!0,category:"people"},woman_judge:{keywords:["justice","court","woman","human"],char:"\u{1f469}\u200d\u2696\ufe0f",fitzpatrick_scale:!0,category:"people"},man_judge:{keywords:["justice","court","man","human"],char:"\u{1f468}\u200d\u2696\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_superhero:{keywords:["woman","female","good","heroine","superpowers"],char:"\u{1f9b8}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},man_superhero:{keywords:["man","male","good","hero","superpowers"],char:"\u{1f9b8}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_supervillain:{keywords:["woman","female","evil","bad","criminal","heroine","superpowers"],char:"\u{1f9b9}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},man_supervillain:{keywords:["man","male","evil","bad","criminal","hero","superpowers"],char:"\u{1f9b9}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},mrs_claus:{keywords:["woman","female","xmas","mother christmas"],char:"\u{1f936}",fitzpatrick_scale:!0,category:"people"},santa:{keywords:["festival","man","male","xmas","father christmas"],char:"\u{1f385}",fitzpatrick_scale:!0,category:"people"},sorceress:{keywords:["woman","female","mage","witch"],char:"\u{1f9d9}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},wizard:{keywords:["man","male","mage","sorcerer"],char:"\u{1f9d9}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_elf:{keywords:["woman","female"],char:"\u{1f9dd}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},man_elf:{keywords:["man","male"],char:"\u{1f9dd}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_vampire:{keywords:["woman","female"],char:"\u{1f9db}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},man_vampire:{keywords:["man","male","dracula"],char:"\u{1f9db}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_zombie:{keywords:["woman","female","undead","walking dead"],char:"\u{1f9df}\u200d\u2640\ufe0f",fitzpatrick_scale:!1,category:"people"},man_zombie:{keywords:["man","male","dracula","undead","walking dead"],char:"\u{1f9df}\u200d\u2642\ufe0f",fitzpatrick_scale:!1,category:"people"},woman_genie:{keywords:["woman","female"],char:"\u{1f9de}\u200d\u2640\ufe0f",fitzpatrick_scale:!1,category:"people"},man_genie:{keywords:["man","male"],char:"\u{1f9de}\u200d\u2642\ufe0f",fitzpatrick_scale:!1,category:"people"},mermaid:{keywords:["woman","female","merwoman","ariel"],char:"\u{1f9dc}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},merman:{keywords:["man","male","triton"],char:"\u{1f9dc}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_fairy:{keywords:["woman","female"],char:"\u{1f9da}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},man_fairy:{keywords:["man","male"],char:"\u{1f9da}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},angel:{keywords:["heaven","wings","halo"],char:"\u{1f47c}",fitzpatrick_scale:!0,category:"people"},pregnant_woman:{keywords:["baby"],char:"\u{1f930}",fitzpatrick_scale:!0,category:"people"},breastfeeding:{keywords:["nursing","baby"],char:"\u{1f931}",fitzpatrick_scale:!0,category:"people"},princess:{keywords:["girl","woman","female","blond","crown","royal","queen"],char:"\u{1f478}",fitzpatrick_scale:!0,category:"people"},prince:{keywords:["boy","man","male","crown","royal","king"],char:"\u{1f934}",fitzpatrick_scale:!0,category:"people"},bride_with_veil:{keywords:["couple","marriage","wedding","woman","bride"],char:"\u{1f470}",fitzpatrick_scale:!0,category:"people"},man_in_tuxedo:{keywords:["couple","marriage","wedding","groom"],char:"\u{1f935}",fitzpatrick_scale:!0,category:"people"},running_woman:{keywords:["woman","walking","exercise","race","running","female"],char:"\u{1f3c3}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},running_man:{keywords:["man","walking","exercise","race","running"],char:"\u{1f3c3}",fitzpatrick_scale:!0,category:"people"},walking_woman:{keywords:["human","feet","steps","woman","female"],char:"\u{1f6b6}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},walking_man:{keywords:["human","feet","steps"],char:"\u{1f6b6}",fitzpatrick_scale:!0,category:"people"},dancer:{keywords:["female","girl","woman","fun"],char:"\u{1f483}",fitzpatrick_scale:!0,category:"people"},man_dancing:{keywords:["male","boy","fun","dancer"],char:"\u{1f57a}",fitzpatrick_scale:!0,category:"people"},dancing_women:{keywords:["female","bunny","women","girls"],char:"\u{1f46f}",fitzpatrick_scale:!1,category:"people"},dancing_men:{keywords:["male","bunny","men","boys"],char:"\u{1f46f}\u200d\u2642\ufe0f",fitzpatrick_scale:!1,category:"people"},couple:{keywords:["pair","people","human","love","date","dating","like","affection","valentines","marriage"],char:"\u{1f46b}",fitzpatrick_scale:!1,category:"people"},two_men_holding_hands:{keywords:["pair","couple","love","like","bromance","friendship","people","human"],char:"\u{1f46c}",fitzpatrick_scale:!1,category:"people"},two_women_holding_hands:{keywords:["pair","friendship","couple","love","like","female","people","human"],char:"\u{1f46d}",fitzpatrick_scale:!1,category:"people"},bowing_woman:{keywords:["woman","female","girl"],char:"\u{1f647}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},bowing_man:{keywords:["man","male","boy"],char:"\u{1f647}",fitzpatrick_scale:!0,category:"people"},man_facepalming:{keywords:["man","male","boy","disbelief"],char:"\u{1f926}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_facepalming:{keywords:["woman","female","girl","disbelief"],char:"\u{1f926}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_shrugging:{keywords:["woman","female","girl","confused","indifferent","doubt"],char:"\u{1f937}",fitzpatrick_scale:!0,category:"people"},man_shrugging:{keywords:["man","male","boy","confused","indifferent","doubt"],char:"\u{1f937}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},tipping_hand_woman:{keywords:["female","girl","woman","human","information"],char:"\u{1f481}",fitzpatrick_scale:!0,category:"people"},tipping_hand_man:{keywords:["male","boy","man","human","information"],char:"\u{1f481}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},no_good_woman:{keywords:["female","girl","woman","nope"],char:"\u{1f645}",fitzpatrick_scale:!0,category:"people"},no_good_man:{keywords:["male","boy","man","nope"],char:"\u{1f645}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},ok_woman:{keywords:["women","girl","female","pink","human","woman"],char:"\u{1f646}",fitzpatrick_scale:!0,category:"people"},ok_man:{keywords:["men","boy","male","blue","human","man"],char:"\u{1f646}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},raising_hand_woman:{keywords:["female","girl","woman"],char:"\u{1f64b}",fitzpatrick_scale:!0,category:"people"},raising_hand_man:{keywords:["male","boy","man"],char:"\u{1f64b}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},pouting_woman:{keywords:["female","girl","woman"],char:"\u{1f64e}",fitzpatrick_scale:!0,category:"people"},pouting_man:{keywords:["male","boy","man"],char:"\u{1f64e}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},frowning_woman:{keywords:["female","girl","woman","sad","depressed","discouraged","unhappy"],char:"\u{1f64d}",fitzpatrick_scale:!0,category:"people"},frowning_man:{keywords:["male","boy","man","sad","depressed","discouraged","unhappy"],char:"\u{1f64d}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},haircut_woman:{keywords:["female","girl","woman"],char:"\u{1f487}",fitzpatrick_scale:!0,category:"people"},haircut_man:{keywords:["male","boy","man"],char:"\u{1f487}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},massage_woman:{keywords:["female","girl","woman","head"],char:"\u{1f486}",fitzpatrick_scale:!0,category:"people"},massage_man:{keywords:["male","boy","man","head"],char:"\u{1f486}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},woman_in_steamy_room:{keywords:["female","woman","spa","steamroom","sauna"],char:"\u{1f9d6}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"people"},man_in_steamy_room:{keywords:["male","man","spa","steamroom","sauna"],char:"\u{1f9d6}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"people"},couple_with_heart_woman_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:"\u{1f491}",fitzpatrick_scale:!1,category:"people"},couple_with_heart_woman_woman:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:"\u{1f469}\u200d\u2764\ufe0f\u200d\u{1f469}",fitzpatrick_scale:!1,category:"people"},couple_with_heart_man_man:{keywords:["pair","love","like","affection","human","dating","valentines","marriage"],char:"\u{1f468}\u200d\u2764\ufe0f\u200d\u{1f468}",fitzpatrick_scale:!1,category:"people"},couplekiss_man_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:"\u{1f48f}",fitzpatrick_scale:!1,category:"people"},couplekiss_woman_woman:{keywords:["pair","valentines","love","like","dating","marriage"],char:"\u{1f469}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f469}",fitzpatrick_scale:!1,category:"people"},couplekiss_man_man:{keywords:["pair","valentines","love","like","dating","marriage"],char:"\u{1f468}\u200d\u2764\ufe0f\u200d\u{1f48b}\u200d\u{1f468}",fitzpatrick_scale:!1,category:"people"},family_man_woman_boy:{keywords:["home","parents","child","mom","dad","father","mother","people","human"],char:"\u{1f46a}",fitzpatrick_scale:!1,category:"people"},family_man_woman_girl:{keywords:["home","parents","people","human","child"],char:"\u{1f468}\u200d\u{1f469}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_man_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f469}\u200d\u{1f466}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_woman_woman_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f469}\u200d\u{1f469}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_woman_woman_girl:{keywords:["home","parents","people","human","children"],char:"\u{1f469}\u200d\u{1f469}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_woman_woman_girl_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f469}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_woman_woman_boy_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f469}\u200d\u{1f469}\u200d\u{1f466}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_woman_woman_girl_girl:{keywords:["home","parents","people","human","children"],char:"\u{1f469}\u200d\u{1f469}\u200d\u{1f467}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_man_man_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f468}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_man_girl:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f468}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_man_man_girl_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f468}\u200d\u{1f467}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_man_boy_boy:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f468}\u200d\u{1f466}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_man_girl_girl:{keywords:["home","parents","people","human","children"],char:"\u{1f468}\u200d\u{1f468}\u200d\u{1f467}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_woman_boy:{keywords:["home","parent","people","human","child"],char:"\u{1f469}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_woman_girl:{keywords:["home","parent","people","human","child"],char:"\u{1f469}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_woman_girl_boy:{keywords:["home","parent","people","human","children"],char:"\u{1f469}\u200d\u{1f467}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_woman_boy_boy:{keywords:["home","parent","people","human","children"],char:"\u{1f469}\u200d\u{1f466}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_woman_girl_girl:{keywords:["home","parent","people","human","children"],char:"\u{1f469}\u200d\u{1f467}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_man_boy:{keywords:["home","parent","people","human","child"],char:"\u{1f468}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_girl:{keywords:["home","parent","people","human","child"],char:"\u{1f468}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},family_man_girl_boy:{keywords:["home","parent","people","human","children"],char:"\u{1f468}\u200d\u{1f467}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_boy_boy:{keywords:["home","parent","people","human","children"],char:"\u{1f468}\u200d\u{1f466}\u200d\u{1f466}",fitzpatrick_scale:!1,category:"people"},family_man_girl_girl:{keywords:["home","parent","people","human","children"],char:"\u{1f468}\u200d\u{1f467}\u200d\u{1f467}",fitzpatrick_scale:!1,category:"people"},yarn:{keywords:["ball","crochet","knit"],char:"\u{1f9f6}",fitzpatrick_scale:!1,category:"people"},thread:{keywords:["needle","sewing","spool","string"],char:"\u{1f9f5}",fitzpatrick_scale:!1,category:"people"},coat:{keywords:["jacket"],char:"\u{1f9e5}",fitzpatrick_scale:!1,category:"people"},labcoat:{keywords:["doctor","experiment","scientist","chemist"],char:"\u{1f97c}",fitzpatrick_scale:!1,category:"people"},womans_clothes:{keywords:["fashion","shopping_bags","female"],char:"\u{1f45a}",fitzpatrick_scale:!1,category:"people"},tshirt:{keywords:["fashion","cloth","casual","shirt","tee"],char:"\u{1f455}",fitzpatrick_scale:!1,category:"people"},jeans:{keywords:["fashion","shopping"],char:"\u{1f456}",fitzpatrick_scale:!1,category:"people"},necktie:{keywords:["shirt","suitup","formal","fashion","cloth","business"],char:"\u{1f454}",fitzpatrick_scale:!1,category:"people"},dress:{keywords:["clothes","fashion","shopping"],char:"\u{1f457}",fitzpatrick_scale:!1,category:"people"},bikini:{keywords:["swimming","female","woman","girl","fashion","beach","summer"],char:"\u{1f459}",fitzpatrick_scale:!1,category:"people"},kimono:{keywords:["dress","fashion","women","female","japanese"],char:"\u{1f458}",fitzpatrick_scale:!1,category:"people"},lipstick:{keywords:["female","girl","fashion","woman"],char:"\u{1f484}",fitzpatrick_scale:!1,category:"people"},kiss:{keywords:["face","lips","love","like","affection","valentines"],char:"\u{1f48b}",fitzpatrick_scale:!1,category:"people"},footprints:{keywords:["feet","tracking","walking","beach"],char:"\u{1f463}",fitzpatrick_scale:!1,category:"people"},flat_shoe:{keywords:["ballet","slip-on","slipper"],char:"\u{1f97f}",fitzpatrick_scale:!1,category:"people"},high_heel:{keywords:["fashion","shoes","female","pumps","stiletto"],char:"\u{1f460}",fitzpatrick_scale:!1,category:"people"},sandal:{keywords:["shoes","fashion","flip flops"],char:"\u{1f461}",fitzpatrick_scale:!1,category:"people"},boot:{keywords:["shoes","fashion"],char:"\u{1f462}",fitzpatrick_scale:!1,category:"people"},mans_shoe:{keywords:["fashion","male"],char:"\u{1f45e}",fitzpatrick_scale:!1,category:"people"},athletic_shoe:{keywords:["shoes","sports","sneakers"],char:"\u{1f45f}",fitzpatrick_scale:!1,category:"people"},hiking_boot:{keywords:["backpacking","camping","hiking"],char:"\u{1f97e}",fitzpatrick_scale:!1,category:"people"},socks:{keywords:["stockings","clothes"],char:"\u{1f9e6}",fitzpatrick_scale:!1,category:"people"},gloves:{keywords:["hands","winter","clothes"],char:"\u{1f9e4}",fitzpatrick_scale:!1,category:"people"},scarf:{keywords:["neck","winter","clothes"],char:"\u{1f9e3}",fitzpatrick_scale:!1,category:"people"},womans_hat:{keywords:["fashion","accessories","female","lady","spring"],char:"\u{1f452}",fitzpatrick_scale:!1,category:"people"},tophat:{keywords:["magic","gentleman","classy","circus"],char:"\u{1f3a9}",fitzpatrick_scale:!1,category:"people"},billed_hat:{keywords:["cap","baseball"],char:"\u{1f9e2}",fitzpatrick_scale:!1,category:"people"},rescue_worker_helmet:{keywords:["construction","build"],char:"\u26d1",fitzpatrick_scale:!1,category:"people"},mortar_board:{keywords:["school","college","degree","university","graduation","cap","hat","legal","learn","education"],char:"\u{1f393}",fitzpatrick_scale:!1,category:"people"},crown:{keywords:["king","kod","leader","royalty","lord"],char:"\u{1f451}",fitzpatrick_scale:!1,category:"people"},school_satchel:{keywords:["student","education","bag","backpack"],char:"\u{1f392}",fitzpatrick_scale:!1,category:"people"},luggage:{keywords:["packing","travel"],char:"\u{1f9f3}",fitzpatrick_scale:!1,category:"people"},pouch:{keywords:["bag","accessories","shopping"],char:"\u{1f45d}",fitzpatrick_scale:!1,category:"people"},purse:{keywords:["fashion","accessories","money","sales","shopping"],char:"\u{1f45b}",fitzpatrick_scale:!1,category:"people"},handbag:{keywords:["fashion","accessory","accessories","shopping"],char:"\u{1f45c}",fitzpatrick_scale:!1,category:"people"},briefcase:{keywords:["business","documents","work","law","legal","job","career"],char:"\u{1f4bc}",fitzpatrick_scale:!1,category:"people"},eyeglasses:{keywords:["fashion","accessories","eyesight","nerdy","dork","geek"],char:"\u{1f453}",fitzpatrick_scale:!1,category:"people"},dark_sunglasses:{keywords:["face","cool","accessories"],char:"\u{1f576}",fitzpatrick_scale:!1,category:"people"},goggles:{keywords:["eyes","protection","safety"],char:"\u{1f97d}",fitzpatrick_scale:!1,category:"people"},ring:{keywords:["wedding","propose","marriage","valentines","diamond","fashion","jewelry","gem","engagement"],char:"\u{1f48d}",fitzpatrick_scale:!1,category:"people"},closed_umbrella:{keywords:["weather","rain","drizzle"],char:"\u{1f302}",fitzpatrick_scale:!1,category:"people"},dog:{keywords:["animal","friend","nature","woof","puppy","pet","faithful"],char:"\u{1f436}",fitzpatrick_scale:!1,category:"animals_and_nature"},cat:{keywords:["animal","meow","nature","pet","kitten"],char:"\u{1f431}",fitzpatrick_scale:!1,category:"animals_and_nature"},mouse:{keywords:["animal","nature","cheese_wedge","rodent"],char:"\u{1f42d}",fitzpatrick_scale:!1,category:"animals_and_nature"},hamster:{keywords:["animal","nature"],char:"\u{1f439}",fitzpatrick_scale:!1,category:"animals_and_nature"},rabbit:{keywords:["animal","nature","pet","spring","magic","bunny"],char:"\u{1f430}",fitzpatrick_scale:!1,category:"animals_and_nature"},fox_face:{keywords:["animal","nature","face"],char:"\u{1f98a}",fitzpatrick_scale:!1,category:"animals_and_nature"},bear:{keywords:["animal","nature","wild"],char:"\u{1f43b}",fitzpatrick_scale:!1,category:"animals_and_nature"},panda_face:{keywords:["animal","nature","panda"],char:"\u{1f43c}",fitzpatrick_scale:!1,category:"animals_and_nature"},koala:{keywords:["animal","nature"],char:"\u{1f428}",fitzpatrick_scale:!1,category:"animals_and_nature"},tiger:{keywords:["animal","cat","danger","wild","nature","roar"],char:"\u{1f42f}",fitzpatrick_scale:!1,category:"animals_and_nature"},lion:{keywords:["animal","nature"],char:"\u{1f981}",fitzpatrick_scale:!1,category:"animals_and_nature"},cow:{keywords:["beef","ox","animal","nature","moo","milk"],char:"\u{1f42e}",fitzpatrick_scale:!1,category:"animals_and_nature"},pig:{keywords:["animal","oink","nature"],char:"\u{1f437}",fitzpatrick_scale:!1,category:"animals_and_nature"},pig_nose:{keywords:["animal","oink"],char:"\u{1f43d}",fitzpatrick_scale:!1,category:"animals_and_nature"},frog:{keywords:["animal","nature","croak","toad"],char:"\u{1f438}",fitzpatrick_scale:!1,category:"animals_and_nature"},squid:{keywords:["animal","nature","ocean","sea"],char:"\u{1f991}",fitzpatrick_scale:!1,category:"animals_and_nature"},octopus:{keywords:["animal","creature","ocean","sea","nature","beach"],char:"\u{1f419}",fitzpatrick_scale:!1,category:"animals_and_nature"},shrimp:{keywords:["animal","ocean","nature","seafood"],char:"\u{1f990}",fitzpatrick_scale:!1,category:"animals_and_nature"},monkey_face:{keywords:["animal","nature","circus"],char:"\u{1f435}",fitzpatrick_scale:!1,category:"animals_and_nature"},gorilla:{keywords:["animal","nature","circus"],char:"\u{1f98d}",fitzpatrick_scale:!1,category:"animals_and_nature"},see_no_evil:{keywords:["monkey","animal","nature","haha"],char:"\u{1f648}",fitzpatrick_scale:!1,category:"animals_and_nature"},hear_no_evil:{keywords:["animal","monkey","nature"],char:"\u{1f649}",fitzpatrick_scale:!1,category:"animals_and_nature"},speak_no_evil:{keywords:["monkey","animal","nature","omg"],char:"\u{1f64a}",fitzpatrick_scale:!1,category:"animals_and_nature"},monkey:{keywords:["animal","nature","banana","circus"],char:"\u{1f412}",fitzpatrick_scale:!1,category:"animals_and_nature"},chicken:{keywords:["animal","cluck","nature","bird"],char:"\u{1f414}",fitzpatrick_scale:!1,category:"animals_and_nature"},penguin:{keywords:["animal","nature"],char:"\u{1f427}",fitzpatrick_scale:!1,category:"animals_and_nature"},bird:{keywords:["animal","nature","fly","tweet","spring"],char:"\u{1f426}",fitzpatrick_scale:!1,category:"animals_and_nature"},baby_chick:{keywords:["animal","chicken","bird"],char:"\u{1f424}",fitzpatrick_scale:!1,category:"animals_and_nature"},hatching_chick:{keywords:["animal","chicken","egg","born","baby","bird"],char:"\u{1f423}",fitzpatrick_scale:!1,category:"animals_and_nature"},hatched_chick:{keywords:["animal","chicken","baby","bird"],char:"\u{1f425}",fitzpatrick_scale:!1,category:"animals_and_nature"},duck:{keywords:["animal","nature","bird","mallard"],char:"\u{1f986}",fitzpatrick_scale:!1,category:"animals_and_nature"},eagle:{keywords:["animal","nature","bird"],char:"\u{1f985}",fitzpatrick_scale:!1,category:"animals_and_nature"},owl:{keywords:["animal","nature","bird","hoot"],char:"\u{1f989}",fitzpatrick_scale:!1,category:"animals_and_nature"},bat:{keywords:["animal","nature","blind","vampire"],char:"\u{1f987}",fitzpatrick_scale:!1,category:"animals_and_nature"},wolf:{keywords:["animal","nature","wild"],char:"\u{1f43a}",fitzpatrick_scale:!1,category:"animals_and_nature"},boar:{keywords:["animal","nature"],char:"\u{1f417}",fitzpatrick_scale:!1,category:"animals_and_nature"},horse:{keywords:["animal","brown","nature"],char:"\u{1f434}",fitzpatrick_scale:!1,category:"animals_and_nature"},unicorn:{keywords:["animal","nature","mystical"],char:"\u{1f984}",fitzpatrick_scale:!1,category:"animals_and_nature"},honeybee:{keywords:["animal","insect","nature","bug","spring","honey"],char:"\u{1f41d}",fitzpatrick_scale:!1,category:"animals_and_nature"},bug:{keywords:["animal","insect","nature","worm"],char:"\u{1f41b}",fitzpatrick_scale:!1,category:"animals_and_nature"},butterfly:{keywords:["animal","insect","nature","caterpillar"],char:"\u{1f98b}",fitzpatrick_scale:!1,category:"animals_and_nature"},snail:{keywords:["slow","animal","shell"],char:"\u{1f40c}",fitzpatrick_scale:!1,category:"animals_and_nature"},beetle:{keywords:["animal","insect","nature","ladybug"],char:"\u{1f41e}",fitzpatrick_scale:!1,category:"animals_and_nature"},ant:{keywords:["animal","insect","nature","bug"],char:"\u{1f41c}",fitzpatrick_scale:!1,category:"animals_and_nature"},grasshopper:{keywords:["animal","cricket","chirp"],char:"\u{1f997}",fitzpatrick_scale:!1,category:"animals_and_nature"},spider:{keywords:["animal","arachnid"],char:"\u{1f577}",fitzpatrick_scale:!1,category:"animals_and_nature"},scorpion:{keywords:["animal","arachnid"],char:"\u{1f982}",fitzpatrick_scale:!1,category:"animals_and_nature"},crab:{keywords:["animal","crustacean"],char:"\u{1f980}",fitzpatrick_scale:!1,category:"animals_and_nature"},snake:{keywords:["animal","evil","nature","hiss","python"],char:"\u{1f40d}",fitzpatrick_scale:!1,category:"animals_and_nature"},lizard:{keywords:["animal","nature","reptile"],char:"\u{1f98e}",fitzpatrick_scale:!1,category:"animals_and_nature"},"t-rex":{keywords:["animal","nature","dinosaur","tyrannosaurus","extinct"],char:"\u{1f996}",fitzpatrick_scale:!1,category:"animals_and_nature"},sauropod:{keywords:["animal","nature","dinosaur","brachiosaurus","brontosaurus","diplodocus","extinct"],char:"\u{1f995}",fitzpatrick_scale:!1,category:"animals_and_nature"},turtle:{keywords:["animal","slow","nature","tortoise"],char:"\u{1f422}",fitzpatrick_scale:!1,category:"animals_and_nature"},tropical_fish:{keywords:["animal","swim","ocean","beach","nemo"],char:"\u{1f420}",fitzpatrick_scale:!1,category:"animals_and_nature"},fish:{keywords:["animal","food","nature"],char:"\u{1f41f}",fitzpatrick_scale:!1,category:"animals_and_nature"},blowfish:{keywords:["animal","nature","food","sea","ocean"],char:"\u{1f421}",fitzpatrick_scale:!1,category:"animals_and_nature"},dolphin:{keywords:["animal","nature","fish","sea","ocean","flipper","fins","beach"],char:"\u{1f42c}",fitzpatrick_scale:!1,category:"animals_and_nature"},shark:{keywords:["animal","nature","fish","sea","ocean","jaws","fins","beach"],char:"\u{1f988}",fitzpatrick_scale:!1,category:"animals_and_nature"},whale:{keywords:["animal","nature","sea","ocean"],char:"\u{1f433}",fitzpatrick_scale:!1,category:"animals_and_nature"},whale2:{keywords:["animal","nature","sea","ocean"],char:"\u{1f40b}",fitzpatrick_scale:!1,category:"animals_and_nature"},crocodile:{keywords:["animal","nature","reptile","lizard","alligator"],char:"\u{1f40a}",fitzpatrick_scale:!1,category:"animals_and_nature"},leopard:{keywords:["animal","nature"],char:"\u{1f406}",fitzpatrick_scale:!1,category:"animals_and_nature"},zebra:{keywords:["animal","nature","stripes","safari"],char:"\u{1f993}",fitzpatrick_scale:!1,category:"animals_and_nature"},tiger2:{keywords:["animal","nature","roar"],char:"\u{1f405}",fitzpatrick_scale:!1,category:"animals_and_nature"},water_buffalo:{keywords:["animal","nature","ox","cow"],char:"\u{1f403}",fitzpatrick_scale:!1,category:"animals_and_nature"},ox:{keywords:["animal","cow","beef"],char:"\u{1f402}",fitzpatrick_scale:!1,category:"animals_and_nature"},cow2:{keywords:["beef","ox","animal","nature","moo","milk"],char:"\u{1f404}",fitzpatrick_scale:!1,category:"animals_and_nature"},deer:{keywords:["animal","nature","horns","venison"],char:"\u{1f98c}",fitzpatrick_scale:!1,category:"animals_and_nature"},dromedary_camel:{keywords:["animal","hot","desert","hump"],char:"\u{1f42a}",fitzpatrick_scale:!1,category:"animals_and_nature"},camel:{keywords:["animal","nature","hot","desert","hump"],char:"\u{1f42b}",fitzpatrick_scale:!1,category:"animals_and_nature"},giraffe:{keywords:["animal","nature","spots","safari"],char:"\u{1f992}",fitzpatrick_scale:!1,category:"animals_and_nature"},elephant:{keywords:["animal","nature","nose","th","circus"],char:"\u{1f418}",fitzpatrick_scale:!1,category:"animals_and_nature"},rhinoceros:{keywords:["animal","nature","horn"],char:"\u{1f98f}",fitzpatrick_scale:!1,category:"animals_and_nature"},goat:{keywords:["animal","nature"],char:"\u{1f410}",fitzpatrick_scale:!1,category:"animals_and_nature"},ram:{keywords:["animal","sheep","nature"],char:"\u{1f40f}",fitzpatrick_scale:!1,category:"animals_and_nature"},sheep:{keywords:["animal","nature","wool","shipit"],char:"\u{1f411}",fitzpatrick_scale:!1,category:"animals_and_nature"},racehorse:{keywords:["animal","gamble","luck"],char:"\u{1f40e}",fitzpatrick_scale:!1,category:"animals_and_nature"},pig2:{keywords:["animal","nature"],char:"\u{1f416}",fitzpatrick_scale:!1,category:"animals_and_nature"},rat:{keywords:["animal","mouse","rodent"],char:"\u{1f400}",fitzpatrick_scale:!1,category:"animals_and_nature"},mouse2:{keywords:["animal","nature","rodent"],char:"\u{1f401}",fitzpatrick_scale:!1,category:"animals_and_nature"},rooster:{keywords:["animal","nature","chicken"],char:"\u{1f413}",fitzpatrick_scale:!1,category:"animals_and_nature"},turkey:{keywords:["animal","bird"],char:"\u{1f983}",fitzpatrick_scale:!1,category:"animals_and_nature"},dove:{keywords:["animal","bird"],char:"\u{1f54a}",fitzpatrick_scale:!1,category:"animals_and_nature"},dog2:{keywords:["animal","nature","friend","doge","pet","faithful"],char:"\u{1f415}",fitzpatrick_scale:!1,category:"animals_and_nature"},poodle:{keywords:["dog","animal","101","nature","pet"],char:"\u{1f429}",fitzpatrick_scale:!1,category:"animals_and_nature"},cat2:{keywords:["animal","meow","pet","cats"],char:"\u{1f408}",fitzpatrick_scale:!1,category:"animals_and_nature"},rabbit2:{keywords:["animal","nature","pet","magic","spring"],char:"\u{1f407}",fitzpatrick_scale:!1,category:"animals_and_nature"},chipmunk:{keywords:["animal","nature","rodent","squirrel"],char:"\u{1f43f}",fitzpatrick_scale:!1,category:"animals_and_nature"},hedgehog:{keywords:["animal","nature","spiny"],char:"\u{1f994}",fitzpatrick_scale:!1,category:"animals_and_nature"},raccoon:{keywords:["animal","nature"],char:"\u{1f99d}",fitzpatrick_scale:!1,category:"animals_and_nature"},llama:{keywords:["animal","nature","alpaca"],char:"\u{1f999}",fitzpatrick_scale:!1,category:"animals_and_nature"},hippopotamus:{keywords:["animal","nature"],char:"\u{1f99b}",fitzpatrick_scale:!1,category:"animals_and_nature"},kangaroo:{keywords:["animal","nature","australia","joey","hop","marsupial"],char:"\u{1f998}",fitzpatrick_scale:!1,category:"animals_and_nature"},badger:{keywords:["animal","nature","honey"],char:"\u{1f9a1}",fitzpatrick_scale:!1,category:"animals_and_nature"},swan:{keywords:["animal","nature","bird"],char:"\u{1f9a2}",fitzpatrick_scale:!1,category:"animals_and_nature"},peacock:{keywords:["animal","nature","peahen","bird"],char:"\u{1f99a}",fitzpatrick_scale:!1,category:"animals_and_nature"},parrot:{keywords:["animal","nature","bird","pirate","talk"],char:"\u{1f99c}",fitzpatrick_scale:!1,category:"animals_and_nature"},lobster:{keywords:["animal","nature","bisque","claws","seafood"],char:"\u{1f99e}",fitzpatrick_scale:!1,category:"animals_and_nature"},mosquito:{keywords:["animal","nature","insect","malaria"],char:"\u{1f99f}",fitzpatrick_scale:!1,category:"animals_and_nature"},paw_prints:{keywords:["animal","tracking","footprints","dog","cat","pet","feet"],char:"\u{1f43e}",fitzpatrick_scale:!1,category:"animals_and_nature"},dragon:{keywords:["animal","myth","nature","chinese","green"],char:"\u{1f409}",fitzpatrick_scale:!1,category:"animals_and_nature"},dragon_face:{keywords:["animal","myth","nature","chinese","green"],char:"\u{1f432}",fitzpatrick_scale:!1,category:"animals_and_nature"},cactus:{keywords:["vegetable","plant","nature"],char:"\u{1f335}",fitzpatrick_scale:!1,category:"animals_and_nature"},christmas_tree:{keywords:["festival","vacation","december","xmas","celebration"],char:"\u{1f384}",fitzpatrick_scale:!1,category:"animals_and_nature"},evergreen_tree:{keywords:["plant","nature"],char:"\u{1f332}",fitzpatrick_scale:!1,category:"animals_and_nature"},deciduous_tree:{keywords:["plant","nature"],char:"\u{1f333}",fitzpatrick_scale:!1,category:"animals_and_nature"},palm_tree:{keywords:["plant","vegetable","nature","summer","beach","mojito","tropical"],char:"\u{1f334}",fitzpatrick_scale:!1,category:"animals_and_nature"},seedling:{keywords:["plant","nature","grass","lawn","spring"],char:"\u{1f331}",fitzpatrick_scale:!1,category:"animals_and_nature"},herb:{keywords:["vegetable","plant","medicine","weed","grass","lawn"],char:"\u{1f33f}",fitzpatrick_scale:!1,category:"animals_and_nature"},shamrock:{keywords:["vegetable","plant","nature","irish","clover"],char:"\u2618",fitzpatrick_scale:!1,category:"animals_and_nature"},four_leaf_clover:{keywords:["vegetable","plant","nature","lucky","irish"],char:"\u{1f340}",fitzpatrick_scale:!1,category:"animals_and_nature"},bamboo:{keywords:["plant","nature","vegetable","panda","pine_decoration"],char:"\u{1f38d}",fitzpatrick_scale:!1,category:"animals_and_nature"},tanabata_tree:{keywords:["plant","nature","branch","summer"],char:"\u{1f38b}",fitzpatrick_scale:!1,category:"animals_and_nature"},leaves:{keywords:["nature","plant","tree","vegetable","grass","lawn","spring"],char:"\u{1f343}",fitzpatrick_scale:!1,category:"animals_and_nature"},fallen_leaf:{keywords:["nature","plant","vegetable","leaves"],char:"\u{1f342}",fitzpatrick_scale:!1,category:"animals_and_nature"},maple_leaf:{keywords:["nature","plant","vegetable","ca","fall"],char:"\u{1f341}",fitzpatrick_scale:!1,category:"animals_and_nature"},ear_of_rice:{keywords:["nature","plant"],char:"\u{1f33e}",fitzpatrick_scale:!1,category:"animals_and_nature"},hibiscus:{keywords:["plant","vegetable","flowers","beach"],char:"\u{1f33a}",fitzpatrick_scale:!1,category:"animals_and_nature"},sunflower:{keywords:["nature","plant","fall"],char:"\u{1f33b}",fitzpatrick_scale:!1,category:"animals_and_nature"},rose:{keywords:["flowers","valentines","love","spring"],char:"\u{1f339}",fitzpatrick_scale:!1,category:"animals_and_nature"},wilted_flower:{keywords:["plant","nature","flower"],char:"\u{1f940}",fitzpatrick_scale:!1,category:"animals_and_nature"},tulip:{keywords:["flowers","plant","nature","summer","spring"],char:"\u{1f337}",fitzpatrick_scale:!1,category:"animals_and_nature"},blossom:{keywords:["nature","flowers","yellow"],char:"\u{1f33c}",fitzpatrick_scale:!1,category:"animals_and_nature"},cherry_blossom:{keywords:["nature","plant","spring","flower"],char:"\u{1f338}",fitzpatrick_scale:!1,category:"animals_and_nature"},bouquet:{keywords:["flowers","nature","spring"],char:"\u{1f490}",fitzpatrick_scale:!1,category:"animals_and_nature"},mushroom:{keywords:["plant","vegetable"],char:"\u{1f344}",fitzpatrick_scale:!1,category:"animals_and_nature"},chestnut:{keywords:["food","squirrel"],char:"\u{1f330}",fitzpatrick_scale:!1,category:"animals_and_nature"},jack_o_lantern:{keywords:["halloween","light","pumpkin","creepy","fall"],char:"\u{1f383}",fitzpatrick_scale:!1,category:"animals_and_nature"},shell:{keywords:["nature","sea","beach"],char:"\u{1f41a}",fitzpatrick_scale:!1,category:"animals_and_nature"},spider_web:{keywords:["animal","insect","arachnid","silk"],char:"\u{1f578}",fitzpatrick_scale:!1,category:"animals_and_nature"},earth_americas:{keywords:["globe","world","USA","international"],char:"\u{1f30e}",fitzpatrick_scale:!1,category:"animals_and_nature"},earth_africa:{keywords:["globe","world","international"],char:"\u{1f30d}",fitzpatrick_scale:!1,category:"animals_and_nature"},earth_asia:{keywords:["globe","world","east","international"],char:"\u{1f30f}",fitzpatrick_scale:!1,category:"animals_and_nature"},full_moon:{keywords:["nature","yellow","twilight","planet","space","night","evening","sleep"],char:"\u{1f315}",fitzpatrick_scale:!1,category:"animals_and_nature"},waning_gibbous_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep","waxing_gibbous_moon"],char:"\u{1f316}",fitzpatrick_scale:!1,category:"animals_and_nature"},last_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f317}",fitzpatrick_scale:!1,category:"animals_and_nature"},waning_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f318}",fitzpatrick_scale:!1,category:"animals_and_nature"},new_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f311}",fitzpatrick_scale:!1,category:"animals_and_nature"},waxing_crescent_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f312}",fitzpatrick_scale:!1,category:"animals_and_nature"},first_quarter_moon:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f313}",fitzpatrick_scale:!1,category:"animals_and_nature"},waxing_gibbous_moon:{keywords:["nature","night","sky","gray","twilight","planet","space","evening","sleep"],char:"\u{1f314}",fitzpatrick_scale:!1,category:"animals_and_nature"},new_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f31a}",fitzpatrick_scale:!1,category:"animals_and_nature"},full_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f31d}",fitzpatrick_scale:!1,category:"animals_and_nature"},first_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f31b}",fitzpatrick_scale:!1,category:"animals_and_nature"},last_quarter_moon_with_face:{keywords:["nature","twilight","planet","space","night","evening","sleep"],char:"\u{1f31c}",fitzpatrick_scale:!1,category:"animals_and_nature"},sun_with_face:{keywords:["nature","morning","sky"],char:"\u{1f31e}",fitzpatrick_scale:!1,category:"animals_and_nature"},crescent_moon:{keywords:["night","sleep","sky","evening","magic"],char:"\u{1f319}",fitzpatrick_scale:!1,category:"animals_and_nature"},star:{keywords:["night","yellow"],char:"\u2b50",fitzpatrick_scale:!1,category:"animals_and_nature"},star2:{keywords:["night","sparkle","awesome","good","magic"],char:"\u{1f31f}",fitzpatrick_scale:!1,category:"animals_and_nature"},dizzy:{keywords:["star","sparkle","shoot","magic"],char:"\u{1f4ab}",fitzpatrick_scale:!1,category:"animals_and_nature"},sparkles:{keywords:["stars","shine","shiny","cool","awesome","good","magic"],char:"\u2728",fitzpatrick_scale:!1,category:"animals_and_nature"},comet:{keywords:["space"],char:"\u2604",fitzpatrick_scale:!1,category:"animals_and_nature"},sunny:{keywords:["weather","nature","brightness","summer","beach","spring"],char:"\u2600\ufe0f",fitzpatrick_scale:!1,category:"animals_and_nature"},sun_behind_small_cloud:{keywords:["weather"],char:"\u{1f324}",fitzpatrick_scale:!1,category:"animals_and_nature"},partly_sunny:{keywords:["weather","nature","cloudy","morning","fall","spring"],char:"\u26c5",fitzpatrick_scale:!1,category:"animals_and_nature"},sun_behind_large_cloud:{keywords:["weather"],char:"\u{1f325}",fitzpatrick_scale:!1,category:"animals_and_nature"},sun_behind_rain_cloud:{keywords:["weather"],char:"\u{1f326}",fitzpatrick_scale:!1,category:"animals_and_nature"},cloud:{keywords:["weather","sky"],char:"\u2601\ufe0f",fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_rain:{keywords:["weather"],char:"\u{1f327}",fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_lightning_and_rain:{keywords:["weather","lightning"],char:"\u26c8",fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_lightning:{keywords:["weather","thunder"],char:"\u{1f329}",fitzpatrick_scale:!1,category:"animals_and_nature"},zap:{keywords:["thunder","weather","lightning bolt","fast"],char:"\u26a1",fitzpatrick_scale:!1,category:"animals_and_nature"},fire:{keywords:["hot","cook","flame"],char:"\u{1f525}",fitzpatrick_scale:!1,category:"animals_and_nature"},boom:{keywords:["bomb","explode","explosion","collision","blown"],char:"\u{1f4a5}",fitzpatrick_scale:!1,category:"animals_and_nature"},snowflake:{keywords:["winter","season","cold","weather","christmas","xmas"],char:"\u2744\ufe0f",fitzpatrick_scale:!1,category:"animals_and_nature"},cloud_with_snow:{keywords:["weather"],char:"\u{1f328}",fitzpatrick_scale:!1,category:"animals_and_nature"},snowman:{keywords:["winter","season","cold","weather","christmas","xmas","frozen","without_snow"],char:"\u26c4",fitzpatrick_scale:!1,category:"animals_and_nature"},snowman_with_snow:{keywords:["winter","season","cold","weather","christmas","xmas","frozen"],char:"\u2603",fitzpatrick_scale:!1,category:"animals_and_nature"},wind_face:{keywords:["gust","air"],char:"\u{1f32c}",fitzpatrick_scale:!1,category:"animals_and_nature"},dash:{keywords:["wind","air","fast","shoo","fart","smoke","puff"],char:"\u{1f4a8}",fitzpatrick_scale:!1,category:"animals_and_nature"},tornado:{keywords:["weather","cyclone","twister"],char:"\u{1f32a}",fitzpatrick_scale:!1,category:"animals_and_nature"},fog:{keywords:["weather"],char:"\u{1f32b}",fitzpatrick_scale:!1,category:"animals_and_nature"},open_umbrella:{keywords:["weather","spring"],char:"\u2602",fitzpatrick_scale:!1,category:"animals_and_nature"},umbrella:{keywords:["rainy","weather","spring"],char:"\u2614",fitzpatrick_scale:!1,category:"animals_and_nature"},droplet:{keywords:["water","drip","faucet","spring"],char:"\u{1f4a7}",fitzpatrick_scale:!1,category:"animals_and_nature"},sweat_drops:{keywords:["water","drip","oops"],char:"\u{1f4a6}",fitzpatrick_scale:!1,category:"animals_and_nature"},ocean:{keywords:["sea","water","wave","nature","tsunami","disaster"],char:"\u{1f30a}",fitzpatrick_scale:!1,category:"animals_and_nature"},green_apple:{keywords:["fruit","nature"],char:"\u{1f34f}",fitzpatrick_scale:!1,category:"food_and_drink"},apple:{keywords:["fruit","mac","school"],char:"\u{1f34e}",fitzpatrick_scale:!1,category:"food_and_drink"},pear:{keywords:["fruit","nature","food"],char:"\u{1f350}",fitzpatrick_scale:!1,category:"food_and_drink"},tangerine:{keywords:["food","fruit","nature","orange"],char:"\u{1f34a}",fitzpatrick_scale:!1,category:"food_and_drink"},lemon:{keywords:["fruit","nature"],char:"\u{1f34b}",fitzpatrick_scale:!1,category:"food_and_drink"},banana:{keywords:["fruit","food","monkey"],char:"\u{1f34c}",fitzpatrick_scale:!1,category:"food_and_drink"},watermelon:{keywords:["fruit","food","picnic","summer"],char:"\u{1f349}",fitzpatrick_scale:!1,category:"food_and_drink"},grapes:{keywords:["fruit","food","wine"],char:"\u{1f347}",fitzpatrick_scale:!1,category:"food_and_drink"},strawberry:{keywords:["fruit","food","nature"],char:"\u{1f353}",fitzpatrick_scale:!1,category:"food_and_drink"},melon:{keywords:["fruit","nature","food"],char:"\u{1f348}",fitzpatrick_scale:!1,category:"food_and_drink"},cherries:{keywords:["food","fruit"],char:"\u{1f352}",fitzpatrick_scale:!1,category:"food_and_drink"},peach:{keywords:["fruit","nature","food"],char:"\u{1f351}",fitzpatrick_scale:!1,category:"food_and_drink"},pineapple:{keywords:["fruit","nature","food"],char:"\u{1f34d}",fitzpatrick_scale:!1,category:"food_and_drink"},coconut:{keywords:["fruit","nature","food","palm"],char:"\u{1f965}",fitzpatrick_scale:!1,category:"food_and_drink"},kiwi_fruit:{keywords:["fruit","food"],char:"\u{1f95d}",fitzpatrick_scale:!1,category:"food_and_drink"},mango:{keywords:["fruit","food","tropical"],char:"\u{1f96d}",fitzpatrick_scale:!1,category:"food_and_drink"},avocado:{keywords:["fruit","food"],char:"\u{1f951}",fitzpatrick_scale:!1,category:"food_and_drink"},broccoli:{keywords:["fruit","food","vegetable"],char:"\u{1f966}",fitzpatrick_scale:!1,category:"food_and_drink"},tomato:{keywords:["fruit","vegetable","nature","food"],char:"\u{1f345}",fitzpatrick_scale:!1,category:"food_and_drink"},eggplant:{keywords:["vegetable","nature","food","aubergine"],char:"\u{1f346}",fitzpatrick_scale:!1,category:"food_and_drink"},cucumber:{keywords:["fruit","food","pickle"],char:"\u{1f952}",fitzpatrick_scale:!1,category:"food_and_drink"},carrot:{keywords:["vegetable","food","orange"],char:"\u{1f955}",fitzpatrick_scale:!1,category:"food_and_drink"},hot_pepper:{keywords:["food","spicy","chilli","chili"],char:"\u{1f336}",fitzpatrick_scale:!1,category:"food_and_drink"},potato:{keywords:["food","tuber","vegatable","starch"],char:"\u{1f954}",fitzpatrick_scale:!1,category:"food_and_drink"},corn:{keywords:["food","vegetable","plant"],char:"\u{1f33d}",fitzpatrick_scale:!1,category:"food_and_drink"},leafy_greens:{keywords:["food","vegetable","plant","bok choy","cabbage","kale","lettuce"],char:"\u{1f96c}",fitzpatrick_scale:!1,category:"food_and_drink"},sweet_potato:{keywords:["food","nature"],char:"\u{1f360}",fitzpatrick_scale:!1,category:"food_and_drink"},peanuts:{keywords:["food","nut"],char:"\u{1f95c}",fitzpatrick_scale:!1,category:"food_and_drink"},honey_pot:{keywords:["bees","sweet","kitchen"],char:"\u{1f36f}",fitzpatrick_scale:!1,category:"food_and_drink"},croissant:{keywords:["food","bread","french"],char:"\u{1f950}",fitzpatrick_scale:!1,category:"food_and_drink"},bread:{keywords:["food","wheat","breakfast","toast"],char:"\u{1f35e}",fitzpatrick_scale:!1,category:"food_and_drink"},baguette_bread:{keywords:["food","bread","french"],char:"\u{1f956}",fitzpatrick_scale:!1,category:"food_and_drink"},bagel:{keywords:["food","bread","bakery","schmear"],char:"\u{1f96f}",fitzpatrick_scale:!1,category:"food_and_drink"},pretzel:{keywords:["food","bread","twisted"],char:"\u{1f968}",fitzpatrick_scale:!1,category:"food_and_drink"},cheese:{keywords:["food","chadder"],char:"\u{1f9c0}",fitzpatrick_scale:!1,category:"food_and_drink"},egg:{keywords:["food","chicken","breakfast"],char:"\u{1f95a}",fitzpatrick_scale:!1,category:"food_and_drink"},bacon:{keywords:["food","breakfast","pork","pig","meat"],char:"\u{1f953}",fitzpatrick_scale:!1,category:"food_and_drink"},steak:{keywords:["food","cow","meat","cut","chop","lambchop","porkchop"],char:"\u{1f969}",fitzpatrick_scale:!1,category:"food_and_drink"},pancakes:{keywords:["food","breakfast","flapjacks","hotcakes"],char:"\u{1f95e}",fitzpatrick_scale:!1,category:"food_and_drink"},poultry_leg:{keywords:["food","meat","drumstick","bird","chicken","turkey"],char:"\u{1f357}",fitzpatrick_scale:!1,category:"food_and_drink"},meat_on_bone:{keywords:["good","food","drumstick"],char:"\u{1f356}",fitzpatrick_scale:!1,category:"food_and_drink"},bone:{keywords:["skeleton"],char:"\u{1f9b4}",fitzpatrick_scale:!1,category:"food_and_drink"},fried_shrimp:{keywords:["food","animal","appetizer","summer"],char:"\u{1f364}",fitzpatrick_scale:!1,category:"food_and_drink"},fried_egg:{keywords:["food","breakfast","kitchen","egg"],char:"\u{1f373}",fitzpatrick_scale:!1,category:"food_and_drink"},hamburger:{keywords:["meat","fast food","beef","cheeseburger","mcdonalds","burger king"],char:"\u{1f354}",fitzpatrick_scale:!1,category:"food_and_drink"},fries:{keywords:["chips","snack","fast food"],char:"\u{1f35f}",fitzpatrick_scale:!1,category:"food_and_drink"},stuffed_flatbread:{keywords:["food","flatbread","stuffed","gyro"],char:"\u{1f959}",fitzpatrick_scale:!1,category:"food_and_drink"},hotdog:{keywords:["food","frankfurter"],char:"\u{1f32d}",fitzpatrick_scale:!1,category:"food_and_drink"},pizza:{keywords:["food","party"],char:"\u{1f355}",fitzpatrick_scale:!1,category:"food_and_drink"},sandwich:{keywords:["food","lunch","bread"],char:"\u{1f96a}",fitzpatrick_scale:!1,category:"food_and_drink"},canned_food:{keywords:["food","soup"],char:"\u{1f96b}",fitzpatrick_scale:!1,category:"food_and_drink"},spaghetti:{keywords:["food","italian","noodle"],char:"\u{1f35d}",fitzpatrick_scale:!1,category:"food_and_drink"},taco:{keywords:["food","mexican"],char:"\u{1f32e}",fitzpatrick_scale:!1,category:"food_and_drink"},burrito:{keywords:["food","mexican"],char:"\u{1f32f}",fitzpatrick_scale:!1,category:"food_and_drink"},green_salad:{keywords:["food","healthy","lettuce"],char:"\u{1f957}",fitzpatrick_scale:!1,category:"food_and_drink"},shallow_pan_of_food:{keywords:["food","cooking","casserole","paella"],char:"\u{1f958}",fitzpatrick_scale:!1,category:"food_and_drink"},ramen:{keywords:["food","japanese","noodle","chopsticks"],char:"\u{1f35c}",fitzpatrick_scale:!1,category:"food_and_drink"},stew:{keywords:["food","meat","soup"],char:"\u{1f372}",fitzpatrick_scale:!1,category:"food_and_drink"},fish_cake:{keywords:["food","japan","sea","beach","narutomaki","pink","swirl","kamaboko","surimi","ramen"],char:"\u{1f365}",fitzpatrick_scale:!1,category:"food_and_drink"},fortune_cookie:{keywords:["food","prophecy"],char:"\u{1f960}",fitzpatrick_scale:!1,category:"food_and_drink"},sushi:{keywords:["food","fish","japanese","rice"],char:"\u{1f363}",fitzpatrick_scale:!1,category:"food_and_drink"},bento:{keywords:["food","japanese","box"],char:"\u{1f371}",fitzpatrick_scale:!1,category:"food_and_drink"},curry:{keywords:["food","spicy","hot","indian"],char:"\u{1f35b}",fitzpatrick_scale:!1,category:"food_and_drink"},rice_ball:{keywords:["food","japanese"],char:"\u{1f359}",fitzpatrick_scale:!1,category:"food_and_drink"},rice:{keywords:["food","china","asian"],char:"\u{1f35a}",fitzpatrick_scale:!1,category:"food_and_drink"},rice_cracker:{keywords:["food","japanese"],char:"\u{1f358}",fitzpatrick_scale:!1,category:"food_and_drink"},oden:{keywords:["food","japanese"],char:"\u{1f362}",fitzpatrick_scale:!1,category:"food_and_drink"},dango:{keywords:["food","dessert","sweet","japanese","barbecue","meat"],char:"\u{1f361}",fitzpatrick_scale:!1,category:"food_and_drink"},shaved_ice:{keywords:["hot","dessert","summer"],char:"\u{1f367}",fitzpatrick_scale:!1,category:"food_and_drink"},ice_cream:{keywords:["food","hot","dessert"],char:"\u{1f368}",fitzpatrick_scale:!1,category:"food_and_drink"},icecream:{keywords:["food","hot","dessert","summer"],char:"\u{1f366}",fitzpatrick_scale:!1,category:"food_and_drink"},pie:{keywords:["food","dessert","pastry"],char:"\u{1f967}",fitzpatrick_scale:!1,category:"food_and_drink"},cake:{keywords:["food","dessert"],char:"\u{1f370}",fitzpatrick_scale:!1,category:"food_and_drink"},cupcake:{keywords:["food","dessert","bakery","sweet"],char:"\u{1f9c1}",fitzpatrick_scale:!1,category:"food_and_drink"},moon_cake:{keywords:["food","autumn"],char:"\u{1f96e}",fitzpatrick_scale:!1,category:"food_and_drink"},birthday:{keywords:["food","dessert","cake"],char:"\u{1f382}",fitzpatrick_scale:!1,category:"food_and_drink"},custard:{keywords:["dessert","food"],char:"\u{1f36e}",fitzpatrick_scale:!1,category:"food_and_drink"},candy:{keywords:["snack","dessert","sweet","lolly"],char:"\u{1f36c}",fitzpatrick_scale:!1,category:"food_and_drink"},lollipop:{keywords:["food","snack","candy","sweet"],char:"\u{1f36d}",fitzpatrick_scale:!1,category:"food_and_drink"},chocolate_bar:{keywords:["food","snack","dessert","sweet"],char:"\u{1f36b}",fitzpatrick_scale:!1,category:"food_and_drink"},popcorn:{keywords:["food","movie theater","films","snack"],char:"\u{1f37f}",fitzpatrick_scale:!1,category:"food_and_drink"},dumpling:{keywords:["food","empanada","pierogi","potsticker"],char:"\u{1f95f}",fitzpatrick_scale:!1,category:"food_and_drink"},doughnut:{keywords:["food","dessert","snack","sweet","donut"],char:"\u{1f369}",fitzpatrick_scale:!1,category:"food_and_drink"},cookie:{keywords:["food","snack","oreo","chocolate","sweet","dessert"],char:"\u{1f36a}",fitzpatrick_scale:!1,category:"food_and_drink"},milk_glass:{keywords:["beverage","drink","cow"],char:"\u{1f95b}",fitzpatrick_scale:!1,category:"food_and_drink"},beer:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:"\u{1f37a}",fitzpatrick_scale:!1,category:"food_and_drink"},beers:{keywords:["relax","beverage","drink","drunk","party","pub","summer","alcohol","booze"],char:"\u{1f37b}",fitzpatrick_scale:!1,category:"food_and_drink"},clinking_glasses:{keywords:["beverage","drink","party","alcohol","celebrate","cheers","wine","champagne","toast"],char:"\u{1f942}",fitzpatrick_scale:!1,category:"food_and_drink"},wine_glass:{keywords:["drink","beverage","drunk","alcohol","booze"],char:"\u{1f377}",fitzpatrick_scale:!1,category:"food_and_drink"},tumbler_glass:{keywords:["drink","beverage","drunk","alcohol","liquor","booze","bourbon","scotch","whisky","glass","shot"],char:"\u{1f943}",fitzpatrick_scale:!1,category:"food_and_drink"},cocktail:{keywords:["drink","drunk","alcohol","beverage","booze","mojito"],char:"\u{1f378}",fitzpatrick_scale:!1,category:"food_and_drink"},tropical_drink:{keywords:["beverage","cocktail","summer","beach","alcohol","booze","mojito"],char:"\u{1f379}",fitzpatrick_scale:!1,category:"food_and_drink"},champagne:{keywords:["drink","wine","bottle","celebration"],char:"\u{1f37e}",fitzpatrick_scale:!1,category:"food_and_drink"},sake:{keywords:["wine","drink","drunk","beverage","japanese","alcohol","booze"],char:"\u{1f376}",fitzpatrick_scale:!1,category:"food_and_drink"},tea:{keywords:["drink","bowl","breakfast","green","british"],char:"\u{1f375}",fitzpatrick_scale:!1,category:"food_and_drink"},cup_with_straw:{keywords:["drink","soda"],char:"\u{1f964}",fitzpatrick_scale:!1,category:"food_and_drink"},coffee:{keywords:["beverage","caffeine","latte","espresso"],char:"\u2615",fitzpatrick_scale:!1,category:"food_and_drink"},baby_bottle:{keywords:["food","container","milk"],char:"\u{1f37c}",fitzpatrick_scale:!1,category:"food_and_drink"},salt:{keywords:["condiment","shaker"],char:"\u{1f9c2}",fitzpatrick_scale:!1,category:"food_and_drink"},spoon:{keywords:["cutlery","kitchen","tableware"],char:"\u{1f944}",fitzpatrick_scale:!1,category:"food_and_drink"},fork_and_knife:{keywords:["cutlery","kitchen"],char:"\u{1f374}",fitzpatrick_scale:!1,category:"food_and_drink"},plate_with_cutlery:{keywords:["food","eat","meal","lunch","dinner","restaurant"],char:"\u{1f37d}",fitzpatrick_scale:!1,category:"food_and_drink"},bowl_with_spoon:{keywords:["food","breakfast","cereal","oatmeal","porridge"],char:"\u{1f963}",fitzpatrick_scale:!1,category:"food_and_drink"},takeout_box:{keywords:["food","leftovers"],char:"\u{1f961}",fitzpatrick_scale:!1,category:"food_and_drink"},chopsticks:{keywords:["food"],char:"\u{1f962}",fitzpatrick_scale:!1,category:"food_and_drink"},soccer:{keywords:["sports","football"],char:"\u26bd",fitzpatrick_scale:!1,category:"activity"},basketball:{keywords:["sports","balls","NBA"],char:"\u{1f3c0}",fitzpatrick_scale:!1,category:"activity"},football:{keywords:["sports","balls","NFL"],char:"\u{1f3c8}",fitzpatrick_scale:!1,category:"activity"},baseball:{keywords:["sports","balls"],char:"\u26be",fitzpatrick_scale:!1,category:"activity"},softball:{keywords:["sports","balls"],char:"\u{1f94e}",fitzpatrick_scale:!1,category:"activity"},tennis:{keywords:["sports","balls","green"],char:"\u{1f3be}",fitzpatrick_scale:!1,category:"activity"},volleyball:{keywords:["sports","balls"],char:"\u{1f3d0}",fitzpatrick_scale:!1,category:"activity"},rugby_football:{keywords:["sports","team"],char:"\u{1f3c9}",fitzpatrick_scale:!1,category:"activity"},flying_disc:{keywords:["sports","frisbee","ultimate"],char:"\u{1f94f}",fitzpatrick_scale:!1,category:"activity"},"8ball":{keywords:["pool","hobby","game","luck","magic"],char:"\u{1f3b1}",fitzpatrick_scale:!1,category:"activity"},golf:{keywords:["sports","business","flag","hole","summer"],char:"\u26f3",fitzpatrick_scale:!1,category:"activity"},golfing_woman:{keywords:["sports","business","woman","female"],char:"\u{1f3cc}\ufe0f\u200d\u2640\ufe0f",fitzpatrick_scale:!1,category:"activity"},golfing_man:{keywords:["sports","business"],char:"\u{1f3cc}",fitzpatrick_scale:!0,category:"activity"},ping_pong:{keywords:["sports","pingpong"],char:"\u{1f3d3}",fitzpatrick_scale:!1,category:"activity"},badminton:{keywords:["sports"],char:"\u{1f3f8}",fitzpatrick_scale:!1,category:"activity"},goal_net:{keywords:["sports"],char:"\u{1f945}",fitzpatrick_scale:!1,category:"activity"},ice_hockey:{keywords:["sports"],char:"\u{1f3d2}",fitzpatrick_scale:!1,category:"activity"},field_hockey:{keywords:["sports"],char:"\u{1f3d1}",fitzpatrick_scale:!1,category:"activity"},lacrosse:{keywords:["sports","ball","stick"],char:"\u{1f94d}",fitzpatrick_scale:!1,category:"activity"},cricket:{keywords:["sports"],char:"\u{1f3cf}",fitzpatrick_scale:!1,category:"activity"},ski:{keywords:["sports","winter","cold","snow"],char:"\u{1f3bf}",fitzpatrick_scale:!1,category:"activity"},skier:{keywords:["sports","winter","snow"],char:"\u26f7",fitzpatrick_scale:!1,category:"activity"},snowboarder:{keywords:["sports","winter"],char:"\u{1f3c2}",fitzpatrick_scale:!0,category:"activity"},person_fencing:{keywords:["sports","fencing","sword"],char:"\u{1f93a}",fitzpatrick_scale:!1,category:"activity"},women_wrestling:{keywords:["sports","wrestlers"],char:"\u{1f93c}\u200d\u2640\ufe0f",fitzpatrick_scale:!1,category:"activity"},men_wrestling:{keywords:["sports","wrestlers"],char:"\u{1f93c}\u200d\u2642\ufe0f",fitzpatrick_scale:!1,category:"activity"},woman_cartwheeling:{keywords:["gymnastics"],char:"\u{1f938}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},man_cartwheeling:{keywords:["gymnastics"],char:"\u{1f938}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"activity"},woman_playing_handball:{keywords:["sports"],char:"\u{1f93e}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},man_playing_handball:{keywords:["sports"],char:"\u{1f93e}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"activity"},ice_skate:{keywords:["sports"],char:"\u26f8",fitzpatrick_scale:!1,category:"activity"},curling_stone:{keywords:["sports"],char:"\u{1f94c}",fitzpatrick_scale:!1,category:"activity"},skateboard:{keywords:["board"],char:"\u{1f6f9}",fitzpatrick_scale:!1,category:"activity"},sled:{keywords:["sleigh","luge","toboggan"],char:"\u{1f6f7}",fitzpatrick_scale:!1,category:"activity"},bow_and_arrow:{keywords:["sports"],char:"\u{1f3f9}",fitzpatrick_scale:!1,category:"activity"},fishing_pole_and_fish:{keywords:["food","hobby","summer"],char:"\u{1f3a3}",fitzpatrick_scale:!1,category:"activity"},boxing_glove:{keywords:["sports","fighting"],char:"\u{1f94a}",fitzpatrick_scale:!1,category:"activity"},martial_arts_uniform:{keywords:["judo","karate","taekwondo"],char:"\u{1f94b}",fitzpatrick_scale:!1,category:"activity"},rowing_woman:{keywords:["sports","hobby","water","ship","woman","female"],char:"\u{1f6a3}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},rowing_man:{keywords:["sports","hobby","water","ship"],char:"\u{1f6a3}",fitzpatrick_scale:!0,category:"activity"},climbing_woman:{keywords:["sports","hobby","woman","female","rock"],char:"\u{1f9d7}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},climbing_man:{keywords:["sports","hobby","man","male","rock"],char:"\u{1f9d7}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"activity"},swimming_woman:{keywords:["sports","exercise","human","athlete","water","summer","woman","female"],char:"\u{1f3ca}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},swimming_man:{keywords:["sports","exercise","human","athlete","water","summer"],char:"\u{1f3ca}",fitzpatrick_scale:!0,category:"activity"},woman_playing_water_polo:{keywords:["sports","pool"],char:"\u{1f93d}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},man_playing_water_polo:{keywords:["sports","pool"],char:"\u{1f93d}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"activity"},woman_in_lotus_position:{keywords:["woman","female","meditation","yoga","serenity","zen","mindfulness"],char:"\u{1f9d8}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},man_in_lotus_position:{keywords:["man","male","meditation","yoga","serenity","zen","mindfulness"],char:"\u{1f9d8}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"activity"},surfing_woman:{keywords:["sports","ocean","sea","summer","beach","woman","female"],char:"\u{1f3c4}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},surfing_man:{keywords:["sports","ocean","sea","summer","beach"],char:"\u{1f3c4}",fitzpatrick_scale:!0,category:"activity"},bath:{keywords:["clean","shower","bathroom"],char:"\u{1f6c0}",fitzpatrick_scale:!0,category:"activity"},basketball_woman:{keywords:["sports","human","woman","female"],char:"\u26f9\ufe0f\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},basketball_man:{keywords:["sports","human"],char:"\u26f9",fitzpatrick_scale:!0,category:"activity"},weight_lifting_woman:{keywords:["sports","training","exercise","woman","female"],char:"\u{1f3cb}\ufe0f\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},weight_lifting_man:{keywords:["sports","training","exercise"],char:"\u{1f3cb}",fitzpatrick_scale:!0,category:"activity"},biking_woman:{keywords:["sports","bike","exercise","hipster","woman","female"],char:"\u{1f6b4}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},biking_man:{keywords:["sports","bike","exercise","hipster"],char:"\u{1f6b4}",fitzpatrick_scale:!0,category:"activity"},mountain_biking_woman:{keywords:["transportation","sports","human","race","bike","woman","female"],char:"\u{1f6b5}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},mountain_biking_man:{keywords:["transportation","sports","human","race","bike"],char:"\u{1f6b5}",fitzpatrick_scale:!0,category:"activity"},horse_racing:{keywords:["animal","betting","competition","gambling","luck"],char:"\u{1f3c7}",fitzpatrick_scale:!0,category:"activity"},business_suit_levitating:{keywords:["suit","business","levitate","hover","jump"],char:"\u{1f574}",fitzpatrick_scale:!0,category:"activity"},trophy:{keywords:["win","award","contest","place","ftw","ceremony"],char:"\u{1f3c6}",fitzpatrick_scale:!1,category:"activity"},running_shirt_with_sash:{keywords:["play","pageant"],char:"\u{1f3bd}",fitzpatrick_scale:!1,category:"activity"},medal_sports:{keywords:["award","winning"],char:"\u{1f3c5}",fitzpatrick_scale:!1,category:"activity"},medal_military:{keywords:["award","winning","army"],char:"\u{1f396}",fitzpatrick_scale:!1,category:"activity"},"1st_place_medal":{keywords:["award","winning","first"],char:"\u{1f947}",fitzpatrick_scale:!1,category:"activity"},"2nd_place_medal":{keywords:["award","second"],char:"\u{1f948}",fitzpatrick_scale:!1,category:"activity"},"3rd_place_medal":{keywords:["award","third"],char:"\u{1f949}",fitzpatrick_scale:!1,category:"activity"},reminder_ribbon:{keywords:["sports","cause","support","awareness"],char:"\u{1f397}",fitzpatrick_scale:!1,category:"activity"},rosette:{keywords:["flower","decoration","military"],char:"\u{1f3f5}",fitzpatrick_scale:!1,category:"activity"},ticket:{keywords:["event","concert","pass"],char:"\u{1f3ab}",fitzpatrick_scale:!1,category:"activity"},tickets:{keywords:["sports","concert","entrance"],char:"\u{1f39f}",fitzpatrick_scale:!1,category:"activity"},performing_arts:{keywords:["acting","theater","drama"],char:"\u{1f3ad}",fitzpatrick_scale:!1,category:"activity"},art:{keywords:["design","paint","draw","colors"],char:"\u{1f3a8}",fitzpatrick_scale:!1,category:"activity"},circus_tent:{keywords:["festival","carnival","party"],char:"\u{1f3aa}",fitzpatrick_scale:!1,category:"activity"},woman_juggling:{keywords:["juggle","balance","skill","multitask"],char:"\u{1f939}\u200d\u2640\ufe0f",fitzpatrick_scale:!0,category:"activity"},man_juggling:{keywords:["juggle","balance","skill","multitask"],char:"\u{1f939}\u200d\u2642\ufe0f",fitzpatrick_scale:!0,category:"activity"},microphone:{keywords:["sound","music","PA","sing","talkshow"],char:"\u{1f3a4}",fitzpatrick_scale:!1,category:"activity"},headphones:{keywords:["music","score","gadgets"],char:"\u{1f3a7}",fitzpatrick_scale:!1,category:"activity"},musical_score:{keywords:["treble","clef","compose"],char:"\u{1f3bc}",fitzpatrick_scale:!1,category:"activity"},musical_keyboard:{keywords:["piano","instrument","compose"],char:"\u{1f3b9}",fitzpatrick_scale:!1,category:"activity"},drum:{keywords:["music","instrument","drumsticks","snare"],char:"\u{1f941}",fitzpatrick_scale:!1,category:"activity"},saxophone:{keywords:["music","instrument","jazz","blues"],char:"\u{1f3b7}",fitzpatrick_scale:!1,category:"activity"},trumpet:{keywords:["music","brass"],char:"\u{1f3ba}",fitzpatrick_scale:!1,category:"activity"},guitar:{keywords:["music","instrument"],char:"\u{1f3b8}",fitzpatrick_scale:!1,category:"activity"},violin:{keywords:["music","instrument","orchestra","symphony"],char:"\u{1f3bb}",fitzpatrick_scale:!1,category:"activity"},clapper:{keywords:["movie","film","record"],char:"\u{1f3ac}",fitzpatrick_scale:!1,category:"activity"},video_game:{keywords:["play","console","PS4","controller"],char:"\u{1f3ae}",fitzpatrick_scale:!1,category:"activity"},space_invader:{keywords:["game","arcade","play"],char:"\u{1f47e}",fitzpatrick_scale:!1,category:"activity"},dart:{keywords:["game","play","bar","target","bullseye"],char:"\u{1f3af}",fitzpatrick_scale:!1,category:"activity"},game_die:{keywords:["dice","random","tabletop","play","luck"],char:"\u{1f3b2}",fitzpatrick_scale:!1,category:"activity"},chess_pawn:{keywords:["expendable"],char:"\u265f",fitzpatrick_scale:!1,category:"activity"},slot_machine:{keywords:["bet","gamble","vegas","fruit machine","luck","casino"],char:"\u{1f3b0}",fitzpatrick_scale:!1,category:"activity"},jigsaw:{keywords:["interlocking","puzzle","piece"],char:"\u{1f9e9}",fitzpatrick_scale:!1,category:"activity"},bowling:{keywords:["sports","fun","play"],char:"\u{1f3b3}",fitzpatrick_scale:!1,category:"activity"},red_car:{keywords:["red","transportation","vehicle"],char:"\u{1f697}",fitzpatrick_scale:!1,category:"travel_and_places"},taxi:{keywords:["uber","vehicle","cars","transportation"],char:"\u{1f695}",fitzpatrick_scale:!1,category:"travel_and_places"},blue_car:{keywords:["transportation","vehicle"],char:"\u{1f699}",fitzpatrick_scale:!1,category:"travel_and_places"},bus:{keywords:["car","vehicle","transportation"],char:"\u{1f68c}",fitzpatrick_scale:!1,category:"travel_and_places"},trolleybus:{keywords:["bart","transportation","vehicle"],char:"\u{1f68e}",fitzpatrick_scale:!1,category:"travel_and_places"},racing_car:{keywords:["sports","race","fast","formula","f1"],char:"\u{1f3ce}",fitzpatrick_scale:!1,category:"travel_and_places"},police_car:{keywords:["vehicle","cars","transportation","law","legal","enforcement"],char:"\u{1f693}",fitzpatrick_scale:!1,category:"travel_and_places"},ambulance:{keywords:["health","911","hospital"],char:"\u{1f691}",fitzpatrick_scale:!1,category:"travel_and_places"},fire_engine:{keywords:["transportation","cars","vehicle"],char:"\u{1f692}",fitzpatrick_scale:!1,category:"travel_and_places"},minibus:{keywords:["vehicle","car","transportation"],char:"\u{1f690}",fitzpatrick_scale:!1,category:"travel_and_places"},truck:{keywords:["cars","transportation"],char:"\u{1f69a}",fitzpatrick_scale:!1,category:"travel_and_places"},articulated_lorry:{keywords:["vehicle","cars","transportation","express"],char:"\u{1f69b}",fitzpatrick_scale:!1,category:"travel_and_places"},tractor:{keywords:["vehicle","car","farming","agriculture"],char:"\u{1f69c}",fitzpatrick_scale:!1,category:"travel_and_places"},kick_scooter:{keywords:["vehicle","kick","razor"],char:"\u{1f6f4}",fitzpatrick_scale:!1,category:"travel_and_places"},motorcycle:{keywords:["race","sports","fast"],char:"\u{1f3cd}",fitzpatrick_scale:!1,category:"travel_and_places"},bike:{keywords:["sports","bicycle","exercise","hipster"],char:"\u{1f6b2}",fitzpatrick_scale:!1,category:"travel_and_places"},motor_scooter:{keywords:["vehicle","vespa","sasha"],char:"\u{1f6f5}",fitzpatrick_scale:!1,category:"travel_and_places"},rotating_light:{keywords:["police","ambulance","911","emergency","alert","error","pinged","law","legal"],char:"\u{1f6a8}",fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_police_car:{keywords:["vehicle","law","legal","enforcement","911"],char:"\u{1f694}",fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_bus:{keywords:["vehicle","transportation"],char:"\u{1f68d}",fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_automobile:{keywords:["car","vehicle","transportation"],char:"\u{1f698}",fitzpatrick_scale:!1,category:"travel_and_places"},oncoming_taxi:{keywords:["vehicle","cars","uber"],char:"\u{1f696}",fitzpatrick_scale:!1,category:"travel_and_places"},aerial_tramway:{keywords:["transportation","vehicle","ski"],char:"\u{1f6a1}",fitzpatrick_scale:!1,category:"travel_and_places"},mountain_cableway:{keywords:["transportation","vehicle","ski"],char:"\u{1f6a0}",fitzpatrick_scale:!1,category:"travel_and_places"},suspension_railway:{keywords:["vehicle","transportation"],char:"\u{1f69f}",fitzpatrick_scale:!1,category:"travel_and_places"},railway_car:{keywords:["transportation","vehicle"],char:"\u{1f683}",fitzpatrick_scale:!1,category:"travel_and_places"},train:{keywords:["transportation","vehicle","carriage","public","travel"],char:"\u{1f68b}",fitzpatrick_scale:!1,category:"travel_and_places"},monorail:{keywords:["transportation","vehicle"],char:"\u{1f69d}",fitzpatrick_scale:!1,category:"travel_and_places"},bullettrain_side:{keywords:["transportation","vehicle"],char:"\u{1f684}",fitzpatrick_scale:!1,category:"travel_and_places"},bullettrain_front:{keywords:["transportation","vehicle","speed","fast","public","travel"],char:"\u{1f685}",fitzpatrick_scale:!1,category:"travel_and_places"},light_rail:{keywords:["transportation","vehicle"],char:"\u{1f688}",fitzpatrick_scale:!1,category:"travel_and_places"},mountain_railway:{keywords:["transportation","vehicle"],char:"\u{1f69e}",fitzpatrick_scale:!1,category:"travel_and_places"},steam_locomotive:{keywords:["transportation","vehicle","train"],char:"\u{1f682}",fitzpatrick_scale:!1,category:"travel_and_places"},train2:{keywords:["transportation","vehicle"],char:"\u{1f686}",fitzpatrick_scale:!1,category:"travel_and_places"},metro:{keywords:["transportation","blue-square","mrt","underground","tube"],char:"\u{1f687}",fitzpatrick_scale:!1,category:"travel_and_places"},tram:{keywords:["transportation","vehicle"],char:"\u{1f68a}",fitzpatrick_scale:!1,category:"travel_and_places"},station:{keywords:["transportation","vehicle","public"],char:"\u{1f689}",fitzpatrick_scale:!1,category:"travel_and_places"},flying_saucer:{keywords:["transportation","vehicle","ufo"],char:"\u{1f6f8}",fitzpatrick_scale:!1,category:"travel_and_places"},helicopter:{keywords:["transportation","vehicle","fly"],char:"\u{1f681}",fitzpatrick_scale:!1,category:"travel_and_places"},small_airplane:{keywords:["flight","transportation","fly","vehicle"],char:"\u{1f6e9}",fitzpatrick_scale:!1,category:"travel_and_places"},airplane:{keywords:["vehicle","transportation","flight","fly"],char:"\u2708\ufe0f",fitzpatrick_scale:!1,category:"travel_and_places"},flight_departure:{keywords:["airport","flight","landing"],char:"\u{1f6eb}",fitzpatrick_scale:!1,category:"travel_and_places"},flight_arrival:{keywords:["airport","flight","boarding"],char:"\u{1f6ec}",fitzpatrick_scale:!1,category:"travel_and_places"},sailboat:{keywords:["ship","summer","transportation","water","sailing"],char:"\u26f5",fitzpatrick_scale:!1,category:"travel_and_places"},motor_boat:{keywords:["ship"],char:"\u{1f6e5}",fitzpatrick_scale:!1,category:"travel_and_places"},speedboat:{keywords:["ship","transportation","vehicle","summer"],char:"\u{1f6a4}",fitzpatrick_scale:!1,category:"travel_and_places"},ferry:{keywords:["boat","ship","yacht"],char:"\u26f4",fitzpatrick_scale:!1,category:"travel_and_places"},passenger_ship:{keywords:["yacht","cruise","ferry"],char:"\u{1f6f3}",fitzpatrick_scale:!1,category:"travel_and_places"},rocket:{keywords:["launch","ship","staffmode","NASA","outer space","outer_space","fly"],char:"\u{1f680}",fitzpatrick_scale:!1,category:"travel_and_places"},artificial_satellite:{keywords:["communication","gps","orbit","spaceflight","NASA","ISS"],char:"\u{1f6f0}",fitzpatrick_scale:!1,category:"travel_and_places"},seat:{keywords:["sit","airplane","transport","bus","flight","fly"],char:"\u{1f4ba}",fitzpatrick_scale:!1,category:"travel_and_places"},canoe:{keywords:["boat","paddle","water","ship"],char:"\u{1f6f6}",fitzpatrick_scale:!1,category:"travel_and_places"},anchor:{keywords:["ship","ferry","sea","boat"],char:"\u2693",fitzpatrick_scale:!1,category:"travel_and_places"},construction:{keywords:["wip","progress","caution","warning"],char:"\u{1f6a7}",fitzpatrick_scale:!1,category:"travel_and_places"},fuelpump:{keywords:["gas station","petroleum"],char:"\u26fd",fitzpatrick_scale:!1,category:"travel_and_places"},busstop:{keywords:["transportation","wait"],char:"\u{1f68f}",fitzpatrick_scale:!1,category:"travel_and_places"},vertical_traffic_light:{keywords:["transportation","driving"],char:"\u{1f6a6}",fitzpatrick_scale:!1,category:"travel_and_places"},traffic_light:{keywords:["transportation","signal"],char:"\u{1f6a5}",fitzpatrick_scale:!1,category:"travel_and_places"},checkered_flag:{keywords:["contest","finishline","race","gokart"],char:"\u{1f3c1}",fitzpatrick_scale:!1,category:"travel_and_places"},ship:{keywords:["transportation","titanic","deploy"],char:"\u{1f6a2}",fitzpatrick_scale:!1,category:"travel_and_places"},ferris_wheel:{keywords:["photo","carnival","londoneye"],char:"\u{1f3a1}",fitzpatrick_scale:!1,category:"travel_and_places"},roller_coaster:{keywords:["carnival","playground","photo","fun"],char:"\u{1f3a2}",fitzpatrick_scale:!1,category:"travel_and_places"},carousel_horse:{keywords:["photo","carnival"],char:"\u{1f3a0}",fitzpatrick_scale:!1,category:"travel_and_places"},building_construction:{keywords:["wip","working","progress"],char:"\u{1f3d7}",fitzpatrick_scale:!1,category:"travel_and_places"},foggy:{keywords:["photo","mountain"],char:"\u{1f301}",fitzpatrick_scale:!1,category:"travel_and_places"},tokyo_tower:{keywords:["photo","japanese"],char:"\u{1f5fc}",fitzpatrick_scale:!1,category:"travel_and_places"},factory:{keywords:["building","industry","pollution","smoke"],char:"\u{1f3ed}",fitzpatrick_scale:!1,category:"travel_and_places"},fountain:{keywords:["photo","summer","water","fresh"],char:"\u26f2",fitzpatrick_scale:!1,category:"travel_and_places"},rice_scene:{keywords:["photo","japan","asia","tsukimi"],char:"\u{1f391}",fitzpatrick_scale:!1,category:"travel_and_places"},mountain:{keywords:["photo","nature","environment"],char:"\u26f0",fitzpatrick_scale:!1,category:"travel_and_places"},mountain_snow:{keywords:["photo","nature","environment","winter","cold"],char:"\u{1f3d4}",fitzpatrick_scale:!1,category:"travel_and_places"},mount_fuji:{keywords:["photo","mountain","nature","japanese"],char:"\u{1f5fb}",fitzpatrick_scale:!1,category:"travel_and_places"},volcano:{keywords:["photo","nature","disaster"],char:"\u{1f30b}",fitzpatrick_scale:!1,category:"travel_and_places"},japan:{keywords:["nation","country","japanese","asia"],char:"\u{1f5fe}",fitzpatrick_scale:!1,category:"travel_and_places"},camping:{keywords:["photo","outdoors","tent"],char:"\u{1f3d5}",fitzpatrick_scale:!1,category:"travel_and_places"},tent:{keywords:["photo","camping","outdoors"],char:"\u26fa",fitzpatrick_scale:!1,category:"travel_and_places"},national_park:{keywords:["photo","environment","nature"],char:"\u{1f3de}",fitzpatrick_scale:!1,category:"travel_and_places"},motorway:{keywords:["road","cupertino","interstate","highway"],char:"\u{1f6e3}",fitzpatrick_scale:!1,category:"travel_and_places"},railway_track:{keywords:["train","transportation"],char:"\u{1f6e4}",fitzpatrick_scale:!1,category:"travel_and_places"},sunrise:{keywords:["morning","view","vacation","photo"],char:"\u{1f305}",fitzpatrick_scale:!1,category:"travel_and_places"},sunrise_over_mountains:{keywords:["view","vacation","photo"],char:"\u{1f304}",fitzpatrick_scale:!1,category:"travel_and_places"},desert:{keywords:["photo","warm","saharah"],char:"\u{1f3dc}",fitzpatrick_scale:!1,category:"travel_and_places"},beach_umbrella:{keywords:["weather","summer","sunny","sand","mojito"],char:"\u{1f3d6}",fitzpatrick_scale:!1,category:"travel_and_places"},desert_island:{keywords:["photo","tropical","mojito"],char:"\u{1f3dd}",fitzpatrick_scale:!1,category:"travel_and_places"},city_sunrise:{keywords:["photo","good morning","dawn"],char:"\u{1f307}",fitzpatrick_scale:!1,category:"travel_and_places"},city_sunset:{keywords:["photo","evening","sky","buildings"],char:"\u{1f306}",fitzpatrick_scale:!1,category:"travel_and_places"},cityscape:{keywords:["photo","night life","urban"],char:"\u{1f3d9}",fitzpatrick_scale:!1,category:"travel_and_places"},night_with_stars:{keywords:["evening","city","downtown"],char:"\u{1f303}",fitzpatrick_scale:!1,category:"travel_and_places"},bridge_at_night:{keywords:["photo","sanfrancisco"],char:"\u{1f309}",fitzpatrick_scale:!1,category:"travel_and_places"},milky_way:{keywords:["photo","space","stars"],char:"\u{1f30c}",fitzpatrick_scale:!1,category:"travel_and_places"},stars:{keywords:["night","photo"],char:"\u{1f320}",fitzpatrick_scale:!1,category:"travel_and_places"},sparkler:{keywords:["stars","night","shine"],char:"\u{1f387}",fitzpatrick_scale:!1,category:"travel_and_places"},fireworks:{keywords:["photo","festival","carnival","congratulations"],char:"\u{1f386}",fitzpatrick_scale:!1,category:"travel_and_places"},rainbow:{keywords:["nature","happy","unicorn_face","photo","sky","spring"],char:"\u{1f308}",fitzpatrick_scale:!1,category:"travel_and_places"},houses:{keywords:["buildings","photo"],char:"\u{1f3d8}",fitzpatrick_scale:!1,category:"travel_and_places"},european_castle:{keywords:["building","royalty","history"],char:"\u{1f3f0}",fitzpatrick_scale:!1,category:"travel_and_places"},japanese_castle:{keywords:["photo","building"],char:"\u{1f3ef}",fitzpatrick_scale:!1,category:"travel_and_places"},stadium:{keywords:["photo","place","sports","concert","venue"],char:"\u{1f3df}",fitzpatrick_scale:!1,category:"travel_and_places"},statue_of_liberty:{keywords:["american","newyork"],char:"\u{1f5fd}",fitzpatrick_scale:!1,category:"travel_and_places"},house:{keywords:["building","home"],char:"\u{1f3e0}",fitzpatrick_scale:!1,category:"travel_and_places"},house_with_garden:{keywords:["home","plant","nature"],char:"\u{1f3e1}",fitzpatrick_scale:!1,category:"travel_and_places"},derelict_house:{keywords:["abandon","evict","broken","building"],char:"\u{1f3da}",fitzpatrick_scale:!1,category:"travel_and_places"},office:{keywords:["building","bureau","work"],char:"\u{1f3e2}",fitzpatrick_scale:!1,category:"travel_and_places"},department_store:{keywords:["building","shopping","mall"],char:"\u{1f3ec}",fitzpatrick_scale:!1,category:"travel_and_places"},post_office:{keywords:["building","envelope","communication"],char:"\u{1f3e3}",fitzpatrick_scale:!1,category:"travel_and_places"},european_post_office:{keywords:["building","email"],char:"\u{1f3e4}",fitzpatrick_scale:!1,category:"travel_and_places"},hospital:{keywords:["building","health","surgery","doctor"],char:"\u{1f3e5}",fitzpatrick_scale:!1,category:"travel_and_places"},bank:{keywords:["building","money","sales","cash","business","enterprise"],char:"\u{1f3e6}",fitzpatrick_scale:!1,category:"travel_and_places"},hotel:{keywords:["building","accomodation","checkin"],char:"\u{1f3e8}",fitzpatrick_scale:!1,category:"travel_and_places"},convenience_store:{keywords:["building","shopping","groceries"],char:"\u{1f3ea}",fitzpatrick_scale:!1,category:"travel_and_places"},school:{keywords:["building","student","education","learn","teach"],char:"\u{1f3eb}",fitzpatrick_scale:!1,category:"travel_and_places"},love_hotel:{keywords:["like","affection","dating"],char:"\u{1f3e9}",fitzpatrick_scale:!1,category:"travel_and_places"},wedding:{keywords:["love","like","affection","couple","marriage","bride","groom"],char:"\u{1f492}",fitzpatrick_scale:!1,category:"travel_and_places"},classical_building:{keywords:["art","culture","history"],char:"\u{1f3db}",fitzpatrick_scale:!1,category:"travel_and_places"},church:{keywords:["building","religion","christ"],char:"\u26ea",fitzpatrick_scale:!1,category:"travel_and_places"},mosque:{keywords:["islam","worship","minaret"],char:"\u{1f54c}",fitzpatrick_scale:!1,category:"travel_and_places"},synagogue:{keywords:["judaism","worship","temple","jewish"],char:"\u{1f54d}",fitzpatrick_scale:!1,category:"travel_and_places"},kaaba:{keywords:["mecca","mosque","islam"],char:"\u{1f54b}",fitzpatrick_scale:!1,category:"travel_and_places"},shinto_shrine:{keywords:["temple","japan","kyoto"],char:"\u26e9",fitzpatrick_scale:!1,category:"travel_and_places"},watch:{keywords:["time","accessories"],char:"\u231a",fitzpatrick_scale:!1,category:"objects"},iphone:{keywords:["technology","apple","gadgets","dial"],char:"\u{1f4f1}",fitzpatrick_scale:!1,category:"objects"},calling:{keywords:["iphone","incoming"],char:"\u{1f4f2}",fitzpatrick_scale:!1,category:"objects"},computer:{keywords:["technology","laptop","screen","display","monitor"],char:"\u{1f4bb}",fitzpatrick_scale:!1,category:"objects"},keyboard:{keywords:["technology","computer","type","input","text"],char:"\u2328",fitzpatrick_scale:!1,category:"objects"},desktop_computer:{keywords:["technology","computing","screen"],char:"\u{1f5a5}",fitzpatrick_scale:!1,category:"objects"},printer:{keywords:["paper","ink"],char:"\u{1f5a8}",fitzpatrick_scale:!1,category:"objects"},computer_mouse:{keywords:["click"],char:"\u{1f5b1}",fitzpatrick_scale:!1,category:"objects"},trackball:{keywords:["technology","trackpad"],char:"\u{1f5b2}",fitzpatrick_scale:!1,category:"objects"},joystick:{keywords:["game","play"],char:"\u{1f579}",fitzpatrick_scale:!1,category:"objects"},clamp:{keywords:["tool"],char:"\u{1f5dc}",fitzpatrick_scale:!1,category:"objects"},minidisc:{keywords:["technology","record","data","disk","90s"],char:"\u{1f4bd}",fitzpatrick_scale:!1,category:"objects"},floppy_disk:{keywords:["oldschool","technology","save","90s","80s"],char:"\u{1f4be}",fitzpatrick_scale:!1,category:"objects"},cd:{keywords:["technology","dvd","disk","disc","90s"],char:"\u{1f4bf}",fitzpatrick_scale:!1,category:"objects"},dvd:{keywords:["cd","disk","disc"],char:"\u{1f4c0}",fitzpatrick_scale:!1,category:"objects"},vhs:{keywords:["record","video","oldschool","90s","80s"],char:"\u{1f4fc}",fitzpatrick_scale:!1,category:"objects"},camera:{keywords:["gadgets","photography"],char:"\u{1f4f7}",fitzpatrick_scale:!1,category:"objects"},camera_flash:{keywords:["photography","gadgets"],char:"\u{1f4f8}",fitzpatrick_scale:!1,category:"objects"},video_camera:{keywords:["film","record"],char:"\u{1f4f9}",fitzpatrick_scale:!1,category:"objects"},movie_camera:{keywords:["film","record"],char:"\u{1f3a5}",fitzpatrick_scale:!1,category:"objects"},film_projector:{keywords:["video","tape","record","movie"],char:"\u{1f4fd}",fitzpatrick_scale:!1,category:"objects"},film_strip:{keywords:["movie"],char:"\u{1f39e}",fitzpatrick_scale:!1,category:"objects"},telephone_receiver:{keywords:["technology","communication","dial"],char:"\u{1f4de}",fitzpatrick_scale:!1,category:"objects"},phone:{keywords:["technology","communication","dial","telephone"],char:"\u260e\ufe0f",fitzpatrick_scale:!1,category:"objects"},pager:{keywords:["bbcall","oldschool","90s"],char:"\u{1f4df}",fitzpatrick_scale:!1,category:"objects"},fax:{keywords:["communication","technology"],char:"\u{1f4e0}",fitzpatrick_scale:!1,category:"objects"},tv:{keywords:["technology","program","oldschool","show","television"],char:"\u{1f4fa}",fitzpatrick_scale:!1,category:"objects"},radio:{keywords:["communication","music","podcast","program"],char:"\u{1f4fb}",fitzpatrick_scale:!1,category:"objects"},studio_microphone:{keywords:["sing","recording","artist","talkshow"],char:"\u{1f399}",fitzpatrick_scale:!1,category:"objects"},level_slider:{keywords:["scale"],char:"\u{1f39a}",fitzpatrick_scale:!1,category:"objects"},control_knobs:{keywords:["dial"],char:"\u{1f39b}",fitzpatrick_scale:!1,category:"objects"},compass:{keywords:["magnetic","navigation","orienteering"],char:"\u{1f9ed}",fitzpatrick_scale:!1,category:"objects"},stopwatch:{keywords:["time","deadline"],char:"\u23f1",fitzpatrick_scale:!1,category:"objects"},timer_clock:{keywords:["alarm"],char:"\u23f2",fitzpatrick_scale:!1,category:"objects"},alarm_clock:{keywords:["time","wake"],char:"\u23f0",fitzpatrick_scale:!1,category:"objects"},mantelpiece_clock:{keywords:["time"],char:"\u{1f570}",fitzpatrick_scale:!1,category:"objects"},hourglass_flowing_sand:{keywords:["oldschool","time","countdown"],char:"\u23f3",fitzpatrick_scale:!1,category:"objects"},hourglass:{keywords:["time","clock","oldschool","limit","exam","quiz","test"],char:"\u231b",fitzpatrick_scale:!1,category:"objects"},satellite:{keywords:["communication","future","radio","space"],char:"\u{1f4e1}",fitzpatrick_scale:!1,category:"objects"},battery:{keywords:["power","energy","sustain"],char:"\u{1f50b}",fitzpatrick_scale:!1,category:"objects"},electric_plug:{keywords:["charger","power"],char:"\u{1f50c}",fitzpatrick_scale:!1,category:"objects"},bulb:{keywords:["light","electricity","idea"],char:"\u{1f4a1}",fitzpatrick_scale:!1,category:"objects"},flashlight:{keywords:["dark","camping","sight","night"],char:"\u{1f526}",fitzpatrick_scale:!1,category:"objects"},candle:{keywords:["fire","wax"],char:"\u{1f56f}",fitzpatrick_scale:!1,category:"objects"},fire_extinguisher:{keywords:["quench"],char:"\u{1f9ef}",fitzpatrick_scale:!1,category:"objects"},wastebasket:{keywords:["bin","trash","rubbish","garbage","toss"],char:"\u{1f5d1}",fitzpatrick_scale:!1,category:"objects"},oil_drum:{keywords:["barrell"],char:"\u{1f6e2}",fitzpatrick_scale:!1,category:"objects"},money_with_wings:{keywords:["dollar","bills","payment","sale"],char:"\u{1f4b8}",fitzpatrick_scale:!1,category:"objects"},dollar:{keywords:["money","sales","bill","currency"],char:"\u{1f4b5}",fitzpatrick_scale:!1,category:"objects"},yen:{keywords:["money","sales","japanese","dollar","currency"],char:"\u{1f4b4}",fitzpatrick_scale:!1,category:"objects"},euro:{keywords:["money","sales","dollar","currency"],char:"\u{1f4b6}",fitzpatrick_scale:!1,category:"objects"},pound:{keywords:["british","sterling","money","sales","bills","uk","england","currency"],char:"\u{1f4b7}",fitzpatrick_scale:!1,category:"objects"},moneybag:{keywords:["dollar","payment","coins","sale"],char:"\u{1f4b0}",fitzpatrick_scale:!1,category:"objects"},credit_card:{keywords:["money","sales","dollar","bill","payment","shopping"],char:"\u{1f4b3}",fitzpatrick_scale:!1,category:"objects"},gem:{keywords:["blue","ruby","diamond","jewelry"],char:"\u{1f48e}",fitzpatrick_scale:!1,category:"objects"},balance_scale:{keywords:["law","fairness","weight"],char:"\u2696",fitzpatrick_scale:!1,category:"objects"},toolbox:{keywords:["tools","diy","fix","maintainer","mechanic"],char:"\u{1f9f0}",fitzpatrick_scale:!1,category:"objects"},wrench:{keywords:["tools","diy","ikea","fix","maintainer"],char:"\u{1f527}",fitzpatrick_scale:!1,category:"objects"},hammer:{keywords:["tools","build","create"],char:"\u{1f528}",fitzpatrick_scale:!1,category:"objects"},hammer_and_pick:{keywords:["tools","build","create"],char:"\u2692",fitzpatrick_scale:!1,category:"objects"},hammer_and_wrench:{keywords:["tools","build","create"],char:"\u{1f6e0}",fitzpatrick_scale:!1,category:"objects"},pick:{keywords:["tools","dig"],char:"\u26cf",fitzpatrick_scale:!1,category:"objects"},nut_and_bolt:{keywords:["handy","tools","fix"],char:"\u{1f529}",fitzpatrick_scale:!1,category:"objects"},gear:{keywords:["cog"],char:"\u2699",fitzpatrick_scale:!1,category:"objects"},brick:{keywords:["bricks"],char:"\u{1f9f1}",fitzpatrick_scale:!1,category:"objects"},chains:{keywords:["lock","arrest"],char:"\u26d3",fitzpatrick_scale:!1,category:"objects"},magnet:{keywords:["attraction","magnetic"],char:"\u{1f9f2}",fitzpatrick_scale:!1,category:"objects"},gun:{keywords:["violence","weapon","pistol","revolver"],char:"\u{1f52b}",fitzpatrick_scale:!1,category:"objects"},bomb:{keywords:["boom","explode","explosion","terrorism"],char:"\u{1f4a3}",fitzpatrick_scale:!1,category:"objects"},firecracker:{keywords:["dynamite","boom","explode","explosion","explosive"],char:"\u{1f9e8}",fitzpatrick_scale:!1,category:"objects"},hocho:{keywords:["knife","blade","cutlery","kitchen","weapon"],char:"\u{1f52a}",fitzpatrick_scale:!1,category:"objects"},dagger:{keywords:["weapon"],char:"\u{1f5e1}",fitzpatrick_scale:!1,category:"objects"},crossed_swords:{keywords:["weapon"],char:"\u2694",fitzpatrick_scale:!1,category:"objects"},shield:{keywords:["protection","security"],char:"\u{1f6e1}",fitzpatrick_scale:!1,category:"objects"},smoking:{keywords:["kills","tobacco","cigarette","joint","smoke"],char:"\u{1f6ac}",fitzpatrick_scale:!1,category:"objects"},skull_and_crossbones:{keywords:["poison","danger","deadly","scary","death","pirate","evil"],char:"\u2620",fitzpatrick_scale:!1,category:"objects"},coffin:{keywords:["vampire","dead","die","death","rip","graveyard","cemetery","casket","funeral","box"],char:"\u26b0",fitzpatrick_scale:!1,category:"objects"},funeral_urn:{keywords:["dead","die","death","rip","ashes"],char:"\u26b1",fitzpatrick_scale:!1,category:"objects"},amphora:{keywords:["vase","jar"],char:"\u{1f3fa}",fitzpatrick_scale:!1,category:"objects"},crystal_ball:{keywords:["disco","party","magic","circus","fortune_teller"],char:"\u{1f52e}",fitzpatrick_scale:!1,category:"objects"},prayer_beads:{keywords:["dhikr","religious"],char:"\u{1f4ff}",fitzpatrick_scale:!1,category:"objects"},nazar_amulet:{keywords:["bead","charm"],char:"\u{1f9ff}",fitzpatrick_scale:!1,category:"objects"},barber:{keywords:["hair","salon","style"],char:"\u{1f488}",fitzpatrick_scale:!1,category:"objects"},alembic:{keywords:["distilling","science","experiment","chemistry"],char:"\u2697",fitzpatrick_scale:!1,category:"objects"},telescope:{keywords:["stars","space","zoom","science","astronomy"],char:"\u{1f52d}",fitzpatrick_scale:!1,category:"objects"},microscope:{keywords:["laboratory","experiment","zoomin","science","study"],char:"\u{1f52c}",fitzpatrick_scale:!1,category:"objects"},hole:{keywords:["embarrassing"],char:"\u{1f573}",fitzpatrick_scale:!1,category:"objects"},pill:{keywords:["health","medicine","doctor","pharmacy","drug"],char:"\u{1f48a}",fitzpatrick_scale:!1,category:"objects"},syringe:{keywords:["health","hospital","drugs","blood","medicine","needle","doctor","nurse"],char:"\u{1f489}",fitzpatrick_scale:!1,category:"objects"},dna:{keywords:["biologist","genetics","life"],char:"\u{1f9ec}",fitzpatrick_scale:!1,category:"objects"},microbe:{keywords:["amoeba","bacteria","germs"],char:"\u{1f9a0}",fitzpatrick_scale:!1,category:"objects"},petri_dish:{keywords:["bacteria","biology","culture","lab"],char:"\u{1f9eb}",fitzpatrick_scale:!1,category:"objects"},test_tube:{keywords:["chemistry","experiment","lab","science"],char:"\u{1f9ea}",fitzpatrick_scale:!1,category:"objects"},thermometer:{keywords:["weather","temperature","hot","cold"],char:"\u{1f321}",fitzpatrick_scale:!1,category:"objects"},broom:{keywords:["cleaning","sweeping","witch"],char:"\u{1f9f9}",fitzpatrick_scale:!1,category:"objects"},basket:{keywords:["laundry"],char:"\u{1f9fa}",fitzpatrick_scale:!1,category:"objects"},toilet_paper:{keywords:["roll"],char:"\u{1f9fb}",fitzpatrick_scale:!1,category:"objects"},label:{keywords:["sale","tag"],char:"\u{1f3f7}",fitzpatrick_scale:!1,category:"objects"},bookmark:{keywords:["favorite","label","save"],char:"\u{1f516}",fitzpatrick_scale:!1,category:"objects"},toilet:{keywords:["restroom","wc","washroom","bathroom","potty"],char:"\u{1f6bd}",fitzpatrick_scale:!1,category:"objects"},shower:{keywords:["clean","water","bathroom"],char:"\u{1f6bf}",fitzpatrick_scale:!1,category:"objects"},bathtub:{keywords:["clean","shower","bathroom"],char:"\u{1f6c1}",fitzpatrick_scale:!1,category:"objects"},soap:{keywords:["bar","bathing","cleaning","lather"],char:"\u{1f9fc}",fitzpatrick_scale:!1,category:"objects"},sponge:{keywords:["absorbing","cleaning","porous"],char:"\u{1f9fd}",fitzpatrick_scale:!1,category:"objects"},lotion_bottle:{keywords:["moisturizer","sunscreen"],char:"\u{1f9f4}",fitzpatrick_scale:!1,category:"objects"},key:{keywords:["lock","door","password"],char:"\u{1f511}",fitzpatrick_scale:!1,category:"objects"},old_key:{keywords:["lock","door","password"],char:"\u{1f5dd}",fitzpatrick_scale:!1,category:"objects"},couch_and_lamp:{keywords:["read","chill"],char:"\u{1f6cb}",fitzpatrick_scale:!1,category:"objects"},sleeping_bed:{keywords:["bed","rest"],char:"\u{1f6cc}",fitzpatrick_scale:!0,category:"objects"},bed:{keywords:["sleep","rest"],char:"\u{1f6cf}",fitzpatrick_scale:!1,category:"objects"},door:{keywords:["house","entry","exit"],char:"\u{1f6aa}",fitzpatrick_scale:!1,category:"objects"},bellhop_bell:{keywords:["service"],char:"\u{1f6ce}",fitzpatrick_scale:!1,category:"objects"},teddy_bear:{keywords:["plush","stuffed"],char:"\u{1f9f8}",fitzpatrick_scale:!1,category:"objects"},framed_picture:{keywords:["photography"],char:"\u{1f5bc}",fitzpatrick_scale:!1,category:"objects"},world_map:{keywords:["location","direction"],char:"\u{1f5fa}",fitzpatrick_scale:!1,category:"objects"},parasol_on_ground:{keywords:["weather","summer"],char:"\u26f1",fitzpatrick_scale:!1,category:"objects"},moyai:{keywords:["rock","easter island","moai"],char:"\u{1f5ff}",fitzpatrick_scale:!1,category:"objects"},shopping:{keywords:["mall","buy","purchase"],char:"\u{1f6cd}",fitzpatrick_scale:!1,category:"objects"},shopping_cart:{keywords:["trolley"],char:"\u{1f6d2}",fitzpatrick_scale:!1,category:"objects"},balloon:{keywords:["party","celebration","birthday","circus"],char:"\u{1f388}",fitzpatrick_scale:!1,category:"objects"},flags:{keywords:["fish","japanese","koinobori","carp","banner"],char:"\u{1f38f}",fitzpatrick_scale:!1,category:"objects"},ribbon:{keywords:["decoration","pink","girl","bowtie"],char:"\u{1f380}",fitzpatrick_scale:!1,category:"objects"},gift:{keywords:["present","birthday","christmas","xmas"],char:"\u{1f381}",fitzpatrick_scale:!1,category:"objects"},confetti_ball:{keywords:["festival","party","birthday","circus"],char:"\u{1f38a}",fitzpatrick_scale:!1,category:"objects"},tada:{keywords:["party","congratulations","birthday","magic","circus","celebration"],char:"\u{1f389}",fitzpatrick_scale:!1,category:"objects"},dolls:{keywords:["japanese","toy","kimono"],char:"\u{1f38e}",fitzpatrick_scale:!1,category:"objects"},wind_chime:{keywords:["nature","ding","spring","bell"],char:"\u{1f390}",fitzpatrick_scale:!1,category:"objects"},crossed_flags:{keywords:["japanese","nation","country","border"],char:"\u{1f38c}",fitzpatrick_scale:!1,category:"objects"},izakaya_lantern:{keywords:["light","paper","halloween","spooky"],char:"\u{1f3ee}",fitzpatrick_scale:!1,category:"objects"},red_envelope:{keywords:["gift"],char:"\u{1f9e7}",fitzpatrick_scale:!1,category:"objects"},email:{keywords:["letter","postal","inbox","communication"],char:"\u2709\ufe0f",fitzpatrick_scale:!1,category:"objects"},envelope_with_arrow:{keywords:["email","communication"],char:"\u{1f4e9}",fitzpatrick_scale:!1,category:"objects"},incoming_envelope:{keywords:["email","inbox"],char:"\u{1f4e8}",fitzpatrick_scale:!1,category:"objects"},"e-mail":{keywords:["communication","inbox"],char:"\u{1f4e7}",fitzpatrick_scale:!1,category:"objects"},love_letter:{keywords:["email","like","affection","envelope","valentines"],char:"\u{1f48c}",fitzpatrick_scale:!1,category:"objects"},postbox:{keywords:["email","letter","envelope"],char:"\u{1f4ee}",fitzpatrick_scale:!1,category:"objects"},mailbox_closed:{keywords:["email","communication","inbox"],char:"\u{1f4ea}",fitzpatrick_scale:!1,category:"objects"},mailbox:{keywords:["email","inbox","communication"],char:"\u{1f4eb}",fitzpatrick_scale:!1,category:"objects"},mailbox_with_mail:{keywords:["email","inbox","communication"],char:"\u{1f4ec}",fitzpatrick_scale:!1,category:"objects"},mailbox_with_no_mail:{keywords:["email","inbox"],char:"\u{1f4ed}",fitzpatrick_scale:!1,category:"objects"},package:{keywords:["mail","gift","cardboard","box","moving"],char:"\u{1f4e6}",fitzpatrick_scale:!1,category:"objects"},postal_horn:{keywords:["instrument","music"],char:"\u{1f4ef}",fitzpatrick_scale:!1,category:"objects"},inbox_tray:{keywords:["email","documents"],char:"\u{1f4e5}",fitzpatrick_scale:!1,category:"objects"},outbox_tray:{keywords:["inbox","email"],char:"\u{1f4e4}",fitzpatrick_scale:!1,category:"objects"},scroll:{keywords:["documents","ancient","history","paper"],char:"\u{1f4dc}",fitzpatrick_scale:!1,category:"objects"},page_with_curl:{keywords:["documents","office","paper"],char:"\u{1f4c3}",fitzpatrick_scale:!1,category:"objects"},bookmark_tabs:{keywords:["favorite","save","order","tidy"],char:"\u{1f4d1}",fitzpatrick_scale:!1,category:"objects"},receipt:{keywords:["accounting","expenses"],char:"\u{1f9fe}",fitzpatrick_scale:!1,category:"objects"},bar_chart:{keywords:["graph","presentation","stats"],char:"\u{1f4ca}",fitzpatrick_scale:!1,category:"objects"},chart_with_upwards_trend:{keywords:["graph","presentation","stats","recovery","business","economics","money","sales","good","success"],char:"\u{1f4c8}",fitzpatrick_scale:!1,category:"objects"},chart_with_downwards_trend:{keywords:["graph","presentation","stats","recession","business","economics","money","sales","bad","failure"],char:"\u{1f4c9}",fitzpatrick_scale:!1,category:"objects"},page_facing_up:{keywords:["documents","office","paper","information"],char:"\u{1f4c4}",fitzpatrick_scale:!1,category:"objects"},date:{keywords:["calendar","schedule"],char:"\u{1f4c5}",fitzpatrick_scale:!1,category:"objects"},calendar:{keywords:["schedule","date","planning"],char:"\u{1f4c6}",fitzpatrick_scale:!1,category:"objects"},spiral_calendar:{keywords:["date","schedule","planning"],char:"\u{1f5d3}",fitzpatrick_scale:!1,category:"objects"},card_index:{keywords:["business","stationery"],char:"\u{1f4c7}",fitzpatrick_scale:!1,category:"objects"},card_file_box:{keywords:["business","stationery"],char:"\u{1f5c3}",fitzpatrick_scale:!1,category:"objects"},ballot_box:{keywords:["election","vote"],char:"\u{1f5f3}",fitzpatrick_scale:!1,category:"objects"},file_cabinet:{keywords:["filing","organizing"],char:"\u{1f5c4}",fitzpatrick_scale:!1,category:"objects"},clipboard:{keywords:["stationery","documents"],char:"\u{1f4cb}",fitzpatrick_scale:!1,category:"objects"},spiral_notepad:{keywords:["memo","stationery"],char:"\u{1f5d2}",fitzpatrick_scale:!1,category:"objects"},file_folder:{keywords:["documents","business","office"],char:"\u{1f4c1}",fitzpatrick_scale:!1,category:"objects"},open_file_folder:{keywords:["documents","load"],char:"\u{1f4c2}",fitzpatrick_scale:!1,category:"objects"},card_index_dividers:{keywords:["organizing","business","stationery"],char:"\u{1f5c2}",fitzpatrick_scale:!1,category:"objects"},newspaper_roll:{keywords:["press","headline"],char:"\u{1f5de}",fitzpatrick_scale:!1,category:"objects"},newspaper:{keywords:["press","headline"],char:"\u{1f4f0}",fitzpatrick_scale:!1,category:"objects"},notebook:{keywords:["stationery","record","notes","paper","study"],char:"\u{1f4d3}",fitzpatrick_scale:!1,category:"objects"},closed_book:{keywords:["read","library","knowledge","textbook","learn"],char:"\u{1f4d5}",fitzpatrick_scale:!1,category:"objects"},green_book:{keywords:["read","library","knowledge","study"],char:"\u{1f4d7}",fitzpatrick_scale:!1,category:"objects"},blue_book:{keywords:["read","library","knowledge","learn","study"],char:"\u{1f4d8}",fitzpatrick_scale:!1,category:"objects"},orange_book:{keywords:["read","library","knowledge","textbook","study"],char:"\u{1f4d9}",fitzpatrick_scale:!1,category:"objects"},notebook_with_decorative_cover:{keywords:["classroom","notes","record","paper","study"],char:"\u{1f4d4}",fitzpatrick_scale:!1,category:"objects"},ledger:{keywords:["notes","paper"],char:"\u{1f4d2}",fitzpatrick_scale:!1,category:"objects"},books:{keywords:["literature","library","study"],char:"\u{1f4da}",fitzpatrick_scale:!1,category:"objects"},open_book:{keywords:["book","read","library","knowledge","literature","learn","study"],char:"\u{1f4d6}",fitzpatrick_scale:!1,category:"objects"},safety_pin:{keywords:["diaper"],char:"\u{1f9f7}",fitzpatrick_scale:!1,category:"objects"},link:{keywords:["rings","url"],char:"\u{1f517}",fitzpatrick_scale:!1,category:"objects"},paperclip:{keywords:["documents","stationery"],char:"\u{1f4ce}",fitzpatrick_scale:!1,category:"objects"},paperclips:{keywords:["documents","stationery"],char:"\u{1f587}",fitzpatrick_scale:!1,category:"objects"},scissors:{keywords:["stationery","cut"],char:"\u2702\ufe0f",fitzpatrick_scale:!1,category:"objects"},triangular_ruler:{keywords:["stationery","math","architect","sketch"],char:"\u{1f4d0}",fitzpatrick_scale:!1,category:"objects"},straight_ruler:{keywords:["stationery","calculate","length","math","school","drawing","architect","sketch"],char:"\u{1f4cf}",fitzpatrick_scale:!1,category:"objects"},abacus:{keywords:["calculation"],char:"\u{1f9ee}",fitzpatrick_scale:!1,category:"objects"},pushpin:{keywords:["stationery","mark","here"],char:"\u{1f4cc}",fitzpatrick_scale:!1,category:"objects"},round_pushpin:{keywords:["stationery","location","map","here"],char:"\u{1f4cd}",fitzpatrick_scale:!1,category:"objects"},triangular_flag_on_post:{keywords:["mark","milestone","place"],char:"\u{1f6a9}",fitzpatrick_scale:!1,category:"objects"},white_flag:{keywords:["losing","loser","lost","surrender","give up","fail"],char:"\u{1f3f3}",fitzpatrick_scale:!1,category:"objects"},black_flag:{keywords:["pirate"],char:"\u{1f3f4}",fitzpatrick_scale:!1,category:"objects"},rainbow_flag:{keywords:["flag","rainbow","pride","gay","lgbt","glbt","queer","homosexual","lesbian","bisexual","transgender"],char:"\u{1f3f3}\ufe0f\u200d\u{1f308}",fitzpatrick_scale:!1,category:"objects"},closed_lock_with_key:{keywords:["security","privacy"],char:"\u{1f510}",fitzpatrick_scale:!1,category:"objects"},lock:{keywords:["security","password","padlock"],char:"\u{1f512}",fitzpatrick_scale:!1,category:"objects"},unlock:{keywords:["privacy","security"],char:"\u{1f513}",fitzpatrick_scale:!1,category:"objects"},lock_with_ink_pen:{keywords:["security","secret"],char:"\u{1f50f}",fitzpatrick_scale:!1,category:"objects"},pen:{keywords:["stationery","writing","write"],char:"\u{1f58a}",fitzpatrick_scale:!1,category:"objects"},fountain_pen:{keywords:["stationery","writing","write"],char:"\u{1f58b}",fitzpatrick_scale:!1,category:"objects"},black_nib:{keywords:["pen","stationery","writing","write"],char:"\u2712\ufe0f",fitzpatrick_scale:!1,category:"objects"},memo:{keywords:["write","documents","stationery","pencil","paper","writing","legal","exam","quiz","test","study","compose"],char:"\u{1f4dd}",fitzpatrick_scale:!1,category:"objects"},pencil2:{keywords:["stationery","write","paper","writing","school","study"],char:"\u270f\ufe0f",fitzpatrick_scale:!1,category:"objects"},crayon:{keywords:["drawing","creativity"],char:"\u{1f58d}",fitzpatrick_scale:!1,category:"objects"},paintbrush:{keywords:["drawing","creativity","art"],char:"\u{1f58c}",fitzpatrick_scale:!1,category:"objects"},mag:{keywords:["search","zoom","find","detective"],char:"\u{1f50d}",fitzpatrick_scale:!1,category:"objects"},mag_right:{keywords:["search","zoom","find","detective"],char:"\u{1f50e}",fitzpatrick_scale:!1,category:"objects"},heart:{keywords:["love","like","valentines"],char:"\u2764\ufe0f",fitzpatrick_scale:!1,category:"symbols"},orange_heart:{keywords:["love","like","affection","valentines"],char:"\u{1f9e1}",fitzpatrick_scale:!1,category:"symbols"},yellow_heart:{keywords:["love","like","affection","valentines"],char:"\u{1f49b}",fitzpatrick_scale:!1,category:"symbols"},green_heart:{keywords:["love","like","affection","valentines"],char:"\u{1f49a}",fitzpatrick_scale:!1,category:"symbols"},blue_heart:{keywords:["love","like","affection","valentines"],char:"\u{1f499}",fitzpatrick_scale:!1,category:"symbols"},purple_heart:{keywords:["love","like","affection","valentines"],char:"\u{1f49c}",fitzpatrick_scale:!1,category:"symbols"},black_heart:{keywords:["evil"],char:"\u{1f5a4}",fitzpatrick_scale:!1,category:"symbols"},broken_heart:{keywords:["sad","sorry","break","heart","heartbreak"],char:"\u{1f494}",fitzpatrick_scale:!1,category:"symbols"},heavy_heart_exclamation:{keywords:["decoration","love"],char:"\u2763",fitzpatrick_scale:!1,category:"symbols"},two_hearts:{keywords:["love","like","affection","valentines","heart"],char:"\u{1f495}",fitzpatrick_scale:!1,category:"symbols"},revolving_hearts:{keywords:["love","like","affection","valentines"],char:"\u{1f49e}",fitzpatrick_scale:!1,category:"symbols"},heartbeat:{keywords:["love","like","affection","valentines","pink","heart"],char:"\u{1f493}",fitzpatrick_scale:!1,category:"symbols"},heartpulse:{keywords:["like","love","affection","valentines","pink"],char:"\u{1f497}",fitzpatrick_scale:!1,category:"symbols"},sparkling_heart:{keywords:["love","like","affection","valentines"],char:"\u{1f496}",fitzpatrick_scale:!1,category:"symbols"},cupid:{keywords:["love","like","heart","affection","valentines"],char:"\u{1f498}",fitzpatrick_scale:!1,category:"symbols"},gift_heart:{keywords:["love","valentines"],char:"\u{1f49d}",fitzpatrick_scale:!1,category:"symbols"},heart_decoration:{keywords:["purple-square","love","like"],char:"\u{1f49f}",fitzpatrick_scale:!1,category:"symbols"},peace_symbol:{keywords:["hippie"],char:"\u262e",fitzpatrick_scale:!1,category:"symbols"},latin_cross:{keywords:["christianity"],char:"\u271d",fitzpatrick_scale:!1,category:"symbols"},star_and_crescent:{keywords:["islam"],char:"\u262a",fitzpatrick_scale:!1,category:"symbols"},om:{keywords:["hinduism","buddhism","sikhism","jainism"],char:"\u{1f549}",fitzpatrick_scale:!1,category:"symbols"},wheel_of_dharma:{keywords:["hinduism","buddhism","sikhism","jainism"],char:"\u2638",fitzpatrick_scale:!1,category:"symbols"},star_of_david:{keywords:["judaism"],char:"\u2721",fitzpatrick_scale:!1,category:"symbols"},six_pointed_star:{keywords:["purple-square","religion","jewish","hexagram"],char:"\u{1f52f}",fitzpatrick_scale:!1,category:"symbols"},menorah:{keywords:["hanukkah","candles","jewish"],char:"\u{1f54e}",fitzpatrick_scale:!1,category:"symbols"},yin_yang:{keywords:["balance"],char:"\u262f",fitzpatrick_scale:!1,category:"symbols"},orthodox_cross:{keywords:["suppedaneum","religion"],char:"\u2626",fitzpatrick_scale:!1,category:"symbols"},place_of_worship:{keywords:["religion","church","temple","prayer"],char:"\u{1f6d0}",fitzpatrick_scale:!1,category:"symbols"},ophiuchus:{keywords:["sign","purple-square","constellation","astrology"],char:"\u26ce",fitzpatrick_scale:!1,category:"symbols"},aries:{keywords:["sign","purple-square","zodiac","astrology"],char:"\u2648",fitzpatrick_scale:!1,category:"symbols"},taurus:{keywords:["purple-square","sign","zodiac","astrology"],char:"\u2649",fitzpatrick_scale:!1,category:"symbols"},gemini:{keywords:["sign","zodiac","purple-square","astrology"],char:"\u264a",fitzpatrick_scale:!1,category:"symbols"},cancer:{keywords:["sign","zodiac","purple-square","astrology"],char:"\u264b",fitzpatrick_scale:!1,category:"symbols"},leo:{keywords:["sign","purple-square","zodiac","astrology"],char:"\u264c",fitzpatrick_scale:!1,category:"symbols"},virgo:{keywords:["sign","zodiac","purple-square","astrology"],char:"\u264d",fitzpatrick_scale:!1,category:"symbols"},libra:{keywords:["sign","purple-square","zodiac","astrology"],char:"\u264e",fitzpatrick_scale:!1,category:"symbols"},scorpius:{keywords:["sign","zodiac","purple-square","astrology","scorpio"],char:"\u264f",fitzpatrick_scale:!1,category:"symbols"},sagittarius:{keywords:["sign","zodiac","purple-square","astrology"],char:"\u2650",fitzpatrick_scale:!1,category:"symbols"},capricorn:{keywords:["sign","zodiac","purple-square","astrology"],char:"\u2651",fitzpatrick_scale:!1,category:"symbols"},aquarius:{keywords:["sign","purple-square","zodiac","astrology"],char:"\u2652",fitzpatrick_scale:!1,category:"symbols"},pisces:{keywords:["purple-square","sign","zodiac","astrology"],char:"\u2653",fitzpatrick_scale:!1,category:"symbols"},id:{keywords:["purple-square","words"],char:"\u{1f194}",fitzpatrick_scale:!1,category:"symbols"},atom_symbol:{keywords:["science","physics","chemistry"],char:"\u269b",fitzpatrick_scale:!1,category:"symbols"},u7a7a:{keywords:["kanji","japanese","chinese","empty","sky","blue-square"],char:"\u{1f233}",fitzpatrick_scale:!1,category:"symbols"},u5272:{keywords:["cut","divide","chinese","kanji","pink-square"],char:"\u{1f239}",fitzpatrick_scale:!1,category:"symbols"},radioactive:{keywords:["nuclear","danger"],char:"\u2622",fitzpatrick_scale:!1,category:"symbols"},biohazard:{keywords:["danger"],char:"\u2623",fitzpatrick_scale:!1,category:"symbols"},mobile_phone_off:{keywords:["mute","orange-square","silence","quiet"],char:"\u{1f4f4}",fitzpatrick_scale:!1,category:"symbols"},vibration_mode:{keywords:["orange-square","phone"],char:"\u{1f4f3}",fitzpatrick_scale:!1,category:"symbols"},u6709:{keywords:["orange-square","chinese","have","kanji"],char:"\u{1f236}",fitzpatrick_scale:!1,category:"symbols"},u7121:{keywords:["nothing","chinese","kanji","japanese","orange-square"],char:"\u{1f21a}",fitzpatrick_scale:!1,category:"symbols"},u7533:{keywords:["chinese","japanese","kanji","orange-square"],char:"\u{1f238}",fitzpatrick_scale:!1,category:"symbols"},u55b6:{keywords:["japanese","opening hours","orange-square"],char:"\u{1f23a}",fitzpatrick_scale:!1,category:"symbols"},u6708:{keywords:["chinese","month","moon","japanese","orange-square","kanji"],char:"\u{1f237}\ufe0f",fitzpatrick_scale:!1,category:"symbols"},eight_pointed_black_star:{keywords:["orange-square","shape","polygon"],char:"\u2734\ufe0f",fitzpatrick_scale:!1,category:"symbols"},vs:{keywords:["words","orange-square"],char:"\u{1f19a}",fitzpatrick_scale:!1,category:"symbols"},accept:{keywords:["ok","good","chinese","kanji","agree","yes","orange-circle"],char:"\u{1f251}",fitzpatrick_scale:!1,category:"symbols"},white_flower:{keywords:["japanese","spring"],char:"\u{1f4ae}",fitzpatrick_scale:!1,category:"symbols"},ideograph_advantage:{keywords:["chinese","kanji","obtain","get","circle"],char:"\u{1f250}",fitzpatrick_scale:!1,category:"symbols"},secret:{keywords:["privacy","chinese","sshh","kanji","red-circle"],char:"\u3299\ufe0f",fitzpatrick_scale:!1,category:"symbols"},congratulations:{keywords:["chinese","kanji","japanese","red-circle"],char:"\u3297\ufe0f",fitzpatrick_scale:!1,category:"symbols"},u5408:{keywords:["japanese","chinese","join","kanji","red-square"],char:"\u{1f234}",fitzpatrick_scale:!1,category:"symbols"},u6e80:{keywords:["full","chinese","japanese","red-square","kanji"],char:"\u{1f235}",fitzpatrick_scale:!1,category:"symbols"},u7981:{keywords:["kanji","japanese","chinese","forbidden","limit","restricted","red-square"],char:"\u{1f232}",fitzpatrick_scale:!1,category:"symbols"},a:{keywords:["red-square","alphabet","letter"],char:"\u{1f170}\ufe0f",fitzpatrick_scale:!1,category:"symbols"},b:{keywords:["red-square","alphabet","letter"],char:"\u{1f171}\ufe0f",fitzpatrick_scale:!1,category:"symbols"},ab:{keywords:["red-square","alphabet"],char:"\u{1f18e}",fitzpatrick_scale:!1,category:"symbols"},cl:{keywords:["alphabet","words","red-square"],char:"\u{1f191}",fitzpatrick_scale:!1,category:"symbols"},o2:{keywords:["alphabet","red-square","letter"],char:"\u{1f17e}\ufe0f",fitzpatrick_scale:!1,category:"symbols"},sos:{keywords:["help","red-square","words","emergency","911"],char:"\u{1f198}",fitzpatrick_scale:!1,category:"symbols"},no_entry:{keywords:["limit","security","privacy","bad","denied","stop","circle"],char:"\u26d4",fitzpatrick_scale:!1,category:"symbols"},name_badge:{keywords:["fire","forbid"],char:"\u{1f4db}",fitzpatrick_scale:!1,category:"symbols"},no_entry_sign:{keywords:["forbid","stop","limit","denied","disallow","circle"],char:"\u{1f6ab}",fitzpatrick_scale:!1,category:"symbols"},x:{keywords:["no","delete","remove","cancel","red"],char:"\u274c",fitzpatrick_scale:!1,category:"symbols"},o:{keywords:["circle","round"],char:"\u2b55",fitzpatrick_scale:!1,category:"symbols"},stop_sign:{keywords:["stop"],char:"\u{1f6d1}",fitzpatrick_scale:!1,category:"symbols"},anger:{keywords:["angry","mad"],char:"\u{1f4a2}",fitzpatrick_scale:!1,category:"symbols"},hotsprings:{keywords:["bath","warm","relax"],char:"\u2668\ufe0f",fitzpatrick_scale:!1,category:"symbols"},no_pedestrians:{keywords:["rules","crossing","walking","circle"],char:"\u{1f6b7}",fitzpatrick_scale:!1,category:"symbols"},do_not_litter:{keywords:["trash","bin","garbage","circle"],char:"\u{1f6af}",fitzpatrick_scale:!1,category:"symbols"},no_bicycles:{keywords:["cyclist","prohibited","circle"],char:"\u{1f6b3}",fitzpatrick_scale:!1,category:"symbols"},"non-potable_water":{keywords:["drink","faucet","tap","circle"],char:"\u{1f6b1}",fitzpatrick_scale:!1,category:"symbols"},underage:{keywords:["18","drink","pub","night","minor","circle"],char:"\u{1f51e}",fitzpatrick_scale:!1,category:"symbols"},no_mobile_phones:{keywords:["iphone","mute","circle"],char:"\u{1f4f5}",fitzpatrick_scale:!1,category:"symbols"},exclamation:{keywords:["heavy_exclamation_mark","danger","surprise","punctuation","wow","warning"],char:"\u2757",fitzpatrick_scale:!1,category:"symbols"},grey_exclamation:{keywords:["surprise","punctuation","gray","wow","warning"],char:"\u2755",fitzpatrick_scale:!1,category:"symbols"},question:{keywords:["doubt","confused"],char:"\u2753",fitzpatrick_scale:!1,category:"symbols"},grey_question:{keywords:["doubts","gray","huh","confused"],char:"\u2754",fitzpatrick_scale:!1,category:"symbols"},bangbang:{keywords:["exclamation","surprise"],char:"\u203c\ufe0f",fitzpatrick_scale:!1,category:"symbols"},interrobang:{keywords:["wat","punctuation","surprise"],char:"\u2049\ufe0f",fitzpatrick_scale:!1,category:"symbols"},100:{keywords:["score","perfect","numbers","century","exam","quiz","test","pass","hundred"],char:"\u{1f4af}",fitzpatrick_scale:!1,category:"symbols"},low_brightness:{keywords:["sun","afternoon","warm","summer"],char:"\u{1f505}",fitzpatrick_scale:!1,category:"symbols"},high_brightness:{keywords:["sun","light"],char:"\u{1f506}",fitzpatrick_scale:!1,category:"symbols"},trident:{keywords:["weapon","spear"],char:"\u{1f531}",fitzpatrick_scale:!1,category:"symbols"},fleur_de_lis:{keywords:["decorative","scout"],char:"\u269c",fitzpatrick_scale:!1,category:"symbols"},part_alternation_mark:{keywords:["graph","presentation","stats","business","economics","bad"],char:"\u303d\ufe0f",fitzpatrick_scale:!1,category:"symbols"},warning:{keywords:["exclamation","wip","alert","error","problem","issue"],char:"\u26a0\ufe0f",fitzpatrick_scale:!1,category:"symbols"},children_crossing:{keywords:["school","warning","danger","sign","driving","yellow-diamond"],char:"\u{1f6b8}",fitzpatrick_scale:!1,category:"symbols"},beginner:{keywords:["badge","shield"],char:"\u{1f530}",fitzpatrick_scale:!1,category:"symbols"},recycle:{keywords:["arrow","environment","garbage","trash"],char:"\u267b\ufe0f",fitzpatrick_scale:!1,category:"symbols"},u6307:{keywords:["chinese","point","green-square","kanji"],char:"\u{1f22f}",fitzpatrick_scale:!1,category:"symbols"},chart:{keywords:["green-square","graph","presentation","stats"],char:"\u{1f4b9}",fitzpatrick_scale:!1,category:"symbols"},sparkle:{keywords:["stars","green-square","awesome","good","fireworks"],char:"\u2747\ufe0f",fitzpatrick_scale:!1,category:"symbols"},eight_spoked_asterisk:{keywords:["star","sparkle","green-square"],char:"\u2733\ufe0f",fitzpatrick_scale:!1,category:"symbols"},negative_squared_cross_mark:{keywords:["x","green-square","no","deny"],char:"\u274e",fitzpatrick_scale:!1,category:"symbols"},white_check_mark:{keywords:["green-square","ok","agree","vote","election","answer","tick"],char:"\u2705",fitzpatrick_scale:!1,category:"symbols"},diamond_shape_with_a_dot_inside:{keywords:["jewel","blue","gem","crystal","fancy"],char:"\u{1f4a0}",fitzpatrick_scale:!1,category:"symbols"},cyclone:{keywords:["weather","swirl","blue","cloud","vortex","spiral","whirlpool","spin","tornado","hurricane","typhoon"],char:"\u{1f300}",fitzpatrick_scale:!1,category:"symbols"},loop:{keywords:["tape","cassette"],char:"\u27bf",fitzpatrick_scale:!1,category:"symbols"},globe_with_meridians:{keywords:["earth","international","world","internet","interweb","i18n"],char:"\u{1f310}",fitzpatrick_scale:!1,category:"symbols"},m:{keywords:["alphabet","blue-circle","letter"],char:"\u24c2\ufe0f",fitzpatrick_scale:!1,category:"symbols"},atm:{keywords:["money","sales","cash","blue-square","payment","bank"],char:"\u{1f3e7}",fitzpatrick_scale:!1,category:"symbols"},sa:{keywords:["japanese","blue-square","katakana"],char:"\u{1f202}\ufe0f",fitzpatrick_scale:!1,category:"symbols"},passport_control:{keywords:["custom","blue-square"],char:"\u{1f6c2}",fitzpatrick_scale:!1,category:"symbols"},customs:{keywords:["passport","border","blue-square"],char:"\u{1f6c3}",fitzpatrick_scale:!1,category:"symbols"},baggage_claim:{keywords:["blue-square","airport","transport"],char:"\u{1f6c4}",fitzpatrick_scale:!1,category:"symbols"},left_luggage:{keywords:["blue-square","travel"],char:"\u{1f6c5}",fitzpatrick_scale:!1,category:"symbols"},wheelchair:{keywords:["blue-square","disabled","a11y","accessibility"],char:"\u267f",fitzpatrick_scale:!1,category:"symbols"},no_smoking:{keywords:["cigarette","blue-square","smell","smoke"],char:"\u{1f6ad}",fitzpatrick_scale:!1,category:"symbols"},wc:{keywords:["toilet","restroom","blue-square"],char:"\u{1f6be}",fitzpatrick_scale:!1,category:"symbols"},parking:{keywords:["cars","blue-square","alphabet","letter"],char:"\u{1f17f}\ufe0f",fitzpatrick_scale:!1,category:"symbols"},potable_water:{keywords:["blue-square","liquid","restroom","cleaning","faucet"],char:"\u{1f6b0}",fitzpatrick_scale:!1,category:"symbols"},mens:{keywords:["toilet","restroom","wc","blue-square","gender","male"],char:"\u{1f6b9}",fitzpatrick_scale:!1,category:"symbols"},womens:{keywords:["purple-square","woman","female","toilet","loo","restroom","gender"],char:"\u{1f6ba}",fitzpatrick_scale:!1,category:"symbols"},baby_symbol:{keywords:["orange-square","child"],char:"\u{1f6bc}",fitzpatrick_scale:!1,category:"symbols"},restroom:{keywords:["blue-square","toilet","refresh","wc","gender"],char:"\u{1f6bb}",fitzpatrick_scale:!1,category:"symbols"},put_litter_in_its_place:{keywords:["blue-square","sign","human","info"],char:"\u{1f6ae}",fitzpatrick_scale:!1,category:"symbols"},cinema:{keywords:["blue-square","record","film","movie","curtain","stage","theater"],char:"\u{1f3a6}",fitzpatrick_scale:!1,category:"symbols"},signal_strength:{keywords:["blue-square","reception","phone","internet","connection","wifi","bluetooth","bars"],char:"\u{1f4f6}",fitzpatrick_scale:!1,category:"symbols"},koko:{keywords:["blue-square","here","katakana","japanese","destination"],char:"\u{1f201}",fitzpatrick_scale:!1,category:"symbols"},ng:{keywords:["blue-square","words","shape","icon"],char:"\u{1f196}",fitzpatrick_scale:!1,category:"symbols"},ok:{keywords:["good","agree","yes","blue-square"],char:"\u{1f197}",fitzpatrick_scale:!1,category:"symbols"},up:{keywords:["blue-square","above","high"],char:"\u{1f199}",fitzpatrick_scale:!1,category:"symbols"},cool:{keywords:["words","blue-square"],char:"\u{1f192}",fitzpatrick_scale:!1,category:"symbols"},new:{keywords:["blue-square","words","start"],char:"\u{1f195}",fitzpatrick_scale:!1,category:"symbols"},free:{keywords:["blue-square","words"],char:"\u{1f193}",fitzpatrick_scale:!1,category:"symbols"},zero:{keywords:["0","numbers","blue-square","null"],char:"0\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},one:{keywords:["blue-square","numbers","1"],char:"1\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},two:{keywords:["numbers","2","prime","blue-square"],char:"2\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},three:{keywords:["3","numbers","prime","blue-square"],char:"3\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},four:{keywords:["4","numbers","blue-square"],char:"4\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},five:{keywords:["5","numbers","blue-square","prime"],char:"5\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},six:{keywords:["6","numbers","blue-square"],char:"6\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},seven:{keywords:["7","numbers","blue-square","prime"],char:"7\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},eight:{keywords:["8","blue-square","numbers"],char:"8\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},nine:{keywords:["blue-square","numbers","9"],char:"9\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},keycap_ten:{keywords:["numbers","10","blue-square"],char:"\u{1f51f}",fitzpatrick_scale:!1,category:"symbols"},asterisk:{keywords:["star","keycap"],char:"*\u20e3",fitzpatrick_scale:!1,category:"symbols"},1234:{keywords:["numbers","blue-square"],char:"\u{1f522}",fitzpatrick_scale:!1,category:"symbols"},eject_button:{keywords:["blue-square"],char:"\u23cf\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_forward:{keywords:["blue-square","right","direction","play"],char:"\u25b6\ufe0f",fitzpatrick_scale:!1,category:"symbols"},pause_button:{keywords:["pause","blue-square"],char:"\u23f8",fitzpatrick_scale:!1,category:"symbols"},next_track_button:{keywords:["forward","next","blue-square"],char:"\u23ed",fitzpatrick_scale:!1,category:"symbols"},stop_button:{keywords:["blue-square"],char:"\u23f9",fitzpatrick_scale:!1,category:"symbols"},record_button:{keywords:["blue-square"],char:"\u23fa",fitzpatrick_scale:!1,category:"symbols"},play_or_pause_button:{keywords:["blue-square","play","pause"],char:"\u23ef",fitzpatrick_scale:!1,category:"symbols"},previous_track_button:{keywords:["backward"],char:"\u23ee",fitzpatrick_scale:!1,category:"symbols"},fast_forward:{keywords:["blue-square","play","speed","continue"],char:"\u23e9",fitzpatrick_scale:!1,category:"symbols"},rewind:{keywords:["play","blue-square"],char:"\u23ea",fitzpatrick_scale:!1,category:"symbols"},twisted_rightwards_arrows:{keywords:["blue-square","shuffle","music","random"],char:"\u{1f500}",fitzpatrick_scale:!1,category:"symbols"},repeat:{keywords:["loop","record"],char:"\u{1f501}",fitzpatrick_scale:!1,category:"symbols"},repeat_one:{keywords:["blue-square","loop"],char:"\u{1f502}",fitzpatrick_scale:!1,category:"symbols"},arrow_backward:{keywords:["blue-square","left","direction"],char:"\u25c0\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_up_small:{keywords:["blue-square","triangle","direction","point","forward","top"],char:"\u{1f53c}",fitzpatrick_scale:!1,category:"symbols"},arrow_down_small:{keywords:["blue-square","direction","bottom"],char:"\u{1f53d}",fitzpatrick_scale:!1,category:"symbols"},arrow_double_up:{keywords:["blue-square","direction","top"],char:"\u23eb",fitzpatrick_scale:!1,category:"symbols"},arrow_double_down:{keywords:["blue-square","direction","bottom"],char:"\u23ec",fitzpatrick_scale:!1,category:"symbols"},arrow_right:{keywords:["blue-square","next"],char:"\u27a1\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_left:{keywords:["blue-square","previous","back"],char:"\u2b05\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_up:{keywords:["blue-square","continue","top","direction"],char:"\u2b06\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_down:{keywords:["blue-square","direction","bottom"],char:"\u2b07\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_upper_right:{keywords:["blue-square","point","direction","diagonal","northeast"],char:"\u2197\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_lower_right:{keywords:["blue-square","direction","diagonal","southeast"],char:"\u2198\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_lower_left:{keywords:["blue-square","direction","diagonal","southwest"],char:"\u2199\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_upper_left:{keywords:["blue-square","point","direction","diagonal","northwest"],char:"\u2196\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_up_down:{keywords:["blue-square","direction","way","vertical"],char:"\u2195\ufe0f",fitzpatrick_scale:!1,category:"symbols"},left_right_arrow:{keywords:["shape","direction","horizontal","sideways"],char:"\u2194\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrows_counterclockwise:{keywords:["blue-square","sync","cycle"],char:"\u{1f504}",fitzpatrick_scale:!1,category:"symbols"},arrow_right_hook:{keywords:["blue-square","return","rotate","direction"],char:"\u21aa\ufe0f",fitzpatrick_scale:!1,category:"symbols"},leftwards_arrow_with_hook:{keywords:["back","return","blue-square","undo","enter"],char:"\u21a9\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_heading_up:{keywords:["blue-square","direction","top"],char:"\u2934\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrow_heading_down:{keywords:["blue-square","direction","bottom"],char:"\u2935\ufe0f",fitzpatrick_scale:!1,category:"symbols"},hash:{keywords:["symbol","blue-square","twitter"],char:"#\ufe0f\u20e3",fitzpatrick_scale:!1,category:"symbols"},information_source:{keywords:["blue-square","alphabet","letter"],char:"\u2139\ufe0f",fitzpatrick_scale:!1,category:"symbols"},abc:{keywords:["blue-square","alphabet"],char:"\u{1f524}",fitzpatrick_scale:!1,category:"symbols"},abcd:{keywords:["blue-square","alphabet"],char:"\u{1f521}",fitzpatrick_scale:!1,category:"symbols"},capital_abcd:{keywords:["alphabet","words","blue-square"],char:"\u{1f520}",fitzpatrick_scale:!1,category:"symbols"},symbols:{keywords:["blue-square","music","note","ampersand","percent","glyphs","characters"],char:"\u{1f523}",fitzpatrick_scale:!1,category:"symbols"},musical_note:{keywords:["score","tone","sound"],char:"\u{1f3b5}",fitzpatrick_scale:!1,category:"symbols"},notes:{keywords:["music","score"],char:"\u{1f3b6}",fitzpatrick_scale:!1,category:"symbols"},wavy_dash:{keywords:["draw","line","moustache","mustache","squiggle","scribble"],char:"\u3030\ufe0f",fitzpatrick_scale:!1,category:"symbols"},curly_loop:{keywords:["scribble","draw","shape","squiggle"],char:"\u27b0",fitzpatrick_scale:!1,category:"symbols"},heavy_check_mark:{keywords:["ok","nike","answer","yes","tick"],char:"\u2714\ufe0f",fitzpatrick_scale:!1,category:"symbols"},arrows_clockwise:{keywords:["sync","cycle","round","repeat"],char:"\u{1f503}",fitzpatrick_scale:!1,category:"symbols"},heavy_plus_sign:{keywords:["math","calculation","addition","more","increase"],char:"\u2795",fitzpatrick_scale:!1,category:"symbols"},heavy_minus_sign:{keywords:["math","calculation","subtract","less"],char:"\u2796",fitzpatrick_scale:!1,category:"symbols"},heavy_division_sign:{keywords:["divide","math","calculation"],char:"\u2797",fitzpatrick_scale:!1,category:"symbols"},heavy_multiplication_x:{keywords:["math","calculation"],char:"\u2716\ufe0f",fitzpatrick_scale:!1,category:"symbols"},infinity:{keywords:["forever"],char:"\u267e",fitzpatrick_scale:!1,category:"symbols"},heavy_dollar_sign:{keywords:["money","sales","payment","currency","buck"],char:"\u{1f4b2}",fitzpatrick_scale:!1,category:"symbols"},currency_exchange:{keywords:["money","sales","dollar","travel"],char:"\u{1f4b1}",fitzpatrick_scale:!1,category:"symbols"},copyright:{keywords:["ip","license","circle","law","legal"],char:"\xa9\ufe0f",fitzpatrick_scale:!1,category:"symbols"},registered:{keywords:["alphabet","circle"],char:"\xae\ufe0f",fitzpatrick_scale:!1,category:"symbols"},tm:{keywords:["trademark","brand","law","legal"],char:"\u2122\ufe0f",fitzpatrick_scale:!1,category:"symbols"},end:{keywords:["words","arrow"],char:"\u{1f51a}",fitzpatrick_scale:!1,category:"symbols"},back:{keywords:["arrow","words","return"],char:"\u{1f519}",fitzpatrick_scale:!1,category:"symbols"},on:{keywords:["arrow","words"],char:"\u{1f51b}",fitzpatrick_scale:!1,category:"symbols"},top:{keywords:["words","blue-square"],char:"\u{1f51d}",fitzpatrick_scale:!1,category:"symbols"},soon:{keywords:["arrow","words"],char:"\u{1f51c}",fitzpatrick_scale:!1,category:"symbols"},ballot_box_with_check:{keywords:["ok","agree","confirm","black-square","vote","election","yes","tick"],char:"\u2611\ufe0f",fitzpatrick_scale:!1,category:"symbols"},radio_button:{keywords:["input","old","music","circle"],char:"\u{1f518}",fitzpatrick_scale:!1,category:"symbols"},white_circle:{keywords:["shape","round"],char:"\u26aa",fitzpatrick_scale:!1,category:"symbols"},black_circle:{keywords:["shape","button","round"],char:"\u26ab",fitzpatrick_scale:!1,category:"symbols"},red_circle:{keywords:["shape","error","danger"],char:"\u{1f534}",fitzpatrick_scale:!1,category:"symbols"},large_blue_circle:{keywords:["shape","icon","button"],char:"\u{1f535}",fitzpatrick_scale:!1,category:"symbols"},small_orange_diamond:{keywords:["shape","jewel","gem"],char:"\u{1f538}",fitzpatrick_scale:!1,category:"symbols"},small_blue_diamond:{keywords:["shape","jewel","gem"],char:"\u{1f539}",fitzpatrick_scale:!1,category:"symbols"},large_orange_diamond:{keywords:["shape","jewel","gem"],char:"\u{1f536}",fitzpatrick_scale:!1,category:"symbols"},large_blue_diamond:{keywords:["shape","jewel","gem"],char:"\u{1f537}",fitzpatrick_scale:!1,category:"symbols"},small_red_triangle:{keywords:["shape","direction","up","top"],char:"\u{1f53a}",fitzpatrick_scale:!1,category:"symbols"},black_small_square:{keywords:["shape","icon"],char:"\u25aa\ufe0f",fitzpatrick_scale:!1,category:"symbols"},white_small_square:{keywords:["shape","icon"],char:"\u25ab\ufe0f",fitzpatrick_scale:!1,category:"symbols"},black_large_square:{keywords:["shape","icon","button"],char:"\u2b1b",fitzpatrick_scale:!1,category:"symbols"},white_large_square:{keywords:["shape","icon","stone","button"],char:"\u2b1c",fitzpatrick_scale:!1,category:"symbols"},small_red_triangle_down:{keywords:["shape","direction","bottom"],char:"\u{1f53b}",fitzpatrick_scale:!1,category:"symbols"},black_medium_square:{keywords:["shape","button","icon"],char:"\u25fc\ufe0f",fitzpatrick_scale:!1,category:"symbols"},white_medium_square:{keywords:["shape","stone","icon"],char:"\u25fb\ufe0f",fitzpatrick_scale:!1,category:"symbols"},black_medium_small_square:{keywords:["icon","shape","button"],char:"\u25fe",fitzpatrick_scale:!1,category:"symbols"},white_medium_small_square:{keywords:["shape","stone","icon","button"],char:"\u25fd",fitzpatrick_scale:!1,category:"symbols"},black_square_button:{keywords:["shape","input","frame"],char:"\u{1f532}",fitzpatrick_scale:!1,category:"symbols"},white_square_button:{keywords:["shape","input"],char:"\u{1f533}",fitzpatrick_scale:!1,category:"symbols"},speaker:{keywords:["sound","volume","silence","broadcast"],char:"\u{1f508}",fitzpatrick_scale:!1,category:"symbols"},sound:{keywords:["volume","speaker","broadcast"],char:"\u{1f509}",fitzpatrick_scale:!1,category:"symbols"},loud_sound:{keywords:["volume","noise","noisy","speaker","broadcast"],char:"\u{1f50a}",fitzpatrick_scale:!1,category:"symbols"},mute:{keywords:["sound","volume","silence","quiet"],char:"\u{1f507}",fitzpatrick_scale:!1,category:"symbols"},mega:{keywords:["sound","speaker","volume"],char:"\u{1f4e3}",fitzpatrick_scale:!1,category:"symbols"},loudspeaker:{keywords:["volume","sound"],char:"\u{1f4e2}",fitzpatrick_scale:!1,category:"symbols"},bell:{keywords:["sound","notification","christmas","xmas","chime"],char:"\u{1f514}",fitzpatrick_scale:!1,category:"symbols"},no_bell:{keywords:["sound","volume","mute","quiet","silent"],char:"\u{1f515}",fitzpatrick_scale:!1,category:"symbols"},black_joker:{keywords:["poker","cards","game","play","magic"],char:"\u{1f0cf}",fitzpatrick_scale:!1,category:"symbols"},mahjong:{keywords:["game","play","chinese","kanji"],char:"\u{1f004}",fitzpatrick_scale:!1,category:"symbols"},spades:{keywords:["poker","cards","suits","magic"],char:"\u2660\ufe0f",fitzpatrick_scale:!1,category:"symbols"},clubs:{keywords:["poker","cards","magic","suits"],char:"\u2663\ufe0f",fitzpatrick_scale:!1,category:"symbols"},hearts:{keywords:["poker","cards","magic","suits"],char:"\u2665\ufe0f",fitzpatrick_scale:!1,category:"symbols"},diamonds:{keywords:["poker","cards","magic","suits"],char:"\u2666\ufe0f",fitzpatrick_scale:!1,category:"symbols"},flower_playing_cards:{keywords:["game","sunset","red"],char:"\u{1f3b4}",fitzpatrick_scale:!1,category:"symbols"},thought_balloon:{keywords:["bubble","cloud","speech","thinking","dream"],char:"\u{1f4ad}",fitzpatrick_scale:!1,category:"symbols"},right_anger_bubble:{keywords:["caption","speech","thinking","mad"],char:"\u{1f5ef}",fitzpatrick_scale:!1,category:"symbols"},speech_balloon:{keywords:["bubble","words","message","talk","chatting"],char:"\u{1f4ac}",fitzpatrick_scale:!1,category:"symbols"},left_speech_bubble:{keywords:["words","message","talk","chatting"],char:"\u{1f5e8}",fitzpatrick_scale:!1,category:"symbols"},clock1:{keywords:["time","late","early","schedule"],char:"\u{1f550}",fitzpatrick_scale:!1,category:"symbols"},clock2:{keywords:["time","late","early","schedule"],char:"\u{1f551}",fitzpatrick_scale:!1,category:"symbols"},clock3:{keywords:["time","late","early","schedule"],char:"\u{1f552}",fitzpatrick_scale:!1,category:"symbols"},clock4:{keywords:["time","late","early","schedule"],char:"\u{1f553}",fitzpatrick_scale:!1,category:"symbols"},clock5:{keywords:["time","late","early","schedule"],char:"\u{1f554}",fitzpatrick_scale:!1,category:"symbols"},clock6:{keywords:["time","late","early","schedule","dawn","dusk"],char:"\u{1f555}",fitzpatrick_scale:!1,category:"symbols"},clock7:{keywords:["time","late","early","schedule"],char:"\u{1f556}",fitzpatrick_scale:!1,category:"symbols"},clock8:{keywords:["time","late","early","schedule"],char:"\u{1f557}",fitzpatrick_scale:!1,category:"symbols"},clock9:{keywords:["time","late","early","schedule"],char:"\u{1f558}",fitzpatrick_scale:!1,category:"symbols"},clock10:{keywords:["time","late","early","schedule"],char:"\u{1f559}",fitzpatrick_scale:!1,category:"symbols"},clock11:{keywords:["time","late","early","schedule"],char:"\u{1f55a}",fitzpatrick_scale:!1,category:"symbols"},clock12:{keywords:["time","noon","midnight","midday","late","early","schedule"],char:"\u{1f55b}",fitzpatrick_scale:!1,category:"symbols"},clock130:{keywords:["time","late","early","schedule"],char:"\u{1f55c}",fitzpatrick_scale:!1,category:"symbols"},clock230:{keywords:["time","late","early","schedule"],char:"\u{1f55d}",fitzpatrick_scale:!1,category:"symbols"},clock330:{keywords:["time","late","early","schedule"],char:"\u{1f55e}",fitzpatrick_scale:!1,category:"symbols"},clock430:{keywords:["time","late","early","schedule"],char:"\u{1f55f}",fitzpatrick_scale:!1,category:"symbols"},clock530:{keywords:["time","late","early","schedule"],char:"\u{1f560}",fitzpatrick_scale:!1,category:"symbols"},clock630:{keywords:["time","late","early","schedule"],char:"\u{1f561}",fitzpatrick_scale:!1,category:"symbols"},clock730:{keywords:["time","late","early","schedule"],char:"\u{1f562}",fitzpatrick_scale:!1,category:"symbols"},clock830:{keywords:["time","late","early","schedule"],char:"\u{1f563}",fitzpatrick_scale:!1,category:"symbols"},clock930:{keywords:["time","late","early","schedule"],char:"\u{1f564}",fitzpatrick_scale:!1,category:"symbols"},clock1030:{keywords:["time","late","early","schedule"],char:"\u{1f565}",fitzpatrick_scale:!1,category:"symbols"},clock1130:{keywords:["time","late","early","schedule"],char:"\u{1f566}",fitzpatrick_scale:!1,category:"symbols"},clock1230:{keywords:["time","late","early","schedule"],char:"\u{1f567}",fitzpatrick_scale:!1,category:"symbols"},afghanistan:{keywords:["af","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},aland_islands:{keywords:["\xc5land","islands","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1fd}",fitzpatrick_scale:!1,category:"flags"},albania:{keywords:["al","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},algeria:{keywords:["dz","flag","nation","country","banner"],char:"\u{1f1e9}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},american_samoa:{keywords:["american","ws","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},andorra:{keywords:["ad","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},angola:{keywords:["ao","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},anguilla:{keywords:["ai","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},antarctica:{keywords:["aq","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1f6}",fitzpatrick_scale:!1,category:"flags"},antigua_barbuda:{keywords:["antigua","barbuda","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},argentina:{keywords:["ar","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},armenia:{keywords:["am","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},aruba:{keywords:["aw","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},australia:{keywords:["au","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},austria:{keywords:["at","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},azerbaijan:{keywords:["az","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},bahamas:{keywords:["bs","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},bahrain:{keywords:["bh","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},bangladesh:{keywords:["bd","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},barbados:{keywords:["bb","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1e7}",fitzpatrick_scale:!1,category:"flags"},belarus:{keywords:["by","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},belgium:{keywords:["be","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},belize:{keywords:["bz","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},benin:{keywords:["bj","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1ef}",fitzpatrick_scale:!1,category:"flags"},bermuda:{keywords:["bm","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},bhutan:{keywords:["bt","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},bolivia:{keywords:["bo","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},caribbean_netherlands:{keywords:["bonaire","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f6}",fitzpatrick_scale:!1,category:"flags"},bosnia_herzegovina:{keywords:["bosnia","herzegovina","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},botswana:{keywords:["bw","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},brazil:{keywords:["br","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},british_indian_ocean_territory:{keywords:["british","indian","ocean","territory","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},british_virgin_islands:{keywords:["british","virgin","islands","bvi","flag","nation","country","banner"],char:"\u{1f1fb}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},brunei:{keywords:["bn","darussalam","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},bulgaria:{keywords:["bg","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},burkina_faso:{keywords:["burkina","faso","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},burundi:{keywords:["bi","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},cape_verde:{keywords:["cabo","verde","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1fb}",fitzpatrick_scale:!1,category:"flags"},cambodia:{keywords:["kh","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},cameroon:{keywords:["cm","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},canada:{keywords:["ca","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},canary_islands:{keywords:["canary","islands","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},cayman_islands:{keywords:["cayman","islands","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},central_african_republic:{keywords:["central","african","republic","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},chad:{keywords:["td","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},chile:{keywords:["flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},cn:{keywords:["china","chinese","prc","flag","country","nation","banner"],char:"\u{1f1e8}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},christmas_island:{keywords:["christmas","island","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1fd}",fitzpatrick_scale:!1,category:"flags"},cocos_islands:{keywords:["cocos","keeling","islands","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},colombia:{keywords:["co","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},comoros:{keywords:["km","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},congo_brazzaville:{keywords:["congo","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},congo_kinshasa:{keywords:["congo","democratic","republic","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},cook_islands:{keywords:["cook","islands","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},costa_rica:{keywords:["costa","rica","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},croatia:{keywords:["hr","flag","nation","country","banner"],char:"\u{1f1ed}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},cuba:{keywords:["cu","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},curacao:{keywords:["cura\xe7ao","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},cyprus:{keywords:["cy","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},czech_republic:{keywords:["cz","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},denmark:{keywords:["dk","flag","nation","country","banner"],char:"\u{1f1e9}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},djibouti:{keywords:["dj","flag","nation","country","banner"],char:"\u{1f1e9}\u{1f1ef}",fitzpatrick_scale:!1,category:"flags"},dominica:{keywords:["dm","flag","nation","country","banner"],char:"\u{1f1e9}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},dominican_republic:{keywords:["dominican","republic","flag","nation","country","banner"],char:"\u{1f1e9}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},ecuador:{keywords:["ec","flag","nation","country","banner"],char:"\u{1f1ea}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},egypt:{keywords:["eg","flag","nation","country","banner"],char:"\u{1f1ea}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},el_salvador:{keywords:["el","salvador","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1fb}",fitzpatrick_scale:!1,category:"flags"},equatorial_guinea:{keywords:["equatorial","gn","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f6}",fitzpatrick_scale:!1,category:"flags"},eritrea:{keywords:["er","flag","nation","country","banner"],char:"\u{1f1ea}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},estonia:{keywords:["ee","flag","nation","country","banner"],char:"\u{1f1ea}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},ethiopia:{keywords:["et","flag","nation","country","banner"],char:"\u{1f1ea}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},eu:{keywords:["european","union","flag","banner"],char:"\u{1f1ea}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},falkland_islands:{keywords:["falkland","islands","malvinas","flag","nation","country","banner"],char:"\u{1f1eb}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},faroe_islands:{keywords:["faroe","islands","flag","nation","country","banner"],char:"\u{1f1eb}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},fiji:{keywords:["fj","flag","nation","country","banner"],char:"\u{1f1eb}\u{1f1ef}",fitzpatrick_scale:!1,category:"flags"},finland:{keywords:["fi","flag","nation","country","banner"],char:"\u{1f1eb}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},fr:{keywords:["banner","flag","nation","france","french","country"],char:"\u{1f1eb}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},french_guiana:{keywords:["french","guiana","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},french_polynesia:{keywords:["french","polynesia","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},french_southern_territories:{keywords:["french","southern","territories","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},gabon:{keywords:["ga","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},gambia:{keywords:["gm","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},georgia:{keywords:["ge","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},de:{keywords:["german","nation","flag","country","banner"],char:"\u{1f1e9}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},ghana:{keywords:["gh","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},gibraltar:{keywords:["gi","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},greece:{keywords:["gr","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},greenland:{keywords:["gl","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},grenada:{keywords:["gd","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},guadeloupe:{keywords:["gp","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f5}",fitzpatrick_scale:!1,category:"flags"},guam:{keywords:["gu","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},guatemala:{keywords:["gt","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},guernsey:{keywords:["gg","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},guinea:{keywords:["gn","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},guinea_bissau:{keywords:["gw","bissau","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},guyana:{keywords:["gy","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},haiti:{keywords:["ht","flag","nation","country","banner"],char:"\u{1f1ed}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},honduras:{keywords:["hn","flag","nation","country","banner"],char:"\u{1f1ed}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},hong_kong:{keywords:["hong","kong","flag","nation","country","banner"],char:"\u{1f1ed}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},hungary:{keywords:["hu","flag","nation","country","banner"],char:"\u{1f1ed}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},iceland:{keywords:["is","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},india:{keywords:["in","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},indonesia:{keywords:["flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},iran:{keywords:["iran,","islamic","republic","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},iraq:{keywords:["iq","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f6}",fitzpatrick_scale:!1,category:"flags"},ireland:{keywords:["ie","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},isle_of_man:{keywords:["isle","man","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},israel:{keywords:["il","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},it:{keywords:["italy","flag","nation","country","banner"],char:"\u{1f1ee}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},cote_divoire:{keywords:["ivory","coast","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},jamaica:{keywords:["jm","flag","nation","country","banner"],char:"\u{1f1ef}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},jp:{keywords:["japanese","nation","flag","country","banner"],char:"\u{1f1ef}\u{1f1f5}",fitzpatrick_scale:!1,category:"flags"},jersey:{keywords:["je","flag","nation","country","banner"],char:"\u{1f1ef}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},jordan:{keywords:["jo","flag","nation","country","banner"],char:"\u{1f1ef}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},kazakhstan:{keywords:["kz","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},kenya:{keywords:["ke","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},kiribati:{keywords:["ki","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},kosovo:{keywords:["xk","flag","nation","country","banner"],char:"\u{1f1fd}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},kuwait:{keywords:["kw","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},kyrgyzstan:{keywords:["kg","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},laos:{keywords:["lao","democratic","republic","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},latvia:{keywords:["lv","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1fb}",fitzpatrick_scale:!1,category:"flags"},lebanon:{keywords:["lb","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1e7}",fitzpatrick_scale:!1,category:"flags"},lesotho:{keywords:["ls","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},liberia:{keywords:["lr","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},libya:{keywords:["ly","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},liechtenstein:{keywords:["li","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},lithuania:{keywords:["lt","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},luxembourg:{keywords:["lu","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},macau:{keywords:["macao","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},macedonia:{keywords:["macedonia,","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},madagascar:{keywords:["mg","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},malawi:{keywords:["mw","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},malaysia:{keywords:["my","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},maldives:{keywords:["mv","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1fb}",fitzpatrick_scale:!1,category:"flags"},mali:{keywords:["ml","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},malta:{keywords:["mt","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},marshall_islands:{keywords:["marshall","islands","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},martinique:{keywords:["mq","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f6}",fitzpatrick_scale:!1,category:"flags"},mauritania:{keywords:["mr","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},mauritius:{keywords:["mu","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},mayotte:{keywords:["yt","flag","nation","country","banner"],char:"\u{1f1fe}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},mexico:{keywords:["mx","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1fd}",fitzpatrick_scale:!1,category:"flags"},micronesia:{keywords:["micronesia,","federated","states","flag","nation","country","banner"],char:"\u{1f1eb}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},moldova:{keywords:["moldova,","republic","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},monaco:{keywords:["mc","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},mongolia:{keywords:["mn","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},montenegro:{keywords:["me","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},montserrat:{keywords:["ms","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},morocco:{keywords:["ma","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},mozambique:{keywords:["mz","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},myanmar:{keywords:["mm","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},namibia:{keywords:["na","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},nauru:{keywords:["nr","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},nepal:{keywords:["np","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1f5}",fitzpatrick_scale:!1,category:"flags"},netherlands:{keywords:["nl","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},new_caledonia:{keywords:["new","caledonia","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},new_zealand:{keywords:["new","zealand","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},nicaragua:{keywords:["ni","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},niger:{keywords:["ne","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},nigeria:{keywords:["flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},niue:{keywords:["nu","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},norfolk_island:{keywords:["norfolk","island","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},northern_mariana_islands:{keywords:["northern","mariana","islands","flag","nation","country","banner"],char:"\u{1f1f2}\u{1f1f5}",fitzpatrick_scale:!1,category:"flags"},north_korea:{keywords:["north","korea","nation","flag","country","banner"],char:"\u{1f1f0}\u{1f1f5}",fitzpatrick_scale:!1,category:"flags"},norway:{keywords:["no","flag","nation","country","banner"],char:"\u{1f1f3}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},oman:{keywords:["om_symbol","flag","nation","country","banner"],char:"\u{1f1f4}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},pakistan:{keywords:["pk","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},palau:{keywords:["pw","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},palestinian_territories:{keywords:["palestine","palestinian","territories","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},panama:{keywords:["pa","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},papua_new_guinea:{keywords:["papua","new","guinea","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},paraguay:{keywords:["py","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},peru:{keywords:["pe","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},philippines:{keywords:["ph","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},pitcairn_islands:{keywords:["pitcairn","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},poland:{keywords:["pl","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},portugal:{keywords:["pt","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},puerto_rico:{keywords:["puerto","rico","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},qatar:{keywords:["qa","flag","nation","country","banner"],char:"\u{1f1f6}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},reunion:{keywords:["r\xe9union","flag","nation","country","banner"],char:"\u{1f1f7}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},romania:{keywords:["ro","flag","nation","country","banner"],char:"\u{1f1f7}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},ru:{keywords:["russian","federation","flag","nation","country","banner"],char:"\u{1f1f7}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},rwanda:{keywords:["rw","flag","nation","country","banner"],char:"\u{1f1f7}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},st_barthelemy:{keywords:["saint","barth\xe9lemy","flag","nation","country","banner"],char:"\u{1f1e7}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},st_helena:{keywords:["saint","helena","ascension","tristan","cunha","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},st_kitts_nevis:{keywords:["saint","kitts","nevis","flag","nation","country","banner"],char:"\u{1f1f0}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},st_lucia:{keywords:["saint","lucia","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},st_pierre_miquelon:{keywords:["saint","pierre","miquelon","flag","nation","country","banner"],char:"\u{1f1f5}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},st_vincent_grenadines:{keywords:["saint","vincent","grenadines","flag","nation","country","banner"],char:"\u{1f1fb}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},samoa:{keywords:["ws","flag","nation","country","banner"],char:"\u{1f1fc}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},san_marino:{keywords:["san","marino","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},sao_tome_principe:{keywords:["sao","tome","principe","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},saudi_arabia:{keywords:["flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},senegal:{keywords:["sn","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},serbia:{keywords:["rs","flag","nation","country","banner"],char:"\u{1f1f7}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},seychelles:{keywords:["sc","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},sierra_leone:{keywords:["sierra","leone","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},singapore:{keywords:["sg","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},sint_maarten:{keywords:["sint","maarten","dutch","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1fd}",fitzpatrick_scale:!1,category:"flags"},slovakia:{keywords:["sk","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},slovenia:{keywords:["si","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},solomon_islands:{keywords:["solomon","islands","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1e7}",fitzpatrick_scale:!1,category:"flags"},somalia:{keywords:["so","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},south_africa:{keywords:["south","africa","flag","nation","country","banner"],char:"\u{1f1ff}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},south_georgia_south_sandwich_islands:{keywords:["south","georgia","sandwich","islands","flag","nation","country","banner"],char:"\u{1f1ec}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},kr:{keywords:["south","korea","nation","flag","country","banner"],char:"\u{1f1f0}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},south_sudan:{keywords:["south","sd","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},es:{keywords:["spain","flag","nation","country","banner"],char:"\u{1f1ea}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},sri_lanka:{keywords:["sri","lanka","flag","nation","country","banner"],char:"\u{1f1f1}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},sudan:{keywords:["sd","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1e9}",fitzpatrick_scale:!1,category:"flags"},suriname:{keywords:["sr","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},swaziland:{keywords:["sz","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},sweden:{keywords:["se","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},switzerland:{keywords:["ch","flag","nation","country","banner"],char:"\u{1f1e8}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},syria:{keywords:["syrian","arab","republic","flag","nation","country","banner"],char:"\u{1f1f8}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},taiwan:{keywords:["tw","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},tajikistan:{keywords:["tj","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1ef}",fitzpatrick_scale:!1,category:"flags"},tanzania:{keywords:["tanzania,","united","republic","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},thailand:{keywords:["th","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},timor_leste:{keywords:["timor","leste","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1f1}",fitzpatrick_scale:!1,category:"flags"},togo:{keywords:["tg","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},tokelau:{keywords:["tk","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1f0}",fitzpatrick_scale:!1,category:"flags"},tonga:{keywords:["to","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1f4}",fitzpatrick_scale:!1,category:"flags"},trinidad_tobago:{keywords:["trinidad","tobago","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1f9}",fitzpatrick_scale:!1,category:"flags"},tunisia:{keywords:["tn","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},tr:{keywords:["turkey","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1f7}",fitzpatrick_scale:!1,category:"flags"},turkmenistan:{keywords:["flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},turks_caicos_islands:{keywords:["turks","caicos","islands","flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1e8}",fitzpatrick_scale:!1,category:"flags"},tuvalu:{keywords:["flag","nation","country","banner"],char:"\u{1f1f9}\u{1f1fb}",fitzpatrick_scale:!1,category:"flags"},uganda:{keywords:["ug","flag","nation","country","banner"],char:"\u{1f1fa}\u{1f1ec}",fitzpatrick_scale:!1,category:"flags"},ukraine:{keywords:["ua","flag","nation","country","banner"],char:"\u{1f1fa}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},united_arab_emirates:{keywords:["united","arab","emirates","flag","nation","country","banner"],char:"\u{1f1e6}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},uk:{keywords:["united","kingdom","great","britain","northern","ireland","flag","nation","country","banner","british","UK","english","england","union jack"],char:"\u{1f1ec}\u{1f1e7}",fitzpatrick_scale:!1,category:"flags"},england:{keywords:["flag","english"],char:"\u{1f3f4}\u{e0067}\u{e0062}\u{e0065}\u{e006e}\u{e0067}\u{e007f}",fitzpatrick_scale:!1,category:"flags"},scotland:{keywords:["flag","scottish"],char:"\u{1f3f4}\u{e0067}\u{e0062}\u{e0073}\u{e0063}\u{e0074}\u{e007f}",fitzpatrick_scale:!1,category:"flags"},wales:{keywords:["flag","welsh"],char:"\u{1f3f4}\u{e0067}\u{e0062}\u{e0077}\u{e006c}\u{e0073}\u{e007f}",fitzpatrick_scale:!1,category:"flags"},us:{keywords:["united","states","america","flag","nation","country","banner"],char:"\u{1f1fa}\u{1f1f8}",fitzpatrick_scale:!1,category:"flags"},us_virgin_islands:{keywords:["virgin","islands","us","flag","nation","country","banner"],char:"\u{1f1fb}\u{1f1ee}",fitzpatrick_scale:!1,category:"flags"},uruguay:{keywords:["uy","flag","nation","country","banner"],char:"\u{1f1fa}\u{1f1fe}",fitzpatrick_scale:!1,category:"flags"},uzbekistan:{keywords:["uz","flag","nation","country","banner"],char:"\u{1f1fa}\u{1f1ff}",fitzpatrick_scale:!1,category:"flags"},vanuatu:{keywords:["vu","flag","nation","country","banner"],char:"\u{1f1fb}\u{1f1fa}",fitzpatrick_scale:!1,category:"flags"},vatican_city:{keywords:["vatican","city","flag","nation","country","banner"],char:"\u{1f1fb}\u{1f1e6}",fitzpatrick_scale:!1,category:"flags"},venezuela:{keywords:["ve","bolivarian","republic","flag","nation","country","banner"],char:"\u{1f1fb}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},vietnam:{keywords:["viet","nam","flag","nation","country","banner"],char:"\u{1f1fb}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},wallis_futuna:{keywords:["wallis","futuna","flag","nation","country","banner"],char:"\u{1f1fc}\u{1f1eb}",fitzpatrick_scale:!1,category:"flags"},western_sahara:{keywords:["western","sahara","flag","nation","country","banner"],char:"\u{1f1ea}\u{1f1ed}",fitzpatrick_scale:!1,category:"flags"},yemen:{keywords:["ye","flag","nation","country","banner"],char:"\u{1f1fe}\u{1f1ea}",fitzpatrick_scale:!1,category:"flags"},zambia:{keywords:["zm","flag","nation","country","banner"],char:"\u{1f1ff}\u{1f1f2}",fitzpatrick_scale:!1,category:"flags"},zimbabwe:{keywords:["zw","flag","nation","country","banner"],char:"\u{1f1ff}\u{1f1fc}",fitzpatrick_scale:!1,category:"flags"},united_nations:{keywords:["un","flag","banner"],char:"\u{1f1fa}\u{1f1f3}",fitzpatrick_scale:!1,category:"flags"},pirate_flag:{keywords:["skull","crossbones","flag","banner"],char:"\u{1f3f4}\u200d\u2620\ufe0f",fitzpatrick_scale:!1,category:"flags"}});
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/emoticons/plugin.js b/seller/public/tinymce/plugins/emoticons/plugin.js
new file mode 100644
index 00000000..6e93ccf0
--- /dev/null
+++ b/seller/public/tinymce/plugins/emoticons/plugin.js
@@ -0,0 +1,583 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const eq = t => a => t === a;
+ const isNull = eq(null);
+ const isUndefined = eq(undefined);
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+
+ const noop = () => {
+ };
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ const never = constant(false);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const exists = (xs, pred) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return true;
+ }
+ }
+ return false;
+ };
+ const map$1 = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const each$1 = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ const last = (fn, rate) => {
+ let timer = null;
+ const cancel = () => {
+ if (!isNull(timer)) {
+ clearTimeout(timer);
+ timer = null;
+ }
+ };
+ const throttle = (...args) => {
+ cancel();
+ timer = setTimeout(() => {
+ timer = null;
+ fn.apply(null, args);
+ }, rate);
+ };
+ return {
+ cancel,
+ throttle
+ };
+ };
+
+ const insertEmoticon = (editor, ch) => {
+ editor.insertContent(ch);
+ };
+
+ const keys = Object.keys;
+ const hasOwnProperty = Object.hasOwnProperty;
+ const each = (obj, f) => {
+ const props = keys(obj);
+ for (let k = 0, len = props.length; k < len; k++) {
+ const i = props[k];
+ const x = obj[i];
+ f(x, i);
+ }
+ };
+ const map = (obj, f) => {
+ return tupleMap(obj, (x, i) => ({
+ k: i,
+ v: f(x, i)
+ }));
+ };
+ const tupleMap = (obj, f) => {
+ const r = {};
+ each(obj, (x, i) => {
+ const tuple = f(x, i);
+ r[tuple.k] = tuple.v;
+ });
+ return r;
+ };
+ const has = (obj, key) => hasOwnProperty.call(obj, key);
+
+ const shallow = (old, nu) => {
+ return nu;
+ };
+ const baseMerge = merger => {
+ return (...objects) => {
+ if (objects.length === 0) {
+ throw new Error(`Can't merge zero objects`);
+ }
+ const ret = {};
+ for (let j = 0; j < objects.length; j++) {
+ const curObject = objects[j];
+ for (const key in curObject) {
+ if (has(curObject, key)) {
+ ret[key] = merger(ret[key], curObject[key]);
+ }
+ }
+ }
+ return ret;
+ };
+ };
+ const merge = baseMerge(shallow);
+
+ const singleton = doRevoke => {
+ const subject = Cell(Optional.none());
+ const revoke = () => subject.get().each(doRevoke);
+ const clear = () => {
+ revoke();
+ subject.set(Optional.none());
+ };
+ const isSet = () => subject.get().isSome();
+ const get = () => subject.get();
+ const set = s => {
+ revoke();
+ subject.set(Optional.some(s));
+ };
+ return {
+ clear,
+ isSet,
+ get,
+ set
+ };
+ };
+ const value = () => {
+ const subject = singleton(noop);
+ const on = f => subject.get().each(f);
+ return {
+ ...subject,
+ on
+ };
+ };
+
+ const checkRange = (str, substr, start) => substr === '' || str.length >= substr.length && str.substr(start, start + substr.length) === substr;
+ const contains = (str, substr, start = 0, end) => {
+ const idx = str.indexOf(substr, start);
+ if (idx !== -1) {
+ return isUndefined(end) ? true : idx + substr.length <= end;
+ } else {
+ return false;
+ }
+ };
+ const startsWith = (str, prefix) => {
+ return checkRange(str, prefix, 0);
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.Resource');
+
+ const DEFAULT_ID = 'tinymce.plugins.emoticons';
+ const option = name => editor => editor.options.get(name);
+ const register$2 = (editor, pluginUrl) => {
+ const registerOption = editor.options.register;
+ registerOption('emoticons_database', {
+ processor: 'string',
+ default: 'emojis'
+ });
+ registerOption('emoticons_database_url', {
+ processor: 'string',
+ default: `${ pluginUrl }/js/${ getEmojiDatabase(editor) }${ editor.suffix }.js`
+ });
+ registerOption('emoticons_database_id', {
+ processor: 'string',
+ default: DEFAULT_ID
+ });
+ registerOption('emoticons_append', {
+ processor: 'object',
+ default: {}
+ });
+ registerOption('emoticons_images_url', {
+ processor: 'string',
+ default: 'https://twemoji.maxcdn.com/v/13.0.1/72x72/'
+ });
+ };
+ const getEmojiDatabase = option('emoticons_database');
+ const getEmojiDatabaseUrl = option('emoticons_database_url');
+ const getEmojiDatabaseId = option('emoticons_database_id');
+ const getAppendedEmoji = option('emoticons_append');
+ const getEmojiImageUrl = option('emoticons_images_url');
+
+ const ALL_CATEGORY = 'All';
+ const categoryNameMap = {
+ symbols: 'Symbols',
+ people: 'People',
+ animals_and_nature: 'Animals and Nature',
+ food_and_drink: 'Food and Drink',
+ activity: 'Activity',
+ travel_and_places: 'Travel and Places',
+ objects: 'Objects',
+ flags: 'Flags',
+ user: 'User Defined'
+ };
+ const translateCategory = (categories, name) => has(categories, name) ? categories[name] : name;
+ const getUserDefinedEmoji = editor => {
+ const userDefinedEmoticons = getAppendedEmoji(editor);
+ return map(userDefinedEmoticons, value => ({
+ keywords: [],
+ category: 'user',
+ ...value
+ }));
+ };
+ const initDatabase = (editor, databaseUrl, databaseId) => {
+ const categories = value();
+ const all = value();
+ const emojiImagesUrl = getEmojiImageUrl(editor);
+ const getEmoji = lib => {
+ if (startsWith(lib.char, ' `src="${ emojiImagesUrl }${ url }"`);
+ } else {
+ return lib.char;
+ }
+ };
+ const processEmojis = emojis => {
+ const cats = {};
+ const everything = [];
+ each(emojis, (lib, title) => {
+ const entry = {
+ title,
+ keywords: lib.keywords,
+ char: getEmoji(lib),
+ category: translateCategory(categoryNameMap, lib.category)
+ };
+ const current = cats[entry.category] !== undefined ? cats[entry.category] : [];
+ cats[entry.category] = current.concat([entry]);
+ everything.push(entry);
+ });
+ categories.set(cats);
+ all.set(everything);
+ };
+ editor.on('init', () => {
+ global.load(databaseId, databaseUrl).then(emojis => {
+ const userEmojis = getUserDefinedEmoji(editor);
+ processEmojis(merge(emojis, userEmojis));
+ }, err => {
+ console.log(`Failed to load emojis: ${ err }`);
+ categories.set({});
+ all.set([]);
+ });
+ });
+ const listCategory = category => {
+ if (category === ALL_CATEGORY) {
+ return listAll();
+ }
+ return categories.get().bind(cats => Optional.from(cats[category])).getOr([]);
+ };
+ const listAll = () => all.get().getOr([]);
+ const listCategories = () => [ALL_CATEGORY].concat(keys(categories.get().getOr({})));
+ const waitForLoad = () => {
+ if (hasLoaded()) {
+ return Promise.resolve(true);
+ } else {
+ return new Promise((resolve, reject) => {
+ let numRetries = 15;
+ const interval = setInterval(() => {
+ if (hasLoaded()) {
+ clearInterval(interval);
+ resolve(true);
+ } else {
+ numRetries--;
+ if (numRetries < 0) {
+ console.log('Could not load emojis from url: ' + databaseUrl);
+ clearInterval(interval);
+ reject(false);
+ }
+ }
+ }, 100);
+ });
+ }
+ };
+ const hasLoaded = () => categories.isSet() && all.isSet();
+ return {
+ listCategories,
+ hasLoaded,
+ waitForLoad,
+ listAll,
+ listCategory
+ };
+ };
+
+ const emojiMatches = (emoji, lowerCasePattern) => contains(emoji.title.toLowerCase(), lowerCasePattern) || exists(emoji.keywords, k => contains(k.toLowerCase(), lowerCasePattern));
+ const emojisFrom = (list, pattern, maxResults) => {
+ const matches = [];
+ const lowerCasePattern = pattern.toLowerCase();
+ const reachedLimit = maxResults.fold(() => never, max => size => size >= max);
+ for (let i = 0; i < list.length; i++) {
+ if (pattern.length === 0 || emojiMatches(list[i], lowerCasePattern)) {
+ matches.push({
+ value: list[i].char,
+ text: list[i].title,
+ icon: list[i].char
+ });
+ if (reachedLimit(matches.length)) {
+ break;
+ }
+ }
+ }
+ return matches;
+ };
+
+ const patternName = 'pattern';
+ const open = (editor, database) => {
+ const initialState = {
+ pattern: '',
+ results: emojisFrom(database.listAll(), '', Optional.some(300))
+ };
+ const currentTab = Cell(ALL_CATEGORY);
+ const scan = dialogApi => {
+ const dialogData = dialogApi.getData();
+ const category = currentTab.get();
+ const candidates = database.listCategory(category);
+ const results = emojisFrom(candidates, dialogData[patternName], category === ALL_CATEGORY ? Optional.some(300) : Optional.none());
+ dialogApi.setData({ results });
+ };
+ const updateFilter = last(dialogApi => {
+ scan(dialogApi);
+ }, 200);
+ const searchField = {
+ label: 'Search',
+ type: 'input',
+ name: patternName
+ };
+ const resultsField = {
+ type: 'collection',
+ name: 'results'
+ };
+ const getInitialState = () => {
+ const body = {
+ type: 'tabpanel',
+ tabs: map$1(database.listCategories(), cat => ({
+ title: cat,
+ name: cat,
+ items: [
+ searchField,
+ resultsField
+ ]
+ }))
+ };
+ return {
+ title: 'Emojis',
+ size: 'normal',
+ body,
+ initialData: initialState,
+ onTabChange: (dialogApi, details) => {
+ currentTab.set(details.newTabName);
+ updateFilter.throttle(dialogApi);
+ },
+ onChange: updateFilter.throttle,
+ onAction: (dialogApi, actionData) => {
+ if (actionData.name === 'results') {
+ insertEmoticon(editor, actionData.value);
+ dialogApi.close();
+ }
+ },
+ buttons: [{
+ type: 'cancel',
+ text: 'Close',
+ primary: true
+ }]
+ };
+ };
+ const dialogApi = editor.windowManager.open(getInitialState());
+ dialogApi.focus(patternName);
+ if (!database.hasLoaded()) {
+ dialogApi.block('Loading emojis...');
+ database.waitForLoad().then(() => {
+ dialogApi.redial(getInitialState());
+ updateFilter.throttle(dialogApi);
+ dialogApi.focus(patternName);
+ dialogApi.unblock();
+ }).catch(_err => {
+ dialogApi.redial({
+ title: 'Emojis',
+ body: {
+ type: 'panel',
+ items: [{
+ type: 'alertbanner',
+ level: 'error',
+ icon: 'warning',
+ text: 'Could not load emojis'
+ }]
+ },
+ buttons: [{
+ type: 'cancel',
+ text: 'Close',
+ primary: true
+ }],
+ initialData: {
+ pattern: '',
+ results: []
+ }
+ });
+ dialogApi.focus(patternName);
+ dialogApi.unblock();
+ });
+ }
+ };
+
+ const register$1 = (editor, database) => {
+ editor.addCommand('mceEmoticons', () => open(editor, database));
+ };
+
+ const setup = editor => {
+ editor.on('PreInit', () => {
+ editor.parser.addAttributeFilter('data-emoticon', nodes => {
+ each$1(nodes, node => {
+ node.attr('data-mce-resize', 'false');
+ node.attr('data-mce-placeholder', '1');
+ });
+ });
+ });
+ };
+
+ const init = (editor, database) => {
+ editor.ui.registry.addAutocompleter('emoticons', {
+ trigger: ':',
+ columns: 'auto',
+ minChars: 2,
+ fetch: (pattern, maxResults) => database.waitForLoad().then(() => {
+ const candidates = database.listAll();
+ return emojisFrom(candidates, pattern, Optional.some(maxResults));
+ }),
+ onAction: (autocompleteApi, rng, value) => {
+ editor.selection.setRng(rng);
+ editor.insertContent(value);
+ autocompleteApi.hide();
+ }
+ });
+ };
+
+ const register = editor => {
+ const onAction = () => editor.execCommand('mceEmoticons');
+ editor.ui.registry.addButton('emoticons', {
+ tooltip: 'Emojis',
+ icon: 'emoji',
+ onAction
+ });
+ editor.ui.registry.addMenuItem('emoticons', {
+ text: 'Emojis...',
+ icon: 'emoji',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global$1.add('emoticons', (editor, pluginUrl) => {
+ register$2(editor, pluginUrl);
+ const databaseUrl = getEmojiDatabaseUrl(editor);
+ const databaseId = getEmojiDatabaseId(editor);
+ const database = initDatabase(editor, databaseUrl, databaseId);
+ register$1(editor, database);
+ register(editor);
+ init(editor, database);
+ setup(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/emoticons/plugin.min.js b/seller/public/tinymce/plugins/emoticons/plugin.min.js
new file mode 100644
index 00000000..af3e1d76
--- /dev/null
+++ b/seller/public/tinymce/plugins/emoticons/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const e=t=>e=>t===e,o=e(null),n=e(void 0),s=()=>{},r=()=>!1;class a{constructor(t,e){this.tag=t,this.value=e}static some(t){return new a(!0,t)}static none(){return a.singletonNone}fold(t,e){return this.tag?e(this.value):t()}isSome(){return this.tag}isNone(){return!this.tag}map(t){return this.tag?a.some(t(this.value)):a.none()}bind(t){return this.tag?t(this.value):a.none()}exists(t){return this.tag&&t(this.value)}forall(t){return!this.tag||t(this.value)}filter(t){return!this.tag||t(this.value)?this:a.none()}getOr(t){return this.tag?this.value:t}or(t){return this.tag?this:t}getOrThunk(t){return this.tag?this.value:t()}orThunk(t){return this.tag?this:t()}getOrDie(t){if(this.tag)return this.value;throw new Error(null!=t?t:"Called getOrDie on None")}static from(t){return null==t?a.none():a.some(t)}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(t){this.tag&&t(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}a.singletonNone=new a(!1);const i=(t,e)=>{const o=t.length,n=new Array(o);for(let s=0;s{let e=t;return{get:()=>e,set:t=>{e=t}}},c=Object.keys,u=Object.hasOwnProperty,g=(t,e)=>{const o=c(t);for(let n=0,s=o.length;nu.call(t,e),h=(d=(t,e)=>e,(...t)=>{if(0===t.length)throw new Error("Can't merge zero objects");const e={};for(let o=0;o{const t=(t=>{const e=l(a.none()),o=()=>e.get().each(t);return{clear:()=>{o(),e.set(a.none())},isSet:()=>e.get().isSome(),get:()=>e.get(),set:t=>{o(),e.set(a.some(t))}}})(s);return{...t,on:e=>t.get().each(e)}},v=(t,e,o=0,s)=>{const r=t.indexOf(e,o);return-1!==r&&(!!n(s)||r+e.length<=s)};var y=tinymce.util.Tools.resolve("tinymce.Resource");const f=t=>e=>e.options.get(t),b=f("emoticons_database"),w=f("emoticons_database_url"),_=f("emoticons_database_id"),j=f("emoticons_append"),C=f("emoticons_images_url"),k="All",A={symbols:"Symbols",people:"People",animals_and_nature:"Animals and Nature",food_and_drink:"Food and Drink",activity:"Activity",travel_and_places:"Travel and Places",objects:"Objects",flags:"Flags",user:"User Defined"},O=(t,e)=>m(t,e)?t[e]:e,x=t=>{const e=j(t);return o=t=>({keywords:[],category:"user",...t}),((t,e)=>{const o={};return g(t,((t,n)=>{const s=e(t,n);o[s.k]=s.v})),o})(e,((t,e)=>({k:e,v:o(t)})));var o},L=(t,e)=>v(t.title.toLowerCase(),e)||((t,o)=>{for(let o=0,s=t.length;o{const n=[],s=e.toLowerCase(),a=o.fold((()=>r),(t=>e=>e>=t));for(let o=0;o{const n={pattern:"",results:T(e.listAll(),"",a.some(300))},s=l(k),r=((t,e)=>{let n=null;const s=()=>{o(n)||(clearTimeout(n),n=null)};return{cancel:s,throttle:(...e)=>{s(),n=setTimeout((()=>{n=null,t.apply(null,e)}),200)}}})((t=>{(t=>{const o=t.getData(),n=s.get(),r=e.listCategory(n),i=T(r,o.pattern,n===k?a.some(300):a.none());t.setData({results:i})})(t)})),c={label:"Search",type:"input",name:D},u={type:"collection",name:"results"},g=()=>({title:"Emojis",size:"normal",body:{type:"tabpanel",tabs:i(e.listCategories(),(t=>({title:t,name:t,items:[c,u]})))},initialData:n,onTabChange:(t,e)=>{s.set(e.newTabName),r.throttle(t)},onChange:r.throttle,onAction:(e,o)=>{"results"===o.name&&(((t,e)=>{t.insertContent(e)})(t,o.value),e.close())},buttons:[{type:"cancel",text:"Close",primary:!0}]}),m=t.windowManager.open(g());m.focus(D),e.hasLoaded()||(m.block("Loading emojis..."),e.waitForLoad().then((()=>{m.redial(g()),r.throttle(m),m.focus(D),m.unblock()})).catch((t=>{m.redial({title:"Emojis",body:{type:"panel",items:[{type:"alertbanner",level:"error",icon:"warning",text:"Could not load emojis"}]},buttons:[{type:"cancel",text:"Close",primary:!0}],initialData:{pattern:"",results:[]}}),m.focus(D),m.unblock()})))};t.add("emoticons",((t,e)=>{((t,e)=>{const o=t.options.register;o("emoticons_database",{processor:"string",default:"emojis"}),o("emoticons_database_url",{processor:"string",default:`${e}/js/${b(t)}${t.suffix}.js`}),o("emoticons_database_id",{processor:"string",default:"tinymce.plugins.emoticons"}),o("emoticons_append",{processor:"object",default:{}}),o("emoticons_images_url",{processor:"string",default:"https://twemoji.maxcdn.com/v/13.0.1/72x72/"})})(t,e);const o=((t,e,o)=>{const n=p(),s=p(),r=C(t),i=t=>{return o="=o.length&&e.substr(0,0+o.length)===o?t.char.replace(/src="([^"]+)"/,((t,e)=>`src="${r}${e}"`)):t.char;var e,o};t.on("init",(()=>{y.load(o,e).then((e=>{const o=x(t);(t=>{const e={},o=[];g(t,((t,n)=>{const s={title:n,keywords:t.keywords,char:i(t),category:O(A,t.category)},r=void 0!==e[s.category]?e[s.category]:[];e[s.category]=r.concat([s]),o.push(s)})),n.set(e),s.set(o)})(h(e,o))}),(t=>{console.log(`Failed to load emojis: ${t}`),n.set({}),s.set([])}))}));const l=()=>s.get().getOr([]),u=()=>n.isSet()&&s.isSet();return{listCategories:()=>[k].concat(c(n.get().getOr({}))),hasLoaded:u,waitForLoad:()=>u()?Promise.resolve(!0):new Promise(((t,o)=>{let n=15;const s=setInterval((()=>{u()?(clearInterval(s),t(!0)):(n--,n<0&&(console.log("Could not load emojis from url: "+e),clearInterval(s),o(!1)))}),100)})),listAll:l,listCategory:t=>t===k?l():n.get().bind((e=>a.from(e[t]))).getOr([])}})(t,w(t),_(t));((t,e)=>{t.addCommand("mceEmoticons",(()=>E(t,e)))})(t,o),(t=>{const e=()=>t.execCommand("mceEmoticons");t.ui.registry.addButton("emoticons",{tooltip:"Emojis",icon:"emoji",onAction:e}),t.ui.registry.addMenuItem("emoticons",{text:"Emojis...",icon:"emoji",onAction:e})})(t),((t,e)=>{t.ui.registry.addAutocompleter("emoticons",{trigger:":",columns:"auto",minChars:2,fetch:(t,o)=>e.waitForLoad().then((()=>{const n=e.listAll();return T(n,t,a.some(o))})),onAction:(e,o,n)=>{t.selection.setRng(o),t.insertContent(n),e.hide()}})})(t,o),(t=>{t.on("PreInit",(()=>{t.parser.addAttributeFilter("data-emoticon",(t=>{((t,e)=>{for(let e=0,n=t.length;e {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const get$5 = fullscreenState => ({ isFullscreen: () => fullscreenState.get() !== null });
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType$1 = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const eq$1 = t => a => t === a;
+ const isString = isType$1('string');
+ const isArray = isType$1('array');
+ const isNull = eq$1(null);
+ const isBoolean = isSimpleType('boolean');
+ const isUndefined = eq$1(undefined);
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+ const isNumber = isSimpleType('number');
+
+ const noop = () => {
+ };
+ const compose = (fa, fb) => {
+ return (...args) => {
+ return fa(fb.apply(null, args));
+ };
+ };
+ const compose1 = (fbc, fab) => a => fbc(fab(a));
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ function curry(fn, ...initialArgs) {
+ return (...restArgs) => {
+ const all = initialArgs.concat(restArgs);
+ return fn.apply(null, all);
+ };
+ }
+ const never = constant(false);
+ const always = constant(true);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const singleton = doRevoke => {
+ const subject = Cell(Optional.none());
+ const revoke = () => subject.get().each(doRevoke);
+ const clear = () => {
+ revoke();
+ subject.set(Optional.none());
+ };
+ const isSet = () => subject.get().isSome();
+ const get = () => subject.get();
+ const set = s => {
+ revoke();
+ subject.set(Optional.some(s));
+ };
+ return {
+ clear,
+ isSet,
+ get,
+ set
+ };
+ };
+ const unbindable = () => singleton(s => s.unbind());
+ const value = () => {
+ const subject = singleton(noop);
+ const on = f => subject.get().each(f);
+ return {
+ ...subject,
+ on
+ };
+ };
+
+ const first = (fn, rate) => {
+ let timer = null;
+ const cancel = () => {
+ if (!isNull(timer)) {
+ clearTimeout(timer);
+ timer = null;
+ }
+ };
+ const throttle = (...args) => {
+ if (isNull(timer)) {
+ timer = setTimeout(() => {
+ timer = null;
+ fn.apply(null, args);
+ }, rate);
+ }
+ };
+ return {
+ cancel,
+ throttle
+ };
+ };
+
+ const nativePush = Array.prototype.push;
+ const map = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const each$1 = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const filter$1 = (xs, pred) => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ r.push(x);
+ }
+ }
+ return r;
+ };
+ const findUntil = (xs, pred, until) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return Optional.some(x);
+ } else if (until(x, i)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+ const find$1 = (xs, pred) => {
+ return findUntil(xs, pred, never);
+ };
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+ const bind$3 = (xs, f) => flatten(map(xs, f));
+ const get$4 = (xs, i) => i >= 0 && i < xs.length ? Optional.some(xs[i]) : Optional.none();
+ const head = xs => get$4(xs, 0);
+ const findMap = (arr, f) => {
+ for (let i = 0; i < arr.length; i++) {
+ const r = f(arr[i], i);
+ if (r.isSome()) {
+ return r;
+ }
+ }
+ return Optional.none();
+ };
+
+ const keys = Object.keys;
+ const each = (obj, f) => {
+ const props = keys(obj);
+ for (let k = 0, len = props.length; k < len; k++) {
+ const i = props[k];
+ const x = obj[i];
+ f(x, i);
+ }
+ };
+
+ const contains = (str, substr, start = 0, end) => {
+ const idx = str.indexOf(substr, start);
+ if (idx !== -1) {
+ return isUndefined(end) ? true : idx + substr.length <= end;
+ } else {
+ return false;
+ }
+ };
+
+ const isSupported$1 = dom => dom.style !== undefined && isFunction(dom.style.getPropertyValue);
+
+ const fromHtml = (html, scope) => {
+ const doc = scope || document;
+ const div = doc.createElement('div');
+ div.innerHTML = html;
+ if (!div.hasChildNodes() || div.childNodes.length > 1) {
+ const message = 'HTML does not have a single root node';
+ console.error(message, html);
+ throw new Error(message);
+ }
+ return fromDom(div.childNodes[0]);
+ };
+ const fromTag = (tag, scope) => {
+ const doc = scope || document;
+ const node = doc.createElement(tag);
+ return fromDom(node);
+ };
+ const fromText = (text, scope) => {
+ const doc = scope || document;
+ const node = doc.createTextNode(text);
+ return fromDom(node);
+ };
+ const fromDom = node => {
+ if (node === null || node === undefined) {
+ throw new Error('Node cannot be null or undefined');
+ }
+ return { dom: node };
+ };
+ const fromPoint = (docElm, x, y) => Optional.from(docElm.dom.elementFromPoint(x, y)).map(fromDom);
+ const SugarElement = {
+ fromHtml,
+ fromTag,
+ fromText,
+ fromDom,
+ fromPoint
+ };
+
+ typeof window !== 'undefined' ? window : Function('return this;')();
+
+ const DOCUMENT = 9;
+ const DOCUMENT_FRAGMENT = 11;
+ const ELEMENT = 1;
+ const TEXT = 3;
+
+ const type = element => element.dom.nodeType;
+ const isType = t => element => type(element) === t;
+ const isElement = isType(ELEMENT);
+ const isText = isType(TEXT);
+ const isDocument = isType(DOCUMENT);
+ const isDocumentFragment = isType(DOCUMENT_FRAGMENT);
+
+ const is = (element, selector) => {
+ const dom = element.dom;
+ if (dom.nodeType !== ELEMENT) {
+ return false;
+ } else {
+ const elem = dom;
+ if (elem.matches !== undefined) {
+ return elem.matches(selector);
+ } else if (elem.msMatchesSelector !== undefined) {
+ return elem.msMatchesSelector(selector);
+ } else if (elem.webkitMatchesSelector !== undefined) {
+ return elem.webkitMatchesSelector(selector);
+ } else if (elem.mozMatchesSelector !== undefined) {
+ return elem.mozMatchesSelector(selector);
+ } else {
+ throw new Error('Browser lacks native selectors');
+ }
+ }
+ };
+ const bypassSelector = dom => dom.nodeType !== ELEMENT && dom.nodeType !== DOCUMENT && dom.nodeType !== DOCUMENT_FRAGMENT || dom.childElementCount === 0;
+ const all$1 = (selector, scope) => {
+ const base = scope === undefined ? document : scope.dom;
+ return bypassSelector(base) ? [] : map(base.querySelectorAll(selector), SugarElement.fromDom);
+ };
+
+ const eq = (e1, e2) => e1.dom === e2.dom;
+
+ const owner = element => SugarElement.fromDom(element.dom.ownerDocument);
+ const documentOrOwner = dos => isDocument(dos) ? dos : owner(dos);
+ const parent = element => Optional.from(element.dom.parentNode).map(SugarElement.fromDom);
+ const parents = (element, isRoot) => {
+ const stop = isFunction(isRoot) ? isRoot : never;
+ let dom = element.dom;
+ const ret = [];
+ while (dom.parentNode !== null && dom.parentNode !== undefined) {
+ const rawParent = dom.parentNode;
+ const p = SugarElement.fromDom(rawParent);
+ ret.push(p);
+ if (stop(p) === true) {
+ break;
+ } else {
+ dom = rawParent;
+ }
+ }
+ return ret;
+ };
+ const siblings$2 = element => {
+ const filterSelf = elements => filter$1(elements, x => !eq(element, x));
+ return parent(element).map(children).map(filterSelf).getOr([]);
+ };
+ const children = element => map(element.dom.childNodes, SugarElement.fromDom);
+
+ const isShadowRoot = dos => isDocumentFragment(dos) && isNonNullable(dos.dom.host);
+ const supported = isFunction(Element.prototype.attachShadow) && isFunction(Node.prototype.getRootNode);
+ const isSupported = constant(supported);
+ const getRootNode = supported ? e => SugarElement.fromDom(e.dom.getRootNode()) : documentOrOwner;
+ const getShadowRoot = e => {
+ const r = getRootNode(e);
+ return isShadowRoot(r) ? Optional.some(r) : Optional.none();
+ };
+ const getShadowHost = e => SugarElement.fromDom(e.dom.host);
+ const getOriginalEventTarget = event => {
+ if (isSupported() && isNonNullable(event.target)) {
+ const el = SugarElement.fromDom(event.target);
+ if (isElement(el) && isOpenShadowHost(el)) {
+ if (event.composed && event.composedPath) {
+ const composedPath = event.composedPath();
+ if (composedPath) {
+ return head(composedPath);
+ }
+ }
+ }
+ }
+ return Optional.from(event.target);
+ };
+ const isOpenShadowHost = element => isNonNullable(element.dom.shadowRoot);
+
+ const inBody = element => {
+ const dom = isText(element) ? element.dom.parentNode : element.dom;
+ if (dom === undefined || dom === null || dom.ownerDocument === null) {
+ return false;
+ }
+ const doc = dom.ownerDocument;
+ return getShadowRoot(SugarElement.fromDom(dom)).fold(() => doc.body.contains(dom), compose1(inBody, getShadowHost));
+ };
+ const getBody = doc => {
+ const b = doc.dom.body;
+ if (b === null || b === undefined) {
+ throw new Error('Body is not available yet');
+ }
+ return SugarElement.fromDom(b);
+ };
+
+ const rawSet = (dom, key, value) => {
+ if (isString(value) || isBoolean(value) || isNumber(value)) {
+ dom.setAttribute(key, value + '');
+ } else {
+ console.error('Invalid call to Attribute.set. Key ', key, ':: Value ', value, ':: Element ', dom);
+ throw new Error('Attribute value was not simple');
+ }
+ };
+ const set = (element, key, value) => {
+ rawSet(element.dom, key, value);
+ };
+ const get$3 = (element, key) => {
+ const v = element.dom.getAttribute(key);
+ return v === null ? undefined : v;
+ };
+ const remove = (element, key) => {
+ element.dom.removeAttribute(key);
+ };
+
+ const internalSet = (dom, property, value) => {
+ if (!isString(value)) {
+ console.error('Invalid call to CSS.set. Property ', property, ':: Value ', value, ':: Element ', dom);
+ throw new Error('CSS value must be a string: ' + value);
+ }
+ if (isSupported$1(dom)) {
+ dom.style.setProperty(property, value);
+ }
+ };
+ const setAll = (element, css) => {
+ const dom = element.dom;
+ each(css, (v, k) => {
+ internalSet(dom, k, v);
+ });
+ };
+ const get$2 = (element, property) => {
+ const dom = element.dom;
+ const styles = window.getComputedStyle(dom);
+ const r = styles.getPropertyValue(property);
+ return r === '' && !inBody(element) ? getUnsafeProperty(dom, property) : r;
+ };
+ const getUnsafeProperty = (dom, property) => isSupported$1(dom) ? dom.style.getPropertyValue(property) : '';
+
+ const mkEvent = (target, x, y, stop, prevent, kill, raw) => ({
+ target,
+ x,
+ y,
+ stop,
+ prevent,
+ kill,
+ raw
+ });
+ const fromRawEvent = rawEvent => {
+ const target = SugarElement.fromDom(getOriginalEventTarget(rawEvent).getOr(rawEvent.target));
+ const stop = () => rawEvent.stopPropagation();
+ const prevent = () => rawEvent.preventDefault();
+ const kill = compose(prevent, stop);
+ return mkEvent(target, rawEvent.clientX, rawEvent.clientY, stop, prevent, kill, rawEvent);
+ };
+ const handle = (filter, handler) => rawEvent => {
+ if (filter(rawEvent)) {
+ handler(fromRawEvent(rawEvent));
+ }
+ };
+ const binder = (element, event, filter, handler, useCapture) => {
+ const wrapped = handle(filter, handler);
+ element.dom.addEventListener(event, wrapped, useCapture);
+ return { unbind: curry(unbind, element, event, wrapped, useCapture) };
+ };
+ const bind$2 = (element, event, filter, handler) => binder(element, event, filter, handler, false);
+ const unbind = (element, event, handler, useCapture) => {
+ element.dom.removeEventListener(event, handler, useCapture);
+ };
+
+ const filter = always;
+ const bind$1 = (element, event, handler) => bind$2(element, event, filter, handler);
+
+ const cached = f => {
+ let called = false;
+ let r;
+ return (...args) => {
+ if (!called) {
+ called = true;
+ r = f.apply(null, args);
+ }
+ return r;
+ };
+ };
+
+ const DeviceType = (os, browser, userAgent, mediaMatch) => {
+ const isiPad = os.isiOS() && /ipad/i.test(userAgent) === true;
+ const isiPhone = os.isiOS() && !isiPad;
+ const isMobile = os.isiOS() || os.isAndroid();
+ const isTouch = isMobile || mediaMatch('(pointer:coarse)');
+ const isTablet = isiPad || !isiPhone && isMobile && mediaMatch('(min-device-width:768px)');
+ const isPhone = isiPhone || isMobile && !isTablet;
+ const iOSwebview = browser.isSafari() && os.isiOS() && /safari/i.test(userAgent) === false;
+ const isDesktop = !isPhone && !isTablet && !iOSwebview;
+ return {
+ isiPad: constant(isiPad),
+ isiPhone: constant(isiPhone),
+ isTablet: constant(isTablet),
+ isPhone: constant(isPhone),
+ isTouch: constant(isTouch),
+ isAndroid: os.isAndroid,
+ isiOS: os.isiOS,
+ isWebView: constant(iOSwebview),
+ isDesktop: constant(isDesktop)
+ };
+ };
+
+ const firstMatch = (regexes, s) => {
+ for (let i = 0; i < regexes.length; i++) {
+ const x = regexes[i];
+ if (x.test(s)) {
+ return x;
+ }
+ }
+ return undefined;
+ };
+ const find = (regexes, agent) => {
+ const r = firstMatch(regexes, agent);
+ if (!r) {
+ return {
+ major: 0,
+ minor: 0
+ };
+ }
+ const group = i => {
+ return Number(agent.replace(r, '$' + i));
+ };
+ return nu$2(group(1), group(2));
+ };
+ const detect$3 = (versionRegexes, agent) => {
+ const cleanedAgent = String(agent).toLowerCase();
+ if (versionRegexes.length === 0) {
+ return unknown$2();
+ }
+ return find(versionRegexes, cleanedAgent);
+ };
+ const unknown$2 = () => {
+ return nu$2(0, 0);
+ };
+ const nu$2 = (major, minor) => {
+ return {
+ major,
+ minor
+ };
+ };
+ const Version = {
+ nu: nu$2,
+ detect: detect$3,
+ unknown: unknown$2
+ };
+
+ const detectBrowser$1 = (browsers, userAgentData) => {
+ return findMap(userAgentData.brands, uaBrand => {
+ const lcBrand = uaBrand.brand.toLowerCase();
+ return find$1(browsers, browser => {
+ var _a;
+ return lcBrand === ((_a = browser.brand) === null || _a === void 0 ? void 0 : _a.toLowerCase());
+ }).map(info => ({
+ current: info.name,
+ version: Version.nu(parseInt(uaBrand.version, 10), 0)
+ }));
+ });
+ };
+
+ const detect$2 = (candidates, userAgent) => {
+ const agent = String(userAgent).toLowerCase();
+ return find$1(candidates, candidate => {
+ return candidate.search(agent);
+ });
+ };
+ const detectBrowser = (browsers, userAgent) => {
+ return detect$2(browsers, userAgent).map(browser => {
+ const version = Version.detect(browser.versionRegexes, userAgent);
+ return {
+ current: browser.name,
+ version
+ };
+ });
+ };
+ const detectOs = (oses, userAgent) => {
+ return detect$2(oses, userAgent).map(os => {
+ const version = Version.detect(os.versionRegexes, userAgent);
+ return {
+ current: os.name,
+ version
+ };
+ });
+ };
+
+ const normalVersionRegex = /.*?version\/\ ?([0-9]+)\.([0-9]+).*/;
+ const checkContains = target => {
+ return uastring => {
+ return contains(uastring, target);
+ };
+ };
+ const browsers = [
+ {
+ name: 'Edge',
+ versionRegexes: [/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],
+ search: uastring => {
+ return contains(uastring, 'edge/') && contains(uastring, 'chrome') && contains(uastring, 'safari') && contains(uastring, 'applewebkit');
+ }
+ },
+ {
+ name: 'Chromium',
+ brand: 'Chromium',
+ versionRegexes: [
+ /.*?chrome\/([0-9]+)\.([0-9]+).*/,
+ normalVersionRegex
+ ],
+ search: uastring => {
+ return contains(uastring, 'chrome') && !contains(uastring, 'chromeframe');
+ }
+ },
+ {
+ name: 'IE',
+ versionRegexes: [
+ /.*?msie\ ?([0-9]+)\.([0-9]+).*/,
+ /.*?rv:([0-9]+)\.([0-9]+).*/
+ ],
+ search: uastring => {
+ return contains(uastring, 'msie') || contains(uastring, 'trident');
+ }
+ },
+ {
+ name: 'Opera',
+ versionRegexes: [
+ normalVersionRegex,
+ /.*?opera\/([0-9]+)\.([0-9]+).*/
+ ],
+ search: checkContains('opera')
+ },
+ {
+ name: 'Firefox',
+ versionRegexes: [/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],
+ search: checkContains('firefox')
+ },
+ {
+ name: 'Safari',
+ versionRegexes: [
+ normalVersionRegex,
+ /.*?cpu os ([0-9]+)_([0-9]+).*/
+ ],
+ search: uastring => {
+ return (contains(uastring, 'safari') || contains(uastring, 'mobile/')) && contains(uastring, 'applewebkit');
+ }
+ }
+ ];
+ const oses = [
+ {
+ name: 'Windows',
+ search: checkContains('win'),
+ versionRegexes: [/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]
+ },
+ {
+ name: 'iOS',
+ search: uastring => {
+ return contains(uastring, 'iphone') || contains(uastring, 'ipad');
+ },
+ versionRegexes: [
+ /.*?version\/\ ?([0-9]+)\.([0-9]+).*/,
+ /.*cpu os ([0-9]+)_([0-9]+).*/,
+ /.*cpu iphone os ([0-9]+)_([0-9]+).*/
+ ]
+ },
+ {
+ name: 'Android',
+ search: checkContains('android'),
+ versionRegexes: [/.*?android\ ?([0-9]+)\.([0-9]+).*/]
+ },
+ {
+ name: 'macOS',
+ search: checkContains('mac os x'),
+ versionRegexes: [/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]
+ },
+ {
+ name: 'Linux',
+ search: checkContains('linux'),
+ versionRegexes: []
+ },
+ {
+ name: 'Solaris',
+ search: checkContains('sunos'),
+ versionRegexes: []
+ },
+ {
+ name: 'FreeBSD',
+ search: checkContains('freebsd'),
+ versionRegexes: []
+ },
+ {
+ name: 'ChromeOS',
+ search: checkContains('cros'),
+ versionRegexes: [/.*?chrome\/([0-9]+)\.([0-9]+).*/]
+ }
+ ];
+ const PlatformInfo = {
+ browsers: constant(browsers),
+ oses: constant(oses)
+ };
+
+ const edge = 'Edge';
+ const chromium = 'Chromium';
+ const ie = 'IE';
+ const opera = 'Opera';
+ const firefox = 'Firefox';
+ const safari = 'Safari';
+ const unknown$1 = () => {
+ return nu$1({
+ current: undefined,
+ version: Version.unknown()
+ });
+ };
+ const nu$1 = info => {
+ const current = info.current;
+ const version = info.version;
+ const isBrowser = name => () => current === name;
+ return {
+ current,
+ version,
+ isEdge: isBrowser(edge),
+ isChromium: isBrowser(chromium),
+ isIE: isBrowser(ie),
+ isOpera: isBrowser(opera),
+ isFirefox: isBrowser(firefox),
+ isSafari: isBrowser(safari)
+ };
+ };
+ const Browser = {
+ unknown: unknown$1,
+ nu: nu$1,
+ edge: constant(edge),
+ chromium: constant(chromium),
+ ie: constant(ie),
+ opera: constant(opera),
+ firefox: constant(firefox),
+ safari: constant(safari)
+ };
+
+ const windows = 'Windows';
+ const ios = 'iOS';
+ const android = 'Android';
+ const linux = 'Linux';
+ const macos = 'macOS';
+ const solaris = 'Solaris';
+ const freebsd = 'FreeBSD';
+ const chromeos = 'ChromeOS';
+ const unknown = () => {
+ return nu({
+ current: undefined,
+ version: Version.unknown()
+ });
+ };
+ const nu = info => {
+ const current = info.current;
+ const version = info.version;
+ const isOS = name => () => current === name;
+ return {
+ current,
+ version,
+ isWindows: isOS(windows),
+ isiOS: isOS(ios),
+ isAndroid: isOS(android),
+ isMacOS: isOS(macos),
+ isLinux: isOS(linux),
+ isSolaris: isOS(solaris),
+ isFreeBSD: isOS(freebsd),
+ isChromeOS: isOS(chromeos)
+ };
+ };
+ const OperatingSystem = {
+ unknown,
+ nu,
+ windows: constant(windows),
+ ios: constant(ios),
+ android: constant(android),
+ linux: constant(linux),
+ macos: constant(macos),
+ solaris: constant(solaris),
+ freebsd: constant(freebsd),
+ chromeos: constant(chromeos)
+ };
+
+ const detect$1 = (userAgent, userAgentDataOpt, mediaMatch) => {
+ const browsers = PlatformInfo.browsers();
+ const oses = PlatformInfo.oses();
+ const browser = userAgentDataOpt.bind(userAgentData => detectBrowser$1(browsers, userAgentData)).orThunk(() => detectBrowser(browsers, userAgent)).fold(Browser.unknown, Browser.nu);
+ const os = detectOs(oses, userAgent).fold(OperatingSystem.unknown, OperatingSystem.nu);
+ const deviceType = DeviceType(os, browser, userAgent, mediaMatch);
+ return {
+ browser,
+ os,
+ deviceType
+ };
+ };
+ const PlatformDetection = { detect: detect$1 };
+
+ const mediaMatch = query => window.matchMedia(query).matches;
+ let platform = cached(() => PlatformDetection.detect(navigator.userAgent, Optional.from(navigator.userAgentData), mediaMatch));
+ const detect = () => platform();
+
+ const r = (left, top) => {
+ const translate = (x, y) => r(left + x, top + y);
+ return {
+ left,
+ top,
+ translate
+ };
+ };
+ const SugarPosition = r;
+
+ const get$1 = _DOC => {
+ const doc = _DOC !== undefined ? _DOC.dom : document;
+ const x = doc.body.scrollLeft || doc.documentElement.scrollLeft;
+ const y = doc.body.scrollTop || doc.documentElement.scrollTop;
+ return SugarPosition(x, y);
+ };
+
+ const get = _win => {
+ const win = _win === undefined ? window : _win;
+ if (detect().browser.isFirefox()) {
+ return Optional.none();
+ } else {
+ return Optional.from(win.visualViewport);
+ }
+ };
+ const bounds = (x, y, width, height) => ({
+ x,
+ y,
+ width,
+ height,
+ right: x + width,
+ bottom: y + height
+ });
+ const getBounds = _win => {
+ const win = _win === undefined ? window : _win;
+ const doc = win.document;
+ const scroll = get$1(SugarElement.fromDom(doc));
+ return get(win).fold(() => {
+ const html = win.document.documentElement;
+ const width = html.clientWidth;
+ const height = html.clientHeight;
+ return bounds(scroll.left, scroll.top, width, height);
+ }, visualViewport => bounds(Math.max(visualViewport.pageLeft, scroll.left), Math.max(visualViewport.pageTop, scroll.top), visualViewport.width, visualViewport.height));
+ };
+ const bind = (name, callback, _win) => get(_win).map(visualViewport => {
+ const handler = e => callback(fromRawEvent(e));
+ visualViewport.addEventListener(name, handler);
+ return { unbind: () => visualViewport.removeEventListener(name, handler) };
+ }).getOrThunk(() => ({ unbind: noop }));
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils');
+
+ var global = tinymce.util.Tools.resolve('tinymce.Env');
+
+ const fireFullscreenStateChanged = (editor, state) => {
+ editor.dispatch('FullscreenStateChanged', { state });
+ editor.dispatch('ResizeEditor');
+ };
+
+ const option = name => editor => editor.options.get(name);
+ const register$2 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('fullscreen_native', {
+ processor: 'boolean',
+ default: false
+ });
+ };
+ const getFullscreenNative = option('fullscreen_native');
+
+ const getFullscreenRoot = editor => {
+ const elem = SugarElement.fromDom(editor.getElement());
+ return getShadowRoot(elem).map(getShadowHost).getOrThunk(() => getBody(owner(elem)));
+ };
+ const getFullscreenElement = root => {
+ if (root.fullscreenElement !== undefined) {
+ return root.fullscreenElement;
+ } else if (root.msFullscreenElement !== undefined) {
+ return root.msFullscreenElement;
+ } else if (root.webkitFullscreenElement !== undefined) {
+ return root.webkitFullscreenElement;
+ } else {
+ return null;
+ }
+ };
+ const getFullscreenchangeEventName = () => {
+ if (document.fullscreenElement !== undefined) {
+ return 'fullscreenchange';
+ } else if (document.msFullscreenElement !== undefined) {
+ return 'MSFullscreenChange';
+ } else if (document.webkitFullscreenElement !== undefined) {
+ return 'webkitfullscreenchange';
+ } else {
+ return 'fullscreenchange';
+ }
+ };
+ const requestFullscreen = sugarElem => {
+ const elem = sugarElem.dom;
+ if (elem.requestFullscreen) {
+ elem.requestFullscreen();
+ } else if (elem.msRequestFullscreen) {
+ elem.msRequestFullscreen();
+ } else if (elem.webkitRequestFullScreen) {
+ elem.webkitRequestFullScreen();
+ }
+ };
+ const exitFullscreen = sugarDoc => {
+ const doc = sugarDoc.dom;
+ if (doc.exitFullscreen) {
+ doc.exitFullscreen();
+ } else if (doc.msExitFullscreen) {
+ doc.msExitFullscreen();
+ } else if (doc.webkitCancelFullScreen) {
+ doc.webkitCancelFullScreen();
+ }
+ };
+ const isFullscreenElement = elem => elem.dom === getFullscreenElement(owner(elem).dom);
+
+ const ancestors$1 = (scope, predicate, isRoot) => filter$1(parents(scope, isRoot), predicate);
+ const siblings$1 = (scope, predicate) => filter$1(siblings$2(scope), predicate);
+
+ const all = selector => all$1(selector);
+ const ancestors = (scope, selector, isRoot) => ancestors$1(scope, e => is(e, selector), isRoot);
+ const siblings = (scope, selector) => siblings$1(scope, e => is(e, selector));
+
+ const attr = 'data-ephox-mobile-fullscreen-style';
+ const siblingStyles = 'display:none!important;';
+ const ancestorPosition = 'position:absolute!important;';
+ const ancestorStyles = 'top:0!important;left:0!important;margin:0!important;padding:0!important;width:100%!important;height:100%!important;overflow:visible!important;';
+ const bgFallback = 'background-color:rgb(255,255,255)!important;';
+ const isAndroid = global.os.isAndroid();
+ const matchColor = editorBody => {
+ const color = get$2(editorBody, 'background-color');
+ return color !== undefined && color !== '' ? 'background-color:' + color + '!important' : bgFallback;
+ };
+ const clobberStyles = (dom, container, editorBody) => {
+ const gatherSiblings = element => {
+ return siblings(element, '*:not(.tox-silver-sink)');
+ };
+ const clobber = clobberStyle => element => {
+ const styles = get$3(element, 'style');
+ const backup = styles === undefined ? 'no-styles' : styles.trim();
+ if (backup === clobberStyle) {
+ return;
+ } else {
+ set(element, attr, backup);
+ setAll(element, dom.parseStyle(clobberStyle));
+ }
+ };
+ const ancestors$1 = ancestors(container, '*');
+ const siblings$1 = bind$3(ancestors$1, gatherSiblings);
+ const bgColor = matchColor(editorBody);
+ each$1(siblings$1, clobber(siblingStyles));
+ each$1(ancestors$1, clobber(ancestorPosition + ancestorStyles + bgColor));
+ const containerStyles = isAndroid === true ? '' : ancestorPosition;
+ clobber(containerStyles + ancestorStyles + bgColor)(container);
+ };
+ const restoreStyles = dom => {
+ const clobberedEls = all('[' + attr + ']');
+ each$1(clobberedEls, element => {
+ const restore = get$3(element, attr);
+ if (restore && restore !== 'no-styles') {
+ setAll(element, dom.parseStyle(restore));
+ } else {
+ remove(element, 'style');
+ }
+ remove(element, attr);
+ });
+ };
+
+ const DOM = global$1.DOM;
+ const getScrollPos = () => getBounds(window);
+ const setScrollPos = pos => window.scrollTo(pos.x, pos.y);
+ const viewportUpdate = get().fold(() => ({
+ bind: noop,
+ unbind: noop
+ }), visualViewport => {
+ const editorContainer = value();
+ const resizeBinder = unbindable();
+ const scrollBinder = unbindable();
+ const refreshScroll = () => {
+ document.body.scrollTop = 0;
+ document.documentElement.scrollTop = 0;
+ };
+ const refreshVisualViewport = () => {
+ window.requestAnimationFrame(() => {
+ editorContainer.on(container => setAll(container, {
+ top: visualViewport.offsetTop + 'px',
+ left: visualViewport.offsetLeft + 'px',
+ height: visualViewport.height + 'px',
+ width: visualViewport.width + 'px'
+ }));
+ });
+ };
+ const update = first(() => {
+ refreshScroll();
+ refreshVisualViewport();
+ }, 50);
+ const bind$1 = element => {
+ editorContainer.set(element);
+ update.throttle();
+ resizeBinder.set(bind('resize', update.throttle));
+ scrollBinder.set(bind('scroll', update.throttle));
+ };
+ const unbind = () => {
+ editorContainer.on(() => {
+ resizeBinder.clear();
+ scrollBinder.clear();
+ });
+ editorContainer.clear();
+ };
+ return {
+ bind: bind$1,
+ unbind
+ };
+ });
+ const toggleFullscreen = (editor, fullscreenState) => {
+ const body = document.body;
+ const documentElement = document.documentElement;
+ const editorContainer = editor.getContainer();
+ const editorContainerS = SugarElement.fromDom(editorContainer);
+ const fullscreenRoot = getFullscreenRoot(editor);
+ const fullscreenInfo = fullscreenState.get();
+ const editorBody = SugarElement.fromDom(editor.getBody());
+ const isTouch = global.deviceType.isTouch();
+ const editorContainerStyle = editorContainer.style;
+ const iframe = editor.iframeElement;
+ const iframeStyle = iframe === null || iframe === void 0 ? void 0 : iframe.style;
+ const handleClasses = handler => {
+ handler(body, 'tox-fullscreen');
+ handler(documentElement, 'tox-fullscreen');
+ handler(editorContainer, 'tox-fullscreen');
+ getShadowRoot(editorContainerS).map(root => getShadowHost(root).dom).each(host => {
+ handler(host, 'tox-fullscreen');
+ handler(host, 'tox-shadowhost');
+ });
+ };
+ const cleanup = () => {
+ if (isTouch) {
+ restoreStyles(editor.dom);
+ }
+ handleClasses(DOM.removeClass);
+ viewportUpdate.unbind();
+ Optional.from(fullscreenState.get()).each(info => info.fullscreenChangeHandler.unbind());
+ };
+ if (!fullscreenInfo) {
+ const fullscreenChangeHandler = bind$1(owner(fullscreenRoot), getFullscreenchangeEventName(), _evt => {
+ if (getFullscreenNative(editor)) {
+ if (!isFullscreenElement(fullscreenRoot) && fullscreenState.get() !== null) {
+ toggleFullscreen(editor, fullscreenState);
+ }
+ }
+ });
+ const newFullScreenInfo = {
+ scrollPos: getScrollPos(),
+ containerWidth: editorContainerStyle.width,
+ containerHeight: editorContainerStyle.height,
+ containerTop: editorContainerStyle.top,
+ containerLeft: editorContainerStyle.left,
+ iframeWidth: iframeStyle.width,
+ iframeHeight: iframeStyle.height,
+ fullscreenChangeHandler
+ };
+ if (isTouch) {
+ clobberStyles(editor.dom, editorContainerS, editorBody);
+ }
+ iframeStyle.width = iframeStyle.height = '100%';
+ editorContainerStyle.width = editorContainerStyle.height = '';
+ handleClasses(DOM.addClass);
+ viewportUpdate.bind(editorContainerS);
+ editor.on('remove', cleanup);
+ fullscreenState.set(newFullScreenInfo);
+ if (getFullscreenNative(editor)) {
+ requestFullscreen(fullscreenRoot);
+ }
+ fireFullscreenStateChanged(editor, true);
+ } else {
+ fullscreenInfo.fullscreenChangeHandler.unbind();
+ if (getFullscreenNative(editor) && isFullscreenElement(fullscreenRoot)) {
+ exitFullscreen(owner(fullscreenRoot));
+ }
+ iframeStyle.width = fullscreenInfo.iframeWidth;
+ iframeStyle.height = fullscreenInfo.iframeHeight;
+ editorContainerStyle.width = fullscreenInfo.containerWidth;
+ editorContainerStyle.height = fullscreenInfo.containerHeight;
+ editorContainerStyle.top = fullscreenInfo.containerTop;
+ editorContainerStyle.left = fullscreenInfo.containerLeft;
+ cleanup();
+ setScrollPos(fullscreenInfo.scrollPos);
+ fullscreenState.set(null);
+ fireFullscreenStateChanged(editor, false);
+ editor.off('remove', cleanup);
+ }
+ };
+
+ const register$1 = (editor, fullscreenState) => {
+ editor.addCommand('mceFullScreen', () => {
+ toggleFullscreen(editor, fullscreenState);
+ });
+ };
+
+ const makeSetupHandler = (editor, fullscreenState) => api => {
+ api.setActive(fullscreenState.get() !== null);
+ const editorEventCallback = e => api.setActive(e.state);
+ editor.on('FullscreenStateChanged', editorEventCallback);
+ return () => editor.off('FullscreenStateChanged', editorEventCallback);
+ };
+ const register = (editor, fullscreenState) => {
+ const onAction = () => editor.execCommand('mceFullScreen');
+ editor.ui.registry.addToggleMenuItem('fullscreen', {
+ text: 'Fullscreen',
+ icon: 'fullscreen',
+ shortcut: 'Meta+Shift+F',
+ onAction,
+ onSetup: makeSetupHandler(editor, fullscreenState)
+ });
+ editor.ui.registry.addToggleButton('fullscreen', {
+ tooltip: 'Fullscreen',
+ icon: 'fullscreen',
+ onAction,
+ onSetup: makeSetupHandler(editor, fullscreenState)
+ });
+ };
+
+ var Plugin = () => {
+ global$2.add('fullscreen', editor => {
+ const fullscreenState = Cell(null);
+ if (editor.inline) {
+ return get$5(fullscreenState);
+ }
+ register$2(editor);
+ register$1(editor, fullscreenState);
+ register(editor, fullscreenState);
+ editor.addShortcut('Meta+Shift+F', '', 'mceFullScreen');
+ return get$5(fullscreenState);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/fullscreen/plugin.min.js b/seller/public/tinymce/plugins/fullscreen/plugin.min.js
new file mode 100644
index 00000000..32aa9c3d
--- /dev/null
+++ b/seller/public/tinymce/plugins/fullscreen/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";const e=e=>{let t=e;return{get:()=>t,set:e=>{t=e}}};var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const n=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=r=e,(o=String).prototype.isPrototypeOf(n)||(null===(s=r.constructor)||void 0===s?void 0:s.name)===o.name)?"string":t;var n,r,o,s})(t)===e,r=e=>t=>typeof t===e,o=e=>t=>e===t,s=n("string"),i=n("array"),l=o(null),a=r("boolean"),c=o(void 0),u=e=>!(e=>null==e)(e),d=r("function"),m=r("number"),h=()=>{},g=e=>()=>e;function p(e,...t){return(...n)=>{const r=t.concat(n);return e.apply(null,r)}}const f=g(!1),v=g(!0);class w{constructor(e,t){this.tag=e,this.value=t}static some(e){return new w(!0,e)}static none(){return w.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?w.some(e(this.value)):w.none()}bind(e){return this.tag?e(this.value):w.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:w.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return u(e)?w.some(e):w.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}w.singletonNone=new w(!1);const y=t=>{const n=e(w.none()),r=()=>n.get().each(t);return{clear:()=>{r(),n.set(w.none())},isSet:()=>n.get().isSome(),get:()=>n.get(),set:e=>{r(),n.set(w.some(e))}}},b=()=>y((e=>e.unbind())),S=Array.prototype.push,x=(e,t)=>{const n=e.length,r=new Array(n);for(let o=0;o{for(let n=0,r=e.length;n{const n=[];for(let r=0,o=e.length;r((e,t,n)=>{for(let r=0,o=e.length;r{const o=e.indexOf(t,n);return-1!==o&&(!!c(r)||o+t.length<=r)},C=e=>void 0!==e.style&&d(e.style.getPropertyValue),A=e=>{if(null==e)throw new Error("Node cannot be null or undefined");return{dom:e}},R=A;"undefined"!=typeof window?window:Function("return this;")();const L=e=>t=>(e=>e.dom.nodeType)(t)===e,M=L(1),N=L(3),P=L(9),D=L(11),W=(e,t)=>{const n=e.dom;if(1!==n.nodeType)return!1;{const e=n;if(void 0!==e.matches)return e.matches(t);if(void 0!==e.msMatchesSelector)return e.msMatchesSelector(t);if(void 0!==e.webkitMatchesSelector)return e.webkitMatchesSelector(t);if(void 0!==e.mozMatchesSelector)return e.mozMatchesSelector(t);throw new Error("Browser lacks native selectors")}},q=e=>R(e.dom.ownerDocument),H=e=>x(e.dom.childNodes,R),I=d(Element.prototype.attachShadow)&&d(Node.prototype.getRootNode),B=g(I),V=I?e=>R(e.dom.getRootNode()):e=>P(e)?e:q(e),_=e=>{const t=V(e);return D(n=t)&&u(n.dom.host)?w.some(t):w.none();var n},j=e=>R(e.dom.host),z=e=>{const t=N(e)?e.dom.parentNode:e.dom;if(null==t||null===t.ownerDocument)return!1;const n=t.ownerDocument;return _(R(t)).fold((()=>n.body.contains(t)),(r=z,o=j,e=>r(o(e))));var r,o},$=(e,t)=>{const n=e.dom.getAttribute(t);return null===n?void 0:n},U=(e,t)=>{e.dom.removeAttribute(t)},K=(e,t)=>{const n=e.dom;((e,t)=>{const n=T(e);for(let r=0,o=n.length;r{((e,t,n)=>{if(!s(n))throw console.error("Invalid call to CSS.set. Property ",t,":: Value ",n,":: Element ",e),new Error("CSS value must be a string: "+n);C(e)&&e.style.setProperty(t,n)})(n,t,e)}))},X=e=>{const t=R((e=>{if(B()&&u(e.target)){const t=R(e.target);if(M(t)&&u(t.dom.shadowRoot)&&e.composed&&e.composedPath){const t=e.composedPath();if(t)return((e,t)=>0e.stopPropagation(),r=()=>e.preventDefault(),o=(s=r,i=n,(...e)=>s(i.apply(null,e)));var s,i;return((e,t,n,r,o,s,i)=>({target:e,x:t,y:n,stop:r,prevent:o,kill:s,raw:i}))(t,e.clientX,e.clientY,n,r,o,e)},Y=(e,t,n,r)=>{e.dom.removeEventListener(t,n,r)},G=v,J=(e,t,n)=>((e,t,n,r)=>((e,t,n,r,o)=>{const s=((e,t)=>n=>{e(n)&&t(X(n))})(n,r);return e.dom.addEventListener(t,s,o),{unbind:p(Y,e,t,s,o)}})(e,t,n,r,!1))(e,t,G,n),Q=()=>Z(0,0),Z=(e,t)=>({major:e,minor:t}),ee={nu:Z,detect:(e,t)=>{const n=String(t).toLowerCase();return 0===e.length?Q():((e,t)=>{const n=((e,t)=>{for(let n=0;nNumber(t.replace(n,"$"+e));return Z(r(1),r(2))})(e,n)},unknown:Q},te=(e,t)=>{const n=String(t).toLowerCase();return O(e,(e=>e.search(n)))},ne=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,re=e=>t=>k(t,e),oe=[{name:"Edge",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:e=>k(e,"edge/")&&k(e,"chrome")&&k(e,"safari")&&k(e,"applewebkit")},{name:"Chromium",brand:"Chromium",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,ne],search:e=>k(e,"chrome")&&!k(e,"chromeframe")},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:e=>k(e,"msie")||k(e,"trident")},{name:"Opera",versionRegexes:[ne,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:re("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:re("firefox")},{name:"Safari",versionRegexes:[ne,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:e=>(k(e,"safari")||k(e,"mobile/"))&&k(e,"applewebkit")}],se=[{name:"Windows",search:re("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:e=>k(e,"iphone")||k(e,"ipad"),versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:re("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"macOS",search:re("mac os x"),versionRegexes:[/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:re("linux"),versionRegexes:[]},{name:"Solaris",search:re("sunos"),versionRegexes:[]},{name:"FreeBSD",search:re("freebsd"),versionRegexes:[]},{name:"ChromeOS",search:re("cros"),versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/]}],ie={browsers:g(oe),oses:g(se)},le="Edge",ae="Chromium",ce="Opera",ue="Firefox",de="Safari",me=e=>{const t=e.current,n=e.version,r=e=>()=>t===e;return{current:t,version:n,isEdge:r(le),isChromium:r(ae),isIE:r("IE"),isOpera:r(ce),isFirefox:r(ue),isSafari:r(de)}},he=()=>me({current:void 0,version:ee.unknown()}),ge=me,pe=(g(le),g(ae),g("IE"),g(ce),g(ue),g(de),"Windows"),fe="Android",ve="Linux",we="macOS",ye="Solaris",be="FreeBSD",Se="ChromeOS",xe=e=>{const t=e.current,n=e.version,r=e=>()=>t===e;return{current:t,version:n,isWindows:r(pe),isiOS:r("iOS"),isAndroid:r(fe),isMacOS:r(we),isLinux:r(ve),isSolaris:r(ye),isFreeBSD:r(be),isChromeOS:r(Se)}},Ee=()=>xe({current:void 0,version:ee.unknown()}),Fe=xe,Oe=(g(pe),g("iOS"),g(fe),g(ve),g(we),g(ye),g(be),g(Se),(e,t,n)=>{const r=ie.browsers(),o=ie.oses(),s=t.bind((e=>((e,t)=>((e,t)=>{for(let n=0;n{const n=t.brand.toLowerCase();return O(e,(e=>{var t;return n===(null===(t=e.brand)||void 0===t?void 0:t.toLowerCase())})).map((e=>({current:e.name,version:ee.nu(parseInt(t.version,10),0)})))})))(r,e))).orThunk((()=>((e,t)=>te(e,t).map((e=>{const n=ee.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(r,e))).fold(he,ge),i=((e,t)=>te(e,t).map((e=>{const n=ee.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(o,e).fold(Ee,Fe),l=((e,t,n,r)=>{const o=e.isiOS()&&!0===/ipad/i.test(n),s=e.isiOS()&&!o,i=e.isiOS()||e.isAndroid(),l=i||r("(pointer:coarse)"),a=o||!s&&i&&r("(min-device-width:768px)"),c=s||i&&!a,u=t.isSafari()&&e.isiOS()&&!1===/safari/i.test(n),d=!c&&!a&&!u;return{isiPad:g(o),isiPhone:g(s),isTablet:g(a),isPhone:g(c),isTouch:g(l),isAndroid:e.isAndroid,isiOS:e.isiOS,isWebView:g(u),isDesktop:g(d)}})(i,s,e,n);return{browser:s,os:i,deviceType:l}}),Te=e=>window.matchMedia(e).matches;let ke=(e=>{let t,n=!1;return(...r)=>(n||(n=!0,t=e.apply(null,r)),t)})((()=>Oe(navigator.userAgent,w.from(navigator.userAgentData),Te)));const Ce=(e,t)=>({left:e,top:t,translate:(n,r)=>Ce(e+n,t+r)}),Ae=Ce,Re=e=>{const t=void 0===e?window:e;return ke().browser.isFirefox()?w.none():w.from(t.visualViewport)},Le=(e,t,n,r)=>({x:e,y:t,width:n,height:r,right:e+n,bottom:t+r}),Me=e=>{const t=void 0===e?window:e,n=t.document,r=(e=>{const t=void 0!==e?e.dom:document,n=t.body.scrollLeft||t.documentElement.scrollLeft,r=t.body.scrollTop||t.documentElement.scrollTop;return Ae(n,r)})(R(n));return Re(t).fold((()=>{const e=t.document.documentElement,n=e.clientWidth,o=e.clientHeight;return Le(r.left,r.top,n,o)}),(e=>Le(Math.max(e.pageLeft,r.left),Math.max(e.pageTop,r.top),e.width,e.height)))},Ne=(e,t,n)=>Re(n).map((n=>{const r=e=>t(X(e));return n.addEventListener(e,r),{unbind:()=>n.removeEventListener(e,r)}})).getOrThunk((()=>({unbind:h})));var Pe=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils"),De=tinymce.util.Tools.resolve("tinymce.Env");const We=(e,t)=>{e.dispatch("FullscreenStateChanged",{state:t}),e.dispatch("ResizeEditor")},qe=("fullscreen_native",e=>e.options.get("fullscreen_native"));const He=e=>{return e.dom===(void 0!==(t=q(e).dom).fullscreenElement?t.fullscreenElement:void 0!==t.msFullscreenElement?t.msFullscreenElement:void 0!==t.webkitFullscreenElement?t.webkitFullscreenElement:null);var t},Ie=(e,t,n)=>((e,t,n)=>F(((e,t)=>{const n=d(t)?t:f;let r=e.dom;const o=[];for(;null!==r.parentNode&&void 0!==r.parentNode;){const e=r.parentNode,t=R(e);if(o.push(t),!0===n(t))break;r=e}return o})(e,n),t))(e,(e=>W(e,t)),n),Be=(e,t)=>((e,n)=>{return F((e=>w.from(e.dom.parentNode).map(R))(r=e).map(H).map((e=>F(e,(e=>{return t=e,!(r.dom===t.dom);var t})))).getOr([]),(e=>W(e,t)));var r})(e),Ve="data-ephox-mobile-fullscreen-style",_e="position:absolute!important;",je="top:0!important;left:0!important;margin:0!important;padding:0!important;width:100%!important;height:100%!important;overflow:visible!important;",ze=De.os.isAndroid(),$e=e=>{const t=((e,t)=>{const n=e.dom,r=window.getComputedStyle(n).getPropertyValue(t);return""!==r||z(e)?r:((e,t)=>C(e)?e.style.getPropertyValue(t):"")(n,t)})(e,"background-color");return void 0!==t&&""!==t?"background-color:"+t+"!important":"background-color:rgb(255,255,255)!important;"},Ue=Pe.DOM,Ke=Re().fold((()=>({bind:h,unbind:h})),(e=>{const t=(()=>{const e=y(h);return{...e,on:t=>e.get().each(t)}})(),n=b(),r=b(),o=((e,t)=>{let n=null;return{cancel:()=>{l(n)||(clearTimeout(n),n=null)},throttle:(...t)=>{l(n)&&(n=setTimeout((()=>{n=null,e.apply(null,t)}),50))}}})((()=>{document.body.scrollTop=0,document.documentElement.scrollTop=0,window.requestAnimationFrame((()=>{t.on((t=>K(t,{top:e.offsetTop+"px",left:e.offsetLeft+"px",height:e.height+"px",width:e.width+"px"})))}))}));return{bind:e=>{t.set(e),o.throttle(),n.set(Ne("resize",o.throttle)),r.set(Ne("scroll",o.throttle))},unbind:()=>{t.on((()=>{n.clear(),r.clear()})),t.clear()}}})),Xe=(e,t)=>{const n=document.body,r=document.documentElement,o=e.getContainer(),l=R(o),c=(e=>{const t=R(e.getElement());return _(t).map(j).getOrThunk((()=>(e=>{const t=e.dom.body;if(null==t)throw new Error("Body is not available yet");return R(t)})(q(t))))})(e),u=t.get(),d=R(e.getBody()),h=De.deviceType.isTouch(),g=o.style,p=e.iframeElement,f=null==p?void 0:p.style,v=e=>{e(n,"tox-fullscreen"),e(r,"tox-fullscreen"),e(o,"tox-fullscreen"),_(l).map((e=>j(e).dom)).each((t=>{e(t,"tox-fullscreen"),e(t,"tox-shadowhost")}))},y=()=>{h&&(e=>{const t=((e,t)=>{const n=document;return 1!==(r=n).nodeType&&9!==r.nodeType&&11!==r.nodeType||0===r.childElementCount?[]:x(n.querySelectorAll(e),R);var r})("["+Ve+"]");E(t,(t=>{const n=$(t,Ve);n&&"no-styles"!==n?K(t,e.parseStyle(n)):U(t,"style"),U(t,Ve)}))})(e.dom),v(Ue.removeClass),Ke.unbind(),w.from(t.get()).each((e=>e.fullscreenChangeHandler.unbind()))};if(u)u.fullscreenChangeHandler.unbind(),qe(e)&&He(c)&&(e=>{const t=e.dom;t.exitFullscreen?t.exitFullscreen():t.msExitFullscreen?t.msExitFullscreen():t.webkitCancelFullScreen&&t.webkitCancelFullScreen()})(q(c)),f.width=u.iframeWidth,f.height=u.iframeHeight,g.width=u.containerWidth,g.height=u.containerHeight,g.top=u.containerTop,g.left=u.containerLeft,y(),b=u.scrollPos,window.scrollTo(b.x,b.y),t.set(null),We(e,!1),e.off("remove",y);else{const n=J(q(c),void 0!==document.fullscreenElement?"fullscreenchange":void 0!==document.msFullscreenElement?"MSFullscreenChange":void 0!==document.webkitFullscreenElement?"webkitfullscreenchange":"fullscreenchange",(n=>{qe(e)&&(He(c)||null===t.get()||Xe(e,t))})),r={scrollPos:Me(window),containerWidth:g.width,containerHeight:g.height,containerTop:g.top,containerLeft:g.left,iframeWidth:f.width,iframeHeight:f.height,fullscreenChangeHandler:n};h&&((e,t,n)=>{const r=t=>n=>{const r=$(n,"style"),o=void 0===r?"no-styles":r.trim();o!==t&&(((e,t,n)=>{((e,t,n)=>{if(!(s(n)||a(n)||m(n)))throw console.error("Invalid call to Attribute.set. Key ",t,":: Value ",n,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,n+"")})(e.dom,t,n)})(n,Ve,o),K(n,e.parseStyle(t)))},o=Ie(t,"*"),l=(e=>{const t=[];for(let n=0,r=e.length;nBe(e,"*:not(.tox-silver-sink)")))),c=$e(n);E(l,r("display:none!important;")),E(o,r(_e+je+c)),r((!0===ze?"":_e)+je+c)(t)})(e.dom,l,d),f.width=f.height="100%",g.width=g.height="",v(Ue.addClass),Ke.bind(l),e.on("remove",y),t.set(r),qe(e)&&(e=>{const t=e.dom;t.requestFullscreen?t.requestFullscreen():t.msRequestFullscreen?t.msRequestFullscreen():t.webkitRequestFullScreen&&t.webkitRequestFullScreen()})(c),We(e,!0)}var b},Ye=(e,t)=>n=>{n.setActive(null!==t.get());const r=e=>n.setActive(e.state);return e.on("FullscreenStateChanged",r),()=>e.off("FullscreenStateChanged",r)};t.add("fullscreen",(t=>{const n=e(null);return t.inline||((e=>{(0,e.options.register)("fullscreen_native",{processor:"boolean",default:!1})})(t),((e,t)=>{e.addCommand("mceFullScreen",(()=>{Xe(e,t)}))})(t,n),((e,t)=>{const n=()=>e.execCommand("mceFullScreen");e.ui.registry.addToggleMenuItem("fullscreen",{text:"Fullscreen",icon:"fullscreen",shortcut:"Meta+Shift+F",onAction:n,onSetup:Ye(e,t)}),e.ui.registry.addToggleButton("fullscreen",{tooltip:"Fullscreen",icon:"fullscreen",onAction:n,onSetup:Ye(e,t)})})(t,n),t.addShortcut("Meta+Shift+F","","mceFullScreen")),(e=>({isFullscreen:()=>null!==e.get()}))(n)}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/help/index.js b/seller/public/tinymce/plugins/help/index.js
new file mode 100644
index 00000000..7f4bfe02
--- /dev/null
+++ b/seller/public/tinymce/plugins/help/index.js
@@ -0,0 +1,7 @@
+// Exports the "help" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/help')
+// ES2015:
+// import 'tinymce/plugins/help'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/help/plugin.js b/seller/public/tinymce/plugins/help/plugin.js
new file mode 100644
index 00000000..ce073b56
--- /dev/null
+++ b/seller/public/tinymce/plugins/help/plugin.js
@@ -0,0 +1,939 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ var global$3 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ let unique = 0;
+ const generate = prefix => {
+ const date = new Date();
+ const time = date.getTime();
+ const random = Math.floor(Math.random() * 1000000000);
+ unique++;
+ return prefix + '_' + random + unique + String(time);
+ };
+
+ const get$1 = customTabs => {
+ const addTab = spec => {
+ var _a;
+ const name = (_a = spec.name) !== null && _a !== void 0 ? _a : generate('tab-name');
+ const currentCustomTabs = customTabs.get();
+ currentCustomTabs[name] = spec;
+ customTabs.set(currentCustomTabs);
+ };
+ return { addTab };
+ };
+
+ const register$2 = (editor, dialogOpener) => {
+ editor.addCommand('mceHelp', dialogOpener);
+ };
+
+ const option = name => editor => editor.options.get(name);
+ const register$1 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('help_tabs', { processor: 'array' });
+ };
+ const getHelpTabs = option('help_tabs');
+ const getForcedPlugins = option('forced_plugins');
+
+ const register = (editor, dialogOpener) => {
+ editor.ui.registry.addButton('help', {
+ icon: 'help',
+ tooltip: 'Help',
+ onAction: dialogOpener
+ });
+ editor.ui.registry.addMenuItem('help', {
+ text: 'Help',
+ icon: 'help',
+ shortcut: 'Alt+0',
+ onAction: dialogOpener
+ });
+ };
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const eq = t => a => t === a;
+ const isString = isType('string');
+ const isUndefined = eq(undefined);
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ const never = constant(false);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const nativeSlice = Array.prototype.slice;
+ const nativeIndexOf = Array.prototype.indexOf;
+ const rawIndexOf = (ts, t) => nativeIndexOf.call(ts, t);
+ const contains = (xs, x) => rawIndexOf(xs, x) > -1;
+ const map = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const filter = (xs, pred) => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ r.push(x);
+ }
+ }
+ return r;
+ };
+ const findUntil = (xs, pred, until) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return Optional.some(x);
+ } else if (until(x, i)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+ const find = (xs, pred) => {
+ return findUntil(xs, pred, never);
+ };
+ const sort = (xs, comparator) => {
+ const copy = nativeSlice.call(xs, 0);
+ copy.sort(comparator);
+ return copy;
+ };
+
+ const keys = Object.keys;
+ const hasOwnProperty = Object.hasOwnProperty;
+ const get = (obj, key) => {
+ return has(obj, key) ? Optional.from(obj[key]) : Optional.none();
+ };
+ const has = (obj, key) => hasOwnProperty.call(obj, key);
+
+ const cat = arr => {
+ const r = [];
+ const push = x => {
+ r.push(x);
+ };
+ for (let i = 0; i < arr.length; i++) {
+ arr[i].each(push);
+ }
+ return r;
+ };
+
+ const description = `Editor UI keyboard navigation
+
+Activating keyboard navigation
+
+The sections of the outer UI of the editor - the menubar, toolbar, sidebar and footer - are all keyboard navigable. As such, there are multiple ways to activate keyboard navigation:
+
+ - Focus the menubar: Alt + F9 (Windows) or ⌥F9 (MacOS)
+ - Focus the toolbar: Alt + F10 (Windows) or ⌥F10 (MacOS)
+ - Focus the footer: Alt + F11 (Windows) or ⌥F11 (MacOS)
+
+
+Focusing the menubar or toolbar will start keyboard navigation at the first item in the menubar or toolbar, which will be highlighted with a gray background. Focusing the footer will start keyboard navigation at the first item in the element path, which will be highlighted with an underline.
+
+Moving between UI sections
+
+When keyboard navigation is active, pressing tab will move the focus to the next major section of the UI, where applicable. These sections are:
+
+ - the menubar
+ - each group of the toolbar
+ - the sidebar
+ - the element path in the footer
+ - the wordcount toggle button in the footer
+ - the branding link in the footer
+ - the editor resize handle in the footer
+
+
+Pressing shift + tab will move backwards through the same sections, except when moving from the footer to the toolbar. Focusing the element path then pressing shift + tab will move focus to the first toolbar group, not the last.
+
+Moving within UI sections
+
+Keyboard navigation within UI sections can usually be achieved using the left and right arrow keys. This includes:
+
+ - moving between menus in the menubar
+ - moving between buttons in a toolbar group
+ - moving between items in the element path
+
+
+In all these UI sections, keyboard navigation will cycle within the section. For example, focusing the last button in a toolbar group then pressing right arrow will move focus to the first item in the same toolbar group.
+
+Executing buttons
+
+To execute a button, navigate the selection to the desired button and hit space or enter.
+
+Opening, navigating and closing menus
+
+When focusing a menubar button or a toolbar button with a menu, pressing space, enter or down arrow will open the menu. When the menu opens the first item will be selected. To move up or down the menu, press the up or down arrow key respectively. This is the same for submenus, which can also be opened and closed using the left and right arrow keys.
+
+To close any active menu, hit the escape key. When a menu is closed the selection will be restored to its previous selection. This also works for closing submenus.
+
+Context toolbars and menus
+
+To focus an open context toolbar such as the table context toolbar, press Ctrl + F9 (Windows) or ⌃F9 (MacOS).
+
+Context toolbar navigation is the same as toolbar navigation, and context menu navigation is the same as standard menu navigation.
+
+Dialog navigation
+
+There are two types of dialog UIs in TinyMCE: tabbed dialogs and non-tabbed dialogs.
+
+When a non-tabbed dialog is opened, the first interactive component in the dialog will be focused. Users can navigate between interactive components by pressing tab. This includes any footer buttons. Navigation will cycle back to the first dialog component if tab is pressed while focusing the last component in the dialog. Pressing shift + tab will navigate backwards.
+
+When a tabbed dialog is opened, the first button in the tab menu is focused. Pressing tab will navigate to the first interactive component in that tab, and will cycle through the tab\u2019s components, the footer buttons, then back to the tab button. To switch to another tab, focus the tab button for the current tab, then use the arrow keys to cycle through the tab buttons.
`;
+ const tab$3 = () => {
+ const body = {
+ type: 'htmlpanel',
+ presets: 'document',
+ html: description
+ };
+ return {
+ name: 'keyboardnav',
+ title: 'Keyboard Navigation',
+ items: [body]
+ };
+ };
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.Env');
+
+ const convertText = source => {
+ const isMac = global$2.os.isMacOS() || global$2.os.isiOS();
+ const mac = {
+ alt: '⌥',
+ ctrl: '⌃',
+ shift: '⇧',
+ meta: '⌘',
+ access: '⌃⌥'
+ };
+ const other = {
+ meta: 'Ctrl ',
+ access: 'Shift + Alt '
+ };
+ const replace = isMac ? mac : other;
+ const shortcut = source.split('+');
+ const updated = map(shortcut, segment => {
+ const search = segment.toLowerCase().trim();
+ return has(replace, search) ? replace[search] : segment;
+ });
+ return isMac ? updated.join('').replace(/\s/, '') : updated.join('+');
+ };
+
+ const shortcuts = [
+ {
+ shortcuts: ['Meta + B'],
+ action: 'Bold'
+ },
+ {
+ shortcuts: ['Meta + I'],
+ action: 'Italic'
+ },
+ {
+ shortcuts: ['Meta + U'],
+ action: 'Underline'
+ },
+ {
+ shortcuts: ['Meta + A'],
+ action: 'Select all'
+ },
+ {
+ shortcuts: [
+ 'Meta + Y',
+ 'Meta + Shift + Z'
+ ],
+ action: 'Redo'
+ },
+ {
+ shortcuts: ['Meta + Z'],
+ action: 'Undo'
+ },
+ {
+ shortcuts: ['Access + 1'],
+ action: 'Heading 1'
+ },
+ {
+ shortcuts: ['Access + 2'],
+ action: 'Heading 2'
+ },
+ {
+ shortcuts: ['Access + 3'],
+ action: 'Heading 3'
+ },
+ {
+ shortcuts: ['Access + 4'],
+ action: 'Heading 4'
+ },
+ {
+ shortcuts: ['Access + 5'],
+ action: 'Heading 5'
+ },
+ {
+ shortcuts: ['Access + 6'],
+ action: 'Heading 6'
+ },
+ {
+ shortcuts: ['Access + 7'],
+ action: 'Paragraph'
+ },
+ {
+ shortcuts: ['Access + 8'],
+ action: 'Div'
+ },
+ {
+ shortcuts: ['Access + 9'],
+ action: 'Address'
+ },
+ {
+ shortcuts: ['Alt + 0'],
+ action: 'Open help dialog'
+ },
+ {
+ shortcuts: ['Alt + F9'],
+ action: 'Focus to menubar'
+ },
+ {
+ shortcuts: ['Alt + F10'],
+ action: 'Focus to toolbar'
+ },
+ {
+ shortcuts: ['Alt + F11'],
+ action: 'Focus to element path'
+ },
+ {
+ shortcuts: ['Ctrl + F9'],
+ action: 'Focus to contextual toolbar'
+ },
+ {
+ shortcuts: ['Shift + Enter'],
+ action: 'Open popup menu for split buttons'
+ },
+ {
+ shortcuts: ['Meta + K'],
+ action: 'Insert link (if link plugin activated)'
+ },
+ {
+ shortcuts: ['Meta + S'],
+ action: 'Save (if save plugin activated)'
+ },
+ {
+ shortcuts: ['Meta + F'],
+ action: 'Find (if searchreplace plugin activated)'
+ },
+ {
+ shortcuts: ['Meta + Shift + F'],
+ action: 'Switch to or from fullscreen mode'
+ }
+ ];
+
+ const tab$2 = () => {
+ const shortcutList = map(shortcuts, shortcut => {
+ const shortcutText = map(shortcut.shortcuts, convertText).join(' or ');
+ return [
+ shortcut.action,
+ shortcutText
+ ];
+ });
+ const tablePanel = {
+ type: 'table',
+ header: [
+ 'Action',
+ 'Shortcut'
+ ],
+ cells: shortcutList
+ };
+ return {
+ name: 'shortcuts',
+ title: 'Handy Shortcuts',
+ items: [tablePanel]
+ };
+ };
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.util.I18n');
+
+ const urls = map([
+ {
+ key: 'advlist',
+ name: 'Advanced List'
+ },
+ {
+ key: 'anchor',
+ name: 'Anchor'
+ },
+ {
+ key: 'autolink',
+ name: 'Autolink'
+ },
+ {
+ key: 'autoresize',
+ name: 'Autoresize'
+ },
+ {
+ key: 'autosave',
+ name: 'Autosave'
+ },
+ {
+ key: 'charmap',
+ name: 'Character Map'
+ },
+ {
+ key: 'code',
+ name: 'Code'
+ },
+ {
+ key: 'codesample',
+ name: 'Code Sample'
+ },
+ {
+ key: 'colorpicker',
+ name: 'Color Picker'
+ },
+ {
+ key: 'directionality',
+ name: 'Directionality'
+ },
+ {
+ key: 'emoticons',
+ name: 'Emoticons'
+ },
+ {
+ key: 'fullscreen',
+ name: 'Full Screen'
+ },
+ {
+ key: 'help',
+ name: 'Help'
+ },
+ {
+ key: 'image',
+ name: 'Image'
+ },
+ {
+ key: 'importcss',
+ name: 'Import CSS'
+ },
+ {
+ key: 'insertdatetime',
+ name: 'Insert Date/Time'
+ },
+ {
+ key: 'link',
+ name: 'Link'
+ },
+ {
+ key: 'lists',
+ name: 'Lists'
+ },
+ {
+ key: 'media',
+ name: 'Media'
+ },
+ {
+ key: 'nonbreaking',
+ name: 'Nonbreaking'
+ },
+ {
+ key: 'pagebreak',
+ name: 'Page Break'
+ },
+ {
+ key: 'preview',
+ name: 'Preview'
+ },
+ {
+ key: 'quickbars',
+ name: 'Quick Toolbars'
+ },
+ {
+ key: 'save',
+ name: 'Save'
+ },
+ {
+ key: 'searchreplace',
+ name: 'Search and Replace'
+ },
+ {
+ key: 'table',
+ name: 'Table'
+ },
+ {
+ key: 'template',
+ name: 'Template'
+ },
+ {
+ key: 'textcolor',
+ name: 'Text Color'
+ },
+ {
+ key: 'visualblocks',
+ name: 'Visual Blocks'
+ },
+ {
+ key: 'visualchars',
+ name: 'Visual Characters'
+ },
+ {
+ key: 'wordcount',
+ name: 'Word Count'
+ },
+ {
+ key: 'a11ychecker',
+ name: 'Accessibility Checker',
+ type: 'premium'
+ },
+ {
+ key: 'advcode',
+ name: 'Advanced Code Editor',
+ type: 'premium'
+ },
+ {
+ key: 'advtable',
+ name: 'Advanced Tables',
+ type: 'premium'
+ },
+ {
+ key: 'advtemplate',
+ name: 'Advanced Templates',
+ type: 'premium',
+ slug: 'advanced-templates'
+ },
+ {
+ key: 'casechange',
+ name: 'Case Change',
+ type: 'premium'
+ },
+ {
+ key: 'checklist',
+ name: 'Checklist',
+ type: 'premium'
+ },
+ {
+ key: 'editimage',
+ name: 'Enhanced Image Editing',
+ type: 'premium'
+ },
+ {
+ key: 'footnotes',
+ name: 'Footnotes',
+ type: 'premium'
+ },
+ {
+ key: 'typography',
+ name: 'Advanced Typography',
+ type: 'premium',
+ slug: 'advanced-typography'
+ },
+ {
+ key: 'mediaembed',
+ name: 'Enhanced Media Embed',
+ type: 'premium',
+ slug: 'introduction-to-mediaembed'
+ },
+ {
+ key: 'export',
+ name: 'Export',
+ type: 'premium'
+ },
+ {
+ key: 'formatpainter',
+ name: 'Format Painter',
+ type: 'premium'
+ },
+ {
+ key: 'inlinecss',
+ name: 'Inline CSS',
+ type: 'premium',
+ slug: 'inline-css'
+ },
+ {
+ key: 'linkchecker',
+ name: 'Link Checker',
+ type: 'premium'
+ },
+ {
+ key: 'mentions',
+ name: 'Mentions',
+ type: 'premium'
+ },
+ {
+ key: 'mergetags',
+ name: 'Merge Tags',
+ type: 'premium'
+ },
+ {
+ key: 'pageembed',
+ name: 'Page Embed',
+ type: 'premium'
+ },
+ {
+ key: 'permanentpen',
+ name: 'Permanent Pen',
+ type: 'premium'
+ },
+ {
+ key: 'powerpaste',
+ name: 'PowerPaste',
+ type: 'premium',
+ slug: 'introduction-to-powerpaste'
+ },
+ {
+ key: 'rtc',
+ name: 'Real-Time Collaboration',
+ type: 'premium',
+ slug: 'rtc-introduction'
+ },
+ {
+ key: 'tinymcespellchecker',
+ name: 'Spell Checker Pro',
+ type: 'premium',
+ slug: 'introduction-to-tiny-spellchecker'
+ },
+ {
+ key: 'autocorrect',
+ name: 'Spelling Autocorrect',
+ type: 'premium'
+ },
+ {
+ key: 'tableofcontents',
+ name: 'Table of Contents',
+ type: 'premium'
+ },
+ {
+ key: 'tinycomments',
+ name: 'Tiny Comments',
+ type: 'premium',
+ slug: 'introduction-to-tiny-comments'
+ },
+ {
+ key: 'tinydrive',
+ name: 'Tiny Drive',
+ type: 'premium',
+ slug: 'tinydrive-introduction'
+ }
+ ], item => ({
+ ...item,
+ type: item.type || 'opensource',
+ slug: item.slug || item.key
+ }));
+
+ const tab$1 = editor => {
+ const availablePlugins = () => {
+ const premiumPlugins = filter(urls, ({type}) => {
+ return type === 'premium';
+ });
+ const sortedPremiumPlugins = sort(map(premiumPlugins, p => p.name), (s1, s2) => s1.localeCompare(s2));
+ const premiumPluginList = map(sortedPremiumPlugins, pluginName => `${ pluginName }`).join('');
+ return '' + '
' + global$1.translate('Premium plugins:') + '
' + '
' + '
';
+ };
+ const makeLink = p => `${ p.name }`;
+ const identifyUnknownPlugin = (editor, key) => {
+ const getMetadata = editor.plugins[key].getMetadata;
+ if (isFunction(getMetadata)) {
+ const metadata = getMetadata();
+ return {
+ name: metadata.name,
+ html: makeLink(metadata)
+ };
+ } else {
+ return {
+ name: key,
+ html: key
+ };
+ }
+ };
+ const getPluginData = (editor, key) => find(urls, x => {
+ return x.key === key;
+ }).fold(() => {
+ return identifyUnknownPlugin(editor, key);
+ }, x => {
+ const name = x.type === 'premium' ? `${ x.name }*` : x.name;
+ const html = makeLink({
+ name,
+ url: `https://www.tiny.cloud/docs/tinymce/6/${ x.slug }/`
+ });
+ return {
+ name,
+ html
+ };
+ });
+ const getPluginKeys = editor => {
+ const keys$1 = keys(editor.plugins);
+ const forcedPlugins = getForcedPlugins(editor);
+ return isUndefined(forcedPlugins) ? keys$1 : filter(keys$1, k => !contains(forcedPlugins, k));
+ };
+ const pluginLister = editor => {
+ const pluginKeys = getPluginKeys(editor);
+ const sortedPluginData = sort(map(pluginKeys, k => getPluginData(editor, k)), (pd1, pd2) => pd1.name.localeCompare(pd2.name));
+ const pluginLis = map(sortedPluginData, key => {
+ return '' + key.html + '';
+ });
+ const count = pluginLis.length;
+ const pluginsString = pluginLis.join('');
+ const html = '' + global$1.translate([
+ 'Plugins installed ({0}):',
+ count
+ ]) + '
' + '';
+ return html;
+ };
+ const installedPlugins = editor => {
+ if (editor == null) {
+ return '';
+ }
+ return '' + pluginLister(editor) + '
';
+ };
+ const htmlPanel = {
+ type: 'htmlpanel',
+ presets: 'document',
+ html: [
+ installedPlugins(editor),
+ availablePlugins()
+ ].join('')
+ };
+ return {
+ name: 'plugins',
+ title: 'Plugins',
+ items: [htmlPanel]
+ };
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.EditorManager');
+
+ const tab = () => {
+ const getVersion = (major, minor) => major.indexOf('@') === 0 ? 'X.X.X' : major + '.' + minor;
+ const version = getVersion(global.majorVersion, global.minorVersion);
+ const changeLogLink = 'TinyMCE ' + version + '';
+ const htmlPanel = {
+ type: 'htmlpanel',
+ html: '' + global$1.translate([
+ 'You are using {0}',
+ changeLogLink
+ ]) + '
',
+ presets: 'document'
+ };
+ return {
+ name: 'versions',
+ title: 'Version',
+ items: [htmlPanel]
+ };
+ };
+
+ const parseHelpTabsSetting = (tabsFromSettings, tabs) => {
+ const newTabs = {};
+ const names = map(tabsFromSettings, t => {
+ var _a;
+ if (isString(t)) {
+ if (has(tabs, t)) {
+ newTabs[t] = tabs[t];
+ }
+ return t;
+ } else {
+ const name = (_a = t.name) !== null && _a !== void 0 ? _a : generate('tab-name');
+ newTabs[name] = t;
+ return name;
+ }
+ });
+ return {
+ tabs: newTabs,
+ names
+ };
+ };
+ const getNamesFromTabs = tabs => {
+ const names = keys(tabs);
+ const idx = names.indexOf('versions');
+ if (idx !== -1) {
+ names.splice(idx, 1);
+ names.push('versions');
+ }
+ return {
+ tabs,
+ names
+ };
+ };
+ const parseCustomTabs = (editor, customTabs) => {
+ const shortcuts = tab$2();
+ const nav = tab$3();
+ const plugins = tab$1(editor);
+ const versions = tab();
+ const tabs = {
+ [shortcuts.name]: shortcuts,
+ [nav.name]: nav,
+ [plugins.name]: plugins,
+ [versions.name]: versions,
+ ...customTabs.get()
+ };
+ return Optional.from(getHelpTabs(editor)).fold(() => getNamesFromTabs(tabs), tabsFromSettings => parseHelpTabsSetting(tabsFromSettings, tabs));
+ };
+ const init = (editor, customTabs) => () => {
+ const {tabs, names} = parseCustomTabs(editor, customTabs);
+ const foundTabs = map(names, name => get(tabs, name));
+ const dialogTabs = cat(foundTabs);
+ const body = {
+ type: 'tabpanel',
+ tabs: dialogTabs
+ };
+ editor.windowManager.open({
+ title: 'Help',
+ size: 'normal',
+ body,
+ buttons: [{
+ type: 'cancel',
+ name: 'close',
+ text: 'Close',
+ primary: true
+ }],
+ initialData: {}
+ });
+ };
+
+ var Plugin = () => {
+ global$3.add('help', editor => {
+ const customTabs = Cell({});
+ const api = get$1(customTabs);
+ register$1(editor);
+ const dialogOpener = init(editor, customTabs);
+ register(editor, dialogOpener);
+ register$2(editor, dialogOpener);
+ editor.shortcuts.add('Alt+0', 'Open help dialog', 'mceHelp');
+ return api;
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/help/plugin.min.js b/seller/public/tinymce/plugins/help/plugin.min.js
new file mode 100644
index 00000000..7c330c77
--- /dev/null
+++ b/seller/public/tinymce/plugins/help/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");let t=0;const n=e=>{const n=(new Date).getTime(),a=Math.floor(1e9*Math.random());return t++,e+"_"+a+t+String(n)},a=e=>t=>t.options.get(e),o=a("help_tabs"),i=a("forced_plugins"),r=("string",e=>"string"===(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=a=e,(o=String).prototype.isPrototypeOf(n)||(null===(i=a.constructor)||void 0===i?void 0:i.name)===o.name)?"string":t;var n,a,o,i})(e));const s=(void 0,e=>undefined===e);const l=e=>"function"==typeof e,c=(!1,()=>false);class u{constructor(e,t){this.tag=e,this.value=t}static some(e){return new u(!0,e)}static none(){return u.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?u.some(e(this.value)):u.none()}bind(e){return this.tag?e(this.value):u.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:u.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return null==e?u.none():u.some(e)}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}u.singletonNone=new u(!1);const m=Array.prototype.slice,h=Array.prototype.indexOf,p=(e,t)=>{const n=e.length,a=new Array(n);for(let o=0;o{const n=[];for(let a=0,o=e.length;a{const n=m.call(e,0);return n.sort(t),n},y=Object.keys,b=Object.hasOwnProperty,k=(e,t)=>b.call(e,t);var v=tinymce.util.Tools.resolve("tinymce.Env");const f=e=>{const t=v.os.isMacOS()||v.os.isiOS(),n=t?{alt:"⌥",ctrl:"⌃",shift:"⇧",meta:"⌘",access:"⌃⌥"}:{meta:"Ctrl ",access:"Shift + Alt "},a=e.split("+"),o=p(a,(e=>{const t=e.toLowerCase().trim();return k(n,t)?n[t]:e}));return t?o.join("").replace(/\s/,""):o.join("+")},w=[{shortcuts:["Meta + B"],action:"Bold"},{shortcuts:["Meta + I"],action:"Italic"},{shortcuts:["Meta + U"],action:"Underline"},{shortcuts:["Meta + A"],action:"Select all"},{shortcuts:["Meta + Y","Meta + Shift + Z"],action:"Redo"},{shortcuts:["Meta + Z"],action:"Undo"},{shortcuts:["Access + 1"],action:"Heading 1"},{shortcuts:["Access + 2"],action:"Heading 2"},{shortcuts:["Access + 3"],action:"Heading 3"},{shortcuts:["Access + 4"],action:"Heading 4"},{shortcuts:["Access + 5"],action:"Heading 5"},{shortcuts:["Access + 6"],action:"Heading 6"},{shortcuts:["Access + 7"],action:"Paragraph"},{shortcuts:["Access + 8"],action:"Div"},{shortcuts:["Access + 9"],action:"Address"},{shortcuts:["Alt + 0"],action:"Open help dialog"},{shortcuts:["Alt + F9"],action:"Focus to menubar"},{shortcuts:["Alt + F10"],action:"Focus to toolbar"},{shortcuts:["Alt + F11"],action:"Focus to element path"},{shortcuts:["Ctrl + F9"],action:"Focus to contextual toolbar"},{shortcuts:["Shift + Enter"],action:"Open popup menu for split buttons"},{shortcuts:["Meta + K"],action:"Insert link (if link plugin activated)"},{shortcuts:["Meta + S"],action:"Save (if save plugin activated)"},{shortcuts:["Meta + F"],action:"Find (if searchreplace plugin activated)"},{shortcuts:["Meta + Shift + F"],action:"Switch to or from fullscreen mode"}],A=()=>({name:"shortcuts",title:"Handy Shortcuts",items:[{type:"table",header:["Action","Shortcut"],cells:p(w,(e=>{const t=p(e.shortcuts,f).join(" or ");return[e.action,t]}))}]});var T=tinymce.util.Tools.resolve("tinymce.util.I18n");const x=p([{key:"advlist",name:"Advanced List"},{key:"anchor",name:"Anchor"},{key:"autolink",name:"Autolink"},{key:"autoresize",name:"Autoresize"},{key:"autosave",name:"Autosave"},{key:"charmap",name:"Character Map"},{key:"code",name:"Code"},{key:"codesample",name:"Code Sample"},{key:"colorpicker",name:"Color Picker"},{key:"directionality",name:"Directionality"},{key:"emoticons",name:"Emoticons"},{key:"fullscreen",name:"Full Screen"},{key:"help",name:"Help"},{key:"image",name:"Image"},{key:"importcss",name:"Import CSS"},{key:"insertdatetime",name:"Insert Date/Time"},{key:"link",name:"Link"},{key:"lists",name:"Lists"},{key:"media",name:"Media"},{key:"nonbreaking",name:"Nonbreaking"},{key:"pagebreak",name:"Page Break"},{key:"preview",name:"Preview"},{key:"quickbars",name:"Quick Toolbars"},{key:"save",name:"Save"},{key:"searchreplace",name:"Search and Replace"},{key:"table",name:"Table"},{key:"template",name:"Template"},{key:"textcolor",name:"Text Color"},{key:"visualblocks",name:"Visual Blocks"},{key:"visualchars",name:"Visual Characters"},{key:"wordcount",name:"Word Count"},{key:"a11ychecker",name:"Accessibility Checker",type:"premium"},{key:"advcode",name:"Advanced Code Editor",type:"premium"},{key:"advtable",name:"Advanced Tables",type:"premium"},{key:"advtemplate",name:"Advanced Templates",type:"premium",slug:"advanced-templates"},{key:"casechange",name:"Case Change",type:"premium"},{key:"checklist",name:"Checklist",type:"premium"},{key:"editimage",name:"Enhanced Image Editing",type:"premium"},{key:"footnotes",name:"Footnotes",type:"premium"},{key:"typography",name:"Advanced Typography",type:"premium",slug:"advanced-typography"},{key:"mediaembed",name:"Enhanced Media Embed",type:"premium",slug:"introduction-to-mediaembed"},{key:"export",name:"Export",type:"premium"},{key:"formatpainter",name:"Format Painter",type:"premium"},{key:"inlinecss",name:"Inline CSS",type:"premium",slug:"inline-css"},{key:"linkchecker",name:"Link Checker",type:"premium"},{key:"mentions",name:"Mentions",type:"premium"},{key:"mergetags",name:"Merge Tags",type:"premium"},{key:"pageembed",name:"Page Embed",type:"premium"},{key:"permanentpen",name:"Permanent Pen",type:"premium"},{key:"powerpaste",name:"PowerPaste",type:"premium",slug:"introduction-to-powerpaste"},{key:"rtc",name:"Real-Time Collaboration",type:"premium",slug:"rtc-introduction"},{key:"tinymcespellchecker",name:"Spell Checker Pro",type:"premium",slug:"introduction-to-tiny-spellchecker"},{key:"autocorrect",name:"Spelling Autocorrect",type:"premium"},{key:"tableofcontents",name:"Table of Contents",type:"premium"},{key:"tinycomments",name:"Tiny Comments",type:"premium",slug:"introduction-to-tiny-comments"},{key:"tinydrive",name:"Tiny Drive",type:"premium",slug:"tinydrive-introduction"}],(e=>({...e,type:e.type||"opensource",slug:e.slug||e.key}))),C=e=>{const t=e=>`${e.name}`,n=(e,n)=>{return(a=x,o=e=>e.key===n,((e,t,n)=>{for(let a=0,o=e.length;a((e,n)=>{const a=e.plugins[n].getMetadata;if(l(a)){const e=a();return{name:e.name,html:t(e)}}return{name:n,html:n}})(e,n)),(e=>{const n="premium"===e.type?`${e.name}*`:e.name;return{name:n,html:t({name:n,url:`https://www.tiny.cloud/docs/tinymce/6/${e.slug}/`})}}));var a,o},a=e=>{const t=(e=>{const t=y(e.plugins),n=i(e);return s(n)?t:d(t,(e=>!(((e,t)=>h.call(e,t))(n,e)>-1)))})(e),a=g(p(t,(t=>n(e,t))),((e,t)=>e.name.localeCompare(t.name))),o=p(a,(e=>""+e.html+"")),r=o.length,l=o.join("");return""+T.translate(["Plugins installed ({0}):",r])+"
"},o={type:"htmlpanel",presets:"document",html:[(e=>null==e?"":''+a(e)+"
")(e),(()=>{const e=d(x,(({type:e})=>"premium"===e)),t=g(p(e,(e=>e.name)),((e,t)=>e.localeCompare(t))),n=p(t,(e=>`${e}`)).join("");return''+T.translate("Premium plugins:")+"
"})()].join("")};return{name:"plugins",title:"Plugins",items:[o]}};var M=tinymce.util.Tools.resolve("tinymce.EditorManager");const S=(e,t)=>()=>{const{tabs:a,names:i}=((e,t)=>{const a=A(),i={name:"keyboardnav",title:"Keyboard Navigation",items:[{type:"htmlpanel",presets:"document",html:"Editor UI keyboard navigation
\n\nActivating keyboard navigation
\n\nThe sections of the outer UI of the editor - the menubar, toolbar, sidebar and footer - are all keyboard navigable. As such, there are multiple ways to activate keyboard navigation:
\n\n - Focus the menubar: Alt + F9 (Windows) or ⌥F9 (MacOS)
\n - Focus the toolbar: Alt + F10 (Windows) or ⌥F10 (MacOS)
\n - Focus the footer: Alt + F11 (Windows) or ⌥F11 (MacOS)
\n
\n\nFocusing the menubar or toolbar will start keyboard navigation at the first item in the menubar or toolbar, which will be highlighted with a gray background. Focusing the footer will start keyboard navigation at the first item in the element path, which will be highlighted with an underline.
\n\nMoving between UI sections
\n\nWhen keyboard navigation is active, pressing tab will move the focus to the next major section of the UI, where applicable. These sections are:
\n\n - the menubar
\n - each group of the toolbar
\n - the sidebar
\n - the element path in the footer
\n - the wordcount toggle button in the footer
\n - the branding link in the footer
\n - the editor resize handle in the footer
\n
\n\nPressing shift + tab will move backwards through the same sections, except when moving from the footer to the toolbar. Focusing the element path then pressing shift + tab will move focus to the first toolbar group, not the last.
\n\nMoving within UI sections
\n\nKeyboard navigation within UI sections can usually be achieved using the left and right arrow keys. This includes:
\n\n - moving between menus in the menubar
\n - moving between buttons in a toolbar group
\n - moving between items in the element path
\n
\n\nIn all these UI sections, keyboard navigation will cycle within the section. For example, focusing the last button in a toolbar group then pressing right arrow will move focus to the first item in the same toolbar group.
\n\nExecuting buttons
\n\nTo execute a button, navigate the selection to the desired button and hit space or enter.
\n\nOpening, navigating and closing menus
\n\nWhen focusing a menubar button or a toolbar button with a menu, pressing space, enter or down arrow will open the menu. When the menu opens the first item will be selected. To move up or down the menu, press the up or down arrow key respectively. This is the same for submenus, which can also be opened and closed using the left and right arrow keys.
\n\nTo close any active menu, hit the escape key. When a menu is closed the selection will be restored to its previous selection. This also works for closing submenus.
\n\nContext toolbars and menus
\n\nTo focus an open context toolbar such as the table context toolbar, press Ctrl + F9 (Windows) or ⌃F9 (MacOS).
\n\nContext toolbar navigation is the same as toolbar navigation, and context menu navigation is the same as standard menu navigation.
\n\nDialog navigation
\n\nThere are two types of dialog UIs in TinyMCE: tabbed dialogs and non-tabbed dialogs.
\n\nWhen a non-tabbed dialog is opened, the first interactive component in the dialog will be focused. Users can navigate between interactive components by pressing tab. This includes any footer buttons. Navigation will cycle back to the first dialog component if tab is pressed while focusing the last component in the dialog. Pressing shift + tab will navigate backwards.
\n\nWhen a tabbed dialog is opened, the first button in the tab menu is focused. Pressing tab will navigate to the first interactive component in that tab, and will cycle through the tab\u2019s components, the footer buttons, then back to the tab button. To switch to another tab, focus the tab button for the current tab, then use the arrow keys to cycle through the tab buttons.
"}]},s=C(e),l=(()=>{var e,t;const n='TinyMCE '+(e=M.majorVersion,t=M.minorVersion,(0===e.indexOf("@")?"X.X.X":e+"."+t)+"");return{name:"versions",title:"Version",items:[{type:"htmlpanel",html:""+T.translate(["You are using {0}",n])+"
",presets:"document"}]}})(),c={[a.name]:a,[i.name]:i,[s.name]:s,[l.name]:l,...t.get()};return u.from(o(e)).fold((()=>(e=>{const t=y(e),n=t.indexOf("versions");return-1!==n&&(t.splice(n,1),t.push("versions")),{tabs:e,names:t}})(c)),(e=>((e,t)=>{const a={},o=p(e,(e=>{var o;if(r(e))return k(t,e)&&(a[e]=t[e]),e;{const t=null!==(o=e.name)&&void 0!==o?o:n("tab-name");return a[t]=e,t}}));return{tabs:a,names:o}})(e,c)))})(e,t),s={type:"tabpanel",tabs:(e=>{const t=[],n=e=>{t.push(e)};for(let t=0;t{return k(t=a,n=e)?u.from(t[n]):u.none();var t,n})))};e.windowManager.open({title:"Help",size:"normal",body:s,buttons:[{type:"cancel",name:"close",text:"Close",primary:!0}],initialData:{}})};e.add("help",(e=>{const t=(e=>{let t={};return{get:()=>t,set:e=>{t=e}}})(),a=(e=>({addTab:t=>{var a;const o=null!==(a=t.name)&&void 0!==a?a:n("tab-name"),i=e.get();i[o]=t,e.set(i)}}))(t);(e=>{(0,e.options.register)("help_tabs",{processor:"array"})})(e);const o=S(e,t);return((e,t)=>{e.ui.registry.addButton("help",{icon:"help",tooltip:"Help",onAction:t}),e.ui.registry.addMenuItem("help",{text:"Help",icon:"help",shortcut:"Alt+0",onAction:t})})(e,o),((e,t)=>{e.addCommand("mceHelp",t)})(e,o),e.shortcuts.add("Alt+0","Open help dialog","mceHelp"),a}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/image/index.js b/seller/public/tinymce/plugins/image/index.js
new file mode 100644
index 00000000..092c73ad
--- /dev/null
+++ b/seller/public/tinymce/plugins/image/index.js
@@ -0,0 +1,7 @@
+// Exports the "image" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/image')
+// ES2015:
+// import 'tinymce/plugins/image'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/image/plugin.js b/seller/public/tinymce/plugins/image/plugin.js
new file mode 100644
index 00000000..09432f9f
--- /dev/null
+++ b/seller/public/tinymce/plugins/image/plugin.js
@@ -0,0 +1,1488 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$4 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const getPrototypeOf = Object.getPrototypeOf;
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const eq = t => a => t === a;
+ const is = (value, constructor) => isObject(value) && hasProto(value, constructor, (o, proto) => getPrototypeOf(o) === proto);
+ const isString = isType('string');
+ const isObject = isType('object');
+ const isPlainObject = value => is(value, Object);
+ const isArray = isType('array');
+ const isNull = eq(null);
+ const isBoolean = isSimpleType('boolean');
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+ const isNumber = isSimpleType('number');
+ const isArrayOf = (value, pred) => {
+ if (isArray(value)) {
+ for (let i = 0, len = value.length; i < len; ++i) {
+ if (!pred(value[i])) {
+ return false;
+ }
+ }
+ return true;
+ }
+ return false;
+ };
+
+ const noop = () => {
+ };
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const keys = Object.keys;
+ const hasOwnProperty = Object.hasOwnProperty;
+ const each = (obj, f) => {
+ const props = keys(obj);
+ for (let k = 0, len = props.length; k < len; k++) {
+ const i = props[k];
+ const x = obj[i];
+ f(x, i);
+ }
+ };
+ const objAcc = r => (x, i) => {
+ r[i] = x;
+ };
+ const internalFilter = (obj, pred, onTrue, onFalse) => {
+ each(obj, (x, i) => {
+ (pred(x, i) ? onTrue : onFalse)(x, i);
+ });
+ };
+ const filter = (obj, pred) => {
+ const t = {};
+ internalFilter(obj, pred, objAcc(t), noop);
+ return t;
+ };
+ const has = (obj, key) => hasOwnProperty.call(obj, key);
+ const hasNonNullableKey = (obj, key) => has(obj, key) && obj[key] !== undefined && obj[key] !== null;
+
+ const nativePush = Array.prototype.push;
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+ const get = (xs, i) => i >= 0 && i < xs.length ? Optional.some(xs[i]) : Optional.none();
+ const head = xs => get(xs, 0);
+ const findMap = (arr, f) => {
+ for (let i = 0; i < arr.length; i++) {
+ const r = f(arr[i], i);
+ if (r.isSome()) {
+ return r;
+ }
+ }
+ return Optional.none();
+ };
+
+ typeof window !== 'undefined' ? window : Function('return this;')();
+
+ const rawSet = (dom, key, value) => {
+ if (isString(value) || isBoolean(value) || isNumber(value)) {
+ dom.setAttribute(key, value + '');
+ } else {
+ console.error('Invalid call to Attribute.set. Key ', key, ':: Value ', value, ':: Element ', dom);
+ throw new Error('Attribute value was not simple');
+ }
+ };
+ const set = (element, key, value) => {
+ rawSet(element.dom, key, value);
+ };
+ const remove = (element, key) => {
+ element.dom.removeAttribute(key);
+ };
+
+ const fromHtml = (html, scope) => {
+ const doc = scope || document;
+ const div = doc.createElement('div');
+ div.innerHTML = html;
+ if (!div.hasChildNodes() || div.childNodes.length > 1) {
+ const message = 'HTML does not have a single root node';
+ console.error(message, html);
+ throw new Error(message);
+ }
+ return fromDom(div.childNodes[0]);
+ };
+ const fromTag = (tag, scope) => {
+ const doc = scope || document;
+ const node = doc.createElement(tag);
+ return fromDom(node);
+ };
+ const fromText = (text, scope) => {
+ const doc = scope || document;
+ const node = doc.createTextNode(text);
+ return fromDom(node);
+ };
+ const fromDom = node => {
+ if (node === null || node === undefined) {
+ throw new Error('Node cannot be null or undefined');
+ }
+ return { dom: node };
+ };
+ const fromPoint = (docElm, x, y) => Optional.from(docElm.dom.elementFromPoint(x, y)).map(fromDom);
+ const SugarElement = {
+ fromHtml,
+ fromTag,
+ fromText,
+ fromDom,
+ fromPoint
+ };
+
+ var global$3 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils');
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.util.URI');
+
+ const isNotEmpty = s => s.length > 0;
+
+ const option = name => editor => editor.options.get(name);
+ const register$2 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('image_dimensions', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('image_advtab', {
+ processor: 'boolean',
+ default: false
+ });
+ registerOption('image_uploadtab', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('image_prepend_url', {
+ processor: 'string',
+ default: ''
+ });
+ registerOption('image_class_list', { processor: 'object[]' });
+ registerOption('image_description', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('image_title', {
+ processor: 'boolean',
+ default: false
+ });
+ registerOption('image_caption', {
+ processor: 'boolean',
+ default: false
+ });
+ registerOption('image_list', {
+ processor: value => {
+ const valid = value === false || isString(value) || isArrayOf(value, isObject) || isFunction(value);
+ return valid ? {
+ value,
+ valid
+ } : {
+ valid: false,
+ message: 'Must be false, a string, an array or a function.'
+ };
+ },
+ default: false
+ });
+ };
+ const hasDimensions = option('image_dimensions');
+ const hasAdvTab = option('image_advtab');
+ const hasUploadTab = option('image_uploadtab');
+ const getPrependUrl = option('image_prepend_url');
+ const getClassList = option('image_class_list');
+ const hasDescription = option('image_description');
+ const hasImageTitle = option('image_title');
+ const hasImageCaption = option('image_caption');
+ const getImageList = option('image_list');
+ const showAccessibilityOptions = option('a11y_advanced_options');
+ const isAutomaticUploadsEnabled = option('automatic_uploads');
+ const hasUploadUrl = editor => isNotEmpty(editor.options.get('images_upload_url'));
+ const hasUploadHandler = editor => isNonNullable(editor.options.get('images_upload_handler'));
+
+ const parseIntAndGetMax = (val1, val2) => Math.max(parseInt(val1, 10), parseInt(val2, 10));
+ const getImageSize = url => new Promise(callback => {
+ const img = document.createElement('img');
+ const done = dimensions => {
+ img.onload = img.onerror = null;
+ if (img.parentNode) {
+ img.parentNode.removeChild(img);
+ }
+ callback(dimensions);
+ };
+ img.onload = () => {
+ const width = parseIntAndGetMax(img.width, img.clientWidth);
+ const height = parseIntAndGetMax(img.height, img.clientHeight);
+ const dimensions = {
+ width,
+ height
+ };
+ done(Promise.resolve(dimensions));
+ };
+ img.onerror = () => {
+ done(Promise.reject(`Failed to get image dimensions for: ${ url }`));
+ };
+ const style = img.style;
+ style.visibility = 'hidden';
+ style.position = 'fixed';
+ style.bottom = style.left = '0px';
+ style.width = style.height = 'auto';
+ document.body.appendChild(img);
+ img.src = url;
+ });
+ const removePixelSuffix = value => {
+ if (value) {
+ value = value.replace(/px$/, '');
+ }
+ return value;
+ };
+ const addPixelSuffix = value => {
+ if (value.length > 0 && /^[0-9]+$/.test(value)) {
+ value += 'px';
+ }
+ return value;
+ };
+ const mergeMargins = css => {
+ if (css.margin) {
+ const splitMargin = String(css.margin).split(' ');
+ switch (splitMargin.length) {
+ case 1:
+ css['margin-top'] = css['margin-top'] || splitMargin[0];
+ css['margin-right'] = css['margin-right'] || splitMargin[0];
+ css['margin-bottom'] = css['margin-bottom'] || splitMargin[0];
+ css['margin-left'] = css['margin-left'] || splitMargin[0];
+ break;
+ case 2:
+ css['margin-top'] = css['margin-top'] || splitMargin[0];
+ css['margin-right'] = css['margin-right'] || splitMargin[1];
+ css['margin-bottom'] = css['margin-bottom'] || splitMargin[0];
+ css['margin-left'] = css['margin-left'] || splitMargin[1];
+ break;
+ case 3:
+ css['margin-top'] = css['margin-top'] || splitMargin[0];
+ css['margin-right'] = css['margin-right'] || splitMargin[1];
+ css['margin-bottom'] = css['margin-bottom'] || splitMargin[2];
+ css['margin-left'] = css['margin-left'] || splitMargin[1];
+ break;
+ case 4:
+ css['margin-top'] = css['margin-top'] || splitMargin[0];
+ css['margin-right'] = css['margin-right'] || splitMargin[1];
+ css['margin-bottom'] = css['margin-bottom'] || splitMargin[2];
+ css['margin-left'] = css['margin-left'] || splitMargin[3];
+ }
+ delete css.margin;
+ }
+ return css;
+ };
+ const createImageList = (editor, callback) => {
+ const imageList = getImageList(editor);
+ if (isString(imageList)) {
+ fetch(imageList).then(res => {
+ if (res.ok) {
+ res.json().then(callback);
+ }
+ });
+ } else if (isFunction(imageList)) {
+ imageList(callback);
+ } else {
+ callback(imageList);
+ }
+ };
+ const waitLoadImage = (editor, data, imgElm) => {
+ const selectImage = () => {
+ imgElm.onload = imgElm.onerror = null;
+ if (editor.selection) {
+ editor.selection.select(imgElm);
+ editor.nodeChanged();
+ }
+ };
+ imgElm.onload = () => {
+ if (!data.width && !data.height && hasDimensions(editor)) {
+ editor.dom.setAttribs(imgElm, {
+ width: String(imgElm.clientWidth),
+ height: String(imgElm.clientHeight)
+ });
+ }
+ selectImage();
+ };
+ imgElm.onerror = selectImage;
+ };
+ const blobToDataUri = blob => new Promise((resolve, reject) => {
+ const reader = new FileReader();
+ reader.onload = () => {
+ resolve(reader.result);
+ };
+ reader.onerror = () => {
+ var _a;
+ reject((_a = reader.error) === null || _a === void 0 ? void 0 : _a.message);
+ };
+ reader.readAsDataURL(blob);
+ });
+ const isPlaceholderImage = imgElm => imgElm.nodeName === 'IMG' && (imgElm.hasAttribute('data-mce-object') || imgElm.hasAttribute('data-mce-placeholder'));
+ const isSafeImageUrl = (editor, src) => {
+ const getOption = editor.options.get;
+ return global$2.isDomSafe(src, 'img', {
+ allow_html_data_urls: getOption('allow_html_data_urls'),
+ allow_script_urls: getOption('allow_script_urls'),
+ allow_svg_data_urls: getOption('allow_svg_data_urls')
+ });
+ };
+
+ const DOM = global$3.DOM;
+ const getHspace = image => {
+ if (image.style.marginLeft && image.style.marginRight && image.style.marginLeft === image.style.marginRight) {
+ return removePixelSuffix(image.style.marginLeft);
+ } else {
+ return '';
+ }
+ };
+ const getVspace = image => {
+ if (image.style.marginTop && image.style.marginBottom && image.style.marginTop === image.style.marginBottom) {
+ return removePixelSuffix(image.style.marginTop);
+ } else {
+ return '';
+ }
+ };
+ const getBorder = image => {
+ if (image.style.borderWidth) {
+ return removePixelSuffix(image.style.borderWidth);
+ } else {
+ return '';
+ }
+ };
+ const getAttrib = (image, name) => {
+ var _a;
+ if (image.hasAttribute(name)) {
+ return (_a = image.getAttribute(name)) !== null && _a !== void 0 ? _a : '';
+ } else {
+ return '';
+ }
+ };
+ const hasCaption = image => image.parentNode !== null && image.parentNode.nodeName === 'FIGURE';
+ const updateAttrib = (image, name, value) => {
+ if (value === '' || value === null) {
+ image.removeAttribute(name);
+ } else {
+ image.setAttribute(name, value);
+ }
+ };
+ const wrapInFigure = image => {
+ const figureElm = DOM.create('figure', { class: 'image' });
+ DOM.insertAfter(figureElm, image);
+ figureElm.appendChild(image);
+ figureElm.appendChild(DOM.create('figcaption', { contentEditable: 'true' }, 'Caption'));
+ figureElm.contentEditable = 'false';
+ };
+ const removeFigure = image => {
+ const figureElm = image.parentNode;
+ if (isNonNullable(figureElm)) {
+ DOM.insertAfter(image, figureElm);
+ DOM.remove(figureElm);
+ }
+ };
+ const toggleCaption = image => {
+ if (hasCaption(image)) {
+ removeFigure(image);
+ } else {
+ wrapInFigure(image);
+ }
+ };
+ const normalizeStyle = (image, normalizeCss) => {
+ const attrValue = image.getAttribute('style');
+ const value = normalizeCss(attrValue !== null ? attrValue : '');
+ if (value.length > 0) {
+ image.setAttribute('style', value);
+ image.setAttribute('data-mce-style', value);
+ } else {
+ image.removeAttribute('style');
+ }
+ };
+ const setSize = (name, normalizeCss) => (image, name, value) => {
+ const styles = image.style;
+ if (styles[name]) {
+ styles[name] = addPixelSuffix(value);
+ normalizeStyle(image, normalizeCss);
+ } else {
+ updateAttrib(image, name, value);
+ }
+ };
+ const getSize = (image, name) => {
+ if (image.style[name]) {
+ return removePixelSuffix(image.style[name]);
+ } else {
+ return getAttrib(image, name);
+ }
+ };
+ const setHspace = (image, value) => {
+ const pxValue = addPixelSuffix(value);
+ image.style.marginLeft = pxValue;
+ image.style.marginRight = pxValue;
+ };
+ const setVspace = (image, value) => {
+ const pxValue = addPixelSuffix(value);
+ image.style.marginTop = pxValue;
+ image.style.marginBottom = pxValue;
+ };
+ const setBorder = (image, value) => {
+ const pxValue = addPixelSuffix(value);
+ image.style.borderWidth = pxValue;
+ };
+ const setBorderStyle = (image, value) => {
+ image.style.borderStyle = value;
+ };
+ const getBorderStyle = image => {
+ var _a;
+ return (_a = image.style.borderStyle) !== null && _a !== void 0 ? _a : '';
+ };
+ const isFigure = elm => isNonNullable(elm) && elm.nodeName === 'FIGURE';
+ const isImage = elm => elm.nodeName === 'IMG';
+ const getIsDecorative = image => DOM.getAttrib(image, 'alt').length === 0 && DOM.getAttrib(image, 'role') === 'presentation';
+ const getAlt = image => {
+ if (getIsDecorative(image)) {
+ return '';
+ } else {
+ return getAttrib(image, 'alt');
+ }
+ };
+ const defaultData = () => ({
+ src: '',
+ alt: '',
+ title: '',
+ width: '',
+ height: '',
+ class: '',
+ style: '',
+ caption: false,
+ hspace: '',
+ vspace: '',
+ border: '',
+ borderStyle: '',
+ isDecorative: false
+ });
+ const getStyleValue = (normalizeCss, data) => {
+ var _a;
+ const image = document.createElement('img');
+ updateAttrib(image, 'style', data.style);
+ if (getHspace(image) || data.hspace !== '') {
+ setHspace(image, data.hspace);
+ }
+ if (getVspace(image) || data.vspace !== '') {
+ setVspace(image, data.vspace);
+ }
+ if (getBorder(image) || data.border !== '') {
+ setBorder(image, data.border);
+ }
+ if (getBorderStyle(image) || data.borderStyle !== '') {
+ setBorderStyle(image, data.borderStyle);
+ }
+ return normalizeCss((_a = image.getAttribute('style')) !== null && _a !== void 0 ? _a : '');
+ };
+ const create = (normalizeCss, data) => {
+ const image = document.createElement('img');
+ write(normalizeCss, {
+ ...data,
+ caption: false
+ }, image);
+ setAlt(image, data.alt, data.isDecorative);
+ if (data.caption) {
+ const figure = DOM.create('figure', { class: 'image' });
+ figure.appendChild(image);
+ figure.appendChild(DOM.create('figcaption', { contentEditable: 'true' }, 'Caption'));
+ figure.contentEditable = 'false';
+ return figure;
+ } else {
+ return image;
+ }
+ };
+ const read = (normalizeCss, image) => ({
+ src: getAttrib(image, 'src'),
+ alt: getAlt(image),
+ title: getAttrib(image, 'title'),
+ width: getSize(image, 'width'),
+ height: getSize(image, 'height'),
+ class: getAttrib(image, 'class'),
+ style: normalizeCss(getAttrib(image, 'style')),
+ caption: hasCaption(image),
+ hspace: getHspace(image),
+ vspace: getVspace(image),
+ border: getBorder(image),
+ borderStyle: getBorderStyle(image),
+ isDecorative: getIsDecorative(image)
+ });
+ const updateProp = (image, oldData, newData, name, set) => {
+ if (newData[name] !== oldData[name]) {
+ set(image, name, String(newData[name]));
+ }
+ };
+ const setAlt = (image, alt, isDecorative) => {
+ if (isDecorative) {
+ DOM.setAttrib(image, 'role', 'presentation');
+ const sugarImage = SugarElement.fromDom(image);
+ set(sugarImage, 'alt', '');
+ } else {
+ if (isNull(alt)) {
+ const sugarImage = SugarElement.fromDom(image);
+ remove(sugarImage, 'alt');
+ } else {
+ const sugarImage = SugarElement.fromDom(image);
+ set(sugarImage, 'alt', alt);
+ }
+ if (DOM.getAttrib(image, 'role') === 'presentation') {
+ DOM.setAttrib(image, 'role', '');
+ }
+ }
+ };
+ const updateAlt = (image, oldData, newData) => {
+ if (newData.alt !== oldData.alt || newData.isDecorative !== oldData.isDecorative) {
+ setAlt(image, newData.alt, newData.isDecorative);
+ }
+ };
+ const normalized = (set, normalizeCss) => (image, name, value) => {
+ set(image, value);
+ normalizeStyle(image, normalizeCss);
+ };
+ const write = (normalizeCss, newData, image) => {
+ const oldData = read(normalizeCss, image);
+ updateProp(image, oldData, newData, 'caption', (image, _name, _value) => toggleCaption(image));
+ updateProp(image, oldData, newData, 'src', updateAttrib);
+ updateProp(image, oldData, newData, 'title', updateAttrib);
+ updateProp(image, oldData, newData, 'width', setSize('width', normalizeCss));
+ updateProp(image, oldData, newData, 'height', setSize('height', normalizeCss));
+ updateProp(image, oldData, newData, 'class', updateAttrib);
+ updateProp(image, oldData, newData, 'style', normalized((image, value) => updateAttrib(image, 'style', value), normalizeCss));
+ updateProp(image, oldData, newData, 'hspace', normalized(setHspace, normalizeCss));
+ updateProp(image, oldData, newData, 'vspace', normalized(setVspace, normalizeCss));
+ updateProp(image, oldData, newData, 'border', normalized(setBorder, normalizeCss));
+ updateProp(image, oldData, newData, 'borderStyle', normalized(setBorderStyle, normalizeCss));
+ updateAlt(image, oldData, newData);
+ };
+
+ const normalizeCss$1 = (editor, cssText) => {
+ const css = editor.dom.styles.parse(cssText);
+ const mergedCss = mergeMargins(css);
+ const compressed = editor.dom.styles.parse(editor.dom.styles.serialize(mergedCss));
+ return editor.dom.styles.serialize(compressed);
+ };
+ const getSelectedImage = editor => {
+ const imgElm = editor.selection.getNode();
+ const figureElm = editor.dom.getParent(imgElm, 'figure.image');
+ if (figureElm) {
+ return editor.dom.select('img', figureElm)[0];
+ }
+ if (imgElm && (imgElm.nodeName !== 'IMG' || isPlaceholderImage(imgElm))) {
+ return null;
+ }
+ return imgElm;
+ };
+ const splitTextBlock = (editor, figure) => {
+ var _a;
+ const dom = editor.dom;
+ const textBlockElements = filter(editor.schema.getTextBlockElements(), (_, parentElm) => !editor.schema.isValidChild(parentElm, 'figure'));
+ const textBlock = dom.getParent(figure.parentNode, node => hasNonNullableKey(textBlockElements, node.nodeName), editor.getBody());
+ if (textBlock) {
+ return (_a = dom.split(textBlock, figure)) !== null && _a !== void 0 ? _a : figure;
+ } else {
+ return figure;
+ }
+ };
+ const readImageDataFromSelection = editor => {
+ const image = getSelectedImage(editor);
+ return image ? read(css => normalizeCss$1(editor, css), image) : defaultData();
+ };
+ const insertImageAtCaret = (editor, data) => {
+ const elm = create(css => normalizeCss$1(editor, css), data);
+ editor.dom.setAttrib(elm, 'data-mce-id', '__mcenew');
+ editor.focus();
+ editor.selection.setContent(elm.outerHTML);
+ const insertedElm = editor.dom.select('*[data-mce-id="__mcenew"]')[0];
+ editor.dom.setAttrib(insertedElm, 'data-mce-id', null);
+ if (isFigure(insertedElm)) {
+ const figure = splitTextBlock(editor, insertedElm);
+ editor.selection.select(figure);
+ } else {
+ editor.selection.select(insertedElm);
+ }
+ };
+ const syncSrcAttr = (editor, image) => {
+ editor.dom.setAttrib(image, 'src', image.getAttribute('src'));
+ };
+ const deleteImage = (editor, image) => {
+ if (image) {
+ const elm = editor.dom.is(image.parentNode, 'figure.image') ? image.parentNode : image;
+ editor.dom.remove(elm);
+ editor.focus();
+ editor.nodeChanged();
+ if (editor.dom.isEmpty(editor.getBody())) {
+ editor.setContent('');
+ editor.selection.setCursorLocation();
+ }
+ }
+ };
+ const writeImageDataToSelection = (editor, data) => {
+ const image = getSelectedImage(editor);
+ if (image) {
+ write(css => normalizeCss$1(editor, css), data, image);
+ syncSrcAttr(editor, image);
+ if (isFigure(image.parentNode)) {
+ const figure = image.parentNode;
+ splitTextBlock(editor, figure);
+ editor.selection.select(image.parentNode);
+ } else {
+ editor.selection.select(image);
+ waitLoadImage(editor, data, image);
+ }
+ }
+ };
+ const sanitizeImageData = (editor, data) => {
+ const src = data.src;
+ return {
+ ...data,
+ src: isSafeImageUrl(editor, src) ? src : ''
+ };
+ };
+ const insertOrUpdateImage = (editor, partialData) => {
+ const image = getSelectedImage(editor);
+ if (image) {
+ const selectedImageData = read(css => normalizeCss$1(editor, css), image);
+ const data = {
+ ...selectedImageData,
+ ...partialData
+ };
+ const sanitizedData = sanitizeImageData(editor, data);
+ if (data.src) {
+ writeImageDataToSelection(editor, sanitizedData);
+ } else {
+ deleteImage(editor, image);
+ }
+ } else if (partialData.src) {
+ insertImageAtCaret(editor, {
+ ...defaultData(),
+ ...partialData
+ });
+ }
+ };
+
+ const deep = (old, nu) => {
+ const bothObjects = isPlainObject(old) && isPlainObject(nu);
+ return bothObjects ? deepMerge(old, nu) : nu;
+ };
+ const baseMerge = merger => {
+ return (...objects) => {
+ if (objects.length === 0) {
+ throw new Error(`Can't merge zero objects`);
+ }
+ const ret = {};
+ for (let j = 0; j < objects.length; j++) {
+ const curObject = objects[j];
+ for (const key in curObject) {
+ if (has(curObject, key)) {
+ ret[key] = merger(ret[key], curObject[key]);
+ }
+ }
+ }
+ return ret;
+ };
+ };
+ const deepMerge = baseMerge(deep);
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.util.ImageUploader');
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const getValue = item => isString(item.value) ? item.value : '';
+ const getText = item => {
+ if (isString(item.text)) {
+ return item.text;
+ } else if (isString(item.title)) {
+ return item.title;
+ } else {
+ return '';
+ }
+ };
+ const sanitizeList = (list, extractValue) => {
+ const out = [];
+ global.each(list, item => {
+ const text = getText(item);
+ if (item.menu !== undefined) {
+ const items = sanitizeList(item.menu, extractValue);
+ out.push({
+ text,
+ items
+ });
+ } else {
+ const value = extractValue(item);
+ out.push({
+ text,
+ value
+ });
+ }
+ });
+ return out;
+ };
+ const sanitizer = (extractor = getValue) => list => {
+ if (list) {
+ return Optional.from(list).map(list => sanitizeList(list, extractor));
+ } else {
+ return Optional.none();
+ }
+ };
+ const sanitize = list => sanitizer(getValue)(list);
+ const isGroup = item => has(item, 'items');
+ const findEntryDelegate = (list, value) => findMap(list, item => {
+ if (isGroup(item)) {
+ return findEntryDelegate(item.items, value);
+ } else if (item.value === value) {
+ return Optional.some(item);
+ } else {
+ return Optional.none();
+ }
+ });
+ const findEntry = (optList, value) => optList.bind(list => findEntryDelegate(list, value));
+ const ListUtils = {
+ sanitizer,
+ sanitize,
+ findEntry
+ };
+
+ const makeTab$2 = _info => ({
+ title: 'Advanced',
+ name: 'advanced',
+ items: [{
+ type: 'grid',
+ columns: 2,
+ items: [
+ {
+ type: 'input',
+ label: 'Vertical space',
+ name: 'vspace',
+ inputMode: 'numeric'
+ },
+ {
+ type: 'input',
+ label: 'Horizontal space',
+ name: 'hspace',
+ inputMode: 'numeric'
+ },
+ {
+ type: 'input',
+ label: 'Border width',
+ name: 'border',
+ inputMode: 'numeric'
+ },
+ {
+ type: 'listbox',
+ name: 'borderstyle',
+ label: 'Border style',
+ items: [
+ {
+ text: 'Select...',
+ value: ''
+ },
+ {
+ text: 'Solid',
+ value: 'solid'
+ },
+ {
+ text: 'Dotted',
+ value: 'dotted'
+ },
+ {
+ text: 'Dashed',
+ value: 'dashed'
+ },
+ {
+ text: 'Double',
+ value: 'double'
+ },
+ {
+ text: 'Groove',
+ value: 'groove'
+ },
+ {
+ text: 'Ridge',
+ value: 'ridge'
+ },
+ {
+ text: 'Inset',
+ value: 'inset'
+ },
+ {
+ text: 'Outset',
+ value: 'outset'
+ },
+ {
+ text: 'None',
+ value: 'none'
+ },
+ {
+ text: 'Hidden',
+ value: 'hidden'
+ }
+ ]
+ }
+ ]
+ }]
+ });
+ const AdvTab = { makeTab: makeTab$2 };
+
+ const collect = editor => {
+ const urlListSanitizer = ListUtils.sanitizer(item => editor.convertURL(item.value || item.url || '', 'src'));
+ const futureImageList = new Promise(completer => {
+ createImageList(editor, imageList => {
+ completer(urlListSanitizer(imageList).map(items => flatten([
+ [{
+ text: 'None',
+ value: ''
+ }],
+ items
+ ])));
+ });
+ });
+ const classList = ListUtils.sanitize(getClassList(editor));
+ const hasAdvTab$1 = hasAdvTab(editor);
+ const hasUploadTab$1 = hasUploadTab(editor);
+ const hasUploadUrl$1 = hasUploadUrl(editor);
+ const hasUploadHandler$1 = hasUploadHandler(editor);
+ const image = readImageDataFromSelection(editor);
+ const hasDescription$1 = hasDescription(editor);
+ const hasImageTitle$1 = hasImageTitle(editor);
+ const hasDimensions$1 = hasDimensions(editor);
+ const hasImageCaption$1 = hasImageCaption(editor);
+ const hasAccessibilityOptions = showAccessibilityOptions(editor);
+ const automaticUploads = isAutomaticUploadsEnabled(editor);
+ const prependURL = Optional.some(getPrependUrl(editor)).filter(preUrl => isString(preUrl) && preUrl.length > 0);
+ return futureImageList.then(imageList => ({
+ image,
+ imageList,
+ classList,
+ hasAdvTab: hasAdvTab$1,
+ hasUploadTab: hasUploadTab$1,
+ hasUploadUrl: hasUploadUrl$1,
+ hasUploadHandler: hasUploadHandler$1,
+ hasDescription: hasDescription$1,
+ hasImageTitle: hasImageTitle$1,
+ hasDimensions: hasDimensions$1,
+ hasImageCaption: hasImageCaption$1,
+ prependURL,
+ hasAccessibilityOptions,
+ automaticUploads
+ }));
+ };
+
+ const makeItems = info => {
+ const imageUrl = {
+ name: 'src',
+ type: 'urlinput',
+ filetype: 'image',
+ label: 'Source'
+ };
+ const imageList = info.imageList.map(items => ({
+ name: 'images',
+ type: 'listbox',
+ label: 'Image list',
+ items
+ }));
+ const imageDescription = {
+ name: 'alt',
+ type: 'input',
+ label: 'Alternative description',
+ enabled: !(info.hasAccessibilityOptions && info.image.isDecorative)
+ };
+ const imageTitle = {
+ name: 'title',
+ type: 'input',
+ label: 'Image title'
+ };
+ const imageDimensions = {
+ name: 'dimensions',
+ type: 'sizeinput'
+ };
+ const isDecorative = {
+ type: 'label',
+ label: 'Accessibility',
+ items: [{
+ name: 'isDecorative',
+ type: 'checkbox',
+ label: 'Image is decorative'
+ }]
+ };
+ const classList = info.classList.map(items => ({
+ name: 'classes',
+ type: 'listbox',
+ label: 'Class',
+ items
+ }));
+ const caption = {
+ type: 'label',
+ label: 'Caption',
+ items: [{
+ type: 'checkbox',
+ name: 'caption',
+ label: 'Show caption'
+ }]
+ };
+ const getDialogContainerType = useColumns => useColumns ? {
+ type: 'grid',
+ columns: 2
+ } : { type: 'panel' };
+ return flatten([
+ [imageUrl],
+ imageList.toArray(),
+ info.hasAccessibilityOptions && info.hasDescription ? [isDecorative] : [],
+ info.hasDescription ? [imageDescription] : [],
+ info.hasImageTitle ? [imageTitle] : [],
+ info.hasDimensions ? [imageDimensions] : [],
+ [{
+ ...getDialogContainerType(info.classList.isSome() && info.hasImageCaption),
+ items: flatten([
+ classList.toArray(),
+ info.hasImageCaption ? [caption] : []
+ ])
+ }]
+ ]);
+ };
+ const makeTab$1 = info => ({
+ title: 'General',
+ name: 'general',
+ items: makeItems(info)
+ });
+ const MainTab = {
+ makeTab: makeTab$1,
+ makeItems
+ };
+
+ const makeTab = _info => {
+ const items = [{
+ type: 'dropzone',
+ name: 'fileinput'
+ }];
+ return {
+ title: 'Upload',
+ name: 'upload',
+ items
+ };
+ };
+ const UploadTab = { makeTab };
+
+ const createState = info => ({
+ prevImage: ListUtils.findEntry(info.imageList, info.image.src),
+ prevAlt: info.image.alt,
+ open: true
+ });
+ const fromImageData = image => ({
+ src: {
+ value: image.src,
+ meta: {}
+ },
+ images: image.src,
+ alt: image.alt,
+ title: image.title,
+ dimensions: {
+ width: image.width,
+ height: image.height
+ },
+ classes: image.class,
+ caption: image.caption,
+ style: image.style,
+ vspace: image.vspace,
+ border: image.border,
+ hspace: image.hspace,
+ borderstyle: image.borderStyle,
+ fileinput: [],
+ isDecorative: image.isDecorative
+ });
+ const toImageData = (data, removeEmptyAlt) => ({
+ src: data.src.value,
+ alt: (data.alt === null || data.alt.length === 0) && removeEmptyAlt ? null : data.alt,
+ title: data.title,
+ width: data.dimensions.width,
+ height: data.dimensions.height,
+ class: data.classes,
+ style: data.style,
+ caption: data.caption,
+ hspace: data.hspace,
+ vspace: data.vspace,
+ border: data.border,
+ borderStyle: data.borderstyle,
+ isDecorative: data.isDecorative
+ });
+ const addPrependUrl2 = (info, srcURL) => {
+ if (!/^(?:[a-zA-Z]+:)?\/\//.test(srcURL)) {
+ return info.prependURL.bind(prependUrl => {
+ if (srcURL.substring(0, prependUrl.length) !== prependUrl) {
+ return Optional.some(prependUrl + srcURL);
+ }
+ return Optional.none();
+ });
+ }
+ return Optional.none();
+ };
+ const addPrependUrl = (info, api) => {
+ const data = api.getData();
+ addPrependUrl2(info, data.src.value).each(srcURL => {
+ api.setData({
+ src: {
+ value: srcURL,
+ meta: data.src.meta
+ }
+ });
+ });
+ };
+ const formFillFromMeta2 = (info, data, meta) => {
+ if (info.hasDescription && isString(meta.alt)) {
+ data.alt = meta.alt;
+ }
+ if (info.hasAccessibilityOptions) {
+ data.isDecorative = meta.isDecorative || data.isDecorative || false;
+ }
+ if (info.hasImageTitle && isString(meta.title)) {
+ data.title = meta.title;
+ }
+ if (info.hasDimensions) {
+ if (isString(meta.width)) {
+ data.dimensions.width = meta.width;
+ }
+ if (isString(meta.height)) {
+ data.dimensions.height = meta.height;
+ }
+ }
+ if (isString(meta.class)) {
+ ListUtils.findEntry(info.classList, meta.class).each(entry => {
+ data.classes = entry.value;
+ });
+ }
+ if (info.hasImageCaption) {
+ if (isBoolean(meta.caption)) {
+ data.caption = meta.caption;
+ }
+ }
+ if (info.hasAdvTab) {
+ if (isString(meta.style)) {
+ data.style = meta.style;
+ }
+ if (isString(meta.vspace)) {
+ data.vspace = meta.vspace;
+ }
+ if (isString(meta.border)) {
+ data.border = meta.border;
+ }
+ if (isString(meta.hspace)) {
+ data.hspace = meta.hspace;
+ }
+ if (isString(meta.borderstyle)) {
+ data.borderstyle = meta.borderstyle;
+ }
+ }
+ };
+ const formFillFromMeta = (info, api) => {
+ const data = api.getData();
+ const meta = data.src.meta;
+ if (meta !== undefined) {
+ const newData = deepMerge({}, data);
+ formFillFromMeta2(info, newData, meta);
+ api.setData(newData);
+ }
+ };
+ const calculateImageSize = (helpers, info, state, api) => {
+ const data = api.getData();
+ const url = data.src.value;
+ const meta = data.src.meta || {};
+ if (!meta.width && !meta.height && info.hasDimensions) {
+ if (isNotEmpty(url)) {
+ helpers.imageSize(url).then(size => {
+ if (state.open) {
+ api.setData({ dimensions: size });
+ }
+ }).catch(e => console.error(e));
+ } else {
+ api.setData({
+ dimensions: {
+ width: '',
+ height: ''
+ }
+ });
+ }
+ }
+ };
+ const updateImagesDropdown = (info, state, api) => {
+ const data = api.getData();
+ const image = ListUtils.findEntry(info.imageList, data.src.value);
+ state.prevImage = image;
+ api.setData({ images: image.map(entry => entry.value).getOr('') });
+ };
+ const changeSrc = (helpers, info, state, api) => {
+ addPrependUrl(info, api);
+ formFillFromMeta(info, api);
+ calculateImageSize(helpers, info, state, api);
+ updateImagesDropdown(info, state, api);
+ };
+ const changeImages = (helpers, info, state, api) => {
+ const data = api.getData();
+ const image = ListUtils.findEntry(info.imageList, data.images);
+ image.each(img => {
+ const updateAlt = data.alt === '' || state.prevImage.map(image => image.text === data.alt).getOr(false);
+ if (updateAlt) {
+ if (img.value === '') {
+ api.setData({
+ src: img,
+ alt: state.prevAlt
+ });
+ } else {
+ api.setData({
+ src: img,
+ alt: img.text
+ });
+ }
+ } else {
+ api.setData({ src: img });
+ }
+ });
+ state.prevImage = image;
+ changeSrc(helpers, info, state, api);
+ };
+ const changeFileInput = (helpers, info, state, api) => {
+ const data = api.getData();
+ api.block('Uploading image');
+ head(data.fileinput).fold(() => {
+ api.unblock();
+ }, file => {
+ const blobUri = URL.createObjectURL(file);
+ const finalize = () => {
+ api.unblock();
+ URL.revokeObjectURL(blobUri);
+ };
+ const updateSrcAndSwitchTab = url => {
+ api.setData({
+ src: {
+ value: url,
+ meta: {}
+ }
+ });
+ api.showTab('general');
+ changeSrc(helpers, info, state, api);
+ };
+ blobToDataUri(file).then(dataUrl => {
+ const blobInfo = helpers.createBlobCache(file, blobUri, dataUrl);
+ if (info.automaticUploads) {
+ helpers.uploadImage(blobInfo).then(result => {
+ updateSrcAndSwitchTab(result.url);
+ finalize();
+ }).catch(err => {
+ finalize();
+ helpers.alertErr(err);
+ });
+ } else {
+ helpers.addToBlobCache(blobInfo);
+ updateSrcAndSwitchTab(blobInfo.blobUri());
+ api.unblock();
+ }
+ });
+ });
+ };
+ const changeHandler = (helpers, info, state) => (api, evt) => {
+ if (evt.name === 'src') {
+ changeSrc(helpers, info, state, api);
+ } else if (evt.name === 'images') {
+ changeImages(helpers, info, state, api);
+ } else if (evt.name === 'alt') {
+ state.prevAlt = api.getData().alt;
+ } else if (evt.name === 'fileinput') {
+ changeFileInput(helpers, info, state, api);
+ } else if (evt.name === 'isDecorative') {
+ api.setEnabled('alt', !api.getData().isDecorative);
+ }
+ };
+ const closeHandler = state => () => {
+ state.open = false;
+ };
+ const makeDialogBody = info => {
+ if (info.hasAdvTab || info.hasUploadUrl || info.hasUploadHandler) {
+ const tabPanel = {
+ type: 'tabpanel',
+ tabs: flatten([
+ [MainTab.makeTab(info)],
+ info.hasAdvTab ? [AdvTab.makeTab(info)] : [],
+ info.hasUploadTab && (info.hasUploadUrl || info.hasUploadHandler) ? [UploadTab.makeTab(info)] : []
+ ])
+ };
+ return tabPanel;
+ } else {
+ const panel = {
+ type: 'panel',
+ items: MainTab.makeItems(info)
+ };
+ return panel;
+ }
+ };
+ const submitHandler = (editor, info, helpers) => api => {
+ const data = deepMerge(fromImageData(info.image), api.getData());
+ const finalData = {
+ ...data,
+ style: getStyleValue(helpers.normalizeCss, toImageData(data, false))
+ };
+ editor.execCommand('mceUpdateImage', false, toImageData(finalData, info.hasAccessibilityOptions));
+ editor.editorUpload.uploadImagesAuto();
+ api.close();
+ };
+ const imageSize = editor => url => {
+ if (!isSafeImageUrl(editor, url)) {
+ return Promise.resolve({
+ width: '',
+ height: ''
+ });
+ } else {
+ return getImageSize(editor.documentBaseURI.toAbsolute(url)).then(dimensions => ({
+ width: String(dimensions.width),
+ height: String(dimensions.height)
+ }));
+ }
+ };
+ const createBlobCache = editor => (file, blobUri, dataUrl) => {
+ var _a;
+ return editor.editorUpload.blobCache.create({
+ blob: file,
+ blobUri,
+ name: (_a = file.name) === null || _a === void 0 ? void 0 : _a.replace(/\.[^\.]+$/, ''),
+ filename: file.name,
+ base64: dataUrl.split(',')[1]
+ });
+ };
+ const addToBlobCache = editor => blobInfo => {
+ editor.editorUpload.blobCache.add(blobInfo);
+ };
+ const alertErr = editor => message => {
+ editor.windowManager.alert(message);
+ };
+ const normalizeCss = editor => cssText => normalizeCss$1(editor, cssText);
+ const parseStyle = editor => cssText => editor.dom.parseStyle(cssText);
+ const serializeStyle = editor => (stylesArg, name) => editor.dom.serializeStyle(stylesArg, name);
+ const uploadImage = editor => blobInfo => global$1(editor).upload([blobInfo], false).then(results => {
+ var _a;
+ if (results.length === 0) {
+ return Promise.reject('Failed to upload image');
+ } else if (results[0].status === false) {
+ return Promise.reject((_a = results[0].error) === null || _a === void 0 ? void 0 : _a.message);
+ } else {
+ return results[0];
+ }
+ });
+ const Dialog = editor => {
+ const helpers = {
+ imageSize: imageSize(editor),
+ addToBlobCache: addToBlobCache(editor),
+ createBlobCache: createBlobCache(editor),
+ alertErr: alertErr(editor),
+ normalizeCss: normalizeCss(editor),
+ parseStyle: parseStyle(editor),
+ serializeStyle: serializeStyle(editor),
+ uploadImage: uploadImage(editor)
+ };
+ const open = () => {
+ collect(editor).then(info => {
+ const state = createState(info);
+ return {
+ title: 'Insert/Edit Image',
+ size: 'normal',
+ body: makeDialogBody(info),
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ initialData: fromImageData(info.image),
+ onSubmit: submitHandler(editor, info, helpers),
+ onChange: changeHandler(helpers, info, state),
+ onClose: closeHandler(state)
+ };
+ }).then(editor.windowManager.open);
+ };
+ return { open };
+ };
+
+ const register$1 = editor => {
+ editor.addCommand('mceImage', Dialog(editor).open);
+ editor.addCommand('mceUpdateImage', (_ui, data) => {
+ editor.undoManager.transact(() => insertOrUpdateImage(editor, data));
+ });
+ };
+
+ const hasImageClass = node => {
+ const className = node.attr('class');
+ return isNonNullable(className) && /\bimage\b/.test(className);
+ };
+ const toggleContentEditableState = state => nodes => {
+ let i = nodes.length;
+ const toggleContentEditable = node => {
+ node.attr('contenteditable', state ? 'true' : null);
+ };
+ while (i--) {
+ const node = nodes[i];
+ if (hasImageClass(node)) {
+ node.attr('contenteditable', state ? 'false' : null);
+ global.each(node.getAll('figcaption'), toggleContentEditable);
+ }
+ }
+ };
+ const setup = editor => {
+ editor.on('PreInit', () => {
+ editor.parser.addNodeFilter('figure', toggleContentEditableState(true));
+ editor.serializer.addNodeFilter('figure', toggleContentEditableState(false));
+ });
+ };
+
+ const register = editor => {
+ editor.ui.registry.addToggleButton('image', {
+ icon: 'image',
+ tooltip: 'Insert/edit image',
+ onAction: Dialog(editor).open,
+ onSetup: buttonApi => {
+ buttonApi.setActive(isNonNullable(getSelectedImage(editor)));
+ return editor.selection.selectorChangedWithUnbind('img:not([data-mce-object]):not([data-mce-placeholder]),figure.image', buttonApi.setActive).unbind;
+ }
+ });
+ editor.ui.registry.addMenuItem('image', {
+ icon: 'image',
+ text: 'Image...',
+ onAction: Dialog(editor).open
+ });
+ editor.ui.registry.addContextMenu('image', { update: element => isFigure(element) || isImage(element) && !isPlaceholderImage(element) ? ['image'] : [] });
+ };
+
+ var Plugin = () => {
+ global$4.add('image', editor => {
+ register$2(editor);
+ setup(editor);
+ register(editor);
+ register$1(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/image/plugin.min.js b/seller/public/tinymce/plugins/image/plugin.min.js
new file mode 100644
index 00000000..ceb48263
--- /dev/null
+++ b/seller/public/tinymce/plugins/image/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=Object.getPrototypeOf,a=(e,t,a)=>{var i;return!!a(e,t.prototype)||(null===(i=e.constructor)||void 0===i?void 0:i.name)===t.name},i=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&a(e,String,((e,t)=>t.isPrototypeOf(e)))?"string":t})(t)===e,s=e=>t=>typeof t===e,r=i("string"),o=i("object"),n=e=>((e,i)=>o(e)&&a(e,i,((e,a)=>t(e)===a)))(e,Object),l=i("array"),c=(null,e=>null===e);const m=s("boolean"),d=e=>!(e=>null==e)(e),g=s("function"),u=s("number"),p=()=>{};class h{constructor(e,t){this.tag=e,this.value=t}static some(e){return new h(!0,e)}static none(){return h.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?h.some(e(this.value)):h.none()}bind(e){return this.tag?e(this.value):h.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:h.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return d(e)?h.some(e):h.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}h.singletonNone=new h(!1);const b=Object.keys,v=Object.hasOwnProperty,y=(e,t)=>v.call(e,t),f=Array.prototype.push,w=e=>{const t=[];for(let a=0,i=e.length;a{((e,t,a)=>{if(!(r(a)||m(a)||u(a)))throw console.error("Invalid call to Attribute.set. Key ",t,":: Value ",a,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,a+"")})(e.dom,t,a)},D=e=>{if(null==e)throw new Error("Node cannot be null or undefined");return{dom:e}},_=D;var C=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils"),I=tinymce.util.Tools.resolve("tinymce.util.URI");const U=e=>e.length>0,x=e=>t=>t.options.get(e),S=x("image_dimensions"),N=x("image_advtab"),T=x("image_uploadtab"),O=x("image_prepend_url"),L=x("image_class_list"),E=x("image_description"),j=x("image_title"),M=x("image_caption"),R=x("image_list"),k=x("a11y_advanced_options"),z=x("automatic_uploads"),P=(e,t)=>Math.max(parseInt(e,10),parseInt(t,10)),B=e=>(e&&(e=e.replace(/px$/,"")),e),F=e=>(e.length>0&&/^[0-9]+$/.test(e)&&(e+="px"),e),H=e=>"IMG"===e.nodeName&&(e.hasAttribute("data-mce-object")||e.hasAttribute("data-mce-placeholder")),G=(e,t)=>{const a=e.options.get;return I.isDomSafe(t,"img",{allow_html_data_urls:a("allow_html_data_urls"),allow_script_urls:a("allow_script_urls"),allow_svg_data_urls:a("allow_svg_data_urls")})},W=C.DOM,$=e=>e.style.marginLeft&&e.style.marginRight&&e.style.marginLeft===e.style.marginRight?B(e.style.marginLeft):"",V=e=>e.style.marginTop&&e.style.marginBottom&&e.style.marginTop===e.style.marginBottom?B(e.style.marginTop):"",K=e=>e.style.borderWidth?B(e.style.borderWidth):"",Z=(e,t)=>{var a;return e.hasAttribute(t)&&null!==(a=e.getAttribute(t))&&void 0!==a?a:""},q=e=>null!==e.parentNode&&"FIGURE"===e.parentNode.nodeName,J=(e,t,a)=>{""===a||null===a?e.removeAttribute(t):e.setAttribute(t,a)},Q=(e,t)=>{const a=e.getAttribute("style"),i=t(null!==a?a:"");i.length>0?(e.setAttribute("style",i),e.setAttribute("data-mce-style",i)):e.removeAttribute("style")},X=(e,t)=>(e,a,i)=>{const s=e.style;s[a]?(s[a]=F(i),Q(e,t)):J(e,a,i)},Y=(e,t)=>e.style[t]?B(e.style[t]):Z(e,t),ee=(e,t)=>{const a=F(t);e.style.marginLeft=a,e.style.marginRight=a},te=(e,t)=>{const a=F(t);e.style.marginTop=a,e.style.marginBottom=a},ae=(e,t)=>{const a=F(t);e.style.borderWidth=a},ie=(e,t)=>{e.style.borderStyle=t},se=e=>{var t;return null!==(t=e.style.borderStyle)&&void 0!==t?t:""},re=e=>d(e)&&"FIGURE"===e.nodeName,oe=e=>0===W.getAttrib(e,"alt").length&&"presentation"===W.getAttrib(e,"role"),ne=e=>oe(e)?"":Z(e,"alt"),le=(e,t)=>{var a;const i=document.createElement("img");return J(i,"style",t.style),($(i)||""!==t.hspace)&&ee(i,t.hspace),(V(i)||""!==t.vspace)&&te(i,t.vspace),(K(i)||""!==t.border)&&ae(i,t.border),(se(i)||""!==t.borderStyle)&&ie(i,t.borderStyle),e(null!==(a=i.getAttribute("style"))&&void 0!==a?a:"")},ce=(e,t)=>({src:Z(t,"src"),alt:ne(t),title:Z(t,"title"),width:Y(t,"width"),height:Y(t,"height"),class:Z(t,"class"),style:e(Z(t,"style")),caption:q(t),hspace:$(t),vspace:V(t),border:K(t),borderStyle:se(t),isDecorative:oe(t)}),me=(e,t,a,i,s)=>{a[i]!==t[i]&&s(e,i,String(a[i]))},de=(e,t,a)=>{if(a){W.setAttrib(e,"role","presentation");const t=_(e);A(t,"alt","")}else{if(c(t)){"alt",_(e).dom.removeAttribute("alt")}else{const a=_(e);A(a,"alt",t)}"presentation"===W.getAttrib(e,"role")&&W.setAttrib(e,"role","")}},ge=(e,t)=>(a,i,s)=>{e(a,s),Q(a,t)},ue=(e,t,a)=>{const i=ce(e,a);me(a,i,t,"caption",((e,t,a)=>(e=>{q(e)?(e=>{const t=e.parentNode;d(t)&&(W.insertAfter(e,t),W.remove(t))})(e):(e=>{const t=W.create("figure",{class:"image"});W.insertAfter(t,e),t.appendChild(e),t.appendChild(W.create("figcaption",{contentEditable:"true"},"Caption")),t.contentEditable="false"})(e)})(e))),me(a,i,t,"src",J),me(a,i,t,"title",J),me(a,i,t,"width",X(0,e)),me(a,i,t,"height",X(0,e)),me(a,i,t,"class",J),me(a,i,t,"style",ge(((e,t)=>J(e,"style",t)),e)),me(a,i,t,"hspace",ge(ee,e)),me(a,i,t,"vspace",ge(te,e)),me(a,i,t,"border",ge(ae,e)),me(a,i,t,"borderStyle",ge(ie,e)),((e,t,a)=>{a.alt===t.alt&&a.isDecorative===t.isDecorative||de(e,a.alt,a.isDecorative)})(a,i,t)},pe=(e,t)=>{const a=(e=>{if(e.margin){const t=String(e.margin).split(" ");switch(t.length){case 1:e["margin-top"]=e["margin-top"]||t[0],e["margin-right"]=e["margin-right"]||t[0],e["margin-bottom"]=e["margin-bottom"]||t[0],e["margin-left"]=e["margin-left"]||t[0];break;case 2:e["margin-top"]=e["margin-top"]||t[0],e["margin-right"]=e["margin-right"]||t[1],e["margin-bottom"]=e["margin-bottom"]||t[0],e["margin-left"]=e["margin-left"]||t[1];break;case 3:e["margin-top"]=e["margin-top"]||t[0],e["margin-right"]=e["margin-right"]||t[1],e["margin-bottom"]=e["margin-bottom"]||t[2],e["margin-left"]=e["margin-left"]||t[1];break;case 4:e["margin-top"]=e["margin-top"]||t[0],e["margin-right"]=e["margin-right"]||t[1],e["margin-bottom"]=e["margin-bottom"]||t[2],e["margin-left"]=e["margin-left"]||t[3]}delete e.margin}return e})(e.dom.styles.parse(t)),i=e.dom.styles.parse(e.dom.styles.serialize(a));return e.dom.styles.serialize(i)},he=e=>{const t=e.selection.getNode(),a=e.dom.getParent(t,"figure.image");return a?e.dom.select("img",a)[0]:t&&("IMG"!==t.nodeName||H(t))?null:t},be=(e,t)=>{var a;const i=e.dom,s=((t,a)=>{const i={};var s;return((e,t,a,i)=>{((e,t)=>{const a=b(e);for(let i=0,s=a.length;i{(t(e,s)?a:i)(e,s)}))})(t,((t,a)=>!e.schema.isValidChild(a,"figure")),(s=i,(e,t)=>{s[t]=e}),p),i})(e.schema.getTextBlockElements()),r=i.getParent(t.parentNode,(e=>{return t=s,a=e.nodeName,y(t,a)&&void 0!==t[a]&&null!==t[a];var t,a}),e.getBody());return r&&null!==(a=i.split(r,t))&&void 0!==a?a:t},ve=(e,t)=>{const a=((t,a)=>{const i=document.createElement("img");if(ue((t=>pe(e,t)),{...a,caption:!1},i),de(i,a.alt,a.isDecorative),a.caption){const e=W.create("figure",{class:"image"});return e.appendChild(i),e.appendChild(W.create("figcaption",{contentEditable:"true"},"Caption")),e.contentEditable="false",e}return i})(0,t);e.dom.setAttrib(a,"data-mce-id","__mcenew"),e.focus(),e.selection.setContent(a.outerHTML);const i=e.dom.select('*[data-mce-id="__mcenew"]')[0];if(e.dom.setAttrib(i,"data-mce-id",null),re(i)){const t=be(e,i);e.selection.select(t)}else e.selection.select(i)},ye=(e,t)=>{const a=he(e);if(a){const i={...ce((t=>pe(e,t)),a),...t},s=((e,t)=>{const a=t.src;return{...t,src:G(e,a)?a:""}})(e,i);i.src?((e,t)=>{const a=he(e);if(a)if(ue((t=>pe(e,t)),t,a),((e,t)=>{e.dom.setAttrib(t,"src",t.getAttribute("src"))})(e,a),re(a.parentNode)){const t=a.parentNode;be(e,t),e.selection.select(a.parentNode)}else e.selection.select(a),((e,t,a)=>{const i=()=>{a.onload=a.onerror=null,e.selection&&(e.selection.select(a),e.nodeChanged())};a.onload=()=>{t.width||t.height||!S(e)||e.dom.setAttribs(a,{width:String(a.clientWidth),height:String(a.clientHeight)}),i()},a.onerror=i})(e,t,a)})(e,s):((e,t)=>{if(t){const a=e.dom.is(t.parentNode,"figure.image")?t.parentNode:t;e.dom.remove(a),e.focus(),e.nodeChanged(),e.dom.isEmpty(e.getBody())&&(e.setContent(""),e.selection.setCursorLocation())}})(e,a)}else t.src&&ve(e,{src:"",alt:"",title:"",width:"",height:"",class:"",style:"",caption:!1,hspace:"",vspace:"",border:"",borderStyle:"",isDecorative:!1,...t})},fe=(we=(e,t)=>n(e)&&n(t)?fe(e,t):t,(...e)=>{if(0===e.length)throw new Error("Can't merge zero objects");const t={};for(let a=0;ar(e.value)?e.value:"",Ce=(e,t)=>{const a=[];return De.each(e,(e=>{const i=(e=>r(e.text)?e.text:r(e.title)?e.title:"")(e);if(void 0!==e.menu){const s=Ce(e.menu,t);a.push({text:i,items:s})}else{const s=t(e);a.push({text:i,value:s})}})),a},Ie=(e=_e)=>t=>t?h.from(t).map((t=>Ce(t,e))):h.none(),Ue=(e,t)=>((e,a)=>{for(let a=0;ay(e,"items"))(i=e[a])?Ue(i.items,t):i.value===t?h.some(i):h.none();if(s.isSome())return s}var i;return h.none()})(e),xe=Ie,Se=(e,t)=>e.bind((e=>Ue(e,t))),Ne=e=>{const t=xe((t=>e.convertURL(t.value||t.url||"","src"))),a=new Promise((a=>{((e,t)=>{const a=R(e);r(a)?fetch(a).then((e=>{e.ok&&e.json().then(t)})):g(a)?a(t):t(a)})(e,(e=>{a(t(e).map((e=>w([[{text:"None",value:""}],e]))))}))})),i=(A=L(e),Ie(_e)(A)),s=N(e),o=T(e),n=(e=>U(e.options.get("images_upload_url")))(e),l=(e=>d(e.options.get("images_upload_handler")))(e),c=(e=>{const t=he(e);return t?ce((t=>pe(e,t)),t):{src:"",alt:"",title:"",width:"",height:"",class:"",style:"",caption:!1,hspace:"",vspace:"",border:"",borderStyle:"",isDecorative:!1}})(e),m=E(e),u=j(e),p=S(e),b=M(e),v=k(e),y=z(e),f=h.some(O(e)).filter((e=>r(e)&&e.length>0));var A;return a.then((e=>({image:c,imageList:e,classList:i,hasAdvTab:s,hasUploadTab:o,hasUploadUrl:n,hasUploadHandler:l,hasDescription:m,hasImageTitle:u,hasDimensions:p,hasImageCaption:b,prependURL:f,hasAccessibilityOptions:v,automaticUploads:y})))},Te=e=>{const t=e.imageList.map((e=>({name:"images",type:"listbox",label:"Image list",items:e}))),a={name:"alt",type:"input",label:"Alternative description",enabled:!(e.hasAccessibilityOptions&&e.image.isDecorative)},i=e.classList.map((e=>({name:"classes",type:"listbox",label:"Class",items:e})));return w([[{name:"src",type:"urlinput",filetype:"image",label:"Source"}],t.toArray(),e.hasAccessibilityOptions&&e.hasDescription?[{type:"label",label:"Accessibility",items:[{name:"isDecorative",type:"checkbox",label:"Image is decorative"}]}]:[],e.hasDescription?[a]:[],e.hasImageTitle?[{name:"title",type:"input",label:"Image title"}]:[],e.hasDimensions?[{name:"dimensions",type:"sizeinput"}]:[],[{...(s=e.classList.isSome()&&e.hasImageCaption,s?{type:"grid",columns:2}:{type:"panel"}),items:w([i.toArray(),e.hasImageCaption?[{type:"label",label:"Caption",items:[{type:"checkbox",name:"caption",label:"Show caption"}]}]:[]])}]]);var s},Oe=e=>({title:"General",name:"general",items:Te(e)}),Le=Te,Ee=e=>({src:{value:e.src,meta:{}},images:e.src,alt:e.alt,title:e.title,dimensions:{width:e.width,height:e.height},classes:e.class,caption:e.caption,style:e.style,vspace:e.vspace,border:e.border,hspace:e.hspace,borderstyle:e.borderStyle,fileinput:[],isDecorative:e.isDecorative}),je=(e,t)=>({src:e.src.value,alt:null!==e.alt&&0!==e.alt.length||!t?e.alt:null,title:e.title,width:e.dimensions.width,height:e.dimensions.height,class:e.classes,style:e.style,caption:e.caption,hspace:e.hspace,vspace:e.vspace,border:e.border,borderStyle:e.borderstyle,isDecorative:e.isDecorative}),Me=(e,t,a,i)=>{((e,t)=>{const a=t.getData();((e,t)=>/^(?:[a-zA-Z]+:)?\/\//.test(t)?h.none():e.prependURL.bind((e=>t.substring(0,e.length)!==e?h.some(e+t):h.none())))(e,a.src.value).each((e=>{t.setData({src:{value:e,meta:a.src.meta}})}))})(t,i),((e,t)=>{const a=t.getData(),i=a.src.meta;if(void 0!==i){const s=fe({},a);((e,t,a)=>{e.hasDescription&&r(a.alt)&&(t.alt=a.alt),e.hasAccessibilityOptions&&(t.isDecorative=a.isDecorative||t.isDecorative||!1),e.hasImageTitle&&r(a.title)&&(t.title=a.title),e.hasDimensions&&(r(a.width)&&(t.dimensions.width=a.width),r(a.height)&&(t.dimensions.height=a.height)),r(a.class)&&Se(e.classList,a.class).each((e=>{t.classes=e.value})),e.hasImageCaption&&m(a.caption)&&(t.caption=a.caption),e.hasAdvTab&&(r(a.style)&&(t.style=a.style),r(a.vspace)&&(t.vspace=a.vspace),r(a.border)&&(t.border=a.border),r(a.hspace)&&(t.hspace=a.hspace),r(a.borderstyle)&&(t.borderstyle=a.borderstyle))})(e,s,i),t.setData(s)}})(t,i),((e,t,a,i)=>{const s=i.getData(),r=s.src.value,o=s.src.meta||{};o.width||o.height||!t.hasDimensions||(U(r)?e.imageSize(r).then((e=>{a.open&&i.setData({dimensions:e})})).catch((e=>console.error(e))):i.setData({dimensions:{width:"",height:""}}))})(e,t,a,i),((e,t,a)=>{const i=a.getData(),s=Se(e.imageList,i.src.value);t.prevImage=s,a.setData({images:s.map((e=>e.value)).getOr("")})})(t,a,i)},Re=(e,t,a,i)=>{const s=i.getData();var r;i.block("Uploading image"),(r=s.fileinput,((e,t)=>0{i.unblock()}),(s=>{const r=URL.createObjectURL(s),o=()=>{i.unblock(),URL.revokeObjectURL(r)},n=s=>{i.setData({src:{value:s,meta:{}}}),i.showTab("general"),Me(e,t,a,i)};var l;(l=s,new Promise(((e,t)=>{const a=new FileReader;a.onload=()=>{e(a.result)},a.onerror=()=>{var e;t(null===(e=a.error)||void 0===e?void 0:e.message)},a.readAsDataURL(l)}))).then((a=>{const l=e.createBlobCache(s,r,a);t.automaticUploads?e.uploadImage(l).then((e=>{n(e.url),o()})).catch((t=>{o(),e.alertErr(t)})):(e.addToBlobCache(l),n(l.blobUri()),i.unblock())}))}))},ke=(e,t,a)=>(i,s)=>{"src"===s.name?Me(e,t,a,i):"images"===s.name?((e,t,a,i)=>{const s=i.getData(),r=Se(t.imageList,s.images);r.each((e=>{const t=""===s.alt||a.prevImage.map((e=>e.text===s.alt)).getOr(!1);t?""===e.value?i.setData({src:e,alt:a.prevAlt}):i.setData({src:e,alt:e.text}):i.setData({src:e})})),a.prevImage=r,Me(e,t,a,i)})(e,t,a,i):"alt"===s.name?a.prevAlt=i.getData().alt:"fileinput"===s.name?Re(e,t,a,i):"isDecorative"===s.name&&i.setEnabled("alt",!i.getData().isDecorative)},ze=e=>()=>{e.open=!1},Pe=e=>e.hasAdvTab||e.hasUploadUrl||e.hasUploadHandler?{type:"tabpanel",tabs:w([[Oe(e)],e.hasAdvTab?[{title:"Advanced",name:"advanced",items:[{type:"grid",columns:2,items:[{type:"input",label:"Vertical space",name:"vspace",inputMode:"numeric"},{type:"input",label:"Horizontal space",name:"hspace",inputMode:"numeric"},{type:"input",label:"Border width",name:"border",inputMode:"numeric"},{type:"listbox",name:"borderstyle",label:"Border style",items:[{text:"Select...",value:""},{text:"Solid",value:"solid"},{text:"Dotted",value:"dotted"},{text:"Dashed",value:"dashed"},{text:"Double",value:"double"},{text:"Groove",value:"groove"},{text:"Ridge",value:"ridge"},{text:"Inset",value:"inset"},{text:"Outset",value:"outset"},{text:"None",value:"none"},{text:"Hidden",value:"hidden"}]}]}]}]:[],e.hasUploadTab&&(e.hasUploadUrl||e.hasUploadHandler)?[{title:"Upload",name:"upload",items:[{type:"dropzone",name:"fileinput"}]}]:[]])}:{type:"panel",items:Le(e)},Be=(e,t,a)=>i=>{const s=fe(Ee(t.image),i.getData()),r={...s,style:le(a.normalizeCss,je(s,!1))};e.execCommand("mceUpdateImage",!1,je(r,t.hasAccessibilityOptions)),e.editorUpload.uploadImagesAuto(),i.close()},Fe=e=>t=>G(e,t)?(e=>new Promise((t=>{const a=document.createElement("img"),i=e=>{a.onload=a.onerror=null,a.parentNode&&a.parentNode.removeChild(a),t(e)};a.onload=()=>{const e={width:P(a.width,a.clientWidth),height:P(a.height,a.clientHeight)};i(Promise.resolve(e))},a.onerror=()=>{i(Promise.reject(`Failed to get image dimensions for: ${e}`))};const s=a.style;s.visibility="hidden",s.position="fixed",s.bottom=s.left="0px",s.width=s.height="auto",document.body.appendChild(a),a.src=e})))(e.documentBaseURI.toAbsolute(t)).then((e=>({width:String(e.width),height:String(e.height)}))):Promise.resolve({width:"",height:""}),He=e=>(t,a,i)=>{var s;return e.editorUpload.blobCache.create({blob:t,blobUri:a,name:null===(s=t.name)||void 0===s?void 0:s.replace(/\.[^\.]+$/,""),filename:t.name,base64:i.split(",")[1]})},Ge=e=>t=>{e.editorUpload.blobCache.add(t)},We=e=>t=>{e.windowManager.alert(t)},$e=e=>t=>pe(e,t),Ve=e=>t=>e.dom.parseStyle(t),Ke=e=>(t,a)=>e.dom.serializeStyle(t,a),Ze=e=>t=>Ae(e).upload([t],!1).then((e=>{var t;return 0===e.length?Promise.reject("Failed to upload image"):!1===e[0].status?Promise.reject(null===(t=e[0].error)||void 0===t?void 0:t.message):e[0]})),qe=e=>{const t={imageSize:Fe(e),addToBlobCache:Ge(e),createBlobCache:He(e),alertErr:We(e),normalizeCss:$e(e),parseStyle:Ve(e),serializeStyle:Ke(e),uploadImage:Ze(e)};return{open:()=>{Ne(e).then((a=>{const i=(e=>({prevImage:Se(e.imageList,e.image.src),prevAlt:e.image.alt,open:!0}))(a);return{title:"Insert/Edit Image",size:"normal",body:Pe(a),buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],initialData:Ee(a.image),onSubmit:Be(e,a,t),onChange:ke(t,a,i),onClose:ze(i)}})).then(e.windowManager.open)}}},Je=e=>{const t=e.attr("class");return d(t)&&/\bimage\b/.test(t)},Qe=e=>t=>{let a=t.length;const i=t=>{t.attr("contenteditable",e?"true":null)};for(;a--;){const s=t[a];Je(s)&&(s.attr("contenteditable",e?"false":null),De.each(s.getAll("figcaption"),i))}};e.add("image",(e=>{(e=>{const t=e.options.register;t("image_dimensions",{processor:"boolean",default:!0}),t("image_advtab",{processor:"boolean",default:!1}),t("image_uploadtab",{processor:"boolean",default:!0}),t("image_prepend_url",{processor:"string",default:""}),t("image_class_list",{processor:"object[]"}),t("image_description",{processor:"boolean",default:!0}),t("image_title",{processor:"boolean",default:!1}),t("image_caption",{processor:"boolean",default:!1}),t("image_list",{processor:e=>{const t=!1===e||r(e)||((e,t)=>{if(l(e)){for(let a=0,i=e.length;a{e.on("PreInit",(()=>{e.parser.addNodeFilter("figure",Qe(!0)),e.serializer.addNodeFilter("figure",Qe(!1))}))})(e),(e=>{e.ui.registry.addToggleButton("image",{icon:"image",tooltip:"Insert/edit image",onAction:qe(e).open,onSetup:t=>(t.setActive(d(he(e))),e.selection.selectorChangedWithUnbind("img:not([data-mce-object]):not([data-mce-placeholder]),figure.image",t.setActive).unbind)}),e.ui.registry.addMenuItem("image",{icon:"image",text:"Image...",onAction:qe(e).open}),e.ui.registry.addContextMenu("image",{update:e=>re(e)||"IMG"===e.nodeName&&!H(e)?["image"]:[]})})(e),(e=>{e.addCommand("mceImage",qe(e).open),e.addCommand("mceUpdateImage",((t,a)=>{e.undoManager.transact((()=>ye(e,a)))}))})(e)}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/importcss/index.js b/seller/public/tinymce/plugins/importcss/index.js
new file mode 100644
index 00000000..b78264c9
--- /dev/null
+++ b/seller/public/tinymce/plugins/importcss/index.js
@@ -0,0 +1,7 @@
+// Exports the "importcss" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/importcss')
+// ES2015:
+// import 'tinymce/plugins/importcss'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/importcss/plugin.js b/seller/public/tinymce/plugins/importcss/plugin.js
new file mode 100644
index 00000000..93370841
--- /dev/null
+++ b/seller/public/tinymce/plugins/importcss/plugin.js
@@ -0,0 +1,344 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$4 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const isString = isType('string');
+ const isObject = isType('object');
+ const isArray = isType('array');
+ const isFunction = isSimpleType('function');
+
+ var global$3 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils');
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.EditorManager');
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.Env');
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const option = name => editor => editor.options.get(name);
+ const register = editor => {
+ const registerOption = editor.options.register;
+ const filterProcessor = value => isString(value) || isFunction(value) || isObject(value);
+ registerOption('importcss_merge_classes', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('importcss_exclusive', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('importcss_selector_converter', { processor: 'function' });
+ registerOption('importcss_selector_filter', { processor: filterProcessor });
+ registerOption('importcss_file_filter', { processor: filterProcessor });
+ registerOption('importcss_groups', { processor: 'object[]' });
+ registerOption('importcss_append', {
+ processor: 'boolean',
+ default: false
+ });
+ };
+ const shouldMergeClasses = option('importcss_merge_classes');
+ const shouldImportExclusive = option('importcss_exclusive');
+ const getSelectorConverter = option('importcss_selector_converter');
+ const getSelectorFilter = option('importcss_selector_filter');
+ const getCssGroups = option('importcss_groups');
+ const shouldAppend = option('importcss_append');
+ const getFileFilter = option('importcss_file_filter');
+ const getSkin = option('skin');
+ const getSkinUrl = option('skin_url');
+
+ const nativePush = Array.prototype.push;
+ const map = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+ const bind = (xs, f) => flatten(map(xs, f));
+
+ const generate = () => {
+ const ungroupedOrder = [];
+ const groupOrder = [];
+ const groups = {};
+ const addItemToGroup = (groupTitle, itemInfo) => {
+ if (groups[groupTitle]) {
+ groups[groupTitle].push(itemInfo);
+ } else {
+ groupOrder.push(groupTitle);
+ groups[groupTitle] = [itemInfo];
+ }
+ };
+ const addItem = itemInfo => {
+ ungroupedOrder.push(itemInfo);
+ };
+ const toFormats = () => {
+ const groupItems = bind(groupOrder, g => {
+ const items = groups[g];
+ return items.length === 0 ? [] : [{
+ title: g,
+ items
+ }];
+ });
+ return groupItems.concat(ungroupedOrder);
+ };
+ return {
+ addItemToGroup,
+ addItem,
+ toFormats
+ };
+ };
+
+ const internalEditorStyle = /^\.(?:ephox|tiny-pageembed|mce)(?:[.-]+\w+)+$/;
+ const removeCacheSuffix = url => {
+ const cacheSuffix = global$1.cacheSuffix;
+ if (isString(url)) {
+ url = url.replace('?' + cacheSuffix, '').replace('&' + cacheSuffix, '');
+ }
+ return url;
+ };
+ const isSkinContentCss = (editor, href) => {
+ const skin = getSkin(editor);
+ if (skin) {
+ const skinUrlBase = getSkinUrl(editor);
+ const skinUrl = skinUrlBase ? editor.documentBaseURI.toAbsolute(skinUrlBase) : global$2.baseURL + '/skins/ui/' + skin;
+ const contentSkinUrlPart = global$2.baseURL + '/skins/content/';
+ return href === skinUrl + '/content' + (editor.inline ? '.inline' : '') + '.min.css' || href.indexOf(contentSkinUrlPart) !== -1;
+ }
+ return false;
+ };
+ const compileFilter = filter => {
+ if (isString(filter)) {
+ return value => {
+ return value.indexOf(filter) !== -1;
+ };
+ } else if (filter instanceof RegExp) {
+ return value => {
+ return filter.test(value);
+ };
+ }
+ return filter;
+ };
+ const isCssImportRule = rule => rule.styleSheet;
+ const isCssPageRule = rule => rule.selectorText;
+ const getSelectors = (editor, doc, fileFilter) => {
+ const selectors = [];
+ const contentCSSUrls = {};
+ const append = (styleSheet, imported) => {
+ let href = styleSheet.href;
+ let rules;
+ href = removeCacheSuffix(href);
+ if (!href || fileFilter && !fileFilter(href, imported) || isSkinContentCss(editor, href)) {
+ return;
+ }
+ global.each(styleSheet.imports, styleSheet => {
+ append(styleSheet, true);
+ });
+ try {
+ rules = styleSheet.cssRules || styleSheet.rules;
+ } catch (e) {
+ }
+ global.each(rules, cssRule => {
+ if (isCssImportRule(cssRule)) {
+ append(cssRule.styleSheet, true);
+ } else if (isCssPageRule(cssRule)) {
+ global.each(cssRule.selectorText.split(','), selector => {
+ selectors.push(global.trim(selector));
+ });
+ }
+ });
+ };
+ global.each(editor.contentCSS, url => {
+ contentCSSUrls[url] = true;
+ });
+ if (!fileFilter) {
+ fileFilter = (href, imported) => {
+ return imported || contentCSSUrls[href];
+ };
+ }
+ try {
+ global.each(doc.styleSheets, styleSheet => {
+ append(styleSheet);
+ });
+ } catch (e) {
+ }
+ return selectors;
+ };
+ const defaultConvertSelectorToFormat = (editor, selectorText) => {
+ let format = {};
+ const selector = /^(?:([a-z0-9\-_]+))?(\.[a-z0-9_\-\.]+)$/i.exec(selectorText);
+ if (!selector) {
+ return;
+ }
+ const elementName = selector[1];
+ const classes = selector[2].substr(1).split('.').join(' ');
+ const inlineSelectorElements = global.makeMap('a,img');
+ if (selector[1]) {
+ format = { title: selectorText };
+ if (editor.schema.getTextBlockElements()[elementName]) {
+ format.block = elementName;
+ } else if (editor.schema.getBlockElements()[elementName] || inlineSelectorElements[elementName.toLowerCase()]) {
+ format.selector = elementName;
+ } else {
+ format.inline = elementName;
+ }
+ } else if (selector[2]) {
+ format = {
+ inline: 'span',
+ title: selectorText.substr(1),
+ classes
+ };
+ }
+ if (shouldMergeClasses(editor)) {
+ format.classes = classes;
+ } else {
+ format.attributes = { class: classes };
+ }
+ return format;
+ };
+ const getGroupsBySelector = (groups, selector) => {
+ return global.grep(groups, group => {
+ return !group.filter || group.filter(selector);
+ });
+ };
+ const compileUserDefinedGroups = groups => {
+ return global.map(groups, group => {
+ return global.extend({}, group, {
+ original: group,
+ selectors: {},
+ filter: compileFilter(group.filter)
+ });
+ });
+ };
+ const isExclusiveMode = (editor, group) => {
+ return group === null || shouldImportExclusive(editor);
+ };
+ const isUniqueSelector = (editor, selector, group, globallyUniqueSelectors) => {
+ return !(isExclusiveMode(editor, group) ? selector in globallyUniqueSelectors : selector in group.selectors);
+ };
+ const markUniqueSelector = (editor, selector, group, globallyUniqueSelectors) => {
+ if (isExclusiveMode(editor, group)) {
+ globallyUniqueSelectors[selector] = true;
+ } else {
+ group.selectors[selector] = true;
+ }
+ };
+ const convertSelectorToFormat = (editor, plugin, selector, group) => {
+ let selectorConverter;
+ const converter = getSelectorConverter(editor);
+ if (group && group.selector_converter) {
+ selectorConverter = group.selector_converter;
+ } else if (converter) {
+ selectorConverter = converter;
+ } else {
+ selectorConverter = () => {
+ return defaultConvertSelectorToFormat(editor, selector);
+ };
+ }
+ return selectorConverter.call(plugin, selector, group);
+ };
+ const setup = editor => {
+ editor.on('init', () => {
+ const model = generate();
+ const globallyUniqueSelectors = {};
+ const selectorFilter = compileFilter(getSelectorFilter(editor));
+ const groups = compileUserDefinedGroups(getCssGroups(editor));
+ const processSelector = (selector, group) => {
+ if (isUniqueSelector(editor, selector, group, globallyUniqueSelectors)) {
+ markUniqueSelector(editor, selector, group, globallyUniqueSelectors);
+ const format = convertSelectorToFormat(editor, editor.plugins.importcss, selector, group);
+ if (format) {
+ const formatName = format.name || global$3.DOM.uniqueId();
+ editor.formatter.register(formatName, format);
+ return {
+ title: format.title,
+ format: formatName
+ };
+ }
+ }
+ return null;
+ };
+ global.each(getSelectors(editor, editor.getDoc(), compileFilter(getFileFilter(editor))), selector => {
+ if (!internalEditorStyle.test(selector)) {
+ if (!selectorFilter || selectorFilter(selector)) {
+ const selectorGroups = getGroupsBySelector(groups, selector);
+ if (selectorGroups.length > 0) {
+ global.each(selectorGroups, group => {
+ const menuItem = processSelector(selector, group);
+ if (menuItem) {
+ model.addItemToGroup(group.title, menuItem);
+ }
+ });
+ } else {
+ const menuItem = processSelector(selector, null);
+ if (menuItem) {
+ model.addItem(menuItem);
+ }
+ }
+ }
+ }
+ });
+ const items = model.toFormats();
+ editor.dispatch('addStyleModifications', {
+ items,
+ replace: !shouldAppend(editor)
+ });
+ });
+ };
+
+ const get = editor => {
+ const convertSelectorToFormat = selectorText => {
+ return defaultConvertSelectorToFormat(editor, selectorText);
+ };
+ return { convertSelectorToFormat };
+ };
+
+ var Plugin = () => {
+ global$4.add('importcss', editor => {
+ register(editor);
+ setup(editor);
+ return get(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/importcss/plugin.min.js b/seller/public/tinymce/plugins/importcss/plugin.min.js
new file mode 100644
index 00000000..3bd9ba59
--- /dev/null
+++ b/seller/public/tinymce/plugins/importcss/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(s=r=e,(o=String).prototype.isPrototypeOf(s)||(null===(n=r.constructor)||void 0===n?void 0:n.name)===o.name)?"string":t;var s,r,o,n})(t)===e,s=t("string"),r=t("object"),o=t("array"),n=("function",e=>"function"==typeof e);var c=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils"),i=tinymce.util.Tools.resolve("tinymce.EditorManager"),l=tinymce.util.Tools.resolve("tinymce.Env"),a=tinymce.util.Tools.resolve("tinymce.util.Tools");const p=e=>t=>t.options.get(e),u=p("importcss_merge_classes"),m=p("importcss_exclusive"),f=p("importcss_selector_converter"),y=p("importcss_selector_filter"),d=p("importcss_groups"),h=p("importcss_append"),_=p("importcss_file_filter"),g=p("skin"),v=p("skin_url"),b=Array.prototype.push,x=/^\.(?:ephox|tiny-pageembed|mce)(?:[.-]+\w+)+$/,T=e=>s(e)?t=>-1!==t.indexOf(e):e instanceof RegExp?t=>e.test(t):e,S=(e,t)=>{let s={};const r=/^(?:([a-z0-9\-_]+))?(\.[a-z0-9_\-\.]+)$/i.exec(t);if(!r)return;const o=r[1],n=r[2].substr(1).split(".").join(" "),c=a.makeMap("a,img");return r[1]?(s={title:t},e.schema.getTextBlockElements()[o]?s.block=o:e.schema.getBlockElements()[o]||c[o.toLowerCase()]?s.selector=o:s.inline=o):r[2]&&(s={inline:"span",title:t.substr(1),classes:n}),u(e)?s.classes=n:s.attributes={class:n},s},k=(e,t)=>null===t||m(e),w=e=>{e.on("init",(()=>{const t=(()=>{const e=[],t=[],s={};return{addItemToGroup:(e,r)=>{s[e]?s[e].push(r):(t.push(e),s[e]=[r])},addItem:t=>{e.push(t)},toFormats:()=>{return(r=t,n=e=>{const t=s[e];return 0===t.length?[]:[{title:e,items:t}]},(e=>{const t=[];for(let s=0,r=e.length;s{const s=e.length,r=new Array(s);for(let o=0;oa.map(e,(e=>a.extend({},e,{original:e,selectors:{},filter:T(e.filter)}))))(d(e)),u=(t,s)=>{if(((e,t,s,r)=>!(k(e,s)?t in r:t in s.selectors))(e,t,s,r)){((e,t,s,r)=>{k(e,s)?r[t]=!0:s.selectors[t]=!0})(e,t,s,r);const o=((e,t,s,r)=>{let o;const n=f(e);return o=r&&r.selector_converter?r.selector_converter:n||(()=>S(e,s)),o.call(t,s,r)})(e,e.plugins.importcss,t,s);if(o){const t=o.name||c.DOM.uniqueId();return e.formatter.register(t,o),{title:o.title,format:t}}}return null};a.each(((e,t,r)=>{const o=[],n={},c=(t,n)=>{let p,u=t.href;if(u=(e=>{const t=l.cacheSuffix;return s(e)&&(e=e.replace("?"+t,"").replace("&"+t,"")),e})(u),u&&(!r||r(u,n))&&!((e,t)=>{const s=g(e);if(s){const r=v(e),o=r?e.documentBaseURI.toAbsolute(r):i.baseURL+"/skins/ui/"+s,n=i.baseURL+"/skins/content/";return t===o+"/content"+(e.inline?".inline":"")+".min.css"||-1!==t.indexOf(n)}return!1})(e,u)){a.each(t.imports,(e=>{c(e,!0)}));try{p=t.cssRules||t.rules}catch(e){}a.each(p,(e=>{e.styleSheet?c(e.styleSheet,!0):e.selectorText&&a.each(e.selectorText.split(","),(e=>{o.push(a.trim(e))}))}))}};a.each(e.contentCSS,(e=>{n[e]=!0})),r||(r=(e,t)=>t||n[e]);try{a.each(t.styleSheets,(e=>{c(e)}))}catch(e){}return o})(e,e.getDoc(),T(_(e))),(e=>{if(!x.test(e)&&(!n||n(e))){const s=((e,t)=>a.grep(e,(e=>!e.filter||e.filter(t))))(p,e);if(s.length>0)a.each(s,(s=>{const r=u(e,s);r&&t.addItemToGroup(s.title,r)}));else{const s=u(e,null);s&&t.addItem(s)}}}));const m=t.toFormats();e.dispatch("addStyleModifications",{items:m,replace:!h(e)})}))};e.add("importcss",(e=>((e=>{const t=e.options.register,o=e=>s(e)||n(e)||r(e);t("importcss_merge_classes",{processor:"boolean",default:!0}),t("importcss_exclusive",{processor:"boolean",default:!0}),t("importcss_selector_converter",{processor:"function"}),t("importcss_selector_filter",{processor:o}),t("importcss_file_filter",{processor:o}),t("importcss_groups",{processor:"object[]"}),t("importcss_append",{processor:"boolean",default:!1})})(e),w(e),(e=>({convertSelectorToFormat:t=>S(e,t)}))(e))))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/insertdatetime/index.js b/seller/public/tinymce/plugins/insertdatetime/index.js
new file mode 100644
index 00000000..22a7f6e1
--- /dev/null
+++ b/seller/public/tinymce/plugins/insertdatetime/index.js
@@ -0,0 +1,7 @@
+// Exports the "insertdatetime" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/insertdatetime')
+// ES2015:
+// import 'tinymce/plugins/insertdatetime'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/insertdatetime/plugin.js b/seller/public/tinymce/plugins/insertdatetime/plugin.js
new file mode 100644
index 00000000..b4793db5
--- /dev/null
+++ b/seller/public/tinymce/plugins/insertdatetime/plugin.js
@@ -0,0 +1,175 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const option = name => editor => editor.options.get(name);
+ const register$2 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('insertdatetime_dateformat', {
+ processor: 'string',
+ default: editor.translate('%Y-%m-%d')
+ });
+ registerOption('insertdatetime_timeformat', {
+ processor: 'string',
+ default: editor.translate('%H:%M:%S')
+ });
+ registerOption('insertdatetime_formats', {
+ processor: 'string[]',
+ default: [
+ '%H:%M:%S',
+ '%Y-%m-%d',
+ '%I:%M:%S %p',
+ '%D'
+ ]
+ });
+ registerOption('insertdatetime_element', {
+ processor: 'boolean',
+ default: false
+ });
+ };
+ const getDateFormat = option('insertdatetime_dateformat');
+ const getTimeFormat = option('insertdatetime_timeformat');
+ const getFormats = option('insertdatetime_formats');
+ const shouldInsertTimeElement = option('insertdatetime_element');
+ const getDefaultDateTime = editor => {
+ const formats = getFormats(editor);
+ return formats.length > 0 ? formats[0] : getTimeFormat(editor);
+ };
+
+ const daysShort = 'Sun Mon Tue Wed Thu Fri Sat Sun'.split(' ');
+ const daysLong = 'Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sunday'.split(' ');
+ const monthsShort = 'Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec'.split(' ');
+ const monthsLong = 'January February March April May June July August September October November December'.split(' ');
+ const addZeros = (value, len) => {
+ value = '' + value;
+ if (value.length < len) {
+ for (let i = 0; i < len - value.length; i++) {
+ value = '0' + value;
+ }
+ }
+ return value;
+ };
+ const getDateTime = (editor, fmt, date = new Date()) => {
+ fmt = fmt.replace('%D', '%m/%d/%Y');
+ fmt = fmt.replace('%r', '%I:%M:%S %p');
+ fmt = fmt.replace('%Y', '' + date.getFullYear());
+ fmt = fmt.replace('%y', '' + date.getYear());
+ fmt = fmt.replace('%m', addZeros(date.getMonth() + 1, 2));
+ fmt = fmt.replace('%d', addZeros(date.getDate(), 2));
+ fmt = fmt.replace('%H', '' + addZeros(date.getHours(), 2));
+ fmt = fmt.replace('%M', '' + addZeros(date.getMinutes(), 2));
+ fmt = fmt.replace('%S', '' + addZeros(date.getSeconds(), 2));
+ fmt = fmt.replace('%I', '' + ((date.getHours() + 11) % 12 + 1));
+ fmt = fmt.replace('%p', '' + (date.getHours() < 12 ? 'AM' : 'PM'));
+ fmt = fmt.replace('%B', '' + editor.translate(monthsLong[date.getMonth()]));
+ fmt = fmt.replace('%b', '' + editor.translate(monthsShort[date.getMonth()]));
+ fmt = fmt.replace('%A', '' + editor.translate(daysLong[date.getDay()]));
+ fmt = fmt.replace('%a', '' + editor.translate(daysShort[date.getDay()]));
+ fmt = fmt.replace('%%', '%');
+ return fmt;
+ };
+ const updateElement = (editor, timeElm, computerTime, userTime) => {
+ const newTimeElm = editor.dom.create('time', { datetime: computerTime }, userTime);
+ editor.dom.replace(newTimeElm, timeElm);
+ editor.selection.select(newTimeElm, true);
+ editor.selection.collapse(false);
+ };
+ const insertDateTime = (editor, format) => {
+ if (shouldInsertTimeElement(editor)) {
+ const userTime = getDateTime(editor, format);
+ let computerTime;
+ if (/%[HMSIp]/.test(format)) {
+ computerTime = getDateTime(editor, '%Y-%m-%dT%H:%M');
+ } else {
+ computerTime = getDateTime(editor, '%Y-%m-%d');
+ }
+ const timeElm = editor.dom.getParent(editor.selection.getStart(), 'time');
+ if (timeElm) {
+ updateElement(editor, timeElm, computerTime, userTime);
+ } else {
+ editor.insertContent('');
+ }
+ } else {
+ editor.insertContent(getDateTime(editor, format));
+ }
+ };
+
+ const register$1 = editor => {
+ editor.addCommand('mceInsertDate', (_ui, value) => {
+ insertDateTime(editor, value !== null && value !== void 0 ? value : getDateFormat(editor));
+ });
+ editor.addCommand('mceInsertTime', (_ui, value) => {
+ insertDateTime(editor, value !== null && value !== void 0 ? value : getTimeFormat(editor));
+ });
+ };
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const register = editor => {
+ const formats = getFormats(editor);
+ const defaultFormat = Cell(getDefaultDateTime(editor));
+ const insertDateTime = format => editor.execCommand('mceInsertDate', false, format);
+ editor.ui.registry.addSplitButton('insertdatetime', {
+ icon: 'insert-time',
+ tooltip: 'Insert date/time',
+ select: value => value === defaultFormat.get(),
+ fetch: done => {
+ done(global.map(formats, format => ({
+ type: 'choiceitem',
+ text: getDateTime(editor, format),
+ value: format
+ })));
+ },
+ onAction: _api => {
+ insertDateTime(defaultFormat.get());
+ },
+ onItemAction: (_api, value) => {
+ defaultFormat.set(value);
+ insertDateTime(value);
+ }
+ });
+ const makeMenuItemHandler = format => () => {
+ defaultFormat.set(format);
+ insertDateTime(format);
+ };
+ editor.ui.registry.addNestedMenuItem('insertdatetime', {
+ icon: 'insert-time',
+ text: 'Date/time',
+ getSubmenuItems: () => global.map(formats, format => ({
+ type: 'menuitem',
+ text: getDateTime(editor, format),
+ onAction: makeMenuItemHandler(format)
+ }))
+ });
+ };
+
+ var Plugin = () => {
+ global$1.add('insertdatetime', editor => {
+ register$2(editor);
+ register$1(editor);
+ register(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/insertdatetime/plugin.min.js b/seller/public/tinymce/plugins/insertdatetime/plugin.min.js
new file mode 100644
index 00000000..b0dae302
--- /dev/null
+++ b/seller/public/tinymce/plugins/insertdatetime/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>t.options.get(e),a=t("insertdatetime_dateformat"),r=t("insertdatetime_timeformat"),n=t("insertdatetime_formats"),s=t("insertdatetime_element"),i="Sun Mon Tue Wed Thu Fri Sat Sun".split(" "),o="Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sunday".split(" "),l="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),m="January February March April May June July August September October November December".split(" "),c=(e,t)=>{if((e=""+e).length(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=t.replace("%D","%m/%d/%Y")).replace("%r","%I:%M:%S %p")).replace("%Y",""+a.getFullYear())).replace("%y",""+a.getYear())).replace("%m",c(a.getMonth()+1,2))).replace("%d",c(a.getDate(),2))).replace("%H",""+c(a.getHours(),2))).replace("%M",""+c(a.getMinutes(),2))).replace("%S",""+c(a.getSeconds(),2))).replace("%I",""+((a.getHours()+11)%12+1))).replace("%p",a.getHours()<12?"AM":"PM")).replace("%B",""+e.translate(m[a.getMonth()]))).replace("%b",""+e.translate(l[a.getMonth()]))).replace("%A",""+e.translate(o[a.getDay()]))).replace("%a",""+e.translate(i[a.getDay()]))).replace("%%","%"),u=(e,t)=>{if(s(e)){const a=d(e,t);let r;r=/%[HMSIp]/.test(t)?d(e,"%Y-%m-%dT%H:%M"):d(e,"%Y-%m-%d");const n=e.dom.getParent(e.selection.getStart(),"time");n?((e,t,a,r)=>{const n=e.dom.create("time",{datetime:a},r);e.dom.replace(n,t),e.selection.select(n,!0),e.selection.collapse(!1)})(e,n,r,a):e.insertContent('")}else e.insertContent(d(e,t))};var p=tinymce.util.Tools.resolve("tinymce.util.Tools");e.add("insertdatetime",(e=>{(e=>{const t=e.options.register;t("insertdatetime_dateformat",{processor:"string",default:e.translate("%Y-%m-%d")}),t("insertdatetime_timeformat",{processor:"string",default:e.translate("%H:%M:%S")}),t("insertdatetime_formats",{processor:"string[]",default:["%H:%M:%S","%Y-%m-%d","%I:%M:%S %p","%D"]}),t("insertdatetime_element",{processor:"boolean",default:!1})})(e),(e=>{e.addCommand("mceInsertDate",((t,r)=>{u(e,null!=r?r:a(e))})),e.addCommand("mceInsertTime",((t,a)=>{u(e,null!=a?a:r(e))}))})(e),(e=>{const t=n(e),a=(e=>{let t=e;return{get:()=>t,set:e=>{t=e}}})((e=>{const t=n(e);return t.length>0?t[0]:r(e)})(e)),s=t=>e.execCommand("mceInsertDate",!1,t);e.ui.registry.addSplitButton("insertdatetime",{icon:"insert-time",tooltip:"Insert date/time",select:e=>e===a.get(),fetch:a=>{a(p.map(t,(t=>({type:"choiceitem",text:d(e,t),value:t}))))},onAction:e=>{s(a.get())},onItemAction:(e,t)=>{a.set(t),s(t)}});const i=e=>()=>{a.set(e),s(e)};e.ui.registry.addNestedMenuItem("insertdatetime",{icon:"insert-time",text:"Date/time",getSubmenuItems:()=>p.map(t,(t=>({type:"menuitem",text:d(e,t),onAction:i(t)})))})})(e)}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/link/index.js b/seller/public/tinymce/plugins/link/index.js
new file mode 100644
index 00000000..ff52930f
--- /dev/null
+++ b/seller/public/tinymce/plugins/link/index.js
@@ -0,0 +1,7 @@
+// Exports the "link" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/link')
+// ES2015:
+// import 'tinymce/plugins/link'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/link/plugin.js b/seller/public/tinymce/plugins/link/plugin.js
new file mode 100644
index 00000000..3796707e
--- /dev/null
+++ b/seller/public/tinymce/plugins/link/plugin.js
@@ -0,0 +1,1227 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$5 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const eq = t => a => t === a;
+ const isString = isType('string');
+ const isObject = isType('object');
+ const isArray = isType('array');
+ const isNull = eq(null);
+ const isBoolean = isSimpleType('boolean');
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+ const isArrayOf = (value, pred) => {
+ if (isArray(value)) {
+ for (let i = 0, len = value.length; i < len; ++i) {
+ if (!pred(value[i])) {
+ return false;
+ }
+ }
+ return true;
+ }
+ return false;
+ };
+
+ const noop = () => {
+ };
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ const tripleEquals = (a, b) => {
+ return a === b;
+ };
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const nativeIndexOf = Array.prototype.indexOf;
+ const nativePush = Array.prototype.push;
+ const rawIndexOf = (ts, t) => nativeIndexOf.call(ts, t);
+ const contains = (xs, x) => rawIndexOf(xs, x) > -1;
+ const map = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const each$1 = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const foldl = (xs, f, acc) => {
+ each$1(xs, (x, i) => {
+ acc = f(acc, x, i);
+ });
+ return acc;
+ };
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+ const bind = (xs, f) => flatten(map(xs, f));
+ const findMap = (arr, f) => {
+ for (let i = 0; i < arr.length; i++) {
+ const r = f(arr[i], i);
+ if (r.isSome()) {
+ return r;
+ }
+ }
+ return Optional.none();
+ };
+
+ const is = (lhs, rhs, comparator = tripleEquals) => lhs.exists(left => comparator(left, rhs));
+ const cat = arr => {
+ const r = [];
+ const push = x => {
+ r.push(x);
+ };
+ for (let i = 0; i < arr.length; i++) {
+ arr[i].each(push);
+ }
+ return r;
+ };
+ const someIf = (b, a) => b ? Optional.some(a) : Optional.none();
+
+ const option = name => editor => editor.options.get(name);
+ const register$1 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('link_assume_external_targets', {
+ processor: value => {
+ const valid = isString(value) || isBoolean(value);
+ if (valid) {
+ if (value === true) {
+ return {
+ value: 1,
+ valid
+ };
+ } else if (value === 'http' || value === 'https') {
+ return {
+ value,
+ valid
+ };
+ } else {
+ return {
+ value: 0,
+ valid
+ };
+ }
+ } else {
+ return {
+ valid: false,
+ message: 'Must be a string or a boolean.'
+ };
+ }
+ },
+ default: false
+ });
+ registerOption('link_context_toolbar', {
+ processor: 'boolean',
+ default: false
+ });
+ registerOption('link_list', { processor: value => isString(value) || isFunction(value) || isArrayOf(value, isObject) });
+ registerOption('link_default_target', { processor: 'string' });
+ registerOption('link_default_protocol', {
+ processor: 'string',
+ default: 'https'
+ });
+ registerOption('link_target_list', {
+ processor: value => isBoolean(value) || isArrayOf(value, isObject),
+ default: true
+ });
+ registerOption('link_rel_list', {
+ processor: 'object[]',
+ default: []
+ });
+ registerOption('link_class_list', {
+ processor: 'object[]',
+ default: []
+ });
+ registerOption('link_title', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('allow_unsafe_link_target', {
+ processor: 'boolean',
+ default: false
+ });
+ registerOption('link_quicklink', {
+ processor: 'boolean',
+ default: false
+ });
+ };
+ const assumeExternalTargets = option('link_assume_external_targets');
+ const hasContextToolbar = option('link_context_toolbar');
+ const getLinkList = option('link_list');
+ const getDefaultLinkTarget = option('link_default_target');
+ const getDefaultLinkProtocol = option('link_default_protocol');
+ const getTargetList = option('link_target_list');
+ const getRelList = option('link_rel_list');
+ const getLinkClassList = option('link_class_list');
+ const shouldShowLinkTitle = option('link_title');
+ const allowUnsafeLinkTarget = option('allow_unsafe_link_target');
+ const useQuickLink = option('link_quicklink');
+
+ var global$4 = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const getValue = item => isString(item.value) ? item.value : '';
+ const getText = item => {
+ if (isString(item.text)) {
+ return item.text;
+ } else if (isString(item.title)) {
+ return item.title;
+ } else {
+ return '';
+ }
+ };
+ const sanitizeList = (list, extractValue) => {
+ const out = [];
+ global$4.each(list, item => {
+ const text = getText(item);
+ if (item.menu !== undefined) {
+ const items = sanitizeList(item.menu, extractValue);
+ out.push({
+ text,
+ items
+ });
+ } else {
+ const value = extractValue(item);
+ out.push({
+ text,
+ value
+ });
+ }
+ });
+ return out;
+ };
+ const sanitizeWith = (extracter = getValue) => list => Optional.from(list).map(list => sanitizeList(list, extracter));
+ const sanitize = list => sanitizeWith(getValue)(list);
+ const createUi = (name, label) => items => ({
+ name,
+ type: 'listbox',
+ label,
+ items
+ });
+ const ListOptions = {
+ sanitize,
+ sanitizeWith,
+ createUi,
+ getValue
+ };
+
+ const keys = Object.keys;
+ const hasOwnProperty = Object.hasOwnProperty;
+ const each = (obj, f) => {
+ const props = keys(obj);
+ for (let k = 0, len = props.length; k < len; k++) {
+ const i = props[k];
+ const x = obj[i];
+ f(x, i);
+ }
+ };
+ const objAcc = r => (x, i) => {
+ r[i] = x;
+ };
+ const internalFilter = (obj, pred, onTrue, onFalse) => {
+ each(obj, (x, i) => {
+ (pred(x, i) ? onTrue : onFalse)(x, i);
+ });
+ };
+ const filter = (obj, pred) => {
+ const t = {};
+ internalFilter(obj, pred, objAcc(t), noop);
+ return t;
+ };
+ const has = (obj, key) => hasOwnProperty.call(obj, key);
+ const hasNonNullableKey = (obj, key) => has(obj, key) && obj[key] !== undefined && obj[key] !== null;
+
+ var global$3 = tinymce.util.Tools.resolve('tinymce.dom.TreeWalker');
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.util.URI');
+
+ const isAnchor = elm => isNonNullable(elm) && elm.nodeName.toLowerCase() === 'a';
+ const isLink = elm => isAnchor(elm) && !!getHref(elm);
+ const collectNodesInRange = (rng, predicate) => {
+ if (rng.collapsed) {
+ return [];
+ } else {
+ const contents = rng.cloneContents();
+ const firstChild = contents.firstChild;
+ const walker = new global$3(firstChild, contents);
+ const elements = [];
+ let current = firstChild;
+ do {
+ if (predicate(current)) {
+ elements.push(current);
+ }
+ } while (current = walker.next());
+ return elements;
+ }
+ };
+ const hasProtocol = url => /^\w+:/i.test(url);
+ const getHref = elm => {
+ var _a, _b;
+ return (_b = (_a = elm.getAttribute('data-mce-href')) !== null && _a !== void 0 ? _a : elm.getAttribute('href')) !== null && _b !== void 0 ? _b : '';
+ };
+ const applyRelTargetRules = (rel, isUnsafe) => {
+ const rules = ['noopener'];
+ const rels = rel ? rel.split(/\s+/) : [];
+ const toString = rels => global$4.trim(rels.sort().join(' '));
+ const addTargetRules = rels => {
+ rels = removeTargetRules(rels);
+ return rels.length > 0 ? rels.concat(rules) : rules;
+ };
+ const removeTargetRules = rels => rels.filter(val => global$4.inArray(rules, val) === -1);
+ const newRels = isUnsafe ? addTargetRules(rels) : removeTargetRules(rels);
+ return newRels.length > 0 ? toString(newRels) : '';
+ };
+ const trimCaretContainers = text => text.replace(/\uFEFF/g, '');
+ const getAnchorElement = (editor, selectedElm) => {
+ selectedElm = selectedElm || getLinksInSelection(editor.selection.getRng())[0] || editor.selection.getNode();
+ if (isImageFigure(selectedElm)) {
+ return Optional.from(editor.dom.select('a[href]', selectedElm)[0]);
+ } else {
+ return Optional.from(editor.dom.getParent(selectedElm, 'a[href]'));
+ }
+ };
+ const isInAnchor = (editor, selectedElm) => getAnchorElement(editor, selectedElm).isSome();
+ const getAnchorText = (selection, anchorElm) => {
+ const text = anchorElm.fold(() => selection.getContent({ format: 'text' }), anchorElm => anchorElm.innerText || anchorElm.textContent || '');
+ return trimCaretContainers(text);
+ };
+ const getLinksInSelection = rng => collectNodesInRange(rng, isLink);
+ const getLinks$1 = elements => global$4.grep(elements, isLink);
+ const hasLinks = elements => getLinks$1(elements).length > 0;
+ const hasLinksInSelection = rng => getLinksInSelection(rng).length > 0;
+ const isOnlyTextSelected = editor => {
+ const inlineTextElements = editor.schema.getTextInlineElements();
+ const isElement = elm => elm.nodeType === 1 && !isAnchor(elm) && !has(inlineTextElements, elm.nodeName.toLowerCase());
+ const isInBlockAnchor = getAnchorElement(editor).exists(anchor => anchor.hasAttribute('data-mce-block'));
+ if (isInBlockAnchor) {
+ return false;
+ }
+ const rng = editor.selection.getRng();
+ if (!rng.collapsed) {
+ const elements = collectNodesInRange(rng, isElement);
+ return elements.length === 0;
+ } else {
+ return true;
+ }
+ };
+ const isImageFigure = elm => isNonNullable(elm) && elm.nodeName === 'FIGURE' && /\bimage\b/i.test(elm.className);
+ const getLinkAttrs = data => {
+ const attrs = [
+ 'title',
+ 'rel',
+ 'class',
+ 'target'
+ ];
+ return foldl(attrs, (acc, key) => {
+ data[key].each(value => {
+ acc[key] = value.length > 0 ? value : null;
+ });
+ return acc;
+ }, { href: data.href });
+ };
+ const handleExternalTargets = (href, assumeExternalTargets) => {
+ if ((assumeExternalTargets === 'http' || assumeExternalTargets === 'https') && !hasProtocol(href)) {
+ return assumeExternalTargets + '://' + href;
+ }
+ return href;
+ };
+ const applyLinkOverrides = (editor, linkAttrs) => {
+ const newLinkAttrs = { ...linkAttrs };
+ if (getRelList(editor).length === 0 && !allowUnsafeLinkTarget(editor)) {
+ const newRel = applyRelTargetRules(newLinkAttrs.rel, newLinkAttrs.target === '_blank');
+ newLinkAttrs.rel = newRel ? newRel : null;
+ }
+ if (Optional.from(newLinkAttrs.target).isNone() && getTargetList(editor) === false) {
+ newLinkAttrs.target = getDefaultLinkTarget(editor);
+ }
+ newLinkAttrs.href = handleExternalTargets(newLinkAttrs.href, assumeExternalTargets(editor));
+ return newLinkAttrs;
+ };
+ const updateLink = (editor, anchorElm, text, linkAttrs) => {
+ text.each(text => {
+ if (has(anchorElm, 'innerText')) {
+ anchorElm.innerText = text;
+ } else {
+ anchorElm.textContent = text;
+ }
+ });
+ editor.dom.setAttribs(anchorElm, linkAttrs);
+ editor.selection.select(anchorElm);
+ };
+ const createLink = (editor, selectedElm, text, linkAttrs) => {
+ const dom = editor.dom;
+ if (isImageFigure(selectedElm)) {
+ linkImageFigure(dom, selectedElm, linkAttrs);
+ } else {
+ text.fold(() => {
+ editor.execCommand('mceInsertLink', false, linkAttrs);
+ }, text => {
+ editor.insertContent(dom.createHTML('a', linkAttrs, dom.encode(text)));
+ });
+ }
+ };
+ const linkDomMutation = (editor, attachState, data) => {
+ const selectedElm = editor.selection.getNode();
+ const anchorElm = getAnchorElement(editor, selectedElm);
+ const linkAttrs = applyLinkOverrides(editor, getLinkAttrs(data));
+ editor.undoManager.transact(() => {
+ if (data.href === attachState.href) {
+ attachState.attach();
+ }
+ anchorElm.fold(() => {
+ createLink(editor, selectedElm, data.text, linkAttrs);
+ }, elm => {
+ editor.focus();
+ updateLink(editor, elm, data.text, linkAttrs);
+ });
+ });
+ };
+ const unlinkSelection = editor => {
+ const dom = editor.dom, selection = editor.selection;
+ const bookmark = selection.getBookmark();
+ const rng = selection.getRng().cloneRange();
+ const startAnchorElm = dom.getParent(rng.startContainer, 'a[href]', editor.getBody());
+ const endAnchorElm = dom.getParent(rng.endContainer, 'a[href]', editor.getBody());
+ if (startAnchorElm) {
+ rng.setStartBefore(startAnchorElm);
+ }
+ if (endAnchorElm) {
+ rng.setEndAfter(endAnchorElm);
+ }
+ selection.setRng(rng);
+ editor.execCommand('unlink');
+ selection.moveToBookmark(bookmark);
+ };
+ const unlinkDomMutation = editor => {
+ editor.undoManager.transact(() => {
+ const node = editor.selection.getNode();
+ if (isImageFigure(node)) {
+ unlinkImageFigure(editor, node);
+ } else {
+ unlinkSelection(editor);
+ }
+ editor.focus();
+ });
+ };
+ const unwrapOptions = data => {
+ const {
+ class: cls,
+ href,
+ rel,
+ target,
+ text,
+ title
+ } = data;
+ return filter({
+ class: cls.getOrNull(),
+ href,
+ rel: rel.getOrNull(),
+ target: target.getOrNull(),
+ text: text.getOrNull(),
+ title: title.getOrNull()
+ }, (v, _k) => isNull(v) === false);
+ };
+ const sanitizeData = (editor, data) => {
+ const getOption = editor.options.get;
+ const uriOptions = {
+ allow_html_data_urls: getOption('allow_html_data_urls'),
+ allow_script_urls: getOption('allow_script_urls'),
+ allow_svg_data_urls: getOption('allow_svg_data_urls')
+ };
+ const href = data.href;
+ return {
+ ...data,
+ href: global$2.isDomSafe(href, 'a', uriOptions) ? href : ''
+ };
+ };
+ const link = (editor, attachState, data) => {
+ const sanitizedData = sanitizeData(editor, data);
+ editor.hasPlugin('rtc', true) ? editor.execCommand('createlink', false, unwrapOptions(sanitizedData)) : linkDomMutation(editor, attachState, sanitizedData);
+ };
+ const unlink = editor => {
+ editor.hasPlugin('rtc', true) ? editor.execCommand('unlink') : unlinkDomMutation(editor);
+ };
+ const unlinkImageFigure = (editor, fig) => {
+ var _a;
+ const img = editor.dom.select('img', fig)[0];
+ if (img) {
+ const a = editor.dom.getParents(img, 'a[href]', fig)[0];
+ if (a) {
+ (_a = a.parentNode) === null || _a === void 0 ? void 0 : _a.insertBefore(img, a);
+ editor.dom.remove(a);
+ }
+ }
+ };
+ const linkImageFigure = (dom, fig, attrs) => {
+ var _a;
+ const img = dom.select('img', fig)[0];
+ if (img) {
+ const a = dom.create('a', attrs);
+ (_a = img.parentNode) === null || _a === void 0 ? void 0 : _a.insertBefore(a, img);
+ a.appendChild(img);
+ }
+ };
+
+ const isListGroup = item => hasNonNullableKey(item, 'items');
+ const findTextByValue = (value, catalog) => findMap(catalog, item => {
+ if (isListGroup(item)) {
+ return findTextByValue(value, item.items);
+ } else {
+ return someIf(item.value === value, item);
+ }
+ });
+ const getDelta = (persistentText, fieldName, catalog, data) => {
+ const value = data[fieldName];
+ const hasPersistentText = persistentText.length > 0;
+ return value !== undefined ? findTextByValue(value, catalog).map(i => ({
+ url: {
+ value: i.value,
+ meta: {
+ text: hasPersistentText ? persistentText : i.text,
+ attach: noop
+ }
+ },
+ text: hasPersistentText ? persistentText : i.text
+ })) : Optional.none();
+ };
+ const findCatalog = (catalogs, fieldName) => {
+ if (fieldName === 'link') {
+ return catalogs.link;
+ } else if (fieldName === 'anchor') {
+ return catalogs.anchor;
+ } else {
+ return Optional.none();
+ }
+ };
+ const init = (initialData, linkCatalog) => {
+ const persistentData = {
+ text: initialData.text,
+ title: initialData.title
+ };
+ const getTitleFromUrlChange = url => {
+ var _a;
+ return someIf(persistentData.title.length <= 0, Optional.from((_a = url.meta) === null || _a === void 0 ? void 0 : _a.title).getOr(''));
+ };
+ const getTextFromUrlChange = url => {
+ var _a;
+ return someIf(persistentData.text.length <= 0, Optional.from((_a = url.meta) === null || _a === void 0 ? void 0 : _a.text).getOr(url.value));
+ };
+ const onUrlChange = data => {
+ const text = getTextFromUrlChange(data.url);
+ const title = getTitleFromUrlChange(data.url);
+ if (text.isSome() || title.isSome()) {
+ return Optional.some({
+ ...text.map(text => ({ text })).getOr({}),
+ ...title.map(title => ({ title })).getOr({})
+ });
+ } else {
+ return Optional.none();
+ }
+ };
+ const onCatalogChange = (data, change) => {
+ const catalog = findCatalog(linkCatalog, change).getOr([]);
+ return getDelta(persistentData.text, change, catalog, data);
+ };
+ const onChange = (getData, change) => {
+ const name = change.name;
+ if (name === 'url') {
+ return onUrlChange(getData());
+ } else if (contains([
+ 'anchor',
+ 'link'
+ ], name)) {
+ return onCatalogChange(getData(), name);
+ } else if (name === 'text' || name === 'title') {
+ persistentData[name] = getData()[name];
+ return Optional.none();
+ } else {
+ return Optional.none();
+ }
+ };
+ return { onChange };
+ };
+ const DialogChanges = {
+ init,
+ getDelta
+ };
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.util.Delay');
+
+ const delayedConfirm = (editor, message, callback) => {
+ const rng = editor.selection.getRng();
+ global$1.setEditorTimeout(editor, () => {
+ editor.windowManager.confirm(message, state => {
+ editor.selection.setRng(rng);
+ callback(state);
+ });
+ });
+ };
+ const tryEmailTransform = data => {
+ const url = data.href;
+ const suggestMailTo = url.indexOf('@') > 0 && url.indexOf('/') === -1 && url.indexOf('mailto:') === -1;
+ return suggestMailTo ? Optional.some({
+ message: 'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?',
+ preprocess: oldData => ({
+ ...oldData,
+ href: 'mailto:' + url
+ })
+ }) : Optional.none();
+ };
+ const tryProtocolTransform = (assumeExternalTargets, defaultLinkProtocol) => data => {
+ const url = data.href;
+ const suggestProtocol = assumeExternalTargets === 1 && !hasProtocol(url) || assumeExternalTargets === 0 && /^\s*www(\.|\d\.)/i.test(url);
+ return suggestProtocol ? Optional.some({
+ message: `The URL you entered seems to be an external link. Do you want to add the required ${ defaultLinkProtocol }:// prefix?`,
+ preprocess: oldData => ({
+ ...oldData,
+ href: defaultLinkProtocol + '://' + url
+ })
+ }) : Optional.none();
+ };
+ const preprocess = (editor, data) => findMap([
+ tryEmailTransform,
+ tryProtocolTransform(assumeExternalTargets(editor), getDefaultLinkProtocol(editor))
+ ], f => f(data)).fold(() => Promise.resolve(data), transform => new Promise(callback => {
+ delayedConfirm(editor, transform.message, state => {
+ callback(state ? transform.preprocess(data) : data);
+ });
+ }));
+ const DialogConfirms = { preprocess };
+
+ const getAnchors = editor => {
+ const anchorNodes = editor.dom.select('a:not([href])');
+ const anchors = bind(anchorNodes, anchor => {
+ const id = anchor.name || anchor.id;
+ return id ? [{
+ text: id,
+ value: '#' + id
+ }] : [];
+ });
+ return anchors.length > 0 ? Optional.some([{
+ text: 'None',
+ value: ''
+ }].concat(anchors)) : Optional.none();
+ };
+ const AnchorListOptions = { getAnchors };
+
+ const getClasses = editor => {
+ const list = getLinkClassList(editor);
+ if (list.length > 0) {
+ return ListOptions.sanitize(list);
+ }
+ return Optional.none();
+ };
+ const ClassListOptions = { getClasses };
+
+ const parseJson = text => {
+ try {
+ return Optional.some(JSON.parse(text));
+ } catch (err) {
+ return Optional.none();
+ }
+ };
+ const getLinks = editor => {
+ const extractor = item => editor.convertURL(item.value || item.url || '', 'href');
+ const linkList = getLinkList(editor);
+ return new Promise(resolve => {
+ if (isString(linkList)) {
+ fetch(linkList).then(res => res.ok ? res.text().then(parseJson) : Promise.reject()).then(resolve, () => resolve(Optional.none()));
+ } else if (isFunction(linkList)) {
+ linkList(output => resolve(Optional.some(output)));
+ } else {
+ resolve(Optional.from(linkList));
+ }
+ }).then(optItems => optItems.bind(ListOptions.sanitizeWith(extractor)).map(items => {
+ if (items.length > 0) {
+ const noneItem = [{
+ text: 'None',
+ value: ''
+ }];
+ return noneItem.concat(items);
+ } else {
+ return items;
+ }
+ }));
+ };
+ const LinkListOptions = { getLinks };
+
+ const getRels = (editor, initialTarget) => {
+ const list = getRelList(editor);
+ if (list.length > 0) {
+ const isTargetBlank = is(initialTarget, '_blank');
+ const enforceSafe = allowUnsafeLinkTarget(editor) === false;
+ const safeRelExtractor = item => applyRelTargetRules(ListOptions.getValue(item), isTargetBlank);
+ const sanitizer = enforceSafe ? ListOptions.sanitizeWith(safeRelExtractor) : ListOptions.sanitize;
+ return sanitizer(list);
+ }
+ return Optional.none();
+ };
+ const RelOptions = { getRels };
+
+ const fallbacks = [
+ {
+ text: 'Current window',
+ value: ''
+ },
+ {
+ text: 'New window',
+ value: '_blank'
+ }
+ ];
+ const getTargets = editor => {
+ const list = getTargetList(editor);
+ if (isArray(list)) {
+ return ListOptions.sanitize(list).orThunk(() => Optional.some(fallbacks));
+ } else if (list === false) {
+ return Optional.none();
+ }
+ return Optional.some(fallbacks);
+ };
+ const TargetOptions = { getTargets };
+
+ const nonEmptyAttr = (dom, elem, name) => {
+ const val = dom.getAttrib(elem, name);
+ return val !== null && val.length > 0 ? Optional.some(val) : Optional.none();
+ };
+ const extractFromAnchor = (editor, anchor) => {
+ const dom = editor.dom;
+ const onlyText = isOnlyTextSelected(editor);
+ const text = onlyText ? Optional.some(getAnchorText(editor.selection, anchor)) : Optional.none();
+ const url = anchor.bind(anchorElm => Optional.from(dom.getAttrib(anchorElm, 'href')));
+ const target = anchor.bind(anchorElm => Optional.from(dom.getAttrib(anchorElm, 'target')));
+ const rel = anchor.bind(anchorElm => nonEmptyAttr(dom, anchorElm, 'rel'));
+ const linkClass = anchor.bind(anchorElm => nonEmptyAttr(dom, anchorElm, 'class'));
+ const title = anchor.bind(anchorElm => nonEmptyAttr(dom, anchorElm, 'title'));
+ return {
+ url,
+ text,
+ title,
+ target,
+ rel,
+ linkClass
+ };
+ };
+ const collect = (editor, linkNode) => LinkListOptions.getLinks(editor).then(links => {
+ const anchor = extractFromAnchor(editor, linkNode);
+ return {
+ anchor,
+ catalogs: {
+ targets: TargetOptions.getTargets(editor),
+ rels: RelOptions.getRels(editor, anchor.target),
+ classes: ClassListOptions.getClasses(editor),
+ anchor: AnchorListOptions.getAnchors(editor),
+ link: links
+ },
+ optNode: linkNode,
+ flags: { titleEnabled: shouldShowLinkTitle(editor) }
+ };
+ });
+ const DialogInfo = { collect };
+
+ const handleSubmit = (editor, info) => api => {
+ const data = api.getData();
+ if (!data.url.value) {
+ unlink(editor);
+ api.close();
+ return;
+ }
+ const getChangedValue = key => Optional.from(data[key]).filter(value => !is(info.anchor[key], value));
+ const changedData = {
+ href: data.url.value,
+ text: getChangedValue('text'),
+ target: getChangedValue('target'),
+ rel: getChangedValue('rel'),
+ class: getChangedValue('linkClass'),
+ title: getChangedValue('title')
+ };
+ const attachState = {
+ href: data.url.value,
+ attach: data.url.meta !== undefined && data.url.meta.attach ? data.url.meta.attach : noop
+ };
+ DialogConfirms.preprocess(editor, changedData).then(pData => {
+ link(editor, attachState, pData);
+ });
+ api.close();
+ };
+ const collectData = editor => {
+ const anchorNode = getAnchorElement(editor);
+ return DialogInfo.collect(editor, anchorNode);
+ };
+ const getInitialData = (info, defaultTarget) => {
+ const anchor = info.anchor;
+ const url = anchor.url.getOr('');
+ return {
+ url: {
+ value: url,
+ meta: { original: { value: url } }
+ },
+ text: anchor.text.getOr(''),
+ title: anchor.title.getOr(''),
+ anchor: url,
+ link: url,
+ rel: anchor.rel.getOr(''),
+ target: anchor.target.or(defaultTarget).getOr(''),
+ linkClass: anchor.linkClass.getOr('')
+ };
+ };
+ const makeDialog = (settings, onSubmit, editor) => {
+ const urlInput = [{
+ name: 'url',
+ type: 'urlinput',
+ filetype: 'file',
+ label: 'URL'
+ }];
+ const displayText = settings.anchor.text.map(() => ({
+ name: 'text',
+ type: 'input',
+ label: 'Text to display'
+ })).toArray();
+ const titleText = settings.flags.titleEnabled ? [{
+ name: 'title',
+ type: 'input',
+ label: 'Title'
+ }] : [];
+ const defaultTarget = Optional.from(getDefaultLinkTarget(editor));
+ const initialData = getInitialData(settings, defaultTarget);
+ const catalogs = settings.catalogs;
+ const dialogDelta = DialogChanges.init(initialData, catalogs);
+ const body = {
+ type: 'panel',
+ items: flatten([
+ urlInput,
+ displayText,
+ titleText,
+ cat([
+ catalogs.anchor.map(ListOptions.createUi('anchor', 'Anchors')),
+ catalogs.rels.map(ListOptions.createUi('rel', 'Rel')),
+ catalogs.targets.map(ListOptions.createUi('target', 'Open link in...')),
+ catalogs.link.map(ListOptions.createUi('link', 'Link list')),
+ catalogs.classes.map(ListOptions.createUi('linkClass', 'Class'))
+ ])
+ ])
+ };
+ return {
+ title: 'Insert/Edit Link',
+ size: 'normal',
+ body,
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ initialData,
+ onChange: (api, {name}) => {
+ dialogDelta.onChange(api.getData, { name }).each(newData => {
+ api.setData(newData);
+ });
+ },
+ onSubmit
+ };
+ };
+ const open$1 = editor => {
+ const data = collectData(editor);
+ data.then(info => {
+ const onSubmit = handleSubmit(editor, info);
+ return makeDialog(info, onSubmit, editor);
+ }).then(spec => {
+ editor.windowManager.open(spec);
+ });
+ };
+
+ const register = editor => {
+ editor.addCommand('mceLink', (_ui, value) => {
+ if ((value === null || value === void 0 ? void 0 : value.dialog) === true || !useQuickLink(editor)) {
+ open$1(editor);
+ } else {
+ editor.dispatch('contexttoolbar-show', { toolbarKey: 'quicklink' });
+ }
+ });
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.util.VK');
+
+ const appendClickRemove = (link, evt) => {
+ document.body.appendChild(link);
+ link.dispatchEvent(evt);
+ document.body.removeChild(link);
+ };
+ const open = url => {
+ const link = document.createElement('a');
+ link.target = '_blank';
+ link.href = url;
+ link.rel = 'noreferrer noopener';
+ const evt = document.createEvent('MouseEvents');
+ evt.initMouseEvent('click', true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
+ appendClickRemove(link, evt);
+ };
+
+ const getLink = (editor, elm) => editor.dom.getParent(elm, 'a[href]');
+ const getSelectedLink = editor => getLink(editor, editor.selection.getStart());
+ const hasOnlyAltModifier = e => {
+ return e.altKey === true && e.shiftKey === false && e.ctrlKey === false && e.metaKey === false;
+ };
+ const gotoLink = (editor, a) => {
+ if (a) {
+ const href = getHref(a);
+ if (/^#/.test(href)) {
+ const targetEl = editor.dom.select(href);
+ if (targetEl.length) {
+ editor.selection.scrollIntoView(targetEl[0], true);
+ }
+ } else {
+ open(a.href);
+ }
+ }
+ };
+ const openDialog = editor => () => {
+ editor.execCommand('mceLink', false, { dialog: true });
+ };
+ const gotoSelectedLink = editor => () => {
+ gotoLink(editor, getSelectedLink(editor));
+ };
+ const setupGotoLinks = editor => {
+ editor.on('click', e => {
+ const link = getLink(editor, e.target);
+ if (link && global.metaKeyPressed(e)) {
+ e.preventDefault();
+ gotoLink(editor, link);
+ }
+ });
+ editor.on('keydown', e => {
+ if (!e.isDefaultPrevented() && e.keyCode === 13 && hasOnlyAltModifier(e)) {
+ const link = getSelectedLink(editor);
+ if (link) {
+ e.preventDefault();
+ gotoLink(editor, link);
+ }
+ }
+ });
+ };
+ const toggleState = (editor, toggler) => {
+ editor.on('NodeChange', toggler);
+ return () => editor.off('NodeChange', toggler);
+ };
+ const toggleActiveState = editor => api => {
+ const updateState = () => api.setActive(!editor.mode.isReadOnly() && isInAnchor(editor, editor.selection.getNode()));
+ updateState();
+ return toggleState(editor, updateState);
+ };
+ const hasExactlyOneLinkInSelection = editor => {
+ const links = editor.selection.isCollapsed() ? getLinks$1(editor.dom.getParents(editor.selection.getStart())) : getLinksInSelection(editor.selection.getRng());
+ return links.length === 1;
+ };
+ const toggleEnabledState = editor => api => {
+ const updateState = () => api.setEnabled(hasExactlyOneLinkInSelection(editor));
+ updateState();
+ return toggleState(editor, updateState);
+ };
+ const toggleUnlinkState = editor => api => {
+ const hasLinks$1 = parents => hasLinks(parents) || hasLinksInSelection(editor.selection.getRng());
+ const parents = editor.dom.getParents(editor.selection.getStart());
+ api.setEnabled(hasLinks$1(parents));
+ return toggleState(editor, e => api.setEnabled(hasLinks$1(e.parents)));
+ };
+
+ const setup = editor => {
+ editor.addShortcut('Meta+K', '', () => {
+ editor.execCommand('mceLink');
+ });
+ };
+
+ const setupButtons = editor => {
+ editor.ui.registry.addToggleButton('link', {
+ icon: 'link',
+ tooltip: 'Insert/edit link',
+ onAction: openDialog(editor),
+ onSetup: toggleActiveState(editor)
+ });
+ editor.ui.registry.addButton('openlink', {
+ icon: 'new-tab',
+ tooltip: 'Open link',
+ onAction: gotoSelectedLink(editor),
+ onSetup: toggleEnabledState(editor)
+ });
+ editor.ui.registry.addButton('unlink', {
+ icon: 'unlink',
+ tooltip: 'Remove link',
+ onAction: () => unlink(editor),
+ onSetup: toggleUnlinkState(editor)
+ });
+ };
+ const setupMenuItems = editor => {
+ editor.ui.registry.addMenuItem('openlink', {
+ text: 'Open link',
+ icon: 'new-tab',
+ onAction: gotoSelectedLink(editor),
+ onSetup: toggleEnabledState(editor)
+ });
+ editor.ui.registry.addMenuItem('link', {
+ icon: 'link',
+ text: 'Link...',
+ shortcut: 'Meta+K',
+ onAction: openDialog(editor)
+ });
+ editor.ui.registry.addMenuItem('unlink', {
+ icon: 'unlink',
+ text: 'Remove link',
+ onAction: () => unlink(editor),
+ onSetup: toggleUnlinkState(editor)
+ });
+ };
+ const setupContextMenu = editor => {
+ const inLink = 'link unlink openlink';
+ const noLink = 'link';
+ editor.ui.registry.addContextMenu('link', {
+ update: element => {
+ const isEditable = editor.dom.isEditable(element);
+ if (!isEditable) {
+ return '';
+ }
+ return hasLinks(editor.dom.getParents(element, 'a')) ? inLink : noLink;
+ }
+ });
+ };
+ const setupContextToolbars = editor => {
+ const collapseSelectionToEnd = editor => {
+ editor.selection.collapse(false);
+ };
+ const onSetupLink = buttonApi => {
+ const node = editor.selection.getNode();
+ buttonApi.setEnabled(isInAnchor(editor, node));
+ return noop;
+ };
+ const getLinkText = value => {
+ const anchor = getAnchorElement(editor);
+ const onlyText = isOnlyTextSelected(editor);
+ if (anchor.isNone() && onlyText) {
+ const text = getAnchorText(editor.selection, anchor);
+ return someIf(text.length === 0, value);
+ } else {
+ return Optional.none();
+ }
+ };
+ editor.ui.registry.addContextForm('quicklink', {
+ launch: {
+ type: 'contextformtogglebutton',
+ icon: 'link',
+ tooltip: 'Link',
+ onSetup: toggleActiveState(editor)
+ },
+ label: 'Link',
+ predicate: node => hasContextToolbar(editor) && isInAnchor(editor, node),
+ initValue: () => {
+ const elm = getAnchorElement(editor);
+ return elm.fold(constant(''), getHref);
+ },
+ commands: [
+ {
+ type: 'contextformtogglebutton',
+ icon: 'link',
+ tooltip: 'Link',
+ primary: true,
+ onSetup: buttonApi => {
+ const node = editor.selection.getNode();
+ buttonApi.setActive(isInAnchor(editor, node));
+ return toggleActiveState(editor)(buttonApi);
+ },
+ onAction: formApi => {
+ const value = formApi.getValue();
+ const text = getLinkText(value);
+ const attachState = {
+ href: value,
+ attach: noop
+ };
+ link(editor, attachState, {
+ href: value,
+ text,
+ title: Optional.none(),
+ rel: Optional.none(),
+ target: Optional.none(),
+ class: Optional.none()
+ });
+ collapseSelectionToEnd(editor);
+ formApi.hide();
+ }
+ },
+ {
+ type: 'contextformbutton',
+ icon: 'unlink',
+ tooltip: 'Remove link',
+ onSetup: onSetupLink,
+ onAction: formApi => {
+ unlink(editor);
+ formApi.hide();
+ }
+ },
+ {
+ type: 'contextformbutton',
+ icon: 'new-tab',
+ tooltip: 'Open link',
+ onSetup: onSetupLink,
+ onAction: formApi => {
+ gotoSelectedLink(editor)();
+ formApi.hide();
+ }
+ }
+ ]
+ });
+ };
+
+ var Plugin = () => {
+ global$5.add('link', editor => {
+ register$1(editor);
+ setupButtons(editor);
+ setupMenuItems(editor);
+ setupContextMenu(editor);
+ setupContextToolbars(editor);
+ setupGotoLinks(editor);
+ register(editor);
+ setup(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/link/plugin.min.js b/seller/public/tinymce/plugins/link/plugin.min.js
new file mode 100644
index 00000000..f9639d4a
--- /dev/null
+++ b/seller/public/tinymce/plugins/link/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=o=e,(r=String).prototype.isPrototypeOf(n)||(null===(l=o.constructor)||void 0===l?void 0:l.name)===r.name)?"string":t;var n,o,r,l})(t)===e,n=e=>t=>typeof t===e,o=t("string"),r=t("object"),l=t("array"),a=(null,e=>null===e);const i=n("boolean"),s=e=>!(e=>null==e)(e),c=n("function"),u=(e,t)=>{if(l(e)){for(let n=0,o=e.length;n{},d=(e,t)=>e===t;class m{constructor(e,t){this.tag=e,this.value=t}static some(e){return new m(!0,e)}static none(){return m.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?m.some(e(this.value)):m.none()}bind(e){return this.tag?e(this.value):m.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:m.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return s(e)?m.some(e):m.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}m.singletonNone=new m(!1);const h=Array.prototype.indexOf,f=Array.prototype.push,p=e=>{const t=[];for(let n=0,o=e.length;n{for(let n=0;ne.exists((e=>n(e,t))),y=e=>{const t=[],n=e=>{t.push(e)};for(let t=0;te?m.some(t):m.none(),b=e=>t=>t.options.get(e),_=b("link_assume_external_targets"),w=b("link_context_toolbar"),C=b("link_list"),O=b("link_default_target"),N=b("link_default_protocol"),A=b("link_target_list"),S=b("link_rel_list"),T=b("link_class_list"),E=b("link_title"),R=b("allow_unsafe_link_target"),P=b("link_quicklink");var L=tinymce.util.Tools.resolve("tinymce.util.Tools");const M=e=>o(e.value)?e.value:"",D=(e,t)=>{const n=[];return L.each(e,(e=>{const r=(e=>o(e.text)?e.text:o(e.title)?e.title:"")(e);if(void 0!==e.menu){const o=D(e.menu,t);n.push({text:r,items:o})}else{const o=t(e);n.push({text:r,value:o})}})),n},B=(e=M)=>t=>m.from(t).map((t=>D(t,e))),I=e=>B(M)(e),j=B,K=(e,t)=>n=>({name:e,type:"listbox",label:t,items:n}),U=M,q=Object.keys,F=Object.hasOwnProperty,V=(e,t)=>F.call(e,t);var $=tinymce.util.Tools.resolve("tinymce.dom.TreeWalker"),z=tinymce.util.Tools.resolve("tinymce.util.URI");const G=e=>s(e)&&"a"===e.nodeName.toLowerCase(),H=e=>G(e)&&!!Q(e),J=(e,t)=>{if(e.collapsed)return[];{const n=e.cloneContents(),o=n.firstChild,r=new $(o,n),l=[];let a=o;do{t(a)&&l.push(a)}while(a=r.next());return l}},W=e=>/^\w+:/i.test(e),Q=e=>{var t,n;return null!==(n=null!==(t=e.getAttribute("data-mce-href"))&&void 0!==t?t:e.getAttribute("href"))&&void 0!==n?n:""},X=(e,t)=>{const n=["noopener"],o=e?e.split(/\s+/):[],r=e=>e.filter((e=>-1===L.inArray(n,e))),l=t?(e=>(e=r(e)).length>0?e.concat(n):n)(o):r(o);return l.length>0?(e=>L.trim(e.sort().join(" ")))(l):""},Y=(e,t)=>(t=t||te(e.selection.getRng())[0]||e.selection.getNode(),le(t)?m.from(e.dom.select("a[href]",t)[0]):m.from(e.dom.getParent(t,"a[href]"))),Z=(e,t)=>Y(e,t).isSome(),ee=(e,t)=>t.fold((()=>e.getContent({format:"text"})),(e=>e.innerText||e.textContent||"")).replace(/\uFEFF/g,""),te=e=>J(e,H),ne=e=>L.grep(e,H),oe=e=>ne(e).length>0,re=e=>{const t=e.schema.getTextInlineElements();if(Y(e).exists((e=>e.hasAttribute("data-mce-block"))))return!1;const n=e.selection.getRng();return!!n.collapsed||0===J(n,(e=>1===e.nodeType&&!G(e)&&!V(t,e.nodeName.toLowerCase()))).length},le=e=>s(e)&&"FIGURE"===e.nodeName&&/\bimage\b/i.test(e.className),ae=(e,t,n)=>{const o=e.selection.getNode(),r=Y(e,o),l=((e,t)=>{const n={...t};if(0===S(e).length&&!R(e)){const e=X(n.rel,"_blank"===n.target);n.rel=e||null}return m.from(n.target).isNone()&&!1===A(e)&&(n.target=O(e)),n.href=((e,t)=>"http"!==t&&"https"!==t||W(e)?e:t+"://"+e)(n.href,_(e)),n})(e,(e=>{return t=["title","rel","class","target"],n=(t,n)=>(e[n].each((e=>{t[n]=e.length>0?e:null})),t),o={href:e.href},((e,t)=>{for(let n=0,o=e.length;n{o=n(o,e)})),o;var t,n,o})(n));e.undoManager.transact((()=>{n.href===t.href&&t.attach(),r.fold((()=>{((e,t,n,o)=>{const r=e.dom;le(t)?ge(r,t,o):n.fold((()=>{e.execCommand("mceInsertLink",!1,o)}),(t=>{e.insertContent(r.createHTML("a",o,r.encode(t)))}))})(e,o,n.text,l)}),(t=>{e.focus(),((e,t,n,o)=>{n.each((e=>{V(t,"innerText")?t.innerText=e:t.textContent=e})),e.dom.setAttribs(t,o),e.selection.select(t)})(e,t,n.text,l)}))}))},ie=e=>{const{class:t,href:n,rel:o,target:r,text:l,title:i}=e;return((e,t)=>{const n={};var o;return((e,t,n,o)=>{((e,t)=>{const n=q(e);for(let o=0,r=n.length;o{(t(e,r)?n:o)(e,r)}))})(e,((e,t)=>!1===a(e)),(o=n,(e,t)=>{o[t]=e}),g),n})({class:t.getOrNull(),href:n,rel:o.getOrNull(),target:r.getOrNull(),text:l.getOrNull(),title:i.getOrNull()})},se=(e,t,n)=>{const o=((e,t)=>{const n=e.options.get,o={allow_html_data_urls:n("allow_html_data_urls"),allow_script_urls:n("allow_script_urls"),allow_svg_data_urls:n("allow_svg_data_urls")},r=t.href;return{...t,href:z.isDomSafe(r,"a",o)?r:""}})(e,n);e.hasPlugin("rtc",!0)?e.execCommand("createlink",!1,ie(o)):ae(e,t,o)},ce=e=>{e.hasPlugin("rtc",!0)?e.execCommand("unlink"):(e=>{e.undoManager.transact((()=>{const t=e.selection.getNode();le(t)?ue(e,t):(e=>{const t=e.dom,n=e.selection,o=n.getBookmark(),r=n.getRng().cloneRange(),l=t.getParent(r.startContainer,"a[href]",e.getBody()),a=t.getParent(r.endContainer,"a[href]",e.getBody());l&&r.setStartBefore(l),a&&r.setEndAfter(a),n.setRng(r),e.execCommand("unlink"),n.moveToBookmark(o)})(e),e.focus()}))})(e)},ue=(e,t)=>{var n;const o=e.dom.select("img",t)[0];if(o){const r=e.dom.getParents(o,"a[href]",t)[0];r&&(null===(n=r.parentNode)||void 0===n||n.insertBefore(o,r),e.dom.remove(r))}},ge=(e,t,n)=>{var o;const r=e.select("img",t)[0];if(r){const t=e.create("a",n);null===(o=r.parentNode)||void 0===o||o.insertBefore(t,r),t.appendChild(r)}},de=(e,t)=>k(t,(t=>(e=>{return V(t=e,n="items")&&void 0!==t[n]&&null!==t[n];var t,n})(t)?de(e,t.items):x(t.value===e,t))),me=(e,t)=>{const n={text:e.text,title:e.title},o=(e,o)=>{const r=(l=t,a=o,"link"===a?l.link:"anchor"===a?l.anchor:m.none()).getOr([]);var l,a;return((e,t,n,o)=>{const r=o[t],l=e.length>0;return void 0!==r?de(r,n).map((t=>({url:{value:t.value,meta:{text:l?e:t.text,attach:g}},text:l?e:t.text}))):m.none()})(n.text,o,r,e)};return{onChange:(e,t)=>{const r=t.name;return"url"===r?(e=>{const t=(o=e.url,x(n.text.length<=0,m.from(null===(r=o.meta)||void 0===r?void 0:r.text).getOr(o.value)));var o,r;const l=(e=>{var t;return x(n.title.length<=0,m.from(null===(t=e.meta)||void 0===t?void 0:t.title).getOr(""))})(e.url);return t.isSome()||l.isSome()?m.some({...t.map((e=>({text:e}))).getOr({}),...l.map((e=>({title:e}))).getOr({})}):m.none()})(e()):((e,t)=>h.call(e,t))(["anchor","link"],r)>-1?o(e(),r):"text"===r||"title"===r?(n[r]=e()[r],m.none()):m.none()}}};var he=tinymce.util.Tools.resolve("tinymce.util.Delay");const fe=e=>{const t=e.href;return t.indexOf("@")>0&&-1===t.indexOf("/")&&-1===t.indexOf("mailto:")?m.some({message:"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",preprocess:e=>({...e,href:"mailto:"+t})}):m.none()},pe=(e,t)=>n=>{const o=n.href;return 1===e&&!W(o)||0===e&&/^\s*www(\.|\d\.)/i.test(o)?m.some({message:`The URL you entered seems to be an external link. Do you want to add the required ${t}:// prefix?`,preprocess:e=>({...e,href:t+"://"+o})}):m.none()},ke=e=>{const t=e.dom.select("a:not([href])"),n=p(((e,t)=>{const n=e.length,o=new Array(n);for(let r=0;r{const t=e.name||e.id;return t?[{text:t,value:"#"+t}]:[]})));return n.length>0?m.some([{text:"None",value:""}].concat(n)):m.none()},ve=e=>{const t=T(e);return t.length>0?I(t):m.none()},ye=e=>{try{return m.some(JSON.parse(e))}catch(e){return m.none()}},xe=(e,t)=>{const n=S(e);if(n.length>0){const o=v(t,"_blank"),r=e=>X(U(e),o);return(!1===R(e)?j(r):I)(n)}return m.none()},be=[{text:"Current window",value:""},{text:"New window",value:"_blank"}],_e=e=>{const t=A(e);return l(t)?I(t).orThunk((()=>m.some(be))):!1===t?m.none():m.some(be)},we=(e,t,n)=>{const o=e.getAttrib(t,n);return null!==o&&o.length>0?m.some(o):m.none()},Ce=(e,t)=>(e=>{const t=t=>e.convertURL(t.value||t.url||"","href"),n=C(e);return new Promise((e=>{o(n)?fetch(n).then((e=>e.ok?e.text().then(ye):Promise.reject())).then(e,(()=>e(m.none()))):c(n)?n((t=>e(m.some(t)))):e(m.from(n))})).then((e=>e.bind(j(t)).map((e=>e.length>0?[{text:"None",value:""}].concat(e):e))))})(e).then((n=>{const o=((e,t)=>{const n=e.dom,o=re(e)?m.some(ee(e.selection,t)):m.none(),r=t.bind((e=>m.from(n.getAttrib(e,"href")))),l=t.bind((e=>m.from(n.getAttrib(e,"target")))),a=t.bind((e=>we(n,e,"rel"))),i=t.bind((e=>we(n,e,"class")));return{url:r,text:o,title:t.bind((e=>we(n,e,"title"))),target:l,rel:a,linkClass:i}})(e,t);return{anchor:o,catalogs:{targets:_e(e),rels:xe(e,o.target),classes:ve(e),anchor:ke(e),link:n},optNode:t,flags:{titleEnabled:E(e)}}})),Oe=e=>{const t=(e=>{const t=Y(e);return Ce(e,t)})(e);t.then((t=>{const n=((e,t)=>n=>{const o=n.getData();if(!o.url.value)return ce(e),void n.close();const r=e=>m.from(o[e]).filter((n=>!v(t.anchor[e],n))),l={href:o.url.value,text:r("text"),target:r("target"),rel:r("rel"),class:r("linkClass"),title:r("title")},a={href:o.url.value,attach:void 0!==o.url.meta&&o.url.meta.attach?o.url.meta.attach:g};((e,t)=>k([fe,pe(_(e),N(e))],(e=>e(t))).fold((()=>Promise.resolve(t)),(n=>new Promise((o=>{((e,t,n)=>{const o=e.selection.getRng();he.setEditorTimeout(e,(()=>{e.windowManager.confirm(t,(t=>{e.selection.setRng(o),n(t)}))}))})(e,n.message,(e=>{o(e?n.preprocess(t):t)}))})))))(e,l).then((t=>{se(e,a,t)})),n.close()})(e,t);return((e,t,n)=>{const o=e.anchor.text.map((()=>({name:"text",type:"input",label:"Text to display"}))).toArray(),r=e.flags.titleEnabled?[{name:"title",type:"input",label:"Title"}]:[],l=((e,t)=>{const n=e.anchor,o=n.url.getOr("");return{url:{value:o,meta:{original:{value:o}}},text:n.text.getOr(""),title:n.title.getOr(""),anchor:o,link:o,rel:n.rel.getOr(""),target:n.target.or(t).getOr(""),linkClass:n.linkClass.getOr("")}})(e,m.from(O(n))),a=e.catalogs,i=me(l,a);return{title:"Insert/Edit Link",size:"normal",body:{type:"panel",items:p([[{name:"url",type:"urlinput",filetype:"file",label:"URL"}],o,r,y([a.anchor.map(K("anchor","Anchors")),a.rels.map(K("rel","Rel")),a.targets.map(K("target","Open link in...")),a.link.map(K("link","Link list")),a.classes.map(K("linkClass","Class"))])])},buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],initialData:l,onChange:(e,{name:t})=>{i.onChange(e.getData,{name:t}).each((t=>{e.setData(t)}))},onSubmit:t}})(t,n,e)})).then((t=>{e.windowManager.open(t)}))};var Ne=tinymce.util.Tools.resolve("tinymce.util.VK");const Ae=(e,t)=>e.dom.getParent(t,"a[href]"),Se=e=>Ae(e,e.selection.getStart()),Te=(e,t)=>{if(t){const n=Q(t);if(/^#/.test(n)){const t=e.dom.select(n);t.length&&e.selection.scrollIntoView(t[0],!0)}else(e=>{const t=document.createElement("a");t.target="_blank",t.href=e,t.rel="noreferrer noopener";const n=document.createEvent("MouseEvents");n.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),((e,t)=>{document.body.appendChild(e),e.dispatchEvent(t),document.body.removeChild(e)})(t,n)})(t.href)}},Ee=e=>()=>{e.execCommand("mceLink",!1,{dialog:!0})},Re=e=>()=>{Te(e,Se(e))},Pe=(e,t)=>(e.on("NodeChange",t),()=>e.off("NodeChange",t)),Le=e=>t=>{const n=()=>t.setActive(!e.mode.isReadOnly()&&Z(e,e.selection.getNode()));return n(),Pe(e,n)},Me=e=>t=>{const n=()=>t.setEnabled((e=>1===(e.selection.isCollapsed()?ne(e.dom.getParents(e.selection.getStart())):te(e.selection.getRng())).length)(e));return n(),Pe(e,n)},De=e=>t=>{const n=t=>{return oe(t)||(n=e.selection.getRng(),te(n).length>0);var n},o=e.dom.getParents(e.selection.getStart());return t.setEnabled(n(o)),Pe(e,(e=>t.setEnabled(n(e.parents))))};e.add("link",(e=>{(e=>{const t=e.options.register;t("link_assume_external_targets",{processor:e=>{const t=o(e)||i(e);return t?!0===e?{value:1,valid:t}:"http"===e||"https"===e?{value:e,valid:t}:{value:0,valid:t}:{valid:!1,message:"Must be a string or a boolean."}},default:!1}),t("link_context_toolbar",{processor:"boolean",default:!1}),t("link_list",{processor:e=>o(e)||c(e)||u(e,r)}),t("link_default_target",{processor:"string"}),t("link_default_protocol",{processor:"string",default:"https"}),t("link_target_list",{processor:e=>i(e)||u(e,r),default:!0}),t("link_rel_list",{processor:"object[]",default:[]}),t("link_class_list",{processor:"object[]",default:[]}),t("link_title",{processor:"boolean",default:!0}),t("allow_unsafe_link_target",{processor:"boolean",default:!1}),t("link_quicklink",{processor:"boolean",default:!1})})(e),(e=>{e.ui.registry.addToggleButton("link",{icon:"link",tooltip:"Insert/edit link",onAction:Ee(e),onSetup:Le(e)}),e.ui.registry.addButton("openlink",{icon:"new-tab",tooltip:"Open link",onAction:Re(e),onSetup:Me(e)}),e.ui.registry.addButton("unlink",{icon:"unlink",tooltip:"Remove link",onAction:()=>ce(e),onSetup:De(e)})})(e),(e=>{e.ui.registry.addMenuItem("openlink",{text:"Open link",icon:"new-tab",onAction:Re(e),onSetup:Me(e)}),e.ui.registry.addMenuItem("link",{icon:"link",text:"Link...",shortcut:"Meta+K",onAction:Ee(e)}),e.ui.registry.addMenuItem("unlink",{icon:"unlink",text:"Remove link",onAction:()=>ce(e),onSetup:De(e)})})(e),(e=>{e.ui.registry.addContextMenu("link",{update:t=>e.dom.isEditable(t)?oe(e.dom.getParents(t,"a"))?"link unlink openlink":"link":""})})(e),(e=>{const t=t=>{const n=e.selection.getNode();return t.setEnabled(Z(e,n)),g};e.ui.registry.addContextForm("quicklink",{launch:{type:"contextformtogglebutton",icon:"link",tooltip:"Link",onSetup:Le(e)},label:"Link",predicate:t=>w(e)&&Z(e,t),initValue:()=>Y(e).fold((()=>""),Q),commands:[{type:"contextformtogglebutton",icon:"link",tooltip:"Link",primary:!0,onSetup:t=>{const n=e.selection.getNode();return t.setActive(Z(e,n)),Le(e)(t)},onAction:t=>{const n=t.getValue(),o=(t=>{const n=Y(e),o=re(e);if(n.isNone()&&o){const o=ee(e.selection,n);return x(0===o.length,t)}return m.none()})(n);se(e,{href:n,attach:g},{href:n,text:o,title:m.none(),rel:m.none(),target:m.none(),class:m.none()}),(e=>{e.selection.collapse(!1)})(e),t.hide()}},{type:"contextformbutton",icon:"unlink",tooltip:"Remove link",onSetup:t,onAction:t=>{ce(e),t.hide()}},{type:"contextformbutton",icon:"new-tab",tooltip:"Open link",onSetup:t,onAction:t=>{Re(e)(),t.hide()}}]})})(e),(e=>{e.on("click",(t=>{const n=Ae(e,t.target);n&&Ne.metaKeyPressed(t)&&(t.preventDefault(),Te(e,n))})),e.on("keydown",(t=>{if(!t.isDefaultPrevented()&&13===t.keyCode&&(e=>!0===e.altKey&&!1===e.shiftKey&&!1===e.ctrlKey&&!1===e.metaKey)(t)){const n=Se(e);n&&(t.preventDefault(),Te(e,n))}}))})(e),(e=>{e.addCommand("mceLink",((t,n)=>{!0!==(null==n?void 0:n.dialog)&&P(e)?e.dispatch("contexttoolbar-show",{toolbarKey:"quicklink"}):Oe(e)}))})(e),(e=>{e.addShortcut("Meta+K","",(()=>{e.execCommand("mceLink")}))})(e)}))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/lists/index.js b/seller/public/tinymce/plugins/lists/index.js
new file mode 100644
index 00000000..c7d055ea
--- /dev/null
+++ b/seller/public/tinymce/plugins/lists/index.js
@@ -0,0 +1,7 @@
+// Exports the "lists" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/lists')
+// ES2015:
+// import 'tinymce/plugins/lists'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/lists/plugin.js b/seller/public/tinymce/plugins/lists/plugin.js
new file mode 100644
index 00000000..5bf83798
--- /dev/null
+++ b/seller/public/tinymce/plugins/lists/plugin.js
@@ -0,0 +1,1948 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$7 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType$1 = type => value => typeOf(value) === type;
+ const isSimpleType = type => value => typeof value === type;
+ const isString = isType$1('string');
+ const isObject = isType$1('object');
+ const isArray = isType$1('array');
+ const isBoolean = isSimpleType('boolean');
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+ const isFunction = isSimpleType('function');
+ const isNumber = isSimpleType('number');
+
+ const noop = () => {
+ };
+ const constant = value => {
+ return () => {
+ return value;
+ };
+ };
+ const tripleEquals = (a, b) => {
+ return a === b;
+ };
+ const not = f => t => !f(t);
+ const never = constant(false);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const nativeSlice = Array.prototype.slice;
+ const nativeIndexOf = Array.prototype.indexOf;
+ const nativePush = Array.prototype.push;
+ const rawIndexOf = (ts, t) => nativeIndexOf.call(ts, t);
+ const contains$1 = (xs, x) => rawIndexOf(xs, x) > -1;
+ const exists = (xs, pred) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return true;
+ }
+ }
+ return false;
+ };
+ const map = (xs, f) => {
+ const len = xs.length;
+ const r = new Array(len);
+ for (let i = 0; i < len; i++) {
+ const x = xs[i];
+ r[i] = f(x, i);
+ }
+ return r;
+ };
+ const each$1 = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const filter$1 = (xs, pred) => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ r.push(x);
+ }
+ }
+ return r;
+ };
+ const groupBy = (xs, f) => {
+ if (xs.length === 0) {
+ return [];
+ } else {
+ let wasType = f(xs[0]);
+ const r = [];
+ let group = [];
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ const type = f(x);
+ if (type !== wasType) {
+ r.push(group);
+ group = [];
+ }
+ wasType = type;
+ group.push(x);
+ }
+ if (group.length !== 0) {
+ r.push(group);
+ }
+ return r;
+ }
+ };
+ const foldl = (xs, f, acc) => {
+ each$1(xs, (x, i) => {
+ acc = f(acc, x, i);
+ });
+ return acc;
+ };
+ const findUntil = (xs, pred, until) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (pred(x, i)) {
+ return Optional.some(x);
+ } else if (until(x, i)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+ const find = (xs, pred) => {
+ return findUntil(xs, pred, never);
+ };
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+ const bind = (xs, f) => flatten(map(xs, f));
+ const reverse = xs => {
+ const r = nativeSlice.call(xs, 0);
+ r.reverse();
+ return r;
+ };
+ const get$1 = (xs, i) => i >= 0 && i < xs.length ? Optional.some(xs[i]) : Optional.none();
+ const head = xs => get$1(xs, 0);
+ const last = xs => get$1(xs, xs.length - 1);
+ const unique = (xs, comparator) => {
+ const r = [];
+ const isDuplicated = isFunction(comparator) ? x => exists(r, i => comparator(i, x)) : x => contains$1(r, x);
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ if (!isDuplicated(x)) {
+ r.push(x);
+ }
+ }
+ return r;
+ };
+
+ const is$2 = (lhs, rhs, comparator = tripleEquals) => lhs.exists(left => comparator(left, rhs));
+ const equals = (lhs, rhs, comparator = tripleEquals) => lift2(lhs, rhs, comparator).getOr(lhs.isNone() && rhs.isNone());
+ const lift2 = (oa, ob, f) => oa.isSome() && ob.isSome() ? Optional.some(f(oa.getOrDie(), ob.getOrDie())) : Optional.none();
+
+ const ELEMENT = 1;
+
+ const fromHtml = (html, scope) => {
+ const doc = scope || document;
+ const div = doc.createElement('div');
+ div.innerHTML = html;
+ if (!div.hasChildNodes() || div.childNodes.length > 1) {
+ const message = 'HTML does not have a single root node';
+ console.error(message, html);
+ throw new Error(message);
+ }
+ return fromDom$1(div.childNodes[0]);
+ };
+ const fromTag = (tag, scope) => {
+ const doc = scope || document;
+ const node = doc.createElement(tag);
+ return fromDom$1(node);
+ };
+ const fromText = (text, scope) => {
+ const doc = scope || document;
+ const node = doc.createTextNode(text);
+ return fromDom$1(node);
+ };
+ const fromDom$1 = node => {
+ if (node === null || node === undefined) {
+ throw new Error('Node cannot be null or undefined');
+ }
+ return { dom: node };
+ };
+ const fromPoint = (docElm, x, y) => Optional.from(docElm.dom.elementFromPoint(x, y)).map(fromDom$1);
+ const SugarElement = {
+ fromHtml,
+ fromTag,
+ fromText,
+ fromDom: fromDom$1,
+ fromPoint
+ };
+
+ const is$1 = (element, selector) => {
+ const dom = element.dom;
+ if (dom.nodeType !== ELEMENT) {
+ return false;
+ } else {
+ const elem = dom;
+ if (elem.matches !== undefined) {
+ return elem.matches(selector);
+ } else if (elem.msMatchesSelector !== undefined) {
+ return elem.msMatchesSelector(selector);
+ } else if (elem.webkitMatchesSelector !== undefined) {
+ return elem.webkitMatchesSelector(selector);
+ } else if (elem.mozMatchesSelector !== undefined) {
+ return elem.mozMatchesSelector(selector);
+ } else {
+ throw new Error('Browser lacks native selectors');
+ }
+ }
+ };
+
+ const eq = (e1, e2) => e1.dom === e2.dom;
+ const contains = (e1, e2) => {
+ const d1 = e1.dom;
+ const d2 = e2.dom;
+ return d1 === d2 ? false : d1.contains(d2);
+ };
+ const is = is$1;
+
+ var ClosestOrAncestor = (is, ancestor, scope, a, isRoot) => {
+ if (is(scope, a)) {
+ return Optional.some(scope);
+ } else if (isFunction(isRoot) && isRoot(scope)) {
+ return Optional.none();
+ } else {
+ return ancestor(scope, a, isRoot);
+ }
+ };
+
+ typeof window !== 'undefined' ? window : Function('return this;')();
+
+ const name = element => {
+ const r = element.dom.nodeName;
+ return r.toLowerCase();
+ };
+ const type = element => element.dom.nodeType;
+ const isType = t => element => type(element) === t;
+ const isElement$1 = isType(ELEMENT);
+ const isTag = tag => e => isElement$1(e) && name(e) === tag;
+
+ const parent = element => Optional.from(element.dom.parentNode).map(SugarElement.fromDom);
+ const parentElement = element => Optional.from(element.dom.parentElement).map(SugarElement.fromDom);
+ const nextSibling = element => Optional.from(element.dom.nextSibling).map(SugarElement.fromDom);
+ const children = element => map(element.dom.childNodes, SugarElement.fromDom);
+ const child = (element, index) => {
+ const cs = element.dom.childNodes;
+ return Optional.from(cs[index]).map(SugarElement.fromDom);
+ };
+ const firstChild = element => child(element, 0);
+ const lastChild = element => child(element, element.dom.childNodes.length - 1);
+
+ const ancestor = (scope, predicate, isRoot) => {
+ let element = scope.dom;
+ const stop = isFunction(isRoot) ? isRoot : never;
+ while (element.parentNode) {
+ element = element.parentNode;
+ const el = SugarElement.fromDom(element);
+ if (predicate(el)) {
+ return Optional.some(el);
+ } else if (stop(el)) {
+ break;
+ }
+ }
+ return Optional.none();
+ };
+ const closest = (scope, predicate, isRoot) => {
+ const is = (s, test) => test(s);
+ return ClosestOrAncestor(is, ancestor, scope, predicate, isRoot);
+ };
+
+ const before$1 = (marker, element) => {
+ const parent$1 = parent(marker);
+ parent$1.each(v => {
+ v.dom.insertBefore(element.dom, marker.dom);
+ });
+ };
+ const after = (marker, element) => {
+ const sibling = nextSibling(marker);
+ sibling.fold(() => {
+ const parent$1 = parent(marker);
+ parent$1.each(v => {
+ append$1(v, element);
+ });
+ }, v => {
+ before$1(v, element);
+ });
+ };
+ const append$1 = (parent, element) => {
+ parent.dom.appendChild(element.dom);
+ };
+
+ const before = (marker, elements) => {
+ each$1(elements, x => {
+ before$1(marker, x);
+ });
+ };
+ const append = (parent, elements) => {
+ each$1(elements, x => {
+ append$1(parent, x);
+ });
+ };
+
+ const empty = element => {
+ element.dom.textContent = '';
+ each$1(children(element), rogue => {
+ remove(rogue);
+ });
+ };
+ const remove = element => {
+ const dom = element.dom;
+ if (dom.parentNode !== null) {
+ dom.parentNode.removeChild(dom);
+ }
+ };
+
+ var global$6 = tinymce.util.Tools.resolve('tinymce.dom.RangeUtils');
+
+ var global$5 = tinymce.util.Tools.resolve('tinymce.dom.TreeWalker');
+
+ var global$4 = tinymce.util.Tools.resolve('tinymce.util.VK');
+
+ const fromDom = nodes => map(nodes, SugarElement.fromDom);
+
+ const keys = Object.keys;
+ const each = (obj, f) => {
+ const props = keys(obj);
+ for (let k = 0, len = props.length; k < len; k++) {
+ const i = props[k];
+ const x = obj[i];
+ f(x, i);
+ }
+ };
+ const objAcc = r => (x, i) => {
+ r[i] = x;
+ };
+ const internalFilter = (obj, pred, onTrue, onFalse) => {
+ each(obj, (x, i) => {
+ (pred(x, i) ? onTrue : onFalse)(x, i);
+ });
+ };
+ const filter = (obj, pred) => {
+ const t = {};
+ internalFilter(obj, pred, objAcc(t), noop);
+ return t;
+ };
+
+ const rawSet = (dom, key, value) => {
+ if (isString(value) || isBoolean(value) || isNumber(value)) {
+ dom.setAttribute(key, value + '');
+ } else {
+ console.error('Invalid call to Attribute.set. Key ', key, ':: Value ', value, ':: Element ', dom);
+ throw new Error('Attribute value was not simple');
+ }
+ };
+ const setAll = (element, attrs) => {
+ const dom = element.dom;
+ each(attrs, (v, k) => {
+ rawSet(dom, k, v);
+ });
+ };
+ const clone$1 = element => foldl(element.dom.attributes, (acc, attr) => {
+ acc[attr.name] = attr.value;
+ return acc;
+ }, {});
+
+ const clone = (original, isDeep) => SugarElement.fromDom(original.dom.cloneNode(isDeep));
+ const deep = original => clone(original, true);
+ const shallowAs = (original, tag) => {
+ const nu = SugarElement.fromTag(tag);
+ const attributes = clone$1(original);
+ setAll(nu, attributes);
+ return nu;
+ };
+ const mutate = (original, tag) => {
+ const nu = shallowAs(original, tag);
+ after(original, nu);
+ const children$1 = children(original);
+ append(nu, children$1);
+ remove(original);
+ return nu;
+ };
+
+ var global$3 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils');
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ const matchNodeName = name => node => isNonNullable(node) && node.nodeName.toLowerCase() === name;
+ const matchNodeNames = regex => node => isNonNullable(node) && regex.test(node.nodeName);
+ const isTextNode$1 = node => isNonNullable(node) && node.nodeType === 3;
+ const isElement = node => isNonNullable(node) && node.nodeType === 1;
+ const isListNode = matchNodeNames(/^(OL|UL|DL)$/);
+ const isOlUlNode = matchNodeNames(/^(OL|UL)$/);
+ const isOlNode = matchNodeName('ol');
+ const isListItemNode = matchNodeNames(/^(LI|DT|DD)$/);
+ const isDlItemNode = matchNodeNames(/^(DT|DD)$/);
+ const isTableCellNode = matchNodeNames(/^(TH|TD)$/);
+ const isBr = matchNodeName('br');
+ const isFirstChild = node => {
+ var _a;
+ return ((_a = node.parentNode) === null || _a === void 0 ? void 0 : _a.firstChild) === node;
+ };
+ const isTextBlock = (editor, node) => isNonNullable(node) && node.nodeName in editor.schema.getTextBlockElements();
+ const isBlock = (node, blockElements) => isNonNullable(node) && node.nodeName in blockElements;
+ const isVoid = (editor, node) => isNonNullable(node) && node.nodeName in editor.schema.getVoidElements();
+ const isBogusBr = (dom, node) => {
+ if (!isBr(node)) {
+ return false;
+ }
+ return dom.isBlock(node.nextSibling) && !isBr(node.previousSibling);
+ };
+ const isEmpty$2 = (dom, elm, keepBookmarks) => {
+ const empty = dom.isEmpty(elm);
+ if (keepBookmarks && dom.select('span[data-mce-type=bookmark]', elm).length > 0) {
+ return false;
+ }
+ return empty;
+ };
+ const isChildOfBody = (dom, elm) => dom.isChildOf(elm, dom.getRoot());
+
+ const option = name => editor => editor.options.get(name);
+ const register$3 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('lists_indent_on_tab', {
+ processor: 'boolean',
+ default: true
+ });
+ };
+ const shouldIndentOnTab = option('lists_indent_on_tab');
+ const getForcedRootBlock = option('forced_root_block');
+ const getForcedRootBlockAttrs = option('forced_root_block_attrs');
+
+ const createTextBlock = (editor, contentNode) => {
+ const dom = editor.dom;
+ const blockElements = editor.schema.getBlockElements();
+ const fragment = dom.createFragment();
+ const blockName = getForcedRootBlock(editor);
+ const blockAttrs = getForcedRootBlockAttrs(editor);
+ let node;
+ let textBlock;
+ let hasContentNode = false;
+ textBlock = dom.create(blockName, blockAttrs);
+ if (!isBlock(contentNode.firstChild, blockElements)) {
+ fragment.appendChild(textBlock);
+ }
+ while (node = contentNode.firstChild) {
+ const nodeName = node.nodeName;
+ if (!hasContentNode && (nodeName !== 'SPAN' || node.getAttribute('data-mce-type') !== 'bookmark')) {
+ hasContentNode = true;
+ }
+ if (isBlock(node, blockElements)) {
+ fragment.appendChild(node);
+ textBlock = null;
+ } else {
+ if (!textBlock) {
+ textBlock = dom.create(blockName, blockAttrs);
+ fragment.appendChild(textBlock);
+ }
+ textBlock.appendChild(node);
+ }
+ }
+ if (!hasContentNode && textBlock) {
+ textBlock.appendChild(dom.create('br', { 'data-mce-bogus': '1' }));
+ }
+ return fragment;
+ };
+
+ const DOM$2 = global$3.DOM;
+ const splitList = (editor, list, li) => {
+ const removeAndKeepBookmarks = targetNode => {
+ const parent = targetNode.parentNode;
+ if (parent) {
+ global$2.each(bookmarks, node => {
+ parent.insertBefore(node, li.parentNode);
+ });
+ }
+ DOM$2.remove(targetNode);
+ };
+ const bookmarks = DOM$2.select('span[data-mce-type="bookmark"]', list);
+ const newBlock = createTextBlock(editor, li);
+ const tmpRng = DOM$2.createRng();
+ tmpRng.setStartAfter(li);
+ tmpRng.setEndAfter(list);
+ const fragment = tmpRng.extractContents();
+ for (let node = fragment.firstChild; node; node = node.firstChild) {
+ if (node.nodeName === 'LI' && editor.dom.isEmpty(node)) {
+ DOM$2.remove(node);
+ break;
+ }
+ }
+ if (!editor.dom.isEmpty(fragment)) {
+ DOM$2.insertAfter(fragment, list);
+ }
+ DOM$2.insertAfter(newBlock, list);
+ const parent = li.parentElement;
+ if (parent && isEmpty$2(editor.dom, parent)) {
+ removeAndKeepBookmarks(parent);
+ }
+ DOM$2.remove(li);
+ if (isEmpty$2(editor.dom, list)) {
+ DOM$2.remove(list);
+ }
+ };
+
+ const isDescriptionDetail = isTag('dd');
+ const isDescriptionTerm = isTag('dt');
+ const outdentDlItem = (editor, item) => {
+ if (isDescriptionDetail(item)) {
+ mutate(item, 'dt');
+ } else if (isDescriptionTerm(item)) {
+ parentElement(item).each(dl => splitList(editor, dl.dom, item.dom));
+ }
+ };
+ const indentDlItem = item => {
+ if (isDescriptionTerm(item)) {
+ mutate(item, 'dd');
+ }
+ };
+ const dlIndentation = (editor, indentation, dlItems) => {
+ if (indentation === 'Indent') {
+ each$1(dlItems, indentDlItem);
+ } else {
+ each$1(dlItems, item => outdentDlItem(editor, item));
+ }
+ };
+
+ const getNormalizedPoint = (container, offset) => {
+ if (isTextNode$1(container)) {
+ return {
+ container,
+ offset
+ };
+ }
+ const node = global$6.getNode(container, offset);
+ if (isTextNode$1(node)) {
+ return {
+ container: node,
+ offset: offset >= container.childNodes.length ? node.data.length : 0
+ };
+ } else if (node.previousSibling && isTextNode$1(node.previousSibling)) {
+ return {
+ container: node.previousSibling,
+ offset: node.previousSibling.data.length
+ };
+ } else if (node.nextSibling && isTextNode$1(node.nextSibling)) {
+ return {
+ container: node.nextSibling,
+ offset: 0
+ };
+ }
+ return {
+ container,
+ offset
+ };
+ };
+ const normalizeRange = rng => {
+ const outRng = rng.cloneRange();
+ const rangeStart = getNormalizedPoint(rng.startContainer, rng.startOffset);
+ outRng.setStart(rangeStart.container, rangeStart.offset);
+ const rangeEnd = getNormalizedPoint(rng.endContainer, rng.endOffset);
+ outRng.setEnd(rangeEnd.container, rangeEnd.offset);
+ return outRng;
+ };
+
+ const listNames = [
+ 'OL',
+ 'UL',
+ 'DL'
+ ];
+ const listSelector = listNames.join(',');
+ const getParentList = (editor, node) => {
+ const selectionStart = node || editor.selection.getStart(true);
+ return editor.dom.getParent(selectionStart, listSelector, getClosestListHost(editor, selectionStart));
+ };
+ const isParentListSelected = (parentList, selectedBlocks) => isNonNullable(parentList) && selectedBlocks.length === 1 && selectedBlocks[0] === parentList;
+ const findSubLists = parentList => filter$1(parentList.querySelectorAll(listSelector), isListNode);
+ const getSelectedSubLists = editor => {
+ const parentList = getParentList(editor);
+ const selectedBlocks = editor.selection.getSelectedBlocks();
+ if (isParentListSelected(parentList, selectedBlocks)) {
+ return findSubLists(parentList);
+ } else {
+ return filter$1(selectedBlocks, elm => {
+ return isListNode(elm) && parentList !== elm;
+ });
+ }
+ };
+ const findParentListItemsNodes = (editor, elms) => {
+ const listItemsElms = global$2.map(elms, elm => {
+ const parentLi = editor.dom.getParent(elm, 'li,dd,dt', getClosestListHost(editor, elm));
+ return parentLi ? parentLi : elm;
+ });
+ return unique(listItemsElms);
+ };
+ const getSelectedListItems = editor => {
+ const selectedBlocks = editor.selection.getSelectedBlocks();
+ return filter$1(findParentListItemsNodes(editor, selectedBlocks), isListItemNode);
+ };
+ const getSelectedDlItems = editor => filter$1(getSelectedListItems(editor), isDlItemNode);
+ const getClosestEditingHost = (editor, elm) => {
+ const parentTableCell = editor.dom.getParents(elm, 'TD,TH');
+ return parentTableCell.length > 0 ? parentTableCell[0] : editor.getBody();
+ };
+ const isListHost = (schema, node) => !isListNode(node) && !isListItemNode(node) && exists(listNames, listName => schema.isValidChild(node.nodeName, listName));
+ const getClosestListHost = (editor, elm) => {
+ const parentBlocks = editor.dom.getParents(elm, editor.dom.isBlock);
+ const parentBlock = find(parentBlocks, elm => isListHost(editor.schema, elm));
+ return parentBlock.getOr(editor.getBody());
+ };
+ const findLastParentListNode = (editor, elm) => {
+ const parentLists = editor.dom.getParents(elm, 'ol,ul', getClosestListHost(editor, elm));
+ return last(parentLists);
+ };
+ const getSelectedLists = editor => {
+ const firstList = findLastParentListNode(editor, editor.selection.getStart());
+ const subsequentLists = filter$1(editor.selection.getSelectedBlocks(), isOlUlNode);
+ return firstList.toArray().concat(subsequentLists);
+ };
+ const getSelectedListRoots = editor => {
+ const selectedLists = getSelectedLists(editor);
+ return getUniqueListRoots(editor, selectedLists);
+ };
+ const getUniqueListRoots = (editor, lists) => {
+ const listRoots = map(lists, list => findLastParentListNode(editor, list).getOr(list));
+ return unique(listRoots);
+ };
+
+ const isCustomList = list => /\btox\-/.test(list.className);
+ const inList = (parents, listName) => findUntil(parents, isListNode, isTableCellNode).exists(list => list.nodeName === listName && !isCustomList(list));
+ const isWithinNonEditable = (editor, element) => element !== null && !editor.dom.isEditable(element);
+ const selectionIsWithinNonEditableList = editor => {
+ const parentList = getParentList(editor);
+ return isWithinNonEditable(editor, parentList);
+ };
+ const isWithinNonEditableList = (editor, element) => {
+ const parentList = editor.dom.getParent(element, 'ol,ul,dl');
+ return isWithinNonEditable(editor, parentList);
+ };
+ const hasNonEditableBlocksSelected = editor => exists(editor.selection.getSelectedBlocks(), not(editor.dom.isEditable));
+ const setNodeChangeHandler = (editor, nodeChangeHandler) => {
+ const initialNode = editor.selection.getNode();
+ nodeChangeHandler({
+ parents: editor.dom.getParents(initialNode),
+ element: initialNode
+ });
+ editor.on('NodeChange', nodeChangeHandler);
+ return () => editor.off('NodeChange', nodeChangeHandler);
+ };
+
+ const fromElements = (elements, scope) => {
+ const doc = scope || document;
+ const fragment = doc.createDocumentFragment();
+ each$1(elements, element => {
+ fragment.appendChild(element.dom);
+ });
+ return SugarElement.fromDom(fragment);
+ };
+
+ const fireListEvent = (editor, action, element) => editor.dispatch('ListMutation', {
+ action,
+ element
+ });
+
+ const blank = r => s => s.replace(r, '');
+ const trim = blank(/^\s+|\s+$/g);
+ const isNotEmpty = s => s.length > 0;
+ const isEmpty$1 = s => !isNotEmpty(s);
+
+ const isSupported = dom => dom.style !== undefined && isFunction(dom.style.getPropertyValue);
+
+ const internalSet = (dom, property, value) => {
+ if (!isString(value)) {
+ console.error('Invalid call to CSS.set. Property ', property, ':: Value ', value, ':: Element ', dom);
+ throw new Error('CSS value must be a string: ' + value);
+ }
+ if (isSupported(dom)) {
+ dom.style.setProperty(property, value);
+ }
+ };
+ const set = (element, property, value) => {
+ const dom = element.dom;
+ internalSet(dom, property, value);
+ };
+
+ const joinSegment = (parent, child) => {
+ append$1(parent.item, child.list);
+ };
+ const joinSegments = segments => {
+ for (let i = 1; i < segments.length; i++) {
+ joinSegment(segments[i - 1], segments[i]);
+ }
+ };
+ const appendSegments = (head$1, tail) => {
+ lift2(last(head$1), head(tail), joinSegment);
+ };
+ const createSegment = (scope, listType) => {
+ const segment = {
+ list: SugarElement.fromTag(listType, scope),
+ item: SugarElement.fromTag('li', scope)
+ };
+ append$1(segment.list, segment.item);
+ return segment;
+ };
+ const createSegments = (scope, entry, size) => {
+ const segments = [];
+ for (let i = 0; i < size; i++) {
+ segments.push(createSegment(scope, entry.listType));
+ }
+ return segments;
+ };
+ const populateSegments = (segments, entry) => {
+ for (let i = 0; i < segments.length - 1; i++) {
+ set(segments[i].item, 'list-style-type', 'none');
+ }
+ last(segments).each(segment => {
+ setAll(segment.list, entry.listAttributes);
+ setAll(segment.item, entry.itemAttributes);
+ append(segment.item, entry.content);
+ });
+ };
+ const normalizeSegment = (segment, entry) => {
+ if (name(segment.list) !== entry.listType) {
+ segment.list = mutate(segment.list, entry.listType);
+ }
+ setAll(segment.list, entry.listAttributes);
+ };
+ const createItem = (scope, attr, content) => {
+ const item = SugarElement.fromTag('li', scope);
+ setAll(item, attr);
+ append(item, content);
+ return item;
+ };
+ const appendItem = (segment, item) => {
+ append$1(segment.list, item);
+ segment.item = item;
+ };
+ const writeShallow = (scope, cast, entry) => {
+ const newCast = cast.slice(0, entry.depth);
+ last(newCast).each(segment => {
+ const item = createItem(scope, entry.itemAttributes, entry.content);
+ appendItem(segment, item);
+ normalizeSegment(segment, entry);
+ });
+ return newCast;
+ };
+ const writeDeep = (scope, cast, entry) => {
+ const segments = createSegments(scope, entry, entry.depth - cast.length);
+ joinSegments(segments);
+ populateSegments(segments, entry);
+ appendSegments(cast, segments);
+ return cast.concat(segments);
+ };
+ const composeList = (scope, entries) => {
+ const cast = foldl(entries, (cast, entry) => {
+ return entry.depth > cast.length ? writeDeep(scope, cast, entry) : writeShallow(scope, cast, entry);
+ }, []);
+ return head(cast).map(segment => segment.list);
+ };
+
+ const isList = el => is(el, 'OL,UL');
+ const hasFirstChildList = el => firstChild(el).exists(isList);
+ const hasLastChildList = el => lastChild(el).exists(isList);
+
+ const isIndented = entry => entry.depth > 0;
+ const isSelected = entry => entry.isSelected;
+ const cloneItemContent = li => {
+ const children$1 = children(li);
+ const content = hasLastChildList(li) ? children$1.slice(0, -1) : children$1;
+ return map(content, deep);
+ };
+ const createEntry = (li, depth, isSelected) => parent(li).filter(isElement$1).map(list => ({
+ depth,
+ dirty: false,
+ isSelected,
+ content: cloneItemContent(li),
+ itemAttributes: clone$1(li),
+ listAttributes: clone$1(list),
+ listType: name(list)
+ }));
+
+ const indentEntry = (indentation, entry) => {
+ switch (indentation) {
+ case 'Indent':
+ entry.depth++;
+ break;
+ case 'Outdent':
+ entry.depth--;
+ break;
+ case 'Flatten':
+ entry.depth = 0;
+ }
+ entry.dirty = true;
+ };
+
+ const cloneListProperties = (target, source) => {
+ target.listType = source.listType;
+ target.listAttributes = { ...source.listAttributes };
+ };
+ const cleanListProperties = entry => {
+ entry.listAttributes = filter(entry.listAttributes, (_value, key) => key !== 'start');
+ };
+ const closestSiblingEntry = (entries, start) => {
+ const depth = entries[start].depth;
+ const matches = entry => entry.depth === depth && !entry.dirty;
+ const until = entry => entry.depth < depth;
+ return findUntil(reverse(entries.slice(0, start)), matches, until).orThunk(() => findUntil(entries.slice(start + 1), matches, until));
+ };
+ const normalizeEntries = entries => {
+ each$1(entries, (entry, i) => {
+ closestSiblingEntry(entries, i).fold(() => {
+ if (entry.dirty) {
+ cleanListProperties(entry);
+ }
+ }, matchingEntry => cloneListProperties(entry, matchingEntry));
+ });
+ return entries;
+ };
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ const parseItem = (depth, itemSelection, selectionState, item) => firstChild(item).filter(isList).fold(() => {
+ itemSelection.each(selection => {
+ if (eq(selection.start, item)) {
+ selectionState.set(true);
+ }
+ });
+ const currentItemEntry = createEntry(item, depth, selectionState.get());
+ itemSelection.each(selection => {
+ if (eq(selection.end, item)) {
+ selectionState.set(false);
+ }
+ });
+ const childListEntries = lastChild(item).filter(isList).map(list => parseList(depth, itemSelection, selectionState, list)).getOr([]);
+ return currentItemEntry.toArray().concat(childListEntries);
+ }, list => parseList(depth, itemSelection, selectionState, list));
+ const parseList = (depth, itemSelection, selectionState, list) => bind(children(list), element => {
+ const parser = isList(element) ? parseList : parseItem;
+ const newDepth = depth + 1;
+ return parser(newDepth, itemSelection, selectionState, element);
+ });
+ const parseLists = (lists, itemSelection) => {
+ const selectionState = Cell(false);
+ const initialDepth = 0;
+ return map(lists, list => ({
+ sourceList: list,
+ entries: parseList(initialDepth, itemSelection, selectionState, list)
+ }));
+ };
+
+ const outdentedComposer = (editor, entries) => {
+ const normalizedEntries = normalizeEntries(entries);
+ return map(normalizedEntries, entry => {
+ const content = fromElements(entry.content);
+ return SugarElement.fromDom(createTextBlock(editor, content.dom));
+ });
+ };
+ const indentedComposer = (editor, entries) => {
+ const normalizedEntries = normalizeEntries(entries);
+ return composeList(editor.contentDocument, normalizedEntries).toArray();
+ };
+ const composeEntries = (editor, entries) => bind(groupBy(entries, isIndented), entries => {
+ const groupIsIndented = head(entries).exists(isIndented);
+ return groupIsIndented ? indentedComposer(editor, entries) : outdentedComposer(editor, entries);
+ });
+ const indentSelectedEntries = (entries, indentation) => {
+ each$1(filter$1(entries, isSelected), entry => indentEntry(indentation, entry));
+ };
+ const getItemSelection = editor => {
+ const selectedListItems = map(getSelectedListItems(editor), SugarElement.fromDom);
+ return lift2(find(selectedListItems, not(hasFirstChildList)), find(reverse(selectedListItems), not(hasFirstChildList)), (start, end) => ({
+ start,
+ end
+ }));
+ };
+ const listIndentation = (editor, lists, indentation) => {
+ const entrySets = parseLists(lists, getItemSelection(editor));
+ each$1(entrySets, entrySet => {
+ indentSelectedEntries(entrySet.entries, indentation);
+ const composedLists = composeEntries(editor, entrySet.entries);
+ each$1(composedLists, composedList => {
+ fireListEvent(editor, indentation === 'Indent' ? 'IndentList' : 'OutdentList', composedList.dom);
+ });
+ before(entrySet.sourceList, composedLists);
+ remove(entrySet.sourceList);
+ });
+ };
+
+ const selectionIndentation = (editor, indentation) => {
+ const lists = fromDom(getSelectedListRoots(editor));
+ const dlItems = fromDom(getSelectedDlItems(editor));
+ let isHandled = false;
+ if (lists.length || dlItems.length) {
+ const bookmark = editor.selection.getBookmark();
+ listIndentation(editor, lists, indentation);
+ dlIndentation(editor, indentation, dlItems);
+ editor.selection.moveToBookmark(bookmark);
+ editor.selection.setRng(normalizeRange(editor.selection.getRng()));
+ editor.nodeChanged();
+ isHandled = true;
+ }
+ return isHandled;
+ };
+ const handleIndentation = (editor, indentation) => !selectionIsWithinNonEditableList(editor) && selectionIndentation(editor, indentation);
+ const indentListSelection = editor => handleIndentation(editor, 'Indent');
+ const outdentListSelection = editor => handleIndentation(editor, 'Outdent');
+ const flattenListSelection = editor => handleIndentation(editor, 'Flatten');
+
+ const zeroWidth = '\uFEFF';
+ const isZwsp = char => char === zeroWidth;
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.dom.BookmarkManager');
+
+ const DOM$1 = global$3.DOM;
+ const createBookmark = rng => {
+ const bookmark = {};
+ const setupEndPoint = start => {
+ let container = rng[start ? 'startContainer' : 'endContainer'];
+ let offset = rng[start ? 'startOffset' : 'endOffset'];
+ if (isElement(container)) {
+ const offsetNode = DOM$1.create('span', { 'data-mce-type': 'bookmark' });
+ if (container.hasChildNodes()) {
+ offset = Math.min(offset, container.childNodes.length - 1);
+ if (start) {
+ container.insertBefore(offsetNode, container.childNodes[offset]);
+ } else {
+ DOM$1.insertAfter(offsetNode, container.childNodes[offset]);
+ }
+ } else {
+ container.appendChild(offsetNode);
+ }
+ container = offsetNode;
+ offset = 0;
+ }
+ bookmark[start ? 'startContainer' : 'endContainer'] = container;
+ bookmark[start ? 'startOffset' : 'endOffset'] = offset;
+ };
+ setupEndPoint(true);
+ if (!rng.collapsed) {
+ setupEndPoint();
+ }
+ return bookmark;
+ };
+ const resolveBookmark = bookmark => {
+ const restoreEndPoint = start => {
+ const nodeIndex = container => {
+ var _a;
+ let node = (_a = container.parentNode) === null || _a === void 0 ? void 0 : _a.firstChild;
+ let idx = 0;
+ while (node) {
+ if (node === container) {
+ return idx;
+ }
+ if (!isElement(node) || node.getAttribute('data-mce-type') !== 'bookmark') {
+ idx++;
+ }
+ node = node.nextSibling;
+ }
+ return -1;
+ };
+ let container = bookmark[start ? 'startContainer' : 'endContainer'];
+ let offset = bookmark[start ? 'startOffset' : 'endOffset'];
+ if (!container) {
+ return;
+ }
+ if (isElement(container) && container.parentNode) {
+ const node = container;
+ offset = nodeIndex(container);
+ container = container.parentNode;
+ DOM$1.remove(node);
+ if (!container.hasChildNodes() && DOM$1.isBlock(container)) {
+ container.appendChild(DOM$1.create('br'));
+ }
+ }
+ bookmark[start ? 'startContainer' : 'endContainer'] = container;
+ bookmark[start ? 'startOffset' : 'endOffset'] = offset;
+ };
+ restoreEndPoint(true);
+ restoreEndPoint();
+ const rng = DOM$1.createRng();
+ rng.setStart(bookmark.startContainer, bookmark.startOffset);
+ if (bookmark.endContainer) {
+ rng.setEnd(bookmark.endContainer, bookmark.endOffset);
+ }
+ return normalizeRange(rng);
+ };
+
+ const listToggleActionFromListName = listName => {
+ switch (listName) {
+ case 'UL':
+ return 'ToggleUlList';
+ case 'OL':
+ return 'ToggleOlList';
+ case 'DL':
+ return 'ToggleDLList';
+ }
+ };
+
+ const updateListStyle = (dom, el, detail) => {
+ const type = detail['list-style-type'] ? detail['list-style-type'] : null;
+ dom.setStyle(el, 'list-style-type', type);
+ };
+ const setAttribs = (elm, attrs) => {
+ global$2.each(attrs, (value, key) => {
+ elm.setAttribute(key, value);
+ });
+ };
+ const updateListAttrs = (dom, el, detail) => {
+ setAttribs(el, detail['list-attributes']);
+ global$2.each(dom.select('li', el), li => {
+ setAttribs(li, detail['list-item-attributes']);
+ });
+ };
+ const updateListWithDetails = (dom, el, detail) => {
+ updateListStyle(dom, el, detail);
+ updateListAttrs(dom, el, detail);
+ };
+ const removeStyles = (dom, element, styles) => {
+ global$2.each(styles, style => dom.setStyle(element, style, ''));
+ };
+ const isInline = (editor, node) => isNonNullable(node) && !isBlock(node, editor.schema.getBlockElements());
+ const getEndPointNode = (editor, rng, start, root) => {
+ let container = rng[start ? 'startContainer' : 'endContainer'];
+ const offset = rng[start ? 'startOffset' : 'endOffset'];
+ if (isElement(container)) {
+ container = container.childNodes[Math.min(offset, container.childNodes.length - 1)] || container;
+ }
+ if (!start && isBr(container.nextSibling)) {
+ container = container.nextSibling;
+ }
+ const findBetterContainer = (container, forward) => {
+ var _a;
+ const walker = new global$5(container, root);
+ const dir = forward ? 'next' : 'prev';
+ let node;
+ while (node = walker[dir]()) {
+ if (!(isVoid(editor, node) || isZwsp(node.textContent) || ((_a = node.textContent) === null || _a === void 0 ? void 0 : _a.length) === 0)) {
+ return Optional.some(node);
+ }
+ }
+ return Optional.none();
+ };
+ if (start && isTextNode$1(container)) {
+ if (isZwsp(container.textContent)) {
+ container = findBetterContainer(container, false).getOr(container);
+ } else {
+ if (container.parentNode !== null && isInline(editor, container.parentNode)) {
+ container = container.parentNode;
+ }
+ while (container.previousSibling !== null && (isInline(editor, container.previousSibling) || isTextNode$1(container.previousSibling))) {
+ container = container.previousSibling;
+ }
+ }
+ }
+ if (!start && isTextNode$1(container)) {
+ if (isZwsp(container.textContent)) {
+ container = findBetterContainer(container, true).getOr(container);
+ } else {
+ if (container.parentNode !== null && isInline(editor, container.parentNode)) {
+ container = container.parentNode;
+ }
+ while (container.nextSibling !== null && (isInline(editor, container.nextSibling) || isTextNode$1(container.nextSibling))) {
+ container = container.nextSibling;
+ }
+ }
+ }
+ while (container.parentNode !== root) {
+ const parent = container.parentNode;
+ if (isTextBlock(editor, container)) {
+ return container;
+ }
+ if (/^(TD|TH)$/.test(parent.nodeName)) {
+ return container;
+ }
+ container = parent;
+ }
+ return container;
+ };
+ const getSelectedTextBlocks = (editor, rng, root) => {
+ const textBlocks = [];
+ const dom = editor.dom;
+ const startNode = getEndPointNode(editor, rng, true, root);
+ const endNode = getEndPointNode(editor, rng, false, root);
+ let block;
+ const siblings = [];
+ for (let node = startNode; node; node = node.nextSibling) {
+ siblings.push(node);
+ if (node === endNode) {
+ break;
+ }
+ }
+ global$2.each(siblings, node => {
+ var _a;
+ if (isTextBlock(editor, node)) {
+ textBlocks.push(node);
+ block = null;
+ return;
+ }
+ if (dom.isBlock(node) || isBr(node)) {
+ if (isBr(node)) {
+ dom.remove(node);
+ }
+ block = null;
+ return;
+ }
+ const nextSibling = node.nextSibling;
+ if (global$1.isBookmarkNode(node)) {
+ if (isListNode(nextSibling) || isTextBlock(editor, nextSibling) || !nextSibling && node.parentNode === root) {
+ block = null;
+ return;
+ }
+ }
+ if (!block) {
+ block = dom.create('p');
+ (_a = node.parentNode) === null || _a === void 0 ? void 0 : _a.insertBefore(block, node);
+ textBlocks.push(block);
+ }
+ block.appendChild(node);
+ });
+ return textBlocks;
+ };
+ const hasCompatibleStyle = (dom, sib, detail) => {
+ const sibStyle = dom.getStyle(sib, 'list-style-type');
+ let detailStyle = detail ? detail['list-style-type'] : '';
+ detailStyle = detailStyle === null ? '' : detailStyle;
+ return sibStyle === detailStyle;
+ };
+ const applyList = (editor, listName, detail) => {
+ const rng = editor.selection.getRng();
+ let listItemName = 'LI';
+ const root = getClosestListHost(editor, editor.selection.getStart(true));
+ const dom = editor.dom;
+ if (dom.getContentEditable(editor.selection.getNode()) === 'false') {
+ return;
+ }
+ listName = listName.toUpperCase();
+ if (listName === 'DL') {
+ listItemName = 'DT';
+ }
+ const bookmark = createBookmark(rng);
+ const selectedTextBlocks = getSelectedTextBlocks(editor, rng, root);
+ global$2.each(selectedTextBlocks, block => {
+ let listBlock;
+ const sibling = block.previousSibling;
+ const parent = block.parentNode;
+ if (!isListItemNode(parent)) {
+ if (sibling && isListNode(sibling) && sibling.nodeName === listName && hasCompatibleStyle(dom, sibling, detail)) {
+ listBlock = sibling;
+ block = dom.rename(block, listItemName);
+ sibling.appendChild(block);
+ } else {
+ listBlock = dom.create(listName);
+ parent.insertBefore(listBlock, block);
+ listBlock.appendChild(block);
+ block = dom.rename(block, listItemName);
+ }
+ removeStyles(dom, block, [
+ 'margin',
+ 'margin-right',
+ 'margin-bottom',
+ 'margin-left',
+ 'margin-top',
+ 'padding',
+ 'padding-right',
+ 'padding-bottom',
+ 'padding-left',
+ 'padding-top'
+ ]);
+ updateListWithDetails(dom, listBlock, detail);
+ mergeWithAdjacentLists(editor.dom, listBlock);
+ }
+ });
+ editor.selection.setRng(resolveBookmark(bookmark));
+ };
+ const isValidLists = (list1, list2) => {
+ return isListNode(list1) && list1.nodeName === (list2 === null || list2 === void 0 ? void 0 : list2.nodeName);
+ };
+ const hasSameListStyle = (dom, list1, list2) => {
+ const targetStyle = dom.getStyle(list1, 'list-style-type', true);
+ const style = dom.getStyle(list2, 'list-style-type', true);
+ return targetStyle === style;
+ };
+ const hasSameClasses = (elm1, elm2) => {
+ return elm1.className === elm2.className;
+ };
+ const shouldMerge = (dom, list1, list2) => {
+ return isValidLists(list1, list2) && hasSameListStyle(dom, list1, list2) && hasSameClasses(list1, list2);
+ };
+ const mergeWithAdjacentLists = (dom, listBlock) => {
+ let node;
+ let sibling = listBlock.nextSibling;
+ if (shouldMerge(dom, listBlock, sibling)) {
+ const liSibling = sibling;
+ while (node = liSibling.firstChild) {
+ listBlock.appendChild(node);
+ }
+ dom.remove(liSibling);
+ }
+ sibling = listBlock.previousSibling;
+ if (shouldMerge(dom, listBlock, sibling)) {
+ const liSibling = sibling;
+ while (node = liSibling.lastChild) {
+ listBlock.insertBefore(node, listBlock.firstChild);
+ }
+ dom.remove(liSibling);
+ }
+ };
+ const updateList$1 = (editor, list, listName, detail) => {
+ if (list.nodeName !== listName) {
+ const newList = editor.dom.rename(list, listName);
+ updateListWithDetails(editor.dom, newList, detail);
+ fireListEvent(editor, listToggleActionFromListName(listName), newList);
+ } else {
+ updateListWithDetails(editor.dom, list, detail);
+ fireListEvent(editor, listToggleActionFromListName(listName), list);
+ }
+ };
+ const toggleMultipleLists = (editor, parentList, lists, listName, detail) => {
+ const parentIsList = isListNode(parentList);
+ if (parentIsList && parentList.nodeName === listName && !hasListStyleDetail(detail)) {
+ flattenListSelection(editor);
+ } else {
+ applyList(editor, listName, detail);
+ const bookmark = createBookmark(editor.selection.getRng());
+ const allLists = parentIsList ? [
+ parentList,
+ ...lists
+ ] : lists;
+ global$2.each(allLists, elm => {
+ updateList$1(editor, elm, listName, detail);
+ });
+ editor.selection.setRng(resolveBookmark(bookmark));
+ }
+ };
+ const hasListStyleDetail = detail => {
+ return 'list-style-type' in detail;
+ };
+ const toggleSingleList = (editor, parentList, listName, detail) => {
+ if (parentList === editor.getBody()) {
+ return;
+ }
+ if (parentList) {
+ if (parentList.nodeName === listName && !hasListStyleDetail(detail) && !isCustomList(parentList)) {
+ flattenListSelection(editor);
+ } else {
+ const bookmark = createBookmark(editor.selection.getRng());
+ updateListWithDetails(editor.dom, parentList, detail);
+ const newList = editor.dom.rename(parentList, listName);
+ mergeWithAdjacentLists(editor.dom, newList);
+ editor.selection.setRng(resolveBookmark(bookmark));
+ applyList(editor, listName, detail);
+ fireListEvent(editor, listToggleActionFromListName(listName), newList);
+ }
+ } else {
+ applyList(editor, listName, detail);
+ fireListEvent(editor, listToggleActionFromListName(listName), parentList);
+ }
+ };
+ const toggleList = (editor, listName, _detail) => {
+ const parentList = getParentList(editor);
+ if (isWithinNonEditableList(editor, parentList) || hasNonEditableBlocksSelected(editor)) {
+ return;
+ }
+ const selectedSubLists = getSelectedSubLists(editor);
+ const detail = isObject(_detail) ? _detail : {};
+ if (selectedSubLists.length > 0) {
+ toggleMultipleLists(editor, parentList, selectedSubLists, listName, detail);
+ } else {
+ toggleSingleList(editor, parentList, listName, detail);
+ }
+ };
+
+ const DOM = global$3.DOM;
+ const normalizeList = (dom, list) => {
+ const parentNode = list.parentElement;
+ if (parentNode && parentNode.nodeName === 'LI' && parentNode.firstChild === list) {
+ const sibling = parentNode.previousSibling;
+ if (sibling && sibling.nodeName === 'LI') {
+ sibling.appendChild(list);
+ if (isEmpty$2(dom, parentNode)) {
+ DOM.remove(parentNode);
+ }
+ } else {
+ DOM.setStyle(parentNode, 'listStyleType', 'none');
+ }
+ }
+ if (isListNode(parentNode)) {
+ const sibling = parentNode.previousSibling;
+ if (sibling && sibling.nodeName === 'LI') {
+ sibling.appendChild(list);
+ }
+ }
+ };
+ const normalizeLists = (dom, element) => {
+ const lists = global$2.grep(dom.select('ol,ul', element));
+ global$2.each(lists, list => {
+ normalizeList(dom, list);
+ });
+ };
+
+ const findNextCaretContainer = (editor, rng, isForward, root) => {
+ let node = rng.startContainer;
+ const offset = rng.startOffset;
+ if (isTextNode$1(node) && (isForward ? offset < node.data.length : offset > 0)) {
+ return node;
+ }
+ const nonEmptyBlocks = editor.schema.getNonEmptyElements();
+ if (isElement(node)) {
+ node = global$6.getNode(node, offset);
+ }
+ const walker = new global$5(node, root);
+ if (isForward) {
+ if (isBogusBr(editor.dom, node)) {
+ walker.next();
+ }
+ }
+ const walkFn = isForward ? walker.next.bind(walker) : walker.prev2.bind(walker);
+ while (node = walkFn()) {
+ if (node.nodeName === 'LI' && !node.hasChildNodes()) {
+ return node;
+ }
+ if (nonEmptyBlocks[node.nodeName]) {
+ return node;
+ }
+ if (isTextNode$1(node) && node.data.length > 0) {
+ return node;
+ }
+ }
+ return null;
+ };
+ const hasOnlyOneBlockChild = (dom, elm) => {
+ const childNodes = elm.childNodes;
+ return childNodes.length === 1 && !isListNode(childNodes[0]) && dom.isBlock(childNodes[0]);
+ };
+ const unwrapSingleBlockChild = (dom, elm) => {
+ if (hasOnlyOneBlockChild(dom, elm)) {
+ dom.remove(elm.firstChild, true);
+ }
+ };
+ const moveChildren = (dom, fromElm, toElm) => {
+ let node;
+ const targetElm = hasOnlyOneBlockChild(dom, toElm) ? toElm.firstChild : toElm;
+ unwrapSingleBlockChild(dom, fromElm);
+ if (!isEmpty$2(dom, fromElm, true)) {
+ while (node = fromElm.firstChild) {
+ targetElm.appendChild(node);
+ }
+ }
+ };
+ const mergeLiElements = (dom, fromElm, toElm) => {
+ let listNode;
+ const ul = fromElm.parentNode;
+ if (!isChildOfBody(dom, fromElm) || !isChildOfBody(dom, toElm)) {
+ return;
+ }
+ if (isListNode(toElm.lastChild)) {
+ listNode = toElm.lastChild;
+ }
+ if (ul === toElm.lastChild) {
+ if (isBr(ul.previousSibling)) {
+ dom.remove(ul.previousSibling);
+ }
+ }
+ const node = toElm.lastChild;
+ if (node && isBr(node) && fromElm.hasChildNodes()) {
+ dom.remove(node);
+ }
+ if (isEmpty$2(dom, toElm, true)) {
+ empty(SugarElement.fromDom(toElm));
+ }
+ moveChildren(dom, fromElm, toElm);
+ if (listNode) {
+ toElm.appendChild(listNode);
+ }
+ const contains$1 = contains(SugarElement.fromDom(toElm), SugarElement.fromDom(fromElm));
+ const nestedLists = contains$1 ? dom.getParents(fromElm, isListNode, toElm) : [];
+ dom.remove(fromElm);
+ each$1(nestedLists, list => {
+ if (isEmpty$2(dom, list) && list !== dom.getRoot()) {
+ dom.remove(list);
+ }
+ });
+ };
+ const mergeIntoEmptyLi = (editor, fromLi, toLi) => {
+ empty(SugarElement.fromDom(toLi));
+ mergeLiElements(editor.dom, fromLi, toLi);
+ editor.selection.setCursorLocation(toLi, 0);
+ };
+ const mergeForward = (editor, rng, fromLi, toLi) => {
+ const dom = editor.dom;
+ if (dom.isEmpty(toLi)) {
+ mergeIntoEmptyLi(editor, fromLi, toLi);
+ } else {
+ const bookmark = createBookmark(rng);
+ mergeLiElements(dom, fromLi, toLi);
+ editor.selection.setRng(resolveBookmark(bookmark));
+ }
+ };
+ const mergeBackward = (editor, rng, fromLi, toLi) => {
+ const bookmark = createBookmark(rng);
+ mergeLiElements(editor.dom, fromLi, toLi);
+ const resolvedBookmark = resolveBookmark(bookmark);
+ editor.selection.setRng(resolvedBookmark);
+ };
+ const backspaceDeleteFromListToListCaret = (editor, isForward) => {
+ const dom = editor.dom, selection = editor.selection;
+ const selectionStartElm = selection.getStart();
+ const root = getClosestEditingHost(editor, selectionStartElm);
+ const li = dom.getParent(selection.getStart(), 'LI', root);
+ if (li) {
+ const ul = li.parentElement;
+ if (ul === editor.getBody() && isEmpty$2(dom, ul)) {
+ return true;
+ }
+ const rng = normalizeRange(selection.getRng());
+ const otherLi = dom.getParent(findNextCaretContainer(editor, rng, isForward, root), 'LI', root);
+ if (otherLi && otherLi !== li) {
+ editor.undoManager.transact(() => {
+ if (isForward) {
+ mergeForward(editor, rng, otherLi, li);
+ } else {
+ if (isFirstChild(li)) {
+ outdentListSelection(editor);
+ } else {
+ mergeBackward(editor, rng, li, otherLi);
+ }
+ }
+ });
+ return true;
+ } else if (!otherLi) {
+ if (!isForward && rng.startOffset === 0 && rng.endOffset === 0) {
+ editor.undoManager.transact(() => {
+ flattenListSelection(editor);
+ });
+ return true;
+ }
+ }
+ }
+ return false;
+ };
+ const removeBlock = (dom, block, root) => {
+ const parentBlock = dom.getParent(block.parentNode, dom.isBlock, root);
+ dom.remove(block);
+ if (parentBlock && dom.isEmpty(parentBlock)) {
+ dom.remove(parentBlock);
+ }
+ };
+ const backspaceDeleteIntoListCaret = (editor, isForward) => {
+ const dom = editor.dom;
+ const selectionStartElm = editor.selection.getStart();
+ const root = getClosestEditingHost(editor, selectionStartElm);
+ const block = dom.getParent(selectionStartElm, dom.isBlock, root);
+ if (block && dom.isEmpty(block)) {
+ const rng = normalizeRange(editor.selection.getRng());
+ const otherLi = dom.getParent(findNextCaretContainer(editor, rng, isForward, root), 'LI', root);
+ if (otherLi) {
+ const findValidElement = element => contains$1([
+ 'td',
+ 'th',
+ 'caption'
+ ], name(element));
+ const findRoot = node => node.dom === root;
+ const otherLiCell = closest(SugarElement.fromDom(otherLi), findValidElement, findRoot);
+ const caretCell = closest(SugarElement.fromDom(rng.startContainer), findValidElement, findRoot);
+ if (!equals(otherLiCell, caretCell, eq)) {
+ return false;
+ }
+ editor.undoManager.transact(() => {
+ removeBlock(dom, block, root);
+ mergeWithAdjacentLists(dom, otherLi.parentNode);
+ editor.selection.select(otherLi, true);
+ editor.selection.collapse(isForward);
+ });
+ return true;
+ }
+ }
+ return false;
+ };
+ const backspaceDeleteCaret = (editor, isForward) => {
+ return backspaceDeleteFromListToListCaret(editor, isForward) || backspaceDeleteIntoListCaret(editor, isForward);
+ };
+ const hasListSelection = editor => {
+ const selectionStartElm = editor.selection.getStart();
+ const root = getClosestEditingHost(editor, selectionStartElm);
+ const startListParent = editor.dom.getParent(selectionStartElm, 'LI,DT,DD', root);
+ return startListParent || getSelectedListItems(editor).length > 0;
+ };
+ const backspaceDeleteRange = editor => {
+ if (hasListSelection(editor)) {
+ editor.undoManager.transact(() => {
+ editor.execCommand('Delete');
+ normalizeLists(editor.dom, editor.getBody());
+ });
+ return true;
+ }
+ return false;
+ };
+ const backspaceDelete = (editor, isForward) => {
+ const selection = editor.selection;
+ return !isWithinNonEditableList(editor, selection.getNode()) && (selection.isCollapsed() ? backspaceDeleteCaret(editor, isForward) : backspaceDeleteRange(editor));
+ };
+ const setup$2 = editor => {
+ editor.on('ExecCommand', e => {
+ const cmd = e.command.toLowerCase();
+ if ((cmd === 'delete' || cmd === 'forwarddelete') && hasListSelection(editor)) {
+ normalizeLists(editor.dom, editor.getBody());
+ }
+ });
+ editor.on('keydown', e => {
+ if (e.keyCode === global$4.BACKSPACE) {
+ if (backspaceDelete(editor, false)) {
+ e.preventDefault();
+ }
+ } else if (e.keyCode === global$4.DELETE) {
+ if (backspaceDelete(editor, true)) {
+ e.preventDefault();
+ }
+ }
+ });
+ };
+
+ const get = editor => ({
+ backspaceDelete: isForward => {
+ backspaceDelete(editor, isForward);
+ }
+ });
+
+ const updateList = (editor, update) => {
+ const parentList = getParentList(editor);
+ if (parentList === null || isWithinNonEditableList(editor, parentList)) {
+ return;
+ }
+ editor.undoManager.transact(() => {
+ if (isObject(update.styles)) {
+ editor.dom.setStyles(parentList, update.styles);
+ }
+ if (isObject(update.attrs)) {
+ each(update.attrs, (v, k) => editor.dom.setAttrib(parentList, k, v));
+ }
+ });
+ };
+
+ const parseAlphabeticBase26 = str => {
+ const chars = reverse(trim(str).split(''));
+ const values = map(chars, (char, i) => {
+ const charValue = char.toUpperCase().charCodeAt(0) - 'A'.charCodeAt(0) + 1;
+ return Math.pow(26, i) * charValue;
+ });
+ return foldl(values, (sum, v) => sum + v, 0);
+ };
+ const composeAlphabeticBase26 = value => {
+ value--;
+ if (value < 0) {
+ return '';
+ } else {
+ const remainder = value % 26;
+ const quotient = Math.floor(value / 26);
+ const rest = composeAlphabeticBase26(quotient);
+ const char = String.fromCharCode('A'.charCodeAt(0) + remainder);
+ return rest + char;
+ }
+ };
+ const isUppercase = str => /^[A-Z]+$/.test(str);
+ const isLowercase = str => /^[a-z]+$/.test(str);
+ const isNumeric = str => /^[0-9]+$/.test(str);
+ const deduceListType = start => {
+ if (isNumeric(start)) {
+ return 2;
+ } else if (isUppercase(start)) {
+ return 0;
+ } else if (isLowercase(start)) {
+ return 1;
+ } else if (isEmpty$1(start)) {
+ return 3;
+ } else {
+ return 4;
+ }
+ };
+ const parseStartValue = start => {
+ switch (deduceListType(start)) {
+ case 2:
+ return Optional.some({
+ listStyleType: Optional.none(),
+ start
+ });
+ case 0:
+ return Optional.some({
+ listStyleType: Optional.some('upper-alpha'),
+ start: parseAlphabeticBase26(start).toString()
+ });
+ case 1:
+ return Optional.some({
+ listStyleType: Optional.some('lower-alpha'),
+ start: parseAlphabeticBase26(start).toString()
+ });
+ case 3:
+ return Optional.some({
+ listStyleType: Optional.none(),
+ start: ''
+ });
+ case 4:
+ return Optional.none();
+ }
+ };
+ const parseDetail = detail => {
+ const start = parseInt(detail.start, 10);
+ if (is$2(detail.listStyleType, 'upper-alpha')) {
+ return composeAlphabeticBase26(start);
+ } else if (is$2(detail.listStyleType, 'lower-alpha')) {
+ return composeAlphabeticBase26(start).toLowerCase();
+ } else {
+ return detail.start;
+ }
+ };
+
+ const open = editor => {
+ const currentList = getParentList(editor);
+ if (!isOlNode(currentList) || isWithinNonEditableList(editor, currentList)) {
+ return;
+ }
+ editor.windowManager.open({
+ title: 'List Properties',
+ body: {
+ type: 'panel',
+ items: [{
+ type: 'input',
+ name: 'start',
+ label: 'Start list at number',
+ inputMode: 'numeric'
+ }]
+ },
+ initialData: {
+ start: parseDetail({
+ start: editor.dom.getAttrib(currentList, 'start', '1'),
+ listStyleType: Optional.from(editor.dom.getStyle(currentList, 'list-style-type'))
+ })
+ },
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ onSubmit: api => {
+ const data = api.getData();
+ parseStartValue(data.start).each(detail => {
+ editor.execCommand('mceListUpdate', false, {
+ attrs: { start: detail.start === '1' ? '' : detail.start },
+ styles: { 'list-style-type': detail.listStyleType.getOr('') }
+ });
+ });
+ api.close();
+ }
+ });
+ };
+
+ const queryListCommandState = (editor, listName) => () => {
+ const parentList = getParentList(editor);
+ return isNonNullable(parentList) && parentList.nodeName === listName;
+ };
+ const registerDialog = editor => {
+ editor.addCommand('mceListProps', () => {
+ open(editor);
+ });
+ };
+ const register$2 = editor => {
+ editor.on('BeforeExecCommand', e => {
+ const cmd = e.command.toLowerCase();
+ if (cmd === 'indent') {
+ indentListSelection(editor);
+ } else if (cmd === 'outdent') {
+ outdentListSelection(editor);
+ }
+ });
+ editor.addCommand('InsertUnorderedList', (ui, detail) => {
+ toggleList(editor, 'UL', detail);
+ });
+ editor.addCommand('InsertOrderedList', (ui, detail) => {
+ toggleList(editor, 'OL', detail);
+ });
+ editor.addCommand('InsertDefinitionList', (ui, detail) => {
+ toggleList(editor, 'DL', detail);
+ });
+ editor.addCommand('RemoveList', () => {
+ flattenListSelection(editor);
+ });
+ registerDialog(editor);
+ editor.addCommand('mceListUpdate', (ui, detail) => {
+ if (isObject(detail)) {
+ updateList(editor, detail);
+ }
+ });
+ editor.addQueryStateHandler('InsertUnorderedList', queryListCommandState(editor, 'UL'));
+ editor.addQueryStateHandler('InsertOrderedList', queryListCommandState(editor, 'OL'));
+ editor.addQueryStateHandler('InsertDefinitionList', queryListCommandState(editor, 'DL'));
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.html.Node');
+
+ const isTextNode = node => node.type === 3;
+ const isEmpty = nodeBuffer => nodeBuffer.length === 0;
+ const wrapInvalidChildren = list => {
+ const insertListItem = (buffer, refNode) => {
+ const li = global.create('li');
+ each$1(buffer, node => li.append(node));
+ if (refNode) {
+ list.insert(li, refNode, true);
+ } else {
+ list.append(li);
+ }
+ };
+ const reducer = (buffer, node) => {
+ if (isTextNode(node)) {
+ return [
+ ...buffer,
+ node
+ ];
+ } else if (!isEmpty(buffer) && !isTextNode(node)) {
+ insertListItem(buffer, node);
+ return [];
+ } else {
+ return buffer;
+ }
+ };
+ const restBuffer = foldl(list.children(), reducer, []);
+ if (!isEmpty(restBuffer)) {
+ insertListItem(restBuffer);
+ }
+ };
+ const setup$1 = editor => {
+ editor.on('PreInit', () => {
+ const {parser} = editor;
+ parser.addNodeFilter('ul,ol', nodes => each$1(nodes, wrapInvalidChildren));
+ });
+ };
+
+ const setupTabKey = editor => {
+ editor.on('keydown', e => {
+ if (e.keyCode !== global$4.TAB || global$4.metaKeyPressed(e)) {
+ return;
+ }
+ editor.undoManager.transact(() => {
+ if (e.shiftKey ? outdentListSelection(editor) : indentListSelection(editor)) {
+ e.preventDefault();
+ }
+ });
+ });
+ };
+ const setup = editor => {
+ if (shouldIndentOnTab(editor)) {
+ setupTabKey(editor);
+ }
+ setup$2(editor);
+ };
+
+ const setupToggleButtonHandler = (editor, listName) => api => {
+ const toggleButtonHandler = e => {
+ api.setActive(inList(e.parents, listName));
+ api.setEnabled(!isWithinNonEditableList(editor, e.element));
+ };
+ return setNodeChangeHandler(editor, toggleButtonHandler);
+ };
+ const register$1 = editor => {
+ const exec = command => () => editor.execCommand(command);
+ if (!editor.hasPlugin('advlist')) {
+ editor.ui.registry.addToggleButton('numlist', {
+ icon: 'ordered-list',
+ active: false,
+ tooltip: 'Numbered list',
+ onAction: exec('InsertOrderedList'),
+ onSetup: setupToggleButtonHandler(editor, 'OL')
+ });
+ editor.ui.registry.addToggleButton('bullist', {
+ icon: 'unordered-list',
+ active: false,
+ tooltip: 'Bullet list',
+ onAction: exec('InsertUnorderedList'),
+ onSetup: setupToggleButtonHandler(editor, 'UL')
+ });
+ }
+ };
+
+ const setupMenuButtonHandler = (editor, listName) => api => {
+ const menuButtonHandler = e => api.setEnabled(inList(e.parents, listName) && !isWithinNonEditableList(editor, e.element));
+ return setNodeChangeHandler(editor, menuButtonHandler);
+ };
+ const register = editor => {
+ const listProperties = {
+ text: 'List properties...',
+ icon: 'ordered-list',
+ onAction: () => editor.execCommand('mceListProps'),
+ onSetup: setupMenuButtonHandler(editor, 'OL')
+ };
+ editor.ui.registry.addMenuItem('listprops', listProperties);
+ editor.ui.registry.addContextMenu('lists', {
+ update: node => {
+ const parentList = getParentList(editor, node);
+ return isOlNode(parentList) ? ['listprops'] : [];
+ }
+ });
+ };
+
+ var Plugin = () => {
+ global$7.add('lists', editor => {
+ register$3(editor);
+ setup$1(editor);
+ if (!editor.hasPlugin('rtc', true)) {
+ setup(editor);
+ register$2(editor);
+ } else {
+ registerDialog(editor);
+ }
+ register$1(editor);
+ register(editor);
+ return get(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/lists/plugin.min.js b/seller/public/tinymce/plugins/lists/plugin.min.js
new file mode 100644
index 00000000..6e811c26
--- /dev/null
+++ b/seller/public/tinymce/plugins/lists/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(n=r=e,(o=String).prototype.isPrototypeOf(n)||(null===(s=r.constructor)||void 0===s?void 0:s.name)===o.name)?"string":t;var n,r,o,s})(t)===e,n=e=>t=>typeof t===e,r=t("string"),o=t("object"),s=t("array"),i=n("boolean"),l=e=>!(e=>null==e)(e),a=n("function"),d=n("number"),c=()=>{},u=(e,t)=>e===t,m=e=>t=>!e(t),p=(!1,()=>false);class g{constructor(e,t){this.tag=e,this.value=t}static some(e){return new g(!0,e)}static none(){return g.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?g.some(e(this.value)):g.none()}bind(e){return this.tag?e(this.value):g.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:g.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return l(e)?g.some(e):g.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}g.singletonNone=new g(!1);const h=Array.prototype.slice,f=Array.prototype.indexOf,y=Array.prototype.push,v=(e,t)=>{return n=e,r=t,f.call(n,r)>-1;var n,r},C=(e,t)=>{for(let n=0,r=e.length;n{const n=e.length,r=new Array(n);for(let o=0;o{for(let n=0,r=e.length;n{const n=[];for(let r=0,o=e.length;r(S(e,((e,r)=>{n=t(n,e,r)})),n),O=(e,t,n)=>{for(let r=0,o=e.length;rO(e,t,p),T=(e,t)=>(e=>{const t=[];for(let n=0,r=e.length;n{const t=h.call(e,0);return t.reverse(),t},x=(e,t)=>t>=0&&tx(e,0),D=e=>x(e,e.length-1),E=(e,t)=>{const n=[],r=a(t)?e=>C(n,(n=>t(n,e))):e=>v(n,e);for(let t=0,o=e.length;te.exists((e=>n(e,t))),I=(e,t,n)=>e.isSome()&&t.isSome()?g.some(n(e.getOrDie(),t.getOrDie())):g.none(),P=e=>{if(null==e)throw new Error("Node cannot be null or undefined");return{dom:e}},M=(e,t)=>{const n=(t||document).createElement(e);return P(n)},R=P,U=(e,t)=>e.dom===t.dom;"undefined"!=typeof window?window:Function("return this;")();const $=e=>e.dom.nodeName.toLowerCase(),_=(1,e=>1===(e=>e.dom.nodeType)(e));const F=e=>t=>_(t)&&$(t)===e,H=e=>g.from(e.dom.parentNode).map(R),V=e=>b(e.dom.childNodes,R),j=(e,t)=>{const n=e.dom.childNodes;return g.from(n[t]).map(R)},K=e=>j(e,0),z=e=>j(e,e.dom.childNodes.length-1),Q=(e,t,n)=>{let r=e.dom;const o=a(n)?n:p;for(;r.parentNode;){r=r.parentNode;const e=R(r);if(t(e))return g.some(e);if(o(e))break}return g.none()},q=(e,t,n)=>((e,t,n,r,o)=>r(n)?g.some(n):a(o)&&o(n)?g.none():t(n,r,o))(0,Q,e,t,n),W=(e,t)=>{H(e).each((n=>{n.dom.insertBefore(t.dom,e.dom)}))},Z=(e,t)=>{e.dom.appendChild(t.dom)},G=(e,t)=>{S(t,(t=>{Z(e,t)}))},J=e=>{e.dom.textContent="",S(V(e),(e=>{X(e)}))},X=e=>{const t=e.dom;null!==t.parentNode&&t.parentNode.removeChild(t)};var Y=tinymce.util.Tools.resolve("tinymce.dom.RangeUtils"),ee=tinymce.util.Tools.resolve("tinymce.dom.TreeWalker"),te=tinymce.util.Tools.resolve("tinymce.util.VK");const ne=e=>b(e,R),re=Object.keys,oe=(e,t)=>{const n=re(e);for(let r=0,o=n.length;r{const n=e.dom;oe(t,((e,t)=>{((e,t,n)=>{if(!(r(n)||i(n)||d(n)))throw console.error("Invalid call to Attribute.set. Key ",t,":: Value ",n,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,n+"")})(n,t,e)}))},ie=e=>L(e.dom.attributes,((e,t)=>(e[t.name]=t.value,e)),{}),le=e=>((e,t)=>R(e.dom.cloneNode(!0)))(e),ae=(e,t)=>{const n=((e,t)=>{const n=M(t),r=ie(e);return se(n,r),n})(e,t);((e,t)=>{const n=(e=>g.from(e.dom.nextSibling).map(R))(e);n.fold((()=>{H(e).each((e=>{Z(e,t)}))}),(e=>{W(e,t)}))})(e,n);const r=V(e);return G(n,r),X(e),n};var de=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils"),ce=tinymce.util.Tools.resolve("tinymce.util.Tools");const ue=e=>t=>l(t)&&t.nodeName.toLowerCase()===e,me=e=>t=>l(t)&&e.test(t.nodeName),pe=e=>l(e)&&3===e.nodeType,ge=e=>l(e)&&1===e.nodeType,he=me(/^(OL|UL|DL)$/),fe=me(/^(OL|UL)$/),ye=ue("ol"),ve=me(/^(LI|DT|DD)$/),Ce=me(/^(DT|DD)$/),be=me(/^(TH|TD)$/),Se=ue("br"),Ne=(e,t)=>l(t)&&t.nodeName in e.schema.getTextBlockElements(),Le=(e,t)=>l(e)&&e.nodeName in t,Oe=(e,t)=>l(t)&&t.nodeName in e.schema.getVoidElements(),ke=(e,t,n)=>{const r=e.isEmpty(t);return!(n&&e.select("span[data-mce-type=bookmark]",t).length>0)&&r},Te=(e,t)=>e.isChildOf(t,e.getRoot()),Ae=e=>t=>t.options.get(e),xe=Ae("lists_indent_on_tab"),we=Ae("forced_root_block"),De=Ae("forced_root_block_attrs"),Ee=(e,t)=>{const n=e.dom,r=e.schema.getBlockElements(),o=n.createFragment(),s=we(e),i=De(e);let l,a,d=!1;for(a=n.create(s,i),Le(t.firstChild,r)||o.appendChild(a);l=t.firstChild;){const e=l.nodeName;d||"SPAN"===e&&"bookmark"===l.getAttribute("data-mce-type")||(d=!0),Le(l,r)?(o.appendChild(l),a=null):(a||(a=n.create(s,i),o.appendChild(a)),a.appendChild(l))}return!d&&a&&a.appendChild(n.create("br",{"data-mce-bogus":"1"})),o},Be=de.DOM,Ie=F("dd"),Pe=F("dt"),Me=(e,t)=>{var n;Ie(t)?ae(t,"dt"):Pe(t)&&(n=t,g.from(n.dom.parentElement).map(R)).each((n=>((e,t,n)=>{const r=Be.select('span[data-mce-type="bookmark"]',t),o=Ee(e,n),s=Be.createRng();s.setStartAfter(n),s.setEndAfter(t);const i=s.extractContents();for(let t=i.firstChild;t;t=t.firstChild)if("LI"===t.nodeName&&e.dom.isEmpty(t)){Be.remove(t);break}e.dom.isEmpty(i)||Be.insertAfter(i,t),Be.insertAfter(o,t);const l=n.parentElement;l&&ke(e.dom,l)&&(e=>{const t=e.parentNode;t&&ce.each(r,(e=>{t.insertBefore(e,n.parentNode)})),Be.remove(e)})(l),Be.remove(n),ke(e.dom,t)&&Be.remove(t)})(e,n.dom,t.dom)))},Re=e=>{Pe(e)&&ae(e,"dd")},Ue=(e,t)=>{if(pe(e))return{container:e,offset:t};const n=Y.getNode(e,t);return pe(n)?{container:n,offset:t>=e.childNodes.length?n.data.length:0}:n.previousSibling&&pe(n.previousSibling)?{container:n.previousSibling,offset:n.previousSibling.data.length}:n.nextSibling&&pe(n.nextSibling)?{container:n.nextSibling,offset:0}:{container:e,offset:t}},$e=e=>{const t=e.cloneRange(),n=Ue(e.startContainer,e.startOffset);t.setStart(n.container,n.offset);const r=Ue(e.endContainer,e.endOffset);return t.setEnd(r.container,r.offset),t},_e=["OL","UL","DL"],Fe=_e.join(","),He=(e,t)=>{const n=t||e.selection.getStart(!0);return e.dom.getParent(n,Fe,Ke(e,n))},Ve=e=>{const t=e.selection.getSelectedBlocks();return N(((e,t)=>{const n=ce.map(t,(t=>e.dom.getParent(t,"li,dd,dt",Ke(e,t))||t));return E(n)})(e,t),ve)},je=(e,t)=>{const n=e.dom.getParents(t,"TD,TH");return n.length>0?n[0]:e.getBody()},Ke=(e,t)=>{const n=e.dom.getParents(t,e.dom.isBlock),r=k(n,(t=>{return n=e.schema,!he(r=t)&&!ve(r)&&C(_e,(e=>n.isValidChild(r.nodeName,e)));var n,r}));return r.getOr(e.getBody())},ze=(e,t)=>{const n=e.dom.getParents(t,"ol,ul",Ke(e,t));return D(n)},Qe=(e,t)=>{const n=b(t,(t=>ze(e,t).getOr(t)));return E(n)},qe=e=>/\btox\-/.test(e.className),We=(e,t)=>O(e,he,be).exists((e=>e.nodeName===t&&!qe(e))),Ze=(e,t)=>null!==t&&!e.dom.isEditable(t),Ge=(e,t)=>{const n=e.dom.getParent(t,"ol,ul,dl");return Ze(e,n)},Je=(e,t)=>{const n=e.selection.getNode();return t({parents:e.dom.getParents(n),element:n}),e.on("NodeChange",t),()=>e.off("NodeChange",t)},Xe=(e,t,n)=>e.dispatch("ListMutation",{action:t,element:n}),Ye=(et=/^\s+|\s+$/g,e=>e.replace(et,""));var et;const tt=(e,t,n)=>{((e,t,n)=>{if(!r(n))throw console.error("Invalid call to CSS.set. Property ",t,":: Value ",n,":: Element ",e),new Error("CSS value must be a string: "+n);(e=>void 0!==e.style&&a(e.style.getPropertyValue))(e)&&e.style.setProperty(t,n)})(e.dom,t,n)},nt=(e,t)=>{Z(e.item,t.list)},rt=(e,t)=>{const n={list:M(t,e),item:M("li",e)};return Z(n.list,n.item),n},ot=e=>((e,t)=>{const n=e.dom;if(1!==n.nodeType)return!1;{const e=n;if(void 0!==e.matches)return e.matches(t);if(void 0!==e.msMatchesSelector)return e.msMatchesSelector(t);if(void 0!==e.webkitMatchesSelector)return e.webkitMatchesSelector(t);if(void 0!==e.mozMatchesSelector)return e.mozMatchesSelector(t);throw new Error("Browser lacks native selectors")}})(e,"OL,UL"),st=e=>K(e).exists(ot),it=e=>e.depth>0,lt=e=>e.isSelected,at=e=>{const t=V(e),n=z(e).exists(ot)?t.slice(0,-1):t;return b(n,le)},dt=e=>(S(e,((t,n)=>{((e,t)=>{const n=e[t].depth,r=e=>e.depth===n&&!e.dirty,o=e=>e.depthO(e.slice(t+1),r,o)))})(e,n).fold((()=>{t.dirty&&(e=>{e.listAttributes=((e,t)=>{const n={};var r;return((e,t,n,r)=>{oe(e,((e,o)=>{(t(e,o)?n:r)(e,o)}))})(e,t,(r=n,(e,t)=>{r[t]=e}),c),n})(e.listAttributes,((e,t)=>"start"!==t))})(t)}),(e=>{return r=e,(n=t).listType=r.listType,void(n.listAttributes={...r.listAttributes});var n,r}))})),e),ct=(e,t,n,r)=>K(r).filter(ot).fold((()=>{t.each((e=>{U(e.start,r)&&n.set(!0)}));const o=((e,t,n)=>H(e).filter(_).map((r=>({depth:t,dirty:!1,isSelected:n,content:at(e),itemAttributes:ie(e),listAttributes:ie(r),listType:$(r)}))))(r,e,n.get());t.each((e=>{U(e.end,r)&&n.set(!1)}));const s=z(r).filter(ot).map((r=>ut(e,t,n,r))).getOr([]);return o.toArray().concat(s)}),(r=>ut(e,t,n,r))),ut=(e,t,n,r)=>T(V(r),(r=>(ot(r)?ut:ct)(e+1,t,n,r))),mt=(e,t)=>{const n=dt(t);return((e,t)=>{const n=L(t,((t,n)=>n.depth>t.length?((e,t,n)=>{const r=((e,t,n)=>{const r=[];for(let o=0;o{for(let t=1;t{for(let t=0;t{se(e.list,t.listAttributes),se(e.item,t.itemAttributes),G(e.item,t.content)}))})(r,n),o=r,I(D(t),w(o),nt),t.concat(r)})(e,t,n):((e,t,n)=>{const r=t.slice(0,n.depth);return D(r).each((t=>{const r=((e,t,n)=>{const r=M("li",e);return se(r,t),G(r,n),r})(e,n.itemAttributes,n.content);((e,t)=>{Z(e.list,t),e.item=t})(t,r),((e,t)=>{$(e.list)!==t.listType&&(e.list=ae(e.list,t.listType)),se(e.list,t.listAttributes)})(t,n)})),r})(e,t,n)),[]);return w(n).map((e=>e.list))})(e.contentDocument,n).toArray()},pt=(e,t,n)=>{const r=((e,t)=>{const n=(e=>{let t=!1;return{get:()=>t,set:e=>{t=e}}})();return b(e,(e=>({sourceList:e,entries:ut(0,t,n,e)})))})(t,(e=>{const t=b(Ve(e),R);return I(k(t,m(st)),k(A(t),m(st)),((e,t)=>({start:e,end:t})))})(e));S(r,(t=>{((e,t)=>{S(N(e,lt),(e=>((e,t)=>{switch(e){case"Indent":t.depth++;break;case"Outdent":t.depth--;break;case"Flatten":t.depth=0}t.dirty=!0})(t,e)))})(t.entries,n);const r=((e,t)=>T(((e,t)=>{if(0===e.length)return[];{let n=t(e[0]);const r=[];let o=[];for(let s=0,i=e.length;sw(t).exists(it)?mt(e,t):((e,t)=>{const n=dt(t);return b(n,(t=>{const n=((e,t)=>{const n=document.createDocumentFragment();return S(e,(e=>{n.appendChild(e.dom)})),R(n)})(t.content);return R(Ee(e,n.dom))}))})(e,t))))(e,t.entries);var o;S(r,(t=>{Xe(e,"Indent"===n?"IndentList":"OutdentList",t.dom)})),o=t.sourceList,S(r,(e=>{W(o,e)})),X(t.sourceList)}))},gt=(e,t)=>{const n=ne((e=>{const t=(e=>{const t=ze(e,e.selection.getStart()),n=N(e.selection.getSelectedBlocks(),fe);return t.toArray().concat(n)})(e);return Qe(e,t)})(e)),r=ne((e=>N(Ve(e),Ce))(e));let o=!1;if(n.length||r.length){const s=e.selection.getBookmark();pt(e,n,t),((e,t,n)=>{S(n,"Indent"===t?Re:t=>Me(e,t))})(e,t,r),e.selection.moveToBookmark(s),e.selection.setRng($e(e.selection.getRng())),e.nodeChanged(),o=!0}return o},ht=(e,t)=>!(e=>{const t=He(e);return Ze(e,t)})(e)&>(e,t),ft=e=>ht(e,"Indent"),yt=e=>ht(e,"Outdent"),vt=e=>ht(e,"Flatten"),Ct=e=>"\ufeff"===e;var bt=tinymce.util.Tools.resolve("tinymce.dom.BookmarkManager");const St=de.DOM,Nt=e=>{const t={},n=n=>{let r=e[n?"startContainer":"endContainer"],o=e[n?"startOffset":"endOffset"];if(ge(r)){const e=St.create("span",{"data-mce-type":"bookmark"});r.hasChildNodes()?(o=Math.min(o,r.childNodes.length-1),n?r.insertBefore(e,r.childNodes[o]):St.insertAfter(e,r.childNodes[o])):r.appendChild(e),r=e,o=0}t[n?"startContainer":"endContainer"]=r,t[n?"startOffset":"endOffset"]=o};return n(!0),e.collapsed||n(),t},Lt=e=>{const t=t=>{let n=e[t?"startContainer":"endContainer"],r=e[t?"startOffset":"endOffset"];if(n){if(ge(n)&&n.parentNode){const e=n;r=(e=>{var t;let n=null===(t=e.parentNode)||void 0===t?void 0:t.firstChild,r=0;for(;n;){if(n===e)return r;ge(n)&&"bookmark"===n.getAttribute("data-mce-type")||r++,n=n.nextSibling}return-1})(n),n=n.parentNode,St.remove(e),!n.hasChildNodes()&&St.isBlock(n)&&n.appendChild(St.create("br"))}e[t?"startContainer":"endContainer"]=n,e[t?"startOffset":"endOffset"]=r}};t(!0),t();const n=St.createRng();return n.setStart(e.startContainer,e.startOffset),e.endContainer&&n.setEnd(e.endContainer,e.endOffset),$e(n)},Ot=e=>{switch(e){case"UL":return"ToggleUlList";case"OL":return"ToggleOlList";case"DL":return"ToggleDLList"}},kt=(e,t)=>{ce.each(t,((t,n)=>{e.setAttribute(n,t)}))},Tt=(e,t,n)=>{((e,t,n)=>{const r=n["list-style-type"]?n["list-style-type"]:null;e.setStyle(t,"list-style-type",r)})(e,t,n),((e,t,n)=>{kt(t,n["list-attributes"]),ce.each(e.select("li",t),(e=>{kt(e,n["list-item-attributes"])}))})(e,t,n)},At=(e,t)=>l(t)&&!Le(t,e.schema.getBlockElements()),xt=(e,t,n,r)=>{let o=t[n?"startContainer":"endContainer"];const s=t[n?"startOffset":"endOffset"];ge(o)&&(o=o.childNodes[Math.min(s,o.childNodes.length-1)]||o),!n&&Se(o.nextSibling)&&(o=o.nextSibling);const i=(t,n)=>{var o;const s=new ee(t,r),i=n?"next":"prev";let l;for(;l=s[i]();)if(!Oe(e,l)&&!Ct(l.textContent)&&0!==(null===(o=l.textContent)||void 0===o?void 0:o.length))return g.some(l);return g.none()};if(n&&pe(o))if(Ct(o.textContent))o=i(o,!1).getOr(o);else for(null!==o.parentNode&&At(e,o.parentNode)&&(o=o.parentNode);null!==o.previousSibling&&(At(e,o.previousSibling)||pe(o.previousSibling));)o=o.previousSibling;if(!n&&pe(o))if(Ct(o.textContent))o=i(o,!0).getOr(o);else for(null!==o.parentNode&&At(e,o.parentNode)&&(o=o.parentNode);null!==o.nextSibling&&(At(e,o.nextSibling)||pe(o.nextSibling));)o=o.nextSibling;for(;o.parentNode!==r;){const t=o.parentNode;if(Ne(e,o))return o;if(/^(TD|TH)$/.test(t.nodeName))return o;o=t}return o},wt=(e,t,n)=>{const r=e.selection.getRng();let o="LI";const s=Ke(e,e.selection.getStart(!0)),i=e.dom;if("false"===i.getContentEditable(e.selection.getNode()))return;"DL"===(t=t.toUpperCase())&&(o="DT");const l=Nt(r),a=((e,t,n)=>{const r=[],o=e.dom,s=xt(e,t,!0,n),i=xt(e,t,!1,n);let l;const a=[];for(let e=s;e&&(a.push(e),e!==i);e=e.nextSibling);return ce.each(a,(t=>{var s;if(Ne(e,t))return r.push(t),void(l=null);if(o.isBlock(t)||Se(t))return Se(t)&&o.remove(t),void(l=null);const i=t.nextSibling;bt.isBookmarkNode(t)&&(he(i)||Ne(e,i)||!i&&t.parentNode===n)?l=null:(l||(l=o.create("p"),null===(s=t.parentNode)||void 0===s||s.insertBefore(l,t),r.push(l)),l.appendChild(t))})),r})(e,r,s);ce.each(a,(r=>{let s;const l=r.previousSibling,a=r.parentNode;ve(a)||(l&&he(l)&&l.nodeName===t&&((e,t,n)=>{const r=e.getStyle(t,"list-style-type");let o=n?n["list-style-type"]:"";return o=null===o?"":o,r===o})(i,l,n)?(s=l,r=i.rename(r,o),l.appendChild(r)):(s=i.create(t),a.insertBefore(s,r),s.appendChild(r),r=i.rename(r,o)),((e,t,n)=>{ce.each(["margin","margin-right","margin-bottom","margin-left","margin-top","padding","padding-right","padding-bottom","padding-left","padding-top"],(n=>e.setStyle(t,n,"")))})(i,r),Tt(i,s,n),Et(e.dom,s))})),e.selection.setRng(Lt(l))},Dt=(e,t,n)=>{return((e,t)=>he(e)&&e.nodeName===(null==t?void 0:t.nodeName))(t,n)&&((e,t,n)=>e.getStyle(t,"list-style-type",!0)===e.getStyle(n,"list-style-type",!0))(e,t,n)&&(r=n,t.className===r.className);var r},Et=(e,t)=>{let n,r=t.nextSibling;if(Dt(e,t,r)){const o=r;for(;n=o.firstChild;)t.appendChild(n);e.remove(o)}if(r=t.previousSibling,Dt(e,t,r)){const o=r;for(;n=o.lastChild;)t.insertBefore(n,t.firstChild);e.remove(o)}},Bt=e=>"list-style-type"in e,It=(e,t,n)=>{const r=He(e);if(Ge(e,r)||(e=>C(e.selection.getSelectedBlocks(),m(e.dom.isEditable)))(e))return;const s=(e=>{const t=He(e),n=e.selection.getSelectedBlocks();return((e,t)=>l(e)&&1===t.length&&t[0]===e)(t,n)?(e=>N(e.querySelectorAll(Fe),he))(t):N(n,(e=>he(e)&&t!==e))})(e),i=o(n)?n:{};s.length>0?((e,t,n,r,o)=>{const s=he(t);if(s&&t.nodeName===r&&!Bt(o))vt(e);else{wt(e,r,o);const i=Nt(e.selection.getRng()),l=s?[t,...n]:n;ce.each(l,(t=>{((e,t,n,r)=>{if(t.nodeName!==n){const o=e.dom.rename(t,n);Tt(e.dom,o,r),Xe(e,Ot(n),o)}else Tt(e.dom,t,r),Xe(e,Ot(n),t)})(e,t,r,o)})),e.selection.setRng(Lt(i))}})(e,r,s,t,i):((e,t,n,r)=>{if(t!==e.getBody())if(t)if(t.nodeName!==n||Bt(r)||qe(t)){const o=Nt(e.selection.getRng());Tt(e.dom,t,r);const s=e.dom.rename(t,n);Et(e.dom,s),e.selection.setRng(Lt(o)),wt(e,n,r),Xe(e,Ot(n),s)}else vt(e);else wt(e,n,r),Xe(e,Ot(n),t)})(e,r,t,i)},Pt=de.DOM,Mt=(e,t)=>{const n=ce.grep(e.select("ol,ul",t));ce.each(n,(t=>{((e,t)=>{const n=t.parentElement;if(n&&"LI"===n.nodeName&&n.firstChild===t){const r=n.previousSibling;r&&"LI"===r.nodeName?(r.appendChild(t),ke(e,n)&&Pt.remove(n)):Pt.setStyle(n,"listStyleType","none")}if(he(n)){const e=n.previousSibling;e&&"LI"===e.nodeName&&e.appendChild(t)}})(e,t)}))},Rt=(e,t,n,r)=>{let o=t.startContainer;const s=t.startOffset;if(pe(o)&&(n?s0))return o;const i=e.schema.getNonEmptyElements();ge(o)&&(o=Y.getNode(o,s));const l=new ee(o,r);n&&((e,t)=>!!Se(t)&&e.isBlock(t.nextSibling)&&!Se(t.previousSibling))(e.dom,o)&&l.next();const a=n?l.next.bind(l):l.prev2.bind(l);for(;o=a();){if("LI"===o.nodeName&&!o.hasChildNodes())return o;if(i[o.nodeName])return o;if(pe(o)&&o.data.length>0)return o}return null},Ut=(e,t)=>{const n=t.childNodes;return 1===n.length&&!he(n[0])&&e.isBlock(n[0])},$t=(e,t,n)=>{let r;const o=t.parentNode;if(!Te(e,t)||!Te(e,n))return;he(n.lastChild)&&(r=n.lastChild),o===n.lastChild&&Se(o.previousSibling)&&e.remove(o.previousSibling);const s=n.lastChild;s&&Se(s)&&t.hasChildNodes()&&e.remove(s),ke(e,n,!0)&&J(R(n)),((e,t,n)=>{let r;const o=Ut(e,n)?n.firstChild:n;if(((e,t)=>{Ut(e,t)&&e.remove(t.firstChild,!0)})(e,t),!ke(e,t,!0))for(;r=t.firstChild;)o.appendChild(r)})(e,t,n),r&&n.appendChild(r);const i=((e,t)=>{const n=e.dom,r=t.dom;return n!==r&&n.contains(r)})(R(n),R(t))?e.getParents(t,he,n):[];e.remove(t),S(i,(t=>{ke(e,t)&&t!==e.getRoot()&&e.remove(t)}))},_t=(e,t)=>{const n=e.dom,r=e.selection,o=r.getStart(),s=je(e,o),i=n.getParent(r.getStart(),"LI",s);if(i){const o=i.parentElement;if(o===e.getBody()&&ke(n,o))return!0;const l=$e(r.getRng()),a=n.getParent(Rt(e,l,t,s),"LI",s);if(a&&a!==i)return e.undoManager.transact((()=>{var n,r;t?((e,t,n,r)=>{const o=e.dom;if(o.isEmpty(r))((e,t,n)=>{J(R(n)),$t(e.dom,t,n),e.selection.setCursorLocation(n,0)})(e,n,r);else{const s=Nt(t);$t(o,n,r),e.selection.setRng(Lt(s))}})(e,l,a,i):(null===(r=(n=i).parentNode)||void 0===r?void 0:r.firstChild)===n?yt(e):((e,t,n,r)=>{const o=Nt(t);$t(e.dom,n,r);const s=Lt(o);e.selection.setRng(s)})(e,l,i,a)})),!0;if(!a&&!t&&0===l.startOffset&&0===l.endOffset)return e.undoManager.transact((()=>{vt(e)})),!0}return!1},Ft=e=>{const t=e.selection.getStart(),n=je(e,t);return e.dom.getParent(t,"LI,DT,DD",n)||Ve(e).length>0},Ht=(e,t)=>{const n=e.selection;return!Ge(e,n.getNode())&&(n.isCollapsed()?((e,t)=>_t(e,t)||((e,t)=>{const n=e.dom,r=e.selection.getStart(),o=je(e,r),s=n.getParent(r,n.isBlock,o);if(s&&n.isEmpty(s)){const r=$e(e.selection.getRng()),i=n.getParent(Rt(e,r,t,o),"LI",o);if(i){const l=e=>v(["td","th","caption"],$(e)),a=e=>e.dom===o;return!!((e,t,n=u)=>I(e,t,n).getOr(e.isNone()&&t.isNone()))(q(R(i),l,a),q(R(r.startContainer),l,a),U)&&(e.undoManager.transact((()=>{((e,t,n)=>{const r=e.getParent(t.parentNode,e.isBlock,n);e.remove(t),r&&e.isEmpty(r)&&e.remove(r)})(n,s,o),Et(n,i.parentNode),e.selection.select(i,!0),e.selection.collapse(t)})),!0)}}return!1})(e,t))(e,t):(e=>!!Ft(e)&&(e.undoManager.transact((()=>{e.execCommand("Delete"),Mt(e.dom,e.getBody())})),!0))(e))},Vt=e=>{const t=A(Ye(e).split("")),n=b(t,((e,t)=>{const n=e.toUpperCase().charCodeAt(0)-"A".charCodeAt(0)+1;return Math.pow(26,t)*n}));return L(n,((e,t)=>e+t),0)},jt=e=>{if(--e<0)return"";{const t=e%26,n=Math.floor(e/26);return jt(n)+String.fromCharCode("A".charCodeAt(0)+t)}},Kt=e=>{const t=parseInt(e.start,10);return B(e.listStyleType,"upper-alpha")?jt(t):B(e.listStyleType,"lower-alpha")?jt(t).toLowerCase():e.start},zt=(e,t)=>()=>{const n=He(e);return l(n)&&n.nodeName===t},Qt=e=>{e.addCommand("mceListProps",(()=>{(e=>{const t=He(e);ye(t)&&!Ge(e,t)&&e.windowManager.open({title:"List Properties",body:{type:"panel",items:[{type:"input",name:"start",label:"Start list at number",inputMode:"numeric"}]},initialData:{start:Kt({start:e.dom.getAttrib(t,"start","1"),listStyleType:g.from(e.dom.getStyle(t,"list-style-type"))})},buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],onSubmit:t=>{(e=>{switch((e=>/^[0-9]+$/.test(e)?2:/^[A-Z]+$/.test(e)?0:/^[a-z]+$/.test(e)?1:e.length>0?4:3)(e)){case 2:return g.some({listStyleType:g.none(),start:e});case 0:return g.some({listStyleType:g.some("upper-alpha"),start:Vt(e).toString()});case 1:return g.some({listStyleType:g.some("lower-alpha"),start:Vt(e).toString()});case 3:return g.some({listStyleType:g.none(),start:""});case 4:return g.none()}})(t.getData().start).each((t=>{e.execCommand("mceListUpdate",!1,{attrs:{start:"1"===t.start?"":t.start},styles:{"list-style-type":t.listStyleType.getOr("")}})})),t.close()}})})(e)}))};var qt=tinymce.util.Tools.resolve("tinymce.html.Node");const Wt=e=>3===e.type,Zt=e=>0===e.length,Gt=e=>{const t=(t,n)=>{const r=qt.create("li");S(t,(e=>r.append(e))),n?e.insert(r,n,!0):e.append(r)},n=L(e.children(),((e,n)=>Wt(n)?[...e,n]:Zt(e)||Wt(n)?e:(t(e,n),[])),[]);Zt(n)||t(n)},Jt=(e,t)=>n=>Je(e,(r=>{n.setActive(We(r.parents,t)),n.setEnabled(!Ge(e,r.element))})),Xt=(e,t)=>n=>Je(e,(r=>n.setEnabled(We(r.parents,t)&&!Ge(e,r.element))));e.add("lists",(e=>((e=>{(0,e.options.register)("lists_indent_on_tab",{processor:"boolean",default:!0})})(e),(e=>{e.on("PreInit",(()=>{const{parser:t}=e;t.addNodeFilter("ul,ol",(e=>S(e,Gt)))}))})(e),e.hasPlugin("rtc",!0)?Qt(e):((e=>{xe(e)&&(e=>{e.on("keydown",(t=>{t.keyCode!==te.TAB||te.metaKeyPressed(t)||e.undoManager.transact((()=>{(t.shiftKey?yt(e):ft(e))&&t.preventDefault()}))}))})(e),(e=>{e.on("ExecCommand",(t=>{const n=t.command.toLowerCase();"delete"!==n&&"forwarddelete"!==n||!Ft(e)||Mt(e.dom,e.getBody())})),e.on("keydown",(t=>{t.keyCode===te.BACKSPACE?Ht(e,!1)&&t.preventDefault():t.keyCode===te.DELETE&&Ht(e,!0)&&t.preventDefault()}))})(e)})(e),(e=>{e.on("BeforeExecCommand",(t=>{const n=t.command.toLowerCase();"indent"===n?ft(e):"outdent"===n&&yt(e)})),e.addCommand("InsertUnorderedList",((t,n)=>{It(e,"UL",n)})),e.addCommand("InsertOrderedList",((t,n)=>{It(e,"OL",n)})),e.addCommand("InsertDefinitionList",((t,n)=>{It(e,"DL",n)})),e.addCommand("RemoveList",(()=>{vt(e)})),Qt(e),e.addCommand("mceListUpdate",((t,n)=>{o(n)&&((e,t)=>{const n=He(e);null===n||Ge(e,n)||e.undoManager.transact((()=>{o(t.styles)&&e.dom.setStyles(n,t.styles),o(t.attrs)&&oe(t.attrs,((t,r)=>e.dom.setAttrib(n,r,t)))}))})(e,n)})),e.addQueryStateHandler("InsertUnorderedList",zt(e,"UL")),e.addQueryStateHandler("InsertOrderedList",zt(e,"OL")),e.addQueryStateHandler("InsertDefinitionList",zt(e,"DL"))})(e)),(e=>{const t=t=>()=>e.execCommand(t);e.hasPlugin("advlist")||(e.ui.registry.addToggleButton("numlist",{icon:"ordered-list",active:!1,tooltip:"Numbered list",onAction:t("InsertOrderedList"),onSetup:Jt(e,"OL")}),e.ui.registry.addToggleButton("bullist",{icon:"unordered-list",active:!1,tooltip:"Bullet list",onAction:t("InsertUnorderedList"),onSetup:Jt(e,"UL")}))})(e),(e=>{const t={text:"List properties...",icon:"ordered-list",onAction:()=>e.execCommand("mceListProps"),onSetup:Xt(e,"OL")};e.ui.registry.addMenuItem("listprops",t),e.ui.registry.addContextMenu("lists",{update:t=>{const n=He(e,t);return ye(n)?["listprops"]:[]}})})(e),(e=>({backspaceDelete:t=>{Ht(e,t)}}))(e))))}();
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/media/index.js b/seller/public/tinymce/plugins/media/index.js
new file mode 100644
index 00000000..b69a10dc
--- /dev/null
+++ b/seller/public/tinymce/plugins/media/index.js
@@ -0,0 +1,7 @@
+// Exports the "media" plugin for usage with module loaders
+// Usage:
+// CommonJS:
+// require('tinymce/plugins/media')
+// ES2015:
+// import 'tinymce/plugins/media'
+require('./plugin.js');
\ No newline at end of file
diff --git a/seller/public/tinymce/plugins/media/plugin.js b/seller/public/tinymce/plugins/media/plugin.js
new file mode 100644
index 00000000..1f8a80cb
--- /dev/null
+++ b/seller/public/tinymce/plugins/media/plugin.js
@@ -0,0 +1,1177 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+
+(function () {
+ 'use strict';
+
+ var global$6 = tinymce.util.Tools.resolve('tinymce.PluginManager');
+
+ const hasProto = (v, constructor, predicate) => {
+ var _a;
+ if (predicate(v, constructor.prototype)) {
+ return true;
+ } else {
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
+ }
+ };
+ const typeOf = x => {
+ const t = typeof x;
+ if (x === null) {
+ return 'null';
+ } else if (t === 'object' && Array.isArray(x)) {
+ return 'array';
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
+ return 'string';
+ } else {
+ return t;
+ }
+ };
+ const isType = type => value => typeOf(value) === type;
+ const isString = isType('string');
+ const isObject = isType('object');
+ const isArray = isType('array');
+ const isNullable = a => a === null || a === undefined;
+ const isNonNullable = a => !isNullable(a);
+
+ class Optional {
+ constructor(tag, value) {
+ this.tag = tag;
+ this.value = value;
+ }
+ static some(value) {
+ return new Optional(true, value);
+ }
+ static none() {
+ return Optional.singletonNone;
+ }
+ fold(onNone, onSome) {
+ if (this.tag) {
+ return onSome(this.value);
+ } else {
+ return onNone();
+ }
+ }
+ isSome() {
+ return this.tag;
+ }
+ isNone() {
+ return !this.tag;
+ }
+ map(mapper) {
+ if (this.tag) {
+ return Optional.some(mapper(this.value));
+ } else {
+ return Optional.none();
+ }
+ }
+ bind(binder) {
+ if (this.tag) {
+ return binder(this.value);
+ } else {
+ return Optional.none();
+ }
+ }
+ exists(predicate) {
+ return this.tag && predicate(this.value);
+ }
+ forall(predicate) {
+ return !this.tag || predicate(this.value);
+ }
+ filter(predicate) {
+ if (!this.tag || predicate(this.value)) {
+ return this;
+ } else {
+ return Optional.none();
+ }
+ }
+ getOr(replacement) {
+ return this.tag ? this.value : replacement;
+ }
+ or(replacement) {
+ return this.tag ? this : replacement;
+ }
+ getOrThunk(thunk) {
+ return this.tag ? this.value : thunk();
+ }
+ orThunk(thunk) {
+ return this.tag ? this : thunk();
+ }
+ getOrDie(message) {
+ if (!this.tag) {
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
+ } else {
+ return this.value;
+ }
+ }
+ static from(value) {
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
+ }
+ getOrNull() {
+ return this.tag ? this.value : null;
+ }
+ getOrUndefined() {
+ return this.value;
+ }
+ each(worker) {
+ if (this.tag) {
+ worker(this.value);
+ }
+ }
+ toArray() {
+ return this.tag ? [this.value] : [];
+ }
+ toString() {
+ return this.tag ? `some(${ this.value })` : 'none()';
+ }
+ }
+ Optional.singletonNone = new Optional(false);
+
+ const nativePush = Array.prototype.push;
+ const each$1 = (xs, f) => {
+ for (let i = 0, len = xs.length; i < len; i++) {
+ const x = xs[i];
+ f(x, i);
+ }
+ };
+ const flatten = xs => {
+ const r = [];
+ for (let i = 0, len = xs.length; i < len; ++i) {
+ if (!isArray(xs[i])) {
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
+ }
+ nativePush.apply(r, xs[i]);
+ }
+ return r;
+ };
+
+ const Cell = initial => {
+ let value = initial;
+ const get = () => {
+ return value;
+ };
+ const set = v => {
+ value = v;
+ };
+ return {
+ get,
+ set
+ };
+ };
+
+ const keys = Object.keys;
+ const hasOwnProperty = Object.hasOwnProperty;
+ const each = (obj, f) => {
+ const props = keys(obj);
+ for (let k = 0, len = props.length; k < len; k++) {
+ const i = props[k];
+ const x = obj[i];
+ f(x, i);
+ }
+ };
+ const get$1 = (obj, key) => {
+ return has(obj, key) ? Optional.from(obj[key]) : Optional.none();
+ };
+ const has = (obj, key) => hasOwnProperty.call(obj, key);
+
+ const option = name => editor => editor.options.get(name);
+ const register$2 = editor => {
+ const registerOption = editor.options.register;
+ registerOption('audio_template_callback', { processor: 'function' });
+ registerOption('video_template_callback', { processor: 'function' });
+ registerOption('iframe_template_callback', { processor: 'function' });
+ registerOption('media_live_embeds', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('media_filter_html', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('media_url_resolver', { processor: 'function' });
+ registerOption('media_alt_source', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('media_poster', {
+ processor: 'boolean',
+ default: true
+ });
+ registerOption('media_dimensions', {
+ processor: 'boolean',
+ default: true
+ });
+ };
+ const getAudioTemplateCallback = option('audio_template_callback');
+ const getVideoTemplateCallback = option('video_template_callback');
+ const getIframeTemplateCallback = option('iframe_template_callback');
+ const hasLiveEmbeds = option('media_live_embeds');
+ const shouldFilterHtml = option('media_filter_html');
+ const getUrlResolver = option('media_url_resolver');
+ const hasAltSource = option('media_alt_source');
+ const hasPoster = option('media_poster');
+ const hasDimensions = option('media_dimensions');
+
+ var global$5 = tinymce.util.Tools.resolve('tinymce.util.Tools');
+
+ var global$4 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils');
+
+ var global$3 = tinymce.util.Tools.resolve('tinymce.html.DomParser');
+
+ const DOM$1 = global$4.DOM;
+ const trimPx = value => value.replace(/px$/, '');
+ const getEphoxEmbedData = node => {
+ const style = node.attr('style');
+ const styles = style ? DOM$1.parseStyle(style) : {};
+ return {
+ type: 'ephox-embed-iri',
+ source: node.attr('data-ephox-embed-iri'),
+ altsource: '',
+ poster: '',
+ width: get$1(styles, 'max-width').map(trimPx).getOr(''),
+ height: get$1(styles, 'max-height').map(trimPx).getOr('')
+ };
+ };
+ const htmlToData = (html, schema) => {
+ let data = {};
+ const parser = global$3({
+ validate: false,
+ forced_root_block: false
+ }, schema);
+ const rootNode = parser.parse(html);
+ for (let node = rootNode; node; node = node.walk()) {
+ if (node.type === 1) {
+ const name = node.name;
+ if (node.attr('data-ephox-embed-iri')) {
+ data = getEphoxEmbedData(node);
+ break;
+ } else {
+ if (!data.source && name === 'param') {
+ data.source = node.attr('movie');
+ }
+ if (name === 'iframe' || name === 'object' || name === 'embed' || name === 'video' || name === 'audio') {
+ if (!data.type) {
+ data.type = name;
+ }
+ data = global$5.extend(node.attributes.map, data);
+ }
+ if (name === 'script') {
+ data = {
+ type: 'script',
+ source: node.attr('src')
+ };
+ }
+ if (name === 'source') {
+ if (!data.source) {
+ data.source = node.attr('src');
+ } else if (!data.altsource) {
+ data.altsource = node.attr('src');
+ }
+ }
+ if (name === 'img' && !data.poster) {
+ data.poster = node.attr('src');
+ }
+ }
+ }
+ }
+ data.source = data.source || data.src || '';
+ data.altsource = data.altsource || '';
+ data.poster = data.poster || '';
+ return data;
+ };
+
+ const guess = url => {
+ var _a;
+ const mimes = {
+ mp3: 'audio/mpeg',
+ m4a: 'audio/x-m4a',
+ wav: 'audio/wav',
+ mp4: 'video/mp4',
+ webm: 'video/webm',
+ ogg: 'video/ogg',
+ swf: 'application/x-shockwave-flash'
+ };
+ const fileEnd = (_a = url.toLowerCase().split('.').pop()) !== null && _a !== void 0 ? _a : '';
+ return get$1(mimes, fileEnd).getOr('');
+ };
+
+ var global$2 = tinymce.util.Tools.resolve('tinymce.html.Node');
+
+ var global$1 = tinymce.util.Tools.resolve('tinymce.html.Serializer');
+
+ const Parser = (schema, settings = {}) => global$3({
+ forced_root_block: false,
+ validate: false,
+ allow_conditional_comments: true,
+ ...settings
+ }, schema);
+
+ const DOM = global$4.DOM;
+ const addPx = value => /^[0-9.]+$/.test(value) ? value + 'px' : value;
+ const updateEphoxEmbed = (data, node) => {
+ const style = node.attr('style');
+ const styleMap = style ? DOM.parseStyle(style) : {};
+ if (isNonNullable(data.width)) {
+ styleMap['max-width'] = addPx(data.width);
+ }
+ if (isNonNullable(data.height)) {
+ styleMap['max-height'] = addPx(data.height);
+ }
+ node.attr('style', DOM.serializeStyle(styleMap));
+ };
+ const sources = [
+ 'source',
+ 'altsource'
+ ];
+ const updateHtml = (html, data, updateAll, schema) => {
+ let numSources = 0;
+ let sourceCount = 0;
+ const parser = Parser(schema);
+ parser.addNodeFilter('source', nodes => numSources = nodes.length);
+ const rootNode = parser.parse(html);
+ for (let node = rootNode; node; node = node.walk()) {
+ if (node.type === 1) {
+ const name = node.name;
+ if (node.attr('data-ephox-embed-iri')) {
+ updateEphoxEmbed(data, node);
+ break;
+ } else {
+ switch (name) {
+ case 'video':
+ case 'object':
+ case 'embed':
+ case 'img':
+ case 'iframe':
+ if (data.height !== undefined && data.width !== undefined) {
+ node.attr('width', data.width);
+ node.attr('height', data.height);
+ }
+ break;
+ }
+ if (updateAll) {
+ switch (name) {
+ case 'video':
+ node.attr('poster', data.poster);
+ node.attr('src', null);
+ for (let index = numSources; index < 2; index++) {
+ if (data[sources[index]]) {
+ const source = new global$2('source', 1);
+ source.attr('src', data[sources[index]]);
+ source.attr('type', data[sources[index] + 'mime'] || null);
+ node.append(source);
+ }
+ }
+ break;
+ case 'iframe':
+ node.attr('src', data.source);
+ break;
+ case 'object':
+ const hasImage = node.getAll('img').length > 0;
+ if (data.poster && !hasImage) {
+ node.attr('src', data.poster);
+ const img = new global$2('img', 1);
+ img.attr('src', data.poster);
+ img.attr('width', data.width);
+ img.attr('height', data.height);
+ node.append(img);
+ }
+ break;
+ case 'source':
+ if (sourceCount < 2) {
+ node.attr('src', data[sources[sourceCount]]);
+ node.attr('type', data[sources[sourceCount] + 'mime'] || null);
+ if (!data[sources[sourceCount]]) {
+ node.remove();
+ continue;
+ }
+ }
+ sourceCount++;
+ break;
+ case 'img':
+ if (!data.poster) {
+ node.remove();
+ }
+ break;
+ }
+ }
+ }
+ }
+ }
+ return global$1({}, schema).serialize(rootNode);
+ };
+
+ const urlPatterns = [
+ {
+ regex: /youtu\.be\/([\w\-_\?&=.]+)/i,
+ type: 'iframe',
+ w: 560,
+ h: 314,
+ url: 'www.youtube.com/embed/$1',
+ allowFullscreen: true
+ },
+ {
+ regex: /youtube\.com(.+)v=([^&]+)(&([a-z0-9&=\-_]+))?/i,
+ type: 'iframe',
+ w: 560,
+ h: 314,
+ url: 'www.youtube.com/embed/$2?$4',
+ allowFullscreen: true
+ },
+ {
+ regex: /youtube.com\/embed\/([a-z0-9\?&=\-_]+)/i,
+ type: 'iframe',
+ w: 560,
+ h: 314,
+ url: 'www.youtube.com/embed/$1',
+ allowFullscreen: true
+ },
+ {
+ regex: /vimeo\.com\/([0-9]+)/,
+ type: 'iframe',
+ w: 425,
+ h: 350,
+ url: 'player.vimeo.com/video/$1?title=0&byline=0&portrait=0&color=8dc7dc',
+ allowFullscreen: true
+ },
+ {
+ regex: /vimeo\.com\/(.*)\/([0-9]+)/,
+ type: 'iframe',
+ w: 425,
+ h: 350,
+ url: 'player.vimeo.com/video/$2?title=0&byline=0',
+ allowFullscreen: true
+ },
+ {
+ regex: /maps\.google\.([a-z]{2,3})\/maps\/(.+)msid=(.+)/,
+ type: 'iframe',
+ w: 425,
+ h: 350,
+ url: 'maps.google.com/maps/ms?msid=$2&output=embed"',
+ allowFullscreen: false
+ },
+ {
+ regex: /dailymotion\.com\/video\/([^_]+)/,
+ type: 'iframe',
+ w: 480,
+ h: 270,
+ url: 'www.dailymotion.com/embed/video/$1',
+ allowFullscreen: true
+ },
+ {
+ regex: /dai\.ly\/([^_]+)/,
+ type: 'iframe',
+ w: 480,
+ h: 270,
+ url: 'www.dailymotion.com/embed/video/$1',
+ allowFullscreen: true
+ }
+ ];
+ const getProtocol = url => {
+ const protocolMatches = url.match(/^(https?:\/\/|www\.)(.+)$/i);
+ if (protocolMatches && protocolMatches.length > 1) {
+ return protocolMatches[1] === 'www.' ? 'https://' : protocolMatches[1];
+ } else {
+ return 'https://';
+ }
+ };
+ const getUrl = (pattern, url) => {
+ const protocol = getProtocol(url);
+ const match = pattern.regex.exec(url);
+ let newUrl = protocol + pattern.url;
+ if (isNonNullable(match)) {
+ for (let i = 0; i < match.length; i++) {
+ newUrl = newUrl.replace('$' + i, () => match[i] ? match[i] : '');
+ }
+ }
+ return newUrl.replace(/\?$/, '');
+ };
+ const matchPattern = url => {
+ const patterns = urlPatterns.filter(pattern => pattern.regex.test(url));
+ if (patterns.length > 0) {
+ return global$5.extend({}, patterns[0], { url: getUrl(patterns[0], url) });
+ } else {
+ return null;
+ }
+ };
+
+ const getIframeHtml = (data, iframeTemplateCallback) => {
+ if (iframeTemplateCallback) {
+ return iframeTemplateCallback(data);
+ } else {
+ const allowFullscreen = data.allowfullscreen ? ' allowFullscreen="1"' : '';
+ return '';
+ }
+ };
+ const getFlashHtml = data => {
+ let html = '';
+ return html;
+ };
+ const getAudioHtml = (data, audioTemplateCallback) => {
+ if (audioTemplateCallback) {
+ return audioTemplateCallback(data);
+ } else {
+ return '';
+ }
+ };
+ const getVideoHtml = (data, videoTemplateCallback) => {
+ if (videoTemplateCallback) {
+ return videoTemplateCallback(data);
+ } else {
+ return '';
+ }
+ };
+ const getScriptHtml = data => {
+ return '';
+ };
+ const dataToHtml = (editor, dataIn) => {
+ var _a;
+ const data = global$5.extend({}, dataIn);
+ if (!data.source) {
+ global$5.extend(data, htmlToData((_a = data.embed) !== null && _a !== void 0 ? _a : '', editor.schema));
+ if (!data.source) {
+ return '';
+ }
+ }
+ if (!data.altsource) {
+ data.altsource = '';
+ }
+ if (!data.poster) {
+ data.poster = '';
+ }
+ data.source = editor.convertURL(data.source, 'source');
+ data.altsource = editor.convertURL(data.altsource, 'source');
+ data.sourcemime = guess(data.source);
+ data.altsourcemime = guess(data.altsource);
+ data.poster = editor.convertURL(data.poster, 'poster');
+ const pattern = matchPattern(data.source);
+ if (pattern) {
+ data.source = pattern.url;
+ data.type = pattern.type;
+ data.allowfullscreen = pattern.allowFullscreen;
+ data.width = data.width || String(pattern.w);
+ data.height = data.height || String(pattern.h);
+ }
+ if (data.embed) {
+ return updateHtml(data.embed, data, true, editor.schema);
+ } else {
+ const audioTemplateCallback = getAudioTemplateCallback(editor);
+ const videoTemplateCallback = getVideoTemplateCallback(editor);
+ const iframeTemplateCallback = getIframeTemplateCallback(editor);
+ data.width = data.width || '300';
+ data.height = data.height || '150';
+ global$5.each(data, (value, key) => {
+ data[key] = editor.dom.encode('' + value);
+ });
+ if (data.type === 'iframe') {
+ return getIframeHtml(data, iframeTemplateCallback);
+ } else if (data.sourcemime === 'application/x-shockwave-flash') {
+ return getFlashHtml(data);
+ } else if (data.sourcemime.indexOf('audio') !== -1) {
+ return getAudioHtml(data, audioTemplateCallback);
+ } else if (data.type === 'script') {
+ return getScriptHtml(data);
+ } else {
+ return getVideoHtml(data, videoTemplateCallback);
+ }
+ }
+ };
+
+ const isMediaElement = element => element.hasAttribute('data-mce-object') || element.hasAttribute('data-ephox-embed-iri');
+ const setup$2 = editor => {
+ editor.on('click keyup touchend', () => {
+ const selectedNode = editor.selection.getNode();
+ if (selectedNode && editor.dom.hasClass(selectedNode, 'mce-preview-object')) {
+ if (editor.dom.getAttrib(selectedNode, 'data-mce-selected')) {
+ selectedNode.setAttribute('data-mce-selected', '2');
+ }
+ }
+ });
+ editor.on('ObjectSelected', e => {
+ const objectType = e.target.getAttribute('data-mce-object');
+ if (objectType === 'script') {
+ e.preventDefault();
+ }
+ });
+ editor.on('ObjectResized', e => {
+ const target = e.target;
+ if (target.getAttribute('data-mce-object')) {
+ let html = target.getAttribute('data-mce-html');
+ if (html) {
+ html = unescape(html);
+ target.setAttribute('data-mce-html', escape(updateHtml(html, {
+ width: String(e.width),
+ height: String(e.height)
+ }, false, editor.schema)));
+ }
+ }
+ });
+ };
+
+ const cache = {};
+ const embedPromise = (data, dataToHtml, handler) => {
+ return new Promise((res, rej) => {
+ const wrappedResolve = response => {
+ if (response.html) {
+ cache[data.source] = response;
+ }
+ return res({
+ url: data.source,
+ html: response.html ? response.html : dataToHtml(data)
+ });
+ };
+ if (cache[data.source]) {
+ wrappedResolve(cache[data.source]);
+ } else {
+ handler({ url: data.source }, wrappedResolve, rej);
+ }
+ });
+ };
+ const defaultPromise = (data, dataToHtml) => Promise.resolve({
+ html: dataToHtml(data),
+ url: data.source
+ });
+ const loadedData = editor => data => dataToHtml(editor, data);
+ const getEmbedHtml = (editor, data) => {
+ const embedHandler = getUrlResolver(editor);
+ return embedHandler ? embedPromise(data, loadedData(editor), embedHandler) : defaultPromise(data, loadedData(editor));
+ };
+ const isCached = url => has(cache, url);
+
+ const extractMeta = (sourceInput, data) => get$1(data, sourceInput).bind(mainData => get$1(mainData, 'meta'));
+ const getValue = (data, metaData, sourceInput) => prop => {
+ const getFromData = () => get$1(data, prop);
+ const getFromMetaData = () => get$1(metaData, prop);
+ const getNonEmptyValue = c => get$1(c, 'value').bind(v => v.length > 0 ? Optional.some(v) : Optional.none());
+ const getFromValueFirst = () => getFromData().bind(child => isObject(child) ? getNonEmptyValue(child).orThunk(getFromMetaData) : getFromMetaData().orThunk(() => Optional.from(child)));
+ const getFromMetaFirst = () => getFromMetaData().orThunk(() => getFromData().bind(child => isObject(child) ? getNonEmptyValue(child) : Optional.from(child)));
+ return { [prop]: (prop === sourceInput ? getFromValueFirst() : getFromMetaFirst()).getOr('') };
+ };
+ const getDimensions = (data, metaData) => {
+ const dimensions = {};
+ get$1(data, 'dimensions').each(dims => {
+ each$1([
+ 'width',
+ 'height'
+ ], prop => {
+ get$1(metaData, prop).orThunk(() => get$1(dims, prop)).each(value => dimensions[prop] = value);
+ });
+ });
+ return dimensions;
+ };
+ const unwrap = (data, sourceInput) => {
+ const metaData = sourceInput && sourceInput !== 'dimensions' ? extractMeta(sourceInput, data).getOr({}) : {};
+ const get = getValue(data, metaData, sourceInput);
+ return {
+ ...get('source'),
+ ...get('altsource'),
+ ...get('poster'),
+ ...get('embed'),
+ ...getDimensions(data, metaData)
+ };
+ };
+ const wrap = data => {
+ const wrapped = {
+ ...data,
+ source: { value: get$1(data, 'source').getOr('') },
+ altsource: { value: get$1(data, 'altsource').getOr('') },
+ poster: { value: get$1(data, 'poster').getOr('') }
+ };
+ each$1([
+ 'width',
+ 'height'
+ ], prop => {
+ get$1(data, prop).each(value => {
+ const dimensions = wrapped.dimensions || {};
+ dimensions[prop] = value;
+ wrapped.dimensions = dimensions;
+ });
+ });
+ return wrapped;
+ };
+ const handleError = editor => error => {
+ const errorMessage = error && error.msg ? 'Media embed handler error: ' + error.msg : 'Media embed handler threw unknown error.';
+ editor.notificationManager.open({
+ type: 'error',
+ text: errorMessage
+ });
+ };
+ const getEditorData = editor => {
+ const element = editor.selection.getNode();
+ const snippet = isMediaElement(element) ? editor.serializer.serialize(element, { selection: true }) : '';
+ return {
+ embed: snippet,
+ ...htmlToData(snippet, editor.schema)
+ };
+ };
+ const addEmbedHtml = (api, editor) => response => {
+ if (isString(response.url) && response.url.trim().length > 0) {
+ const html = response.html;
+ const snippetData = htmlToData(html, editor.schema);
+ const nuData = {
+ ...snippetData,
+ source: response.url,
+ embed: html
+ };
+ api.setData(wrap(nuData));
+ }
+ };
+ const selectPlaceholder = (editor, beforeObjects) => {
+ const afterObjects = editor.dom.select('*[data-mce-object]');
+ for (let i = 0; i < beforeObjects.length; i++) {
+ for (let y = afterObjects.length - 1; y >= 0; y--) {
+ if (beforeObjects[i] === afterObjects[y]) {
+ afterObjects.splice(y, 1);
+ }
+ }
+ }
+ editor.selection.select(afterObjects[0]);
+ };
+ const handleInsert = (editor, html) => {
+ const beforeObjects = editor.dom.select('*[data-mce-object]');
+ editor.insertContent(html);
+ selectPlaceholder(editor, beforeObjects);
+ editor.nodeChanged();
+ };
+ const submitForm = (prevData, newData, editor) => {
+ var _a;
+ newData.embed = updateHtml((_a = newData.embed) !== null && _a !== void 0 ? _a : '', newData, false, editor.schema);
+ if (newData.embed && (prevData.source === newData.source || isCached(newData.source))) {
+ handleInsert(editor, newData.embed);
+ } else {
+ getEmbedHtml(editor, newData).then(response => {
+ handleInsert(editor, response.html);
+ }).catch(handleError(editor));
+ }
+ };
+ const showDialog = editor => {
+ const editorData = getEditorData(editor);
+ const currentData = Cell(editorData);
+ const initialData = wrap(editorData);
+ const handleSource = (prevData, api) => {
+ const serviceData = unwrap(api.getData(), 'source');
+ if (prevData.source !== serviceData.source) {
+ addEmbedHtml(win, editor)({
+ url: serviceData.source,
+ html: ''
+ });
+ getEmbedHtml(editor, serviceData).then(addEmbedHtml(win, editor)).catch(handleError(editor));
+ }
+ };
+ const handleEmbed = api => {
+ var _a;
+ const data = unwrap(api.getData());
+ const dataFromEmbed = htmlToData((_a = data.embed) !== null && _a !== void 0 ? _a : '', editor.schema);
+ api.setData(wrap(dataFromEmbed));
+ };
+ const handleUpdate = (api, sourceInput) => {
+ const data = unwrap(api.getData(), sourceInput);
+ const embed = dataToHtml(editor, data);
+ api.setData(wrap({
+ ...data,
+ embed
+ }));
+ };
+ const mediaInput = [{
+ name: 'source',
+ type: 'urlinput',
+ filetype: 'media',
+ label: 'Source'
+ }];
+ const sizeInput = !hasDimensions(editor) ? [] : [{
+ type: 'sizeinput',
+ name: 'dimensions',
+ label: 'Constrain proportions',
+ constrain: true
+ }];
+ const generalTab = {
+ title: 'General',
+ name: 'general',
+ items: flatten([
+ mediaInput,
+ sizeInput
+ ])
+ };
+ const embedTextarea = {
+ type: 'textarea',
+ name: 'embed',
+ label: 'Paste your embed code below:'
+ };
+ const embedTab = {
+ title: 'Embed',
+ items: [embedTextarea]
+ };
+ const advancedFormItems = [];
+ if (hasAltSource(editor)) {
+ advancedFormItems.push({
+ name: 'altsource',
+ type: 'urlinput',
+ filetype: 'media',
+ label: 'Alternative source URL'
+ });
+ }
+ if (hasPoster(editor)) {
+ advancedFormItems.push({
+ name: 'poster',
+ type: 'urlinput',
+ filetype: 'image',
+ label: 'Media poster (Image URL)'
+ });
+ }
+ const advancedTab = {
+ title: 'Advanced',
+ name: 'advanced',
+ items: advancedFormItems
+ };
+ const tabs = [
+ generalTab,
+ embedTab
+ ];
+ if (advancedFormItems.length > 0) {
+ tabs.push(advancedTab);
+ }
+ const body = {
+ type: 'tabpanel',
+ tabs
+ };
+ const win = editor.windowManager.open({
+ title: 'Insert/Edit Media',
+ size: 'normal',
+ body,
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ onSubmit: api => {
+ const serviceData = unwrap(api.getData());
+ submitForm(currentData.get(), serviceData, editor);
+ api.close();
+ },
+ onChange: (api, detail) => {
+ switch (detail.name) {
+ case 'source':
+ handleSource(currentData.get(), api);
+ break;
+ case 'embed':
+ handleEmbed(api);
+ break;
+ case 'dimensions':
+ case 'altsource':
+ case 'poster':
+ handleUpdate(api, detail.name);
+ break;
+ }
+ currentData.set(unwrap(api.getData()));
+ },
+ initialData
+ });
+ };
+
+ const get = editor => {
+ const showDialog$1 = () => {
+ showDialog(editor);
+ };
+ return { showDialog: showDialog$1 };
+ };
+
+ const register$1 = editor => {
+ const showDialog$1 = () => {
+ showDialog(editor);
+ };
+ editor.addCommand('mceMedia', showDialog$1);
+ };
+
+ const checkRange = (str, substr, start) => substr === '' || str.length >= substr.length && str.substr(start, start + substr.length) === substr;
+ const startsWith = (str, prefix) => {
+ return checkRange(str, prefix, 0);
+ };
+
+ var global = tinymce.util.Tools.resolve('tinymce.Env');
+
+ const isLiveEmbedNode = node => {
+ const name = node.name;
+ return name === 'iframe' || name === 'video' || name === 'audio';
+ };
+ const getDimension = (node, styles, dimension, defaultValue = null) => {
+ const value = node.attr(dimension);
+ if (isNonNullable(value)) {
+ return value;
+ } else if (!has(styles, dimension)) {
+ return defaultValue;
+ } else {
+ return null;
+ }
+ };
+ const setDimensions = (node, previewNode, styles) => {
+ const useDefaults = previewNode.name === 'img' || node.name === 'video';
+ const defaultWidth = useDefaults ? '300' : null;
+ const fallbackHeight = node.name === 'audio' ? '30' : '150';
+ const defaultHeight = useDefaults ? fallbackHeight : null;
+ previewNode.attr({
+ width: getDimension(node, styles, 'width', defaultWidth),
+ height: getDimension(node, styles, 'height', defaultHeight)
+ });
+ };
+ const appendNodeContent = (editor, nodeName, previewNode, html) => {
+ const newNode = Parser(editor.schema).parse(html, { context: nodeName });
+ while (newNode.firstChild) {
+ previewNode.append(newNode.firstChild);
+ }
+ };
+ const createPlaceholderNode = (editor, node) => {
+ const name = node.name;
+ const placeHolder = new global$2('img', 1);
+ retainAttributesAndInnerHtml(editor, node, placeHolder);
+ setDimensions(node, placeHolder, {});
+ placeHolder.attr({
+ 'style': node.attr('style'),
+ 'src': global.transparentSrc,
+ 'data-mce-object': name,
+ 'class': 'mce-object mce-object-' + name
+ });
+ return placeHolder;
+ };
+ const createPreviewNode = (editor, node) => {
+ var _a;
+ const name = node.name;
+ const previewWrapper = new global$2('span', 1);
+ previewWrapper.attr({
+ 'contentEditable': 'false',
+ 'style': node.attr('style'),
+ 'data-mce-object': name,
+ 'class': 'mce-preview-object mce-object-' + name
+ });
+ retainAttributesAndInnerHtml(editor, node, previewWrapper);
+ const styles = editor.dom.parseStyle((_a = node.attr('style')) !== null && _a !== void 0 ? _a : '');
+ const previewNode = new global$2(name, 1);
+ setDimensions(node, previewNode, styles);
+ previewNode.attr({
+ src: node.attr('src'),
+ style: node.attr('style'),
+ class: node.attr('class')
+ });
+ if (name === 'iframe') {
+ previewNode.attr({
+ allowfullscreen: node.attr('allowfullscreen'),
+ frameborder: '0'
+ });
+ } else {
+ const attrs = [
+ 'controls',
+ 'crossorigin',
+ 'currentTime',
+ 'loop',
+ 'muted',
+ 'poster',
+ 'preload'
+ ];
+ each$1(attrs, attrName => {
+ previewNode.attr(attrName, node.attr(attrName));
+ });
+ const sanitizedHtml = previewWrapper.attr('data-mce-html');
+ if (isNonNullable(sanitizedHtml)) {
+ appendNodeContent(editor, name, previewNode, unescape(sanitizedHtml));
+ }
+ }
+ const shimNode = new global$2('span', 1);
+ shimNode.attr('class', 'mce-shim');
+ previewWrapper.append(previewNode);
+ previewWrapper.append(shimNode);
+ return previewWrapper;
+ };
+ const retainAttributesAndInnerHtml = (editor, sourceNode, targetNode) => {
+ var _a;
+ const attribs = (_a = sourceNode.attributes) !== null && _a !== void 0 ? _a : [];
+ let ai = attribs.length;
+ while (ai--) {
+ const attrName = attribs[ai].name;
+ let attrValue = attribs[ai].value;
+ if (attrName !== 'width' && attrName !== 'height' && attrName !== 'style' && !startsWith(attrName, 'data-mce-')) {
+ if (attrName === 'data' || attrName === 'src') {
+ attrValue = editor.convertURL(attrValue, attrName);
+ }
+ targetNode.attr('data-mce-p-' + attrName, attrValue);
+ }
+ }
+ const serializer = global$1({ inner: true }, editor.schema);
+ const tempNode = new global$2('div', 1);
+ each$1(sourceNode.children(), child => tempNode.append(child));
+ const innerHtml = serializer.serialize(tempNode);
+ if (innerHtml) {
+ targetNode.attr('data-mce-html', escape(innerHtml));
+ targetNode.empty();
+ }
+ };
+ const isPageEmbedWrapper = node => {
+ const nodeClass = node.attr('class');
+ return isString(nodeClass) && /\btiny-pageembed\b/.test(nodeClass);
+ };
+ const isWithinEmbedWrapper = node => {
+ let tempNode = node;
+ while (tempNode = tempNode.parent) {
+ if (tempNode.attr('data-ephox-embed-iri') || isPageEmbedWrapper(tempNode)) {
+ return true;
+ }
+ }
+ return false;
+ };
+ const placeHolderConverter = editor => nodes => {
+ let i = nodes.length;
+ let node;
+ while (i--) {
+ node = nodes[i];
+ if (!node.parent) {
+ continue;
+ }
+ if (node.parent.attr('data-mce-object')) {
+ continue;
+ }
+ if (isLiveEmbedNode(node) && hasLiveEmbeds(editor)) {
+ if (!isWithinEmbedWrapper(node)) {
+ node.replace(createPreviewNode(editor, node));
+ }
+ } else {
+ if (!isWithinEmbedWrapper(node)) {
+ node.replace(createPlaceholderNode(editor, node));
+ }
+ }
+ }
+ };
+
+ const parseAndSanitize = (editor, context, html) => {
+ const getEditorOption = editor.options.get;
+ const sanitize = getEditorOption('xss_sanitization');
+ const validate = shouldFilterHtml(editor);
+ return Parser(editor.schema, {
+ sanitize,
+ validate
+ }).parse(html, { context });
+ };
+
+ const setup$1 = editor => {
+ editor.on('PreInit', () => {
+ const {schema, serializer, parser} = editor;
+ const boolAttrs = schema.getBoolAttrs();
+ each$1('webkitallowfullscreen mozallowfullscreen'.split(' '), name => {
+ boolAttrs[name] = {};
+ });
+ each({ embed: ['wmode'] }, (attrs, name) => {
+ const rule = schema.getElementRule(name);
+ if (rule) {
+ each$1(attrs, attr => {
+ rule.attributes[attr] = {};
+ rule.attributesOrder.push(attr);
+ });
+ }
+ });
+ parser.addNodeFilter('iframe,video,audio,object,embed,script', placeHolderConverter(editor));
+ serializer.addAttributeFilter('data-mce-object', (nodes, name) => {
+ var _a;
+ let i = nodes.length;
+ while (i--) {
+ const node = nodes[i];
+ if (!node.parent) {
+ continue;
+ }
+ const realElmName = node.attr(name);
+ const realElm = new global$2(realElmName, 1);
+ if (realElmName !== 'audio' && realElmName !== 'script') {
+ const className = node.attr('class');
+ if (className && className.indexOf('mce-preview-object') !== -1 && node.firstChild) {
+ realElm.attr({
+ width: node.firstChild.attr('width'),
+ height: node.firstChild.attr('height')
+ });
+ } else {
+ realElm.attr({
+ width: node.attr('width'),
+ height: node.attr('height')
+ });
+ }
+ }
+ realElm.attr({ style: node.attr('style') });
+ const attribs = (_a = node.attributes) !== null && _a !== void 0 ? _a : [];
+ let ai = attribs.length;
+ while (ai--) {
+ const attrName = attribs[ai].name;
+ if (attrName.indexOf('data-mce-p-') === 0) {
+ realElm.attr(attrName.substr(11), attribs[ai].value);
+ }
+ }
+ if (realElmName === 'script') {
+ realElm.attr('type', 'text/javascript');
+ }
+ const innerHtml = node.attr('data-mce-html');
+ if (innerHtml) {
+ const fragment = parseAndSanitize(editor, realElmName, unescape(innerHtml));
+ each$1(fragment.children(), child => realElm.append(child));
+ }
+ node.replace(realElm);
+ }
+ });
+ });
+ editor.on('SetContent', () => {
+ const dom = editor.dom;
+ each$1(dom.select('span.mce-preview-object'), elm => {
+ if (dom.select('span.mce-shim', elm).length === 0) {
+ dom.add(elm, 'span', { class: 'mce-shim' });
+ }
+ });
+ });
+ };
+
+ const setup = editor => {
+ editor.on('ResolveName', e => {
+ let name;
+ if (e.target.nodeType === 1 && (name = e.target.getAttribute('data-mce-object'))) {
+ e.name = name;
+ }
+ });
+ };
+
+ const register = editor => {
+ const onAction = () => editor.execCommand('mceMedia');
+ editor.ui.registry.addToggleButton('media', {
+ tooltip: 'Insert/edit media',
+ icon: 'embed',
+ onAction,
+ onSetup: buttonApi => {
+ const selection = editor.selection;
+ buttonApi.setActive(isMediaElement(selection.getNode()));
+ return selection.selectorChangedWithUnbind('img[data-mce-object],span[data-mce-object],div[data-ephox-embed-iri]', buttonApi.setActive).unbind;
+ }
+ });
+ editor.ui.registry.addMenuItem('media', {
+ icon: 'embed',
+ text: 'Media...',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global$6.add('media', editor => {
+ register$2(editor);
+ register$1(editor);
+ register(editor);
+ setup(editor);
+ setup$1(editor);
+ setup$2(editor);
+ return get(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/media/plugin.min.js b/seller/public/tinymce/plugins/media/plugin.min.js
new file mode 100644
index 00000000..340c0a35
--- /dev/null
+++ b/seller/public/tinymce/plugins/media/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(r=a=e,(o=String).prototype.isPrototypeOf(r)||(null===(s=a.constructor)||void 0===s?void 0:s.name)===o.name)?"string":t;var r,a,o,s})(t)===e,r=t("string"),a=t("object"),o=t("array"),s=e=>!(e=>null==e)(e);class i{constructor(e,t){this.tag=e,this.value=t}static some(e){return new i(!0,e)}static none(){return i.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?i.some(e(this.value)):i.none()}bind(e){return this.tag?e(this.value):i.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:i.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return s(e)?i.some(e):i.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}i.singletonNone=new i(!1);const n=Array.prototype.push,c=(e,t)=>{for(let r=0,a=e.length;r{const t=[];for(let r=0,a=e.length;rh(e,t)?i.from(e[t]):i.none(),h=(e,t)=>u.call(e,t),p=e=>t=>t.options.get(e),g=p("audio_template_callback"),b=p("video_template_callback"),w=p("iframe_template_callback"),v=p("media_live_embeds"),f=p("media_filter_html"),y=p("media_url_resolver"),x=p("media_alt_source"),_=p("media_poster"),j=p("media_dimensions");var k=tinymce.util.Tools.resolve("tinymce.util.Tools"),O=tinymce.util.Tools.resolve("tinymce.dom.DOMUtils"),A=tinymce.util.Tools.resolve("tinymce.html.DomParser");const S=O.DOM,C=e=>e.replace(/px$/,""),D=e=>{const t=e.attr("style"),r=t?S.parseStyle(t):{};return{type:"ephox-embed-iri",source:e.attr("data-ephox-embed-iri"),altsource:"",poster:"",width:d(r,"max-width").map(C).getOr(""),height:d(r,"max-height").map(C).getOr("")}},T=(e,t)=>{let r={};for(let a=A({validate:!1,forced_root_block:!1},t).parse(e);a;a=a.walk())if(1===a.type){const e=a.name;if(a.attr("data-ephox-embed-iri")){r=D(a);break}r.source||"param"!==e||(r.source=a.attr("movie")),"iframe"!==e&&"object"!==e&&"embed"!==e&&"video"!==e&&"audio"!==e||(r.type||(r.type=e),r=k.extend(a.attributes.map,r)),"script"===e&&(r={type:"script",source:a.attr("src")}),"source"===e&&(r.source?r.altsource||(r.altsource=a.attr("src")):r.source=a.attr("src")),"img"!==e||r.poster||(r.poster=a.attr("src"))}return r.source=r.source||r.src||"",r.altsource=r.altsource||"",r.poster=r.poster||"",r},z=e=>{var t;const r=null!==(t=e.toLowerCase().split(".").pop())&&void 0!==t?t:"";return d({mp3:"audio/mpeg",m4a:"audio/x-m4a",wav:"audio/wav",mp4:"video/mp4",webm:"video/webm",ogg:"video/ogg",swf:"application/x-shockwave-flash"},r).getOr("")};var $=tinymce.util.Tools.resolve("tinymce.html.Node"),M=tinymce.util.Tools.resolve("tinymce.html.Serializer");const F=(e,t={})=>A({forced_root_block:!1,validate:!1,allow_conditional_comments:!0,...t},e),N=O.DOM,R=e=>/^[0-9.]+$/.test(e)?e+"px":e,U=(e,t)=>{const r=t.attr("style"),a=r?N.parseStyle(r):{};s(e.width)&&(a["max-width"]=R(e.width)),s(e.height)&&(a["max-height"]=R(e.height)),t.attr("style",N.serializeStyle(a))},P=["source","altsource"],E=(e,t,r,a)=>{let o=0,s=0;const i=F(a);i.addNodeFilter("source",(e=>o=e.length));const n=i.parse(e);for(let e=n;e;e=e.walk())if(1===e.type){const a=e.name;if(e.attr("data-ephox-embed-iri")){U(t,e);break}switch(a){case"video":case"object":case"embed":case"img":case"iframe":void 0!==t.height&&void 0!==t.width&&(e.attr("width",t.width),e.attr("height",t.height))}if(r)switch(a){case"video":e.attr("poster",t.poster),e.attr("src",null);for(let r=o;r<2;r++)if(t[P[r]]){const a=new $("source",1);a.attr("src",t[P[r]]),a.attr("type",t[P[r]+"mime"]||null),e.append(a)}break;case"iframe":e.attr("src",t.source);break;case"object":const r=e.getAll("img").length>0;if(t.poster&&!r){e.attr("src",t.poster);const r=new $("img",1);r.attr("src",t.poster),r.attr("width",t.width),r.attr("height",t.height),e.append(r)}break;case"source":if(s<2&&(e.attr("src",t[P[s]]),e.attr("type",t[P[s]+"mime"]||null),!t[P[s]])){e.remove();continue}s++;break;case"img":t.poster||e.remove()}}return M({},a).serialize(n)},L=[{regex:/youtu\.be\/([\w\-_\?&=.]+)/i,type:"iframe",w:560,h:314,url:"www.youtube.com/embed/$1",allowFullscreen:!0},{regex:/youtube\.com(.+)v=([^&]+)(&([a-z0-9&=\-_]+))?/i,type:"iframe",w:560,h:314,url:"www.youtube.com/embed/$2?$4",allowFullscreen:!0},{regex:/youtube.com\/embed\/([a-z0-9\?&=\-_]+)/i,type:"iframe",w:560,h:314,url:"www.youtube.com/embed/$1",allowFullscreen:!0},{regex:/vimeo\.com\/([0-9]+)/,type:"iframe",w:425,h:350,url:"player.vimeo.com/video/$1?title=0&byline=0&portrait=0&color=8dc7dc",allowFullscreen:!0},{regex:/vimeo\.com\/(.*)\/([0-9]+)/,type:"iframe",w:425,h:350,url:"player.vimeo.com/video/$2?title=0&byline=0",allowFullscreen:!0},{regex:/maps\.google\.([a-z]{2,3})\/maps\/(.+)msid=(.+)/,type:"iframe",w:425,h:350,url:'maps.google.com/maps/ms?msid=$2&output=embed"',allowFullscreen:!1},{regex:/dailymotion\.com\/video\/([^_]+)/,type:"iframe",w:480,h:270,url:"www.dailymotion.com/embed/video/$1",allowFullscreen:!0},{regex:/dai\.ly\/([^_]+)/,type:"iframe",w:480,h:270,url:"www.dailymotion.com/embed/video/$1",allowFullscreen:!0}],I=(e,t)=>{const r=(e=>{const t=e.match(/^(https?:\/\/|www\.)(.+)$/i);return t&&t.length>1?"www."===t[1]?"https://":t[1]:"https://"})(t),a=e.regex.exec(t);let o=r+e.url;if(s(a))for(let e=0;ea[e]?a[e]:""));return o.replace(/\?$/,"")},B=(e,t)=>{var r;const a=k.extend({},t);if(!a.source&&(k.extend(a,T(null!==(r=a.embed)&&void 0!==r?r:"",e.schema)),!a.source))return"";a.altsource||(a.altsource=""),a.poster||(a.poster=""),a.source=e.convertURL(a.source,"source"),a.altsource=e.convertURL(a.altsource,"source"),a.sourcemime=z(a.source),a.altsourcemime=z(a.altsource),a.poster=e.convertURL(a.poster,"poster");const o=(e=>{const t=L.filter((t=>t.regex.test(e)));return t.length>0?k.extend({},t[0],{url:I(t[0],e)}):null})(a.source);if(o&&(a.source=o.url,a.type=o.type,a.allowfullscreen=o.allowFullscreen,a.width=a.width||String(o.w),a.height=a.height||String(o.h)),a.embed)return E(a.embed,a,!0,e.schema);{const t=g(e),r=b(e),o=w(e);return a.width=a.width||"300",a.height=a.height||"150",k.each(a,((t,r)=>{a[r]=e.dom.encode(""+t)})),"iframe"===a.type?((e,t)=>{if(t)return t(e);{const t=e.allowfullscreen?' allowFullscreen="1"':"";return'"}})(a,o):"application/x-shockwave-flash"===a.sourcemime?(e=>{let t='",t})(a):-1!==a.sourcemime.indexOf("audio")?((e,t)=>t?t(e):'")(a,t):"script"===a.type?(e=>' ';
+ const directionality = editor.getBody().dir;
+ const dirAttr = directionality ? ' dir="' + encode(directionality) + '"' : '';
+ const previewHtml = '' + '' + '' + headHtml + '' + '' + editor.getContent() + preventClicksOnLinksScript + '' + '';
+ return previewHtml;
+ };
+
+ const open = editor => {
+ const content = getPreviewHtml(editor);
+ const dataApi = editor.windowManager.open({
+ title: 'Preview',
+ size: 'large',
+ body: {
+ type: 'panel',
+ items: [{
+ name: 'preview',
+ type: 'iframe',
+ sandboxed: true,
+ transparent: false
+ }]
+ },
+ buttons: [{
+ type: 'cancel',
+ name: 'close',
+ text: 'Close',
+ primary: true
+ }],
+ initialData: { preview: content }
+ });
+ dataApi.focus('close');
+ };
+
+ const register$1 = editor => {
+ editor.addCommand('mcePreview', () => {
+ open(editor);
+ });
+ };
+
+ const register = editor => {
+ const onAction = () => editor.execCommand('mcePreview');
+ editor.ui.registry.addButton('preview', {
+ icon: 'preview',
+ tooltip: 'Preview',
+ onAction
+ });
+ editor.ui.registry.addMenuItem('preview', {
+ icon: 'preview',
+ text: 'Preview',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global$2.add('preview', editor => {
+ register$1(editor);
+ register(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/preview/plugin.min.js b/seller/public/tinymce/plugins/preview/plugin.min.js
new file mode 100644
index 00000000..0a99cf37
--- /dev/null
+++ b/seller/public/tinymce/plugins/preview/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager"),t=tinymce.util.Tools.resolve("tinymce.Env"),o=tinymce.util.Tools.resolve("tinymce.util.Tools");const n=e=>t=>t.options.get(e),i=n("content_style"),s=n("content_css_cors"),c=n("body_class"),r=n("body_id");e.add("preview",(e=>{(e=>{e.addCommand("mcePreview",(()=>{(e=>{const n=(e=>{var n;let l="";const a=e.dom.encode,d=null!==(n=i(e))&&void 0!==n?n:"";l+='';const m=s(e)?' crossorigin="anonymous"':"";o.each(e.contentCSS,(t=>{l+='"})),d&&(l+='");const y=r(e),u=c(e),v=' ';
+ const directionality = editor.getBody().dir;
+ const dirAttr = directionality ? ' dir="' + encode(directionality) + '"' : '';
+ html = '' + '' + '' + '' + contentCssEntries + preventClicksOnLinksScript + '' + '' + parseAndSerialize(editor, html) + '' + '';
+ }
+ return replaceTemplateValues(html, getPreviewReplaceValues(editor));
+ };
+ const open = (editor, templateList) => {
+ const createTemplates = () => {
+ if (!templateList || templateList.length === 0) {
+ const message = editor.translate('No templates defined.');
+ editor.notificationManager.open({
+ text: message,
+ type: 'info'
+ });
+ return Optional.none();
+ }
+ return Optional.from(global$2.map(templateList, (template, index) => {
+ const isUrlTemplate = t => t.url !== undefined;
+ return {
+ selected: index === 0,
+ text: template.title,
+ value: {
+ url: isUrlTemplate(template) ? Optional.from(template.url) : Optional.none(),
+ content: !isUrlTemplate(template) ? Optional.from(template.content) : Optional.none(),
+ description: template.description
+ }
+ };
+ }));
+ };
+ const createSelectBoxItems = templates => map(templates, t => ({
+ text: t.text,
+ value: t.text
+ }));
+ const findTemplate = (templates, templateTitle) => find(templates, t => t.text === templateTitle);
+ const loadFailedAlert = api => {
+ editor.windowManager.alert('Could not load the specified template.', () => api.focus('template'));
+ };
+ const getTemplateContent = t => t.value.url.fold(() => Promise.resolve(t.value.content.getOr('')), url => fetch(url).then(res => res.ok ? res.text() : Promise.reject()));
+ const onChange = (templates, updateDialog) => (api, change) => {
+ if (change.name === 'template') {
+ const newTemplateTitle = api.getData().template;
+ findTemplate(templates, newTemplateTitle).each(t => {
+ api.block('Loading...');
+ getTemplateContent(t).then(previewHtml => {
+ updateDialog(api, t, previewHtml);
+ }).catch(() => {
+ updateDialog(api, t, '');
+ api.setEnabled('save', false);
+ loadFailedAlert(api);
+ });
+ });
+ }
+ };
+ const onSubmit = templates => api => {
+ const data = api.getData();
+ findTemplate(templates, data.template).each(t => {
+ getTemplateContent(t).then(previewHtml => {
+ editor.execCommand('mceInsertTemplate', false, previewHtml);
+ api.close();
+ }).catch(() => {
+ api.setEnabled('save', false);
+ loadFailedAlert(api);
+ });
+ });
+ };
+ const openDialog = templates => {
+ const selectBoxItems = createSelectBoxItems(templates);
+ const buildDialogSpec = (bodyItems, initialData) => ({
+ title: 'Insert Template',
+ size: 'large',
+ body: {
+ type: 'panel',
+ items: bodyItems
+ },
+ initialData,
+ buttons: [
+ {
+ type: 'cancel',
+ name: 'cancel',
+ text: 'Cancel'
+ },
+ {
+ type: 'submit',
+ name: 'save',
+ text: 'Save',
+ primary: true
+ }
+ ],
+ onSubmit: onSubmit(templates),
+ onChange: onChange(templates, updateDialog)
+ });
+ const updateDialog = (dialogApi, template, previewHtml) => {
+ const content = getPreviewContent(editor, previewHtml);
+ const bodyItems = [
+ {
+ type: 'selectbox',
+ name: 'template',
+ label: 'Templates',
+ items: selectBoxItems
+ },
+ {
+ type: 'htmlpanel',
+ html: `${ htmlEscape(template.value.description) }
`
+ },
+ {
+ label: 'Preview',
+ type: 'iframe',
+ name: 'preview',
+ sandboxed: false,
+ transparent: false
+ }
+ ];
+ const initialData = {
+ template: template.text,
+ preview: content
+ };
+ dialogApi.unblock();
+ dialogApi.redial(buildDialogSpec(bodyItems, initialData));
+ dialogApi.focus('template');
+ };
+ const dialogApi = editor.windowManager.open(buildDialogSpec([], {
+ template: '',
+ preview: ''
+ }));
+ dialogApi.block('Loading...');
+ getTemplateContent(templates[0]).then(previewHtml => {
+ updateDialog(dialogApi, templates[0], previewHtml);
+ }).catch(() => {
+ updateDialog(dialogApi, templates[0], '');
+ dialogApi.setEnabled('save', false);
+ loadFailedAlert(dialogApi);
+ });
+ };
+ const optTemplates = createTemplates();
+ optTemplates.each(openDialog);
+ };
+
+ const showDialog = editor => templates => {
+ open(editor, templates);
+ };
+ const register$1 = editor => {
+ editor.addCommand('mceInsertTemplate', curry(insertTemplate, editor));
+ editor.addCommand('mceTemplate', createTemplateList(editor, showDialog(editor)));
+ };
+
+ const setup = editor => {
+ editor.on('PreProcess', o => {
+ const dom = editor.dom, dateFormat = getMdateFormat(editor);
+ global$2.each(dom.select('div', o.node), e => {
+ if (dom.hasClass(e, 'mceTmpl')) {
+ global$2.each(dom.select('*', e), e => {
+ if (hasAnyClasses(dom, e, getModificationDateClasses(editor))) {
+ e.innerHTML = getDateTime(editor, dateFormat);
+ }
+ });
+ replaceVals(editor, e);
+ }
+ });
+ });
+ };
+
+ const register = editor => {
+ const onAction = () => editor.execCommand('mceTemplate');
+ editor.ui.registry.addButton('template', {
+ icon: 'template',
+ tooltip: 'Insert template',
+ onAction
+ });
+ editor.ui.registry.addMenuItem('template', {
+ icon: 'template',
+ text: 'Insert template...',
+ onAction
+ });
+ };
+
+ var Plugin = () => {
+ global$3.add('template', editor => {
+ register$2(editor);
+ register(editor);
+ register$1(editor);
+ setup(editor);
+ });
+ };
+
+ Plugin();
+
+})();
diff --git a/seller/public/tinymce/plugins/template/plugin.min.js b/seller/public/tinymce/plugins/template/plugin.min.js
new file mode 100644
index 00000000..343aa7f7
--- /dev/null
+++ b/seller/public/tinymce/plugins/template/plugin.min.js
@@ -0,0 +1,4 @@
+/**
+ * TinyMCE version 6.4.2 (2023-04-26)
+ */
+!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager");const t=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&(a=n=e,(r=String).prototype.isPrototypeOf(a)||(null===(s=n.constructor)||void 0===s?void 0:s.name)===r.name)?"string":t;var a,n,r,s})(t)===e,a=t("string"),n=t("object"),r=t("array"),s=("function",e=>"function"==typeof e);const l=(!1,()=>false);var o=tinymce.util.Tools.resolve("tinymce.util.Tools");const c=e=>t=>t.options.get(e),i=c("template_cdate_classes"),u=c("template_mdate_classes"),m=c("template_selected_content_classes"),p=c("template_preview_replace_values"),d=c("template_replace_values"),h=c("templates"),g=c("template_cdate_format"),v=c("template_mdate_format"),y=c("content_style"),f=c("content_css_cors"),_=c("body_class"),b=(e,t)=>{if((e=""+e).length{const n="Sun Mon Tue Wed Thu Fri Sat Sun".split(" "),r="Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sunday".split(" "),s="Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),l="January February March April May June July August September October November December".split(" ");return(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=(t=t.replace("%D","%m/%d/%Y")).replace("%r","%I:%M:%S %p")).replace("%Y",""+a.getFullYear())).replace("%y",""+a.getYear())).replace("%m",b(a.getMonth()+1,2))).replace("%d",b(a.getDate(),2))).replace("%H",""+b(a.getHours(),2))).replace("%M",""+b(a.getMinutes(),2))).replace("%S",""+b(a.getSeconds(),2))).replace("%I",""+((a.getHours()+11)%12+1))).replace("%p",a.getHours()<12?"AM":"PM")).replace("%B",""+e.translate(l[a.getMonth()]))).replace("%b",""+e.translate(s[a.getMonth()]))).replace("%A",""+e.translate(r[a.getDay()]))).replace("%a",""+e.translate(n[a.getDay()]))).replace("%%","%")};class T{constructor(e,t){this.tag=e,this.value=t}static some(e){return new T(!0,e)}static none(){return T.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?T.some(e(this.value)):T.none()}bind(e){return this.tag?e(this.value):T.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:T.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return null==e?T.none():T.some(e)}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}T.singletonNone=new T(!1);const x=Object.hasOwnProperty;var S=tinymce.util.Tools.resolve("tinymce.html.Serializer");const w={'"':""","<":"<",">":">","&":"&","'":"'"},C=e=>e.replace(/["'<>&]/g,(e=>{return(t=w,a=e,((e,t)=>x.call(e,t))(t,a)?T.from(t[a]):T.none()).getOr(e);var t,a})),O=(e,t,a)=>((a,n)=>{for(let n=0,s=a.length;nS({validate:!0},e.schema).serialize(e.parser.parse(t,{insert:!0})),D=(e,t)=>(o.each(t,((t,a)=>{s(t)&&(t=t(a)),e=e.replace(new RegExp("\\{\\$"+a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")+"\\}","g"),t)})),e),I=(e,t)=>{const a=e.dom,n=d(e);o.each(a.select("*",t),(e=>{o.each(n,((t,n)=>{a.hasClass(e,n)&&s(t)&&t(e)}))}))},N=(e,t,a)=>{const n=e.dom,r=e.selection.getContent();a=D(a,d(e));let s=n.create("div",{},A(e,a));const l=n.select(".mceTmpl",s);l&&l.length>0&&(s=n.create("div"),s.appendChild(l[0].cloneNode(!0))),o.each(n.select("*",s),(t=>{O(n,t,i(e))&&(t.innerHTML=M(e,g(e))),O(n,t,u(e))&&(t.innerHTML=M(e,v(e))),O(n,t,m(e))&&(t.innerHTML=r)})),I(e,s),e.execCommand("mceInsertContent",!1,s.innerHTML),e.addVisual()};var k=tinymce.util.Tools.resolve("tinymce.Env");const P=(e,t)=>{const a=(e,t)=>((e,t,a)=>{for(let n=0,r=e.length;ne.text===t),l),n=t=>{e.windowManager.alert("Could not load the specified template.",(()=>t.focus("template")))},r=e=>e.value.url.fold((()=>Promise.resolve(e.value.content.getOr(""))),(e=>fetch(e).then((e=>e.ok?e.text():Promise.reject())))),s=(e,t)=>(s,l)=>{if("template"===l.name){const l=s.getData().template;a(e,l).each((e=>{s.block("Loading..."),r(e).then((a=>{t(s,e,a)})).catch((()=>{t(s,e,""),s.setEnabled("save",!1),n(s)}))}))}},c=t=>s=>{const l=s.getData();a(t,l.template).each((t=>{r(t).then((t=>{e.execCommand("mceInsertTemplate",!1,t),s.close()})).catch((()=>{s.setEnabled("save",!1),n(s)}))}))};(()=>{if(!t||0===t.length){const t=e.translate("No templates defined.");return e.notificationManager.open({text:t,type:"info"}),T.none()}return T.from(o.map(t,((e,t)=>{const a=e=>void 0!==e.url;return{selected:0===t,text:e.title,value:{url:a(e)?T.from(e.url):T.none(),content:a(e)?T.none():T.from(e.content),description:e.description}}})))})().each((t=>{const a=(e=>((e,t)=>{const a=e.length,n=new Array(a);for(let t=0;t({title:"Insert Template",size:"large",body:{type:"panel",items:e},initialData:a,buttons:[{type:"cancel",name:"cancel",text:"Cancel"},{type:"submit",name:"save",text:"Save",primary:!0}],onSubmit:c(t),onChange:s(t,i)}),i=(t,n,r)=>{const s=((e,t)=>{var a;if(-1===t.indexOf("")){let n="";const r=null!==(a=y(e))&&void 0!==a?a:"",s=f(e)?' crossorigin="anonymous"':"";o.each(e.contentCSS,(t=>{n+='"})),r&&(n+='");const l=_(e),c=e.dom.encode,i='
+
+
\ No newline at end of file
diff --git a/seller/src/views/goods/goods-seller/goods.vue b/seller/src/views/goods/goods-seller/goods.vue
index e9e62444..6765fe8d 100644
--- a/seller/src/views/goods/goods-seller/goods.vue
+++ b/seller/src/views/goods/goods-seller/goods.vue
@@ -148,9 +148,9 @@
title="更新库存"
v-model="updateStockModalVisible"
:mask-closable="false"
- :width="500"
+ :width="610"
>
-
+
{
if (res.success) {
this.updateStockModalVisible = true;
+ this.updateStockType = 'updateStock';
this.stockAllUpdate = undefined;
this.stockList = res.result.records;
}
@@ -585,21 +587,25 @@ export default {
});
},
// 更新库存
- updateStock() {
- let updateStockList = this.stockList.map((i) => {
- let j = { skuId: i.id, quantity: i.quantity };
- if (this.stockAllUpdate) {
- j.quantity = this.stockAllUpdate;
- }
- return j;
- });
- updateGoodsSkuStocks(updateStockList).then((res) => {
- if (res.success) {
- this.updateStockModalVisible = false;
- this.$Message.success("更新库存成功");
- this.getDataList();
- }
- });
+ updateStock () {
+ if (this.updateStockType === 'updateStock' || this.updateStockType === 'stockAll') {
+ // updateStock 手动规格更新,stockAll 批量规格更新
+ let updateStockList = this.stockList.map((i) => {
+ let j = { skuId: i.id, quantity: i.quantity };
+ if (this.stockAllUpdate) {
+ j.quantity = this.stockAllUpdate;
+ }
+ return j;
+ });
+ updateGoodsSkuStocks(updateStockList).then((res) => {
+ if (res.success) {
+ this.updateStockModalVisible = false;
+ this.$Message.success("更新库存成功");
+ this.getDataList();
+ }
+ });
+ }
+
},
// 改变页码
changePage(v) {
diff --git a/seller/src/views/goods/goods-seller/goodsOperationSec.vue b/seller/src/views/goods/goods-seller/goodsOperationSec.vue
index 5d4e8f68..de5901ce 100644
--- a/seller/src/views/goods/goods-seller/goodsOperationSec.vue
+++ b/seller/src/views/goods/goods-seller/goodsOperationSec.vue
@@ -1,7 +1,7 @@
-
-
+
+