@pareto-engineering/design-system 5.13.0 → 5.13.3-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ExposePlainTextPlugin-DeW6mVaE.js → ExposePlainTextPlugin-21aMiDtd.js} +1 -1
- package/dist/{FormBuilder-DWHYIZCN.js → FormBuilder-D-D63IHE.js} +69 -69
- package/dist/{YAxis-ULEXP-uu.js → YAxis-BrfWZMKv.js} +7 -7
- package/dist/assets/FormBuilder.css +1 -1
- package/dist/assets/MetaCard.css +1 -1
- package/dist/assets/SnapScroller.css +1 -1
- package/dist/assets/SocialMediaShareButton.css +1 -1
- package/dist/exports.module-BY48WvdE.js +20 -0
- package/dist/{generateCategoricalChart-ar2rowoi.js → generateCategoricalChart-Ca9TKPy7.js} +97 -97
- package/dist/{index-CxkFVI6N.js → index-BOVlDh8S.js} +2 -2
- package/dist/{index-BUor0nOw.js → index-C3TenDWn.js} +27 -27
- package/dist/{index-C_b9PQD8.js → index-C4uazrih.js} +190 -217
- package/dist/index.js +14 -14
- package/dist/stories/StyleGuide/helpers.js +2 -2
- package/dist/stories/a/AppContext.stories.js +2 -2
- package/dist/stories/a/AreaChart.stories.js +2 -2
- package/dist/stories/a/BarChart.stories.js +2 -2
- package/dist/stories/a/BlurOverlay.stories.js +2 -2
- package/dist/stories/a/ContentTree.stories.js +2 -2
- package/dist/stories/a/Conversation.stories.js +2 -2
- package/dist/stories/a/DatePicker.stories.js +8 -8
- package/dist/stories/a/DotInfo.stories.js +2 -2
- package/dist/stories/a/Figure.stories.js +2 -2
- package/dist/stories/a/HamburgerButton.stories.js +2 -2
- package/dist/stories/a/IconList.stories.js +2 -2
- package/dist/stories/a/Label.stories.js +2 -2
- package/dist/stories/a/LoadingCircle.stories.js +2 -2
- package/dist/stories/a/MetaCard.stories.js +2 -2
- package/dist/stories/a/Notification.stories.js +2 -2
- package/dist/stories/a/NotificationStack.stories.js +2 -2
- package/dist/stories/a/People.stories.js +2 -2
- package/dist/stories/a/PieChart.stories.js +2 -2
- package/dist/stories/a/Popover.stories.js +2 -2
- package/dist/stories/a/ProgressBar.stories.js +2 -2
- package/dist/stories/a/Quote.stories.js +2 -2
- package/dist/stories/a/Removable.stories.js +2 -2
- package/dist/stories/a/SVG.stories.js +3 -3
- package/dist/stories/a/SnapScroller.stories.js +2 -2
- package/dist/stories/a/Spinner.stories.js +2 -2
- package/dist/stories/a/TextSteps.stories.js +2 -2
- package/dist/stories/a/Timestamp.stories.js +39 -28
- package/dist/stories/a/Tip.stories.js +2 -2
- package/dist/stories/a/ToggleSwitch.stories.js +3 -3
- package/dist/stories/a/Tooltip.stories.js +2 -2
- package/dist/stories/a/XMLEditor.stories.js +2 -2
- package/dist/stories/b/Button/Button.stories.js +2 -2
- package/dist/stories/b/Button/Group.stories.js +2 -2
- package/dist/stories/b/Card/Card.stories.js +5 -5
- package/dist/stories/b/Card/Group.stories.js +2 -2
- package/dist/stories/b/Logo.stories.js +2 -2
- package/dist/stories/b/Page.stories.js +2 -2
- package/dist/stories/b/SocialMediaButton.stories.js +2 -2
- package/dist/stories/b/ThemeSelector.stories.js +2 -2
- package/dist/stories/b/Title.stories.js +2 -2
- package/dist/stories/c/Modal.stories.js +2 -2
- package/dist/stories/c/Shortener.stories.js +2 -2
- package/dist/stories/c/SocialMediaShareButton.stories.js +2 -2
- package/dist/stories/f/Checkbox.stories.js +5 -5
- package/dist/stories/f/ChoicesInput.stories.js +17 -17
- package/dist/stories/f/Combobox.stories.js +2 -2
- package/dist/stories/f/Description.stories.js +2 -2
- package/dist/stories/f/DragAndDropFileUpload.stories.js +23 -23
- package/dist/stories/f/EditorInput.stories.js +2 -2
- package/dist/stories/f/FileUpload.stories.js +2 -2
- package/dist/stories/f/HighlightedTextInput.stories.js +2 -2
- package/dist/stories/f/Label.stories.js +2 -2
- package/dist/stories/f/LinkInput.stories.js +2 -2
- package/dist/stories/f/RadioInput.stories.js +2 -2
- package/dist/stories/f/RatingsInput.stories.js +5 -5
- package/dist/stories/f/SelectInput.stories.js +12 -12
- package/dist/stories/f/TextInput.stories.js +9 -9
- package/dist/stories/f/TextareaInput.stories.js +6 -6
- package/dist/stories/g/DragAndDrop.stories.js +6 -6
- package/dist/stories/g/ExpandableLexicalPreview.stories.js +6 -6
- package/dist/stories/g/FormBuilder.stories.js +2 -2
- package/dist/ui/a/AnimatedBlobs/AnimatedBlobs.js +2 -2
- package/dist/ui/a/AnimatedGradient/AnimatedGradient.js +4 -4
- package/dist/ui/a/AnimatedGradient/index.js +1 -1
- package/dist/ui/a/AppContext/ContextProvider.js +1 -1
- package/dist/ui/a/BlurOverlay/BlurOverlay.js +2 -2
- package/dist/ui/a/Charts/AreaChart/AreaChart.js +6 -6
- package/dist/ui/a/Charts/BarChart/BarChart.js +4 -4
- package/dist/ui/a/Charts/Common/CustomLegend/CustomLegend.js +2 -2
- package/dist/ui/a/Charts/Common/CustomTooltipContent/CustomTooltipContent.js +2 -2
- package/dist/ui/a/Charts/Common/YLabelsDropDown/YlabelsDropDown.js +2 -2
- package/dist/ui/a/Charts/PieChart/PieChart.js +119 -119
- package/dist/ui/a/ContentTree/ContentTree.js +3 -3
- package/dist/ui/a/ContentTree/common/Tree/Tree.js +4 -4
- package/dist/ui/a/ContentTree/common/Tree/index.js +1 -1
- package/dist/ui/a/ContentTree/common/index.js +1 -1
- package/dist/ui/a/ContentTree/index.js +1 -1
- package/dist/ui/a/Conversation/Conversation.js +4 -4
- package/dist/ui/a/Conversation/common/Message/Message.js +2 -2
- package/dist/ui/a/Conversation/index.js +3 -3
- package/dist/ui/a/DatePicker/DatePicker.js +2493 -7
- package/dist/ui/a/DatePicker/index.js +2 -2
- package/dist/ui/a/DotInfo/DotInfo.js +2 -2
- package/dist/ui/a/Figure/Figure.js +2 -2
- package/dist/ui/a/HamburgerButton/HamburgerButton.js +2 -2
- package/dist/ui/a/IconList/IconList.js +2 -2
- package/dist/ui/a/IconList/common/Item/Item.js +2 -2
- package/dist/ui/a/Label/Label.js +2 -2
- package/dist/ui/a/LoadingCircle/LoadingCircle.js +2 -2
- package/dist/ui/a/MetaCard/MetaCard.js +2 -2
- package/dist/ui/a/Notification/Notification.js +4 -4
- package/dist/ui/a/Notification/index.js +1 -1
- package/dist/ui/a/NotificationStack/NotificationStack.js +3 -3
- package/dist/ui/a/NotificationStack/index.js +1 -1
- package/dist/ui/a/People/People.js +2 -2
- package/dist/ui/a/People/common/Person/Person.js +2 -2
- package/dist/ui/a/Popover/Popover.js +2 -2
- package/dist/ui/a/ProgressBar/ProgressBar.js +2 -2
- package/dist/ui/a/Quote/Quote.js +2 -2
- package/dist/ui/a/Removable/Removable.js +2 -2
- package/dist/ui/a/SVG/SVG.js +2 -2
- package/dist/ui/a/SVG/common/UseSVG/UseSVG.js +1 -1
- package/dist/ui/a/SnapScroller/SnapScroller.js +2 -2
- package/dist/ui/a/Spinner/Spinner.js +2 -2
- package/dist/ui/a/TextSteps/TextSteps.js +2 -2
- package/dist/ui/a/ThroughPutIndicator/ThroughPutIndicator.js +2 -2
- package/dist/ui/a/Timestamp/Timestamp.js +154 -133
- package/dist/ui/a/Tip/Tip.js +2 -2
- package/dist/ui/a/ToggleSwitch/ToggleSwitch.js +1 -1
- package/dist/ui/a/Tooltip/Tooltip.js +2 -2
- package/dist/ui/a/XMLEditor/XMLEditor.js +16 -16
- package/dist/ui/a/XMLEditor/common/index.js +1 -1
- package/dist/ui/a/XMLEditor/common/theme.js +1 -1
- package/dist/ui/a/index.js +14 -14
- package/dist/ui/b/Button/Button.js +4 -4
- package/dist/ui/b/Button/common/Group/Group.js +2 -2
- package/dist/ui/b/Button/index.js +1 -1
- package/dist/ui/b/Card/Card.js +4 -4
- package/dist/ui/b/Card/common/Group/Group.js +4 -4
- package/dist/ui/b/Card/common/Group/index.js +1 -1
- package/dist/ui/b/Card/common/Section/Section.js +2 -2
- package/dist/ui/b/Card/common/index.js +1 -1
- package/dist/ui/b/Card/index.js +1 -1
- package/dist/ui/b/Logo/Logo.js +5 -5
- package/dist/ui/b/Logo/index.js +2 -2
- package/dist/ui/b/Page/Page.js +4 -4
- package/dist/ui/b/Page/common/PageHelmet/PageHelmet.js +3 -3
- package/dist/ui/b/Page/common/PageHelmet/index.js +1 -1
- package/dist/ui/b/Page/common/Section/Section.js +2 -2
- package/dist/ui/b/Page/common/index.js +1 -1
- package/dist/ui/b/Page/index.js +1 -1
- package/dist/ui/b/SocialMediaButton/SocialMediaButton.js +5 -5
- package/dist/ui/b/SocialMediaButton/index.js +1 -1
- package/dist/ui/b/ThemeSelector/ThemeSelector.js +5 -5
- package/dist/ui/b/ThemeSelector/index.js +1 -1
- package/dist/ui/b/Title/Title.js +2 -2
- package/dist/ui/b/index.js +3 -3
- package/dist/ui/c/Modal/Modal.js +3 -3
- package/dist/ui/c/Modal/common/ModalHeader/ModalHeader.js +4 -4
- package/dist/ui/c/Modal/common/ModalHeader/index.js +1 -1
- package/dist/ui/c/Modal/common/index.js +1 -1
- package/dist/ui/c/Modal/index.js +1 -1
- package/dist/ui/c/Shortener/Shortener.js +4 -4
- package/dist/ui/c/Shortener/index.js +1 -1
- package/dist/ui/c/SocialMediaShareButton/SocialMediaShareButton.js +2 -2
- package/dist/ui/c/index.js +1 -1
- package/dist/ui/f/FormInput/FormInput.js +3 -3
- package/dist/ui/f/FormInput/index.js +1 -1
- package/dist/ui/f/common/CharacterCount/CharacterCount.js +1 -1
- package/dist/ui/f/common/Debugger/Debugger.js +2 -2
- package/dist/ui/f/common/Debugger/index.js +2 -2
- package/dist/ui/f/common/Description/Description.js +2 -2
- package/dist/ui/f/common/Hint/Hint.js +2 -2
- package/dist/ui/f/common/Label/Label.js +2 -2
- package/dist/ui/f/common/index.js +1 -1
- package/dist/ui/f/common/utils/lookUpInputValueFromOptions.js +1 -1
- package/dist/ui/f/fields/Checkbox/Checkbox.js +3 -3
- package/dist/ui/f/fields/Checkbox/index.js +2 -2
- package/dist/ui/f/fields/ChoicesInput/ChoicesInput.js +3 -3
- package/dist/ui/f/fields/ChoicesInput/common/Choice/common/ImageChoice/ImageChoice.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/common/Choice/common/TextChoice/TextChoice.js +1 -1
- package/dist/ui/f/fields/ChoicesInput/index.js +1 -1
- package/dist/ui/f/fields/DragAndDropFileUpload/DragAndDropFileUpload.js +2 -2
- package/dist/ui/f/fields/DragAndDropFileUpload/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/EditorInput.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/BlockFormatDropDown.js +5 -5
- package/dist/ui/f/fields/EditorInput/common/BlockFormatDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/ColorPicker.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/ColorPicker/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ExposePlainTextPlugin.js +2 -2
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/FontSizeDropDown.js +5 -5
- package/dist/ui/f/fields/EditorInput/common/FontSizeDropDown/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/ToolbarPlugin.js +4 -4
- package/dist/ui/f/fields/EditorInput/common/ToolbarPlugin/index.js +1 -1
- package/dist/ui/f/fields/EditorInput/common/index.js +2 -2
- package/dist/ui/f/fields/EditorInput/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/FileUpload.js +3 -3
- package/dist/ui/f/fields/FileUpload/common/Preview/Preview.js +4 -4
- package/dist/ui/f/fields/FileUpload/common/Preview/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/PreviewNewRegistration.js +4 -4
- package/dist/ui/f/fields/FileUpload/common/PreviewNewRegistration/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/common/index.js +1 -1
- package/dist/ui/f/fields/FileUpload/index.js +2 -2
- package/dist/ui/f/fields/HighlightedTextInput/HighlightedTextInput.js +2 -2
- package/dist/ui/f/fields/HighlightedTextInput/index.js +1 -1
- package/dist/ui/f/fields/LatexPreviewInput/LatexPreviewInput.js +3 -3
- package/dist/ui/f/fields/LatexPreviewInput/convertLatexToHtml.js +3088 -3088
- package/dist/ui/f/fields/LatexPreviewInput/index.js +1 -1
- package/dist/ui/f/fields/LinkInput/LinkInput.js +4 -4
- package/dist/ui/f/fields/LinkInput/index.js +2 -2
- package/dist/ui/f/fields/PasswordInput/PasswordInput.js +2 -2
- package/dist/ui/f/fields/PasswordInput/index.js +2 -2
- package/dist/ui/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/Combobox.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/Combobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/Menu/Menu.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +3 -3
- package/dist/ui/f/fields/QueryCombobox/common/MultipleCombobox/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/common/index.js +1 -1
- package/dist/ui/f/fields/QueryCombobox/index.js +1 -1
- package/dist/ui/f/fields/RadioInput/RadioInput.js +2 -2
- package/dist/ui/f/fields/RatingsInput/RatingsInput.js +3 -3
- package/dist/ui/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
- package/dist/ui/f/fields/RatingsInput/index.js +1 -1
- package/dist/ui/f/fields/SearchDropdown/SearchDropdown.js +3 -3
- package/dist/ui/f/fields/SearchDropdown/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/SelectInput.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Menu/Menu.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Menu/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Multiple/Multiple.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Multiple/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/Single/Single.js +4 -4
- package/dist/ui/f/fields/SelectInput/common/Single/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/common/index.js +1 -1
- package/dist/ui/f/fields/SelectInput/index.js +2 -2
- package/dist/ui/f/fields/SelectSingle/SelectSingle.js +3 -3
- package/dist/ui/f/fields/TextInput/TextInput.js +2 -2
- package/dist/ui/f/fields/TextInput/index.js +1 -1
- package/dist/ui/f/fields/TextareaInput/TextareaInput.js +3 -3
- package/dist/ui/f/fields/TextareaInput/index.js +2 -2
- package/dist/ui/f/fields/ToggleInput/ToggleInput.js +4 -4
- package/dist/ui/f/fields/ToggleInput/index.js +2 -2
- package/dist/ui/f/fields/index.js +12 -12
- package/dist/ui/f/index.js +17 -17
- package/dist/ui/g/DragAndDrop/DragAndDrop.js +1 -1
- package/dist/ui/g/DragAndDrop/common/DraggableItem/DraggableItem.js +1 -1
- package/dist/ui/g/DragAndDrop/common/MultiSectionDragAndDrop/MultiSectionDragAndDrop.js +1 -1
- package/dist/ui/g/DragAndDrop/common/SingleListDragAndDrop/SingleListDragAndDrop.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/ExpandableLexicalPreview.js +4 -4
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/NewWindowPortal.js +4 -4
- package/dist/ui/g/ExpandableLexicalPreview/common/NewWindowPortal/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/common/index.js +1 -1
- package/dist/ui/g/ExpandableLexicalPreview/index.js +1 -1
- package/dist/ui/g/FormBuilder/FormBuilder.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/Builder.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/ActionsContainer.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/ActionsContainer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/AutoQASection/AutoQASection.js +3 -3
- package/dist/ui/g/FormBuilder/common/Builder/common/AutoQASection/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/InputBuilder.js +3 -3
- package/dist/ui/g/FormBuilder/common/Builder/common/InputBuilder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/Section.js +4 -4
- package/dist/ui/g/FormBuilder/common/Builder/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Builder/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/Renderer.js +3 -3
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/Section.js +4 -4
- package/dist/ui/g/FormBuilder/common/Renderer/common/Section/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/Renderer/index.js +1 -1
- package/dist/ui/g/FormBuilder/common/index.js +1 -1
- package/dist/ui/g/FormBuilder/index.js +1 -1
- package/dist/ui/g/index.js +4 -4
- package/dist/ui/index.js +14 -14
- package/package.json +4 -4
- package/dist/DatePicker-DHuh_8q6.js +0 -1305
- package/dist/exports.module-DmUnHWIJ.js +0 -20
|
@@ -85,7 +85,7 @@ var m = {};
|
|
|
85
85
|
*/
|
|
86
86
|
var fe;
|
|
87
87
|
function Pe() {
|
|
88
|
-
return fe || (fe = 1, process.env.NODE_ENV !== "production" && function() {
|
|
88
|
+
return fe || (fe = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
89
89
|
var o = typeof Symbol == "function" && Symbol.for, C = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, x = o ? Symbol.for("react.suspense_list") : 60120, w = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, q = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
|
|
90
90
|
function I(r) {
|
|
91
91
|
return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
@@ -164,7 +164,7 @@ function Pe() {
|
|
|
164
164
|
return A(r) === E;
|
|
165
165
|
}
|
|
166
166
|
m.AsyncMode = t, m.ConcurrentMode = k, m.ContextConsumer = H, m.ContextProvider = J, m.Element = X, m.ForwardRef = G, m.Fragment = U, m.Lazy = K, m.Memo = Z, m.Portal = L, m.Profiler = Q, m.StrictMode = Y, m.Suspense = W, m.isAsyncMode = ee, m.isConcurrentMode = e, m.isContextConsumer = n, m.isContextProvider = f, m.isElement = s, m.isForwardRef = i, m.isFragment = y, m.isLazy = c, m.isMemo = u, m.isPortal = d, m.isProfiler = h, m.isStrictMode = v, m.isSuspense = $, m.isValidElementType = I, m.typeOf = A;
|
|
167
|
-
}()), m;
|
|
167
|
+
})()), m;
|
|
168
168
|
}
|
|
169
169
|
var le;
|
|
170
170
|
function he() {
|
|
@@ -479,9 +479,9 @@ function Pl(s) {
|
|
|
479
479
|
return s < 65536 ? 1 : 2;
|
|
480
480
|
}
|
|
481
481
|
const un = /\r\n?|\n/;
|
|
482
|
-
var ut = /* @__PURE__ */ function(s) {
|
|
482
|
+
var ut = /* @__PURE__ */ (function(s) {
|
|
483
483
|
return s[s.Simple = 0] = "Simple", s[s.TrackDel = 1] = "TrackDel", s[s.TrackBefore = 2] = "TrackBefore", s[s.TrackAfter = 3] = "TrackAfter", s;
|
|
484
|
-
}(ut || (ut = {}));
|
|
484
|
+
})(ut || (ut = {}));
|
|
485
485
|
class Vt {
|
|
486
486
|
// Sections are encoded as pairs of integers. The first is the
|
|
487
487
|
// length in the current document, and the second is -1 for
|
|
@@ -1768,9 +1768,9 @@ const Hl = [];
|
|
|
1768
1768
|
function pe(s) {
|
|
1769
1769
|
return s == null ? Hl : Array.isArray(s) ? s : [s];
|
|
1770
1770
|
}
|
|
1771
|
-
var Ht = /* @__PURE__ */ function(s) {
|
|
1771
|
+
var Ht = /* @__PURE__ */ (function(s) {
|
|
1772
1772
|
return s[s.Word = 0] = "Word", s[s.Space = 1] = "Space", s[s.Other = 2] = "Other", s;
|
|
1773
|
-
}(Ht || (Ht = {}));
|
|
1773
|
+
})(Ht || (Ht = {}));
|
|
1774
1774
|
const Vl = /[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
|
|
1775
1775
|
let wn;
|
|
1776
1776
|
try {
|
|
@@ -3738,9 +3738,9 @@ class fe {
|
|
|
3738
3738
|
destroy(t) {
|
|
3739
3739
|
}
|
|
3740
3740
|
}
|
|
3741
|
-
var ot = /* @__PURE__ */ function(s) {
|
|
3741
|
+
var ot = /* @__PURE__ */ (function(s) {
|
|
3742
3742
|
return s[s.Text = 0] = "Text", s[s.WidgetBefore = 1] = "WidgetBefore", s[s.WidgetAfter = 2] = "WidgetAfter", s[s.WidgetRange = 3] = "WidgetRange", s;
|
|
3743
|
-
}(ot || (ot = {}));
|
|
3743
|
+
})(ot || (ot = {}));
|
|
3744
3744
|
class V extends we {
|
|
3745
3745
|
constructor(t, e, i, n) {
|
|
3746
3746
|
super(), this.startSide = t, this.endSide = e, this.widget = i, this.spec = n;
|
|
@@ -4150,9 +4150,9 @@ class ke extends fe {
|
|
|
4150
4150
|
}
|
|
4151
4151
|
ke.inline = /* @__PURE__ */ new ke("span");
|
|
4152
4152
|
ke.block = /* @__PURE__ */ new ke("div");
|
|
4153
|
-
var Y = /* @__PURE__ */ function(s) {
|
|
4153
|
+
var Y = /* @__PURE__ */ (function(s) {
|
|
4154
4154
|
return s[s.LTR = 0] = "LTR", s[s.RTL = 1] = "RTL", s;
|
|
4155
|
-
}(Y || (Y = {}));
|
|
4155
|
+
})(Y || (Y = {}));
|
|
4156
4156
|
const ae = Y.LTR, ls = Y.RTL;
|
|
4157
4157
|
function wo(s) {
|
|
4158
4158
|
let t = [];
|
|
@@ -6141,9 +6141,9 @@ class Pt {
|
|
|
6141
6141
|
return new Pt(this.from, this.length + t.length, this.top, this.height + t.height, e);
|
|
6142
6142
|
}
|
|
6143
6143
|
}
|
|
6144
|
-
var $ = /* @__PURE__ */ function(s) {
|
|
6144
|
+
var $ = /* @__PURE__ */ (function(s) {
|
|
6145
6145
|
return s[s.ByPos = 0] = "ByPos", s[s.ByHeight = 1] = "ByHeight", s[s.ByPosNoHeight = 2] = "ByPosNoHeight", s;
|
|
6146
|
-
}($ || ($ = {}));
|
|
6146
|
+
})($ || ($ = {}));
|
|
6147
6147
|
const xi = 1e-3;
|
|
6148
6148
|
class lt {
|
|
6149
6149
|
constructor(t, e, i = 2) {
|
|
@@ -8973,7 +8973,7 @@ function Ya(s, t) {
|
|
|
8973
8973
|
} : null;
|
|
8974
8974
|
}
|
|
8975
8975
|
function Bc(s) {
|
|
8976
|
-
let t = (e) => e.altKey && e.button == 0;
|
|
8976
|
+
let t = ((e) => e.altKey && e.button == 0);
|
|
8977
8977
|
return P.mouseSelectionStyle.of((e, i) => t(i) ? Ya(e, i) : null);
|
|
8978
8978
|
}
|
|
8979
8979
|
const Xa = {
|
|
@@ -12571,29 +12571,29 @@ const mc = "#e5c07b", Er = "#e06c75", yc = "#56b6c2", bc = "#ffffff", Ai = "#abb
|
|
|
12571
12571
|
]), Wc = [Cc, /* @__PURE__ */ ec(Ac)];
|
|
12572
12572
|
export {
|
|
12573
12573
|
Ce as A,
|
|
12574
|
-
|
|
12574
|
+
Hi as B,
|
|
12575
12575
|
J as C,
|
|
12576
12576
|
Y as D,
|
|
12577
12577
|
P as E,
|
|
12578
12578
|
O as F,
|
|
12579
|
-
|
|
12580
|
-
|
|
12579
|
+
Sa as G,
|
|
12580
|
+
Fc as H,
|
|
12581
12581
|
gl as I,
|
|
12582
|
-
|
|
12583
|
-
|
|
12584
|
-
|
|
12585
|
-
|
|
12582
|
+
Rc as J,
|
|
12583
|
+
Vc as K,
|
|
12584
|
+
Ic as L,
|
|
12585
|
+
Hc as M,
|
|
12586
12586
|
L as N,
|
|
12587
|
-
|
|
12587
|
+
Dc as O,
|
|
12588
12588
|
mf as P,
|
|
12589
|
-
|
|
12590
|
-
|
|
12589
|
+
Pc as Q,
|
|
12590
|
+
Lc as R,
|
|
12591
12591
|
Nt as S,
|
|
12592
12592
|
F as T,
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12596
|
-
|
|
12593
|
+
Tc as U,
|
|
12594
|
+
Oc as V,
|
|
12595
|
+
Bc as W,
|
|
12596
|
+
Ec as X,
|
|
12597
12597
|
M as a,
|
|
12598
12598
|
nt as b,
|
|
12599
12599
|
rs as c,
|
|
@@ -12614,10 +12614,10 @@ export {
|
|
|
12614
12614
|
Sf as r,
|
|
12615
12615
|
Lt as s,
|
|
12616
12616
|
b as t,
|
|
12617
|
-
|
|
12617
|
+
Jn as u,
|
|
12618
12618
|
Nf as v,
|
|
12619
12619
|
$f as w,
|
|
12620
12620
|
fc as x,
|
|
12621
12621
|
H as y,
|
|
12622
|
-
|
|
12622
|
+
Wc as z
|
|
12623
12623
|
};
|