lumen-plus 0.0.3 → 0.0.4
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/components/Alert/Alert.svelte +1 -1
- package/dist/components/Autocomplete/Autocomplete.svelte +1 -1
- package/dist/components/Backtop/Backtop.svelte +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.svelte +1 -1
- package/dist/components/Button/Button.svelte +1 -1
- package/dist/components/Calendar/Calendar.svelte +1 -1
- package/dist/components/Carousel/Carousel.svelte +1 -1
- package/dist/components/Cascader/Cascader.svelte +2 -2
- package/dist/components/Checkbox/Checkbox.svelte +1 -1
- package/dist/components/Collapse/CollapseItem.svelte +1 -1
- package/dist/components/ColorPicker/ColorPicker.svelte +2 -2
- package/dist/components/DatePicker/DatePicker.svelte +2 -2
- package/dist/components/DateTimePicker/DateTimePicker.svelte +2 -2
- package/dist/components/Dialog/Dialog.svelte +1 -1
- package/dist/components/Drawer/Drawer.svelte +1 -1
- package/dist/components/Dropdown/Dropdown.svelte +1 -1
- package/dist/components/Image/Image.svelte +1 -1
- package/dist/components/Input/Input.svelte +1 -1
- package/dist/components/InputNumber/InputNumber.svelte +1 -1
- package/dist/components/InputTag/InputTag.svelte +1 -1
- package/dist/components/Loading/Loading.svelte +1 -1
- package/dist/components/Menu/Menu.svelte +1 -1
- package/dist/components/Message/MessageBox.svelte +1 -1
- package/dist/components/MessageBox/MessageBox.svelte +2 -2
- package/dist/components/Notification/Notification.svelte +1 -1
- package/dist/components/Pagination/Pagination.svelte +4 -4
- package/dist/components/Popconfirm/Popconfirm.svelte +2 -2
- package/dist/components/Result/Result.svelte +1 -1
- package/dist/components/Select/Select.svelte +2 -2
- package/dist/components/Slider/Slider.svelte +1 -1
- package/dist/components/Steps/Step.svelte +1 -1
- package/dist/components/Switch/Switch.svelte +1 -1
- package/dist/components/Table/Table.svelte +5 -5
- package/dist/components/Tabs/Tabs.svelte +1 -1
- package/dist/components/Tag/Tag.svelte +1 -1
- package/dist/components/Textarea/Textarea.svelte +1 -1
- package/dist/components/TimePicker/TimePicker.svelte +2 -2
- package/dist/components/Transfer/Transfer.svelte +2 -2
- package/dist/components/Tree/TreeNode.svelte +2 -2
- package/dist/components/TreeSelect/TreeSelect.svelte +4 -4
- package/dist/components/Upload/Upload.svelte +1 -1
- package/dist/index.js +2 -0
- package/dist/theme-chalk/_index.scss +69 -0
- package/dist/theme-chalk/_reset.scss +16 -0
- package/dist/theme-chalk/_variables.scss +91 -0
- package/dist/theme-chalk/affix.scss +8 -0
- package/dist/theme-chalk/alert.scss +140 -0
- package/dist/theme-chalk/autocomplete.scss +238 -0
- package/dist/theme-chalk/avatar.scss +49 -0
- package/dist/theme-chalk/backtop.scss +55 -0
- package/dist/theme-chalk/badge.scss +47 -0
- package/dist/theme-chalk/breadcrumb.scss +50 -0
- package/dist/theme-chalk/button.scss +472 -0
- package/dist/theme-chalk/calendar.scss +166 -0
- package/dist/theme-chalk/card.scss +70 -0
- package/dist/theme-chalk/carousel.scss +167 -0
- package/dist/theme-chalk/cascader.scss +265 -0
- package/dist/theme-chalk/checkbox.scss +127 -0
- package/dist/theme-chalk/collapse.scss +100 -0
- package/dist/theme-chalk/color-picker.scss +247 -0
- package/dist/theme-chalk/container.scss +79 -0
- package/dist/theme-chalk/date-picker.scss +352 -0
- package/dist/theme-chalk/date-time-picker.scss +396 -0
- package/dist/theme-chalk/descriptions.scss +160 -0
- package/dist/theme-chalk/dialog.scss +154 -0
- package/dist/theme-chalk/divider.scss +61 -0
- package/dist/theme-chalk/drawer.scss +211 -0
- package/dist/theme-chalk/dropdown.scss +230 -0
- package/dist/theme-chalk/empty.scss +36 -0
- package/dist/theme-chalk/form.scss +187 -0
- package/dist/theme-chalk/icon.scss +16 -0
- package/dist/theme-chalk/image.scss +171 -0
- package/dist/theme-chalk/input-number.scss +229 -0
- package/dist/theme-chalk/input-tag.scss +119 -0
- package/dist/theme-chalk/input.scss +249 -0
- package/dist/theme-chalk/link.scss +28 -0
- package/dist/theme-chalk/loading.scss +68 -0
- package/dist/theme-chalk/menu.scss +239 -0
- package/dist/theme-chalk/message.scss +150 -0
- package/dist/theme-chalk/messagebox.scss +76 -0
- package/dist/theme-chalk/mixins/_bem.scss +103 -0
- package/dist/theme-chalk/mixins/_function.scss +12 -0
- package/dist/theme-chalk/notification.scss +164 -0
- package/dist/theme-chalk/pagination.scss +130 -0
- package/dist/theme-chalk/pin-input.scss +192 -0
- package/dist/theme-chalk/popconfirm.scss +194 -0
- package/dist/theme-chalk/popover.scss +196 -0
- package/dist/theme-chalk/progress.scss +51 -0
- package/dist/theme-chalk/radio.scss +128 -0
- package/dist/theme-chalk/rating.scss +227 -0
- package/dist/theme-chalk/result.scss +80 -0
- package/dist/theme-chalk/segmented.scss +108 -0
- package/dist/theme-chalk/select.scss +301 -0
- package/dist/theme-chalk/skeleton.scss +113 -0
- package/dist/theme-chalk/slider.scss +259 -0
- package/dist/theme-chalk/space.scss +44 -0
- package/dist/theme-chalk/statistic.scss +49 -0
- package/dist/theme-chalk/steps.scss +255 -0
- package/dist/theme-chalk/switch.scss +277 -0
- package/dist/theme-chalk/table.scss +343 -0
- package/dist/theme-chalk/tabs.scss +433 -0
- package/dist/theme-chalk/tag.scss +143 -0
- package/dist/theme-chalk/textarea.scss +125 -0
- package/dist/theme-chalk/time-picker.scss +321 -0
- package/dist/theme-chalk/timeline.scss +119 -0
- package/dist/theme-chalk/tooltip.scss +165 -0
- package/dist/theme-chalk/transfer.scss +219 -0
- package/dist/theme-chalk/tree-select.scss +384 -0
- package/dist/theme-chalk/tree.scss +101 -0
- package/dist/theme-chalk/upload.scss +457 -0
- package/dist/theme-chalk/watermark.scss +30 -0
- package/dist/utils/index.js +1 -0
- package/dist/utils/node_modules/.bin/tsc +2 -0
- package/dist/utils/node_modules/.bin/tsserver +2 -0
- package/dist/utils/node_modules/svelte/LICENSE.md +7 -0
- package/dist/utils/node_modules/svelte/README.md +41 -0
- package/dist/utils/node_modules/svelte/compiler/index.js +1 -0
- package/dist/utils/node_modules/svelte/compiler/package.json +3 -0
- package/dist/utils/node_modules/svelte/package.json +184 -0
- package/dist/utils/node_modules/svelte/src/animate/index.js +78 -0
- package/dist/utils/node_modules/svelte/src/attachments/index.js +113 -0
- package/dist/utils/node_modules/svelte/src/compiler/errors.js +1719 -0
- package/dist/utils/node_modules/svelte/src/compiler/index.js +198 -0
- package/dist/utils/node_modules/svelte/src/compiler/legacy.js +632 -0
- package/dist/utils/node_modules/svelte/src/compiler/migrate/index.js +1996 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/acorn.js +198 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/index.js +326 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/read/context.js +116 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/read/expression.js +93 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/read/options.js +261 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/read/script.js +97 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/read/style.js +633 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/remove_typescript_nodes.js +180 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/state/element.js +877 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/state/fragment.js +17 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/state/tag.js +751 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/state/text.js +23 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/utils/bracket.js +213 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/utils/create.js +16 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/utils/entities.js +2234 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/utils/fuzzymatch.js +280 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/1-parse/utils/html.js +127 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/css/css-analyze.js +331 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/css/css-prune.js +1160 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/css/css-warn.js +47 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/css/utils.js +177 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/index.js +1283 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/utils/check_graph_for_cycles.js +47 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/AnimateDirective.js +15 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ArrowFunctionExpression.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/AssignmentExpression.js +31 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/AttachTag.js +17 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/Attribute.js +66 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/AwaitBlock.js +48 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/AwaitExpression.js +150 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/BindDirective.js +280 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/CallExpression.js +339 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ClassBody.js +156 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ClassDeclaration.js +25 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ClassDirective.js +13 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/Component.js +26 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ConstTag.js +45 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/DebugTag.js +15 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/EachBlock.js +97 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ExportDefaultDeclaration.js +20 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ExportNamedDeclaration.js +70 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ExportSpecifier.js +30 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ExpressionStatement.js +38 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ExpressionTag.js +26 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/Fragment.js +10 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/FunctionDeclaration.js +16 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/FunctionExpression.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/HtmlTag.js +19 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/Identifier.js +193 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/IfBlock.js +27 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/ImportDeclaration.js +31 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/KeyBlock.js +21 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/LabeledStatement.js +95 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/LetDirective.js +24 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/Literal.js +14 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/MemberExpression.js +28 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/NewExpression.js +17 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/OnDirective.js +28 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/PropertyDefinition.js +21 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/RegularElement.js +210 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/RenderTag.js +68 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SlotElement.js +42 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SnippetBlock.js +113 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SpreadAttribute.js +13 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SpreadElement.js +16 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/StyleDirective.js +39 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteBody.js +22 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteBoundary.js +30 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteComponent.js +18 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteDocument.js +24 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteElement.js +78 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteFragment.js +27 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteHead.js +18 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteSelf.js +36 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/SvelteWindow.js +24 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/TaggedTemplateExpression.js +16 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/TemplateElement.js +12 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/Text.js +52 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/TitleElement.js +21 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/TransitionDirective.js +19 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/UpdateExpression.js +29 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/UseDirective.js +18 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/VariableDeclarator.js +160 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/a11y/constants.js +319 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/a11y/index.js +977 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/attribute.js +125 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/component.js +177 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/element.js +160 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/fragment.js +15 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/function.js +24 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/snippets.js +17 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/special-element.js +16 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/2-analyze/visitors/shared/utils.js +301 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/transform-client.js +709 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/transform-template/fix-attribute-casing.js +18 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/transform-template/index.js +67 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/transform-template/template.js +162 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/utils.js +181 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/AnimateDirective.js +38 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/ArrowFunctionExpression.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/AssignmentExpression.js +225 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/AttachTag.js +26 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/Attribute.js +14 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/AwaitBlock.js +124 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/AwaitExpression.js +25 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/BinaryExpression.js +34 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/BindDirective.js +290 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/BlockStatement.js +32 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/BreakStatement.js +20 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/CallExpression.js +136 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/ClassBody.js +111 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/Comment.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/Component.js +12 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/ConstTag.js +134 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/DebugTag.js +28 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/EachBlock.js +367 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/ExportNamedDeclaration.js +19 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/ExpressionStatement.js +20 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/ForOfStatement.js +25 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/Fragment.js +181 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/FunctionDeclaration.js +12 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/FunctionExpression.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/HtmlTag.js +49 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/Identifier.js +45 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/IfBlock.js +90 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/KeyBlock.js +39 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/LabeledStatement.js +64 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/LetDirective.js +55 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/MemberExpression.js +23 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/OnDirective.js +38 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/Program.js +153 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js +791 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/RenderTag.js +91 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SlotElement.js +94 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SnippetBlock.js +94 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SpreadAttribute.js +10 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteBody.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteBoundary.js +126 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteComponent.js +13 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteDocument.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteElement.js +157 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteFragment.js +17 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteHead.js +23 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteSelf.js +13 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/SvelteWindow.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/TitleElement.js +48 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/TransitionDirective.js +41 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/UpdateExpression.js +55 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/UseDirective.js +49 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/VariableDeclaration.js +422 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/component.js +530 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/declarations.js +53 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/element.js +263 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/events.js +176 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/fragment.js +185 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/function.js +17 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/special_element.js +22 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js +513 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/css/index.js +479 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/index.js +118 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/transform-server.js +423 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/AssignmentExpression.js +107 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/AwaitBlock.js +37 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/AwaitExpression.js +40 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/CallExpression.js +71 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/ClassBody.js +81 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/Component.js +12 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/ConstTag.js +49 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/DebugTag.js +24 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/EachBlock.js +80 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/ExpressionStatement.js +23 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/Fragment.js +53 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/HtmlTag.js +26 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/Identifier.js +19 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/IfBlock.js +39 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/KeyBlock.js +22 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/LabeledStatement.js +24 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/MemberExpression.js +19 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/Program.js +25 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/PropertyDefinition.js +37 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/RegularElement.js +255 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/RenderTag.js +51 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SlotElement.js +77 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SnippetBlock.js +29 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SpreadAttribute.js +10 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SvelteBoundary.js +71 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SvelteComponent.js +12 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SvelteElement.js +102 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SvelteFragment.js +11 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SvelteHead.js +25 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/SvelteSelf.js +12 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/TitleElement.js +21 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/UpdateExpression.js +26 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/VariableDeclaration.js +212 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/shared/component.js +360 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/shared/element.js +563 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/server/visitors/shared/utils.js +407 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/shared/assignments.js +93 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/shared/transform-async.js +114 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/3-transform/utils.js +451 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/bindings.js +227 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/css.js +14 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/nodes.js +245 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/patterns.js +27 -0
- package/dist/utils/node_modules/svelte/src/compiler/phases/scope.js +1412 -0
- package/dist/utils/node_modules/svelte/src/compiler/preprocess/decode_sourcemap.js +96 -0
- package/dist/utils/node_modules/svelte/src/compiler/preprocess/index.js +368 -0
- package/dist/utils/node_modules/svelte/src/compiler/preprocess/replace_in_code.js +72 -0
- package/dist/utils/node_modules/svelte/src/compiler/print/index.js +890 -0
- package/dist/utils/node_modules/svelte/src/compiler/state.js +144 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/assert.js +9 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/ast.js +639 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/builders.js +698 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/compile_diagnostic.js +107 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/extract_svelte_ignore.js +104 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/mapped_code.js +454 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/push_array.js +13 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/sanitize_template_string.js +7 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/slot.js +20 -0
- package/dist/utils/node_modules/svelte/src/compiler/utils/string.js +9 -0
- package/dist/utils/node_modules/svelte/src/compiler/validate-options.js +324 -0
- package/dist/utils/node_modules/svelte/src/compiler/warnings.js +845 -0
- package/dist/utils/node_modules/svelte/src/constants.js +64 -0
- package/dist/utils/node_modules/svelte/src/easing/index.js +286 -0
- package/dist/utils/node_modules/svelte/src/escaping.js +26 -0
- package/dist/utils/node_modules/svelte/src/events/index.js +1 -0
- package/dist/utils/node_modules/svelte/src/html-tree-validation.js +238 -0
- package/dist/utils/node_modules/svelte/src/index-client.js +255 -0
- package/dist/utils/node_modules/svelte/src/index-server.js +56 -0
- package/dist/utils/node_modules/svelte/src/internal/client/constants.js +73 -0
- package/dist/utils/node_modules/svelte/src/internal/client/context.js +258 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/assign.js +78 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/console-log.js +35 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/css.js +31 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/debug.js +500 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/elements.js +63 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/equality.js +101 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/hmr.js +89 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/inspect.js +72 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/legacy.js +25 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/ownership.js +81 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/tracing.js +162 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dev/validation.js +16 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/async.js +64 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/await.js +142 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/boundary.js +507 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/branches.js +227 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/css-props.js +28 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/each.js +666 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/html.js +121 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/if.js +70 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/key.js +33 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/slot.js +44 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/snippet.js +103 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/svelte-component.js +26 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/svelte-element.js +152 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/blocks/svelte-head.js +59 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/css.js +32 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/actions.js +43 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/attachments.js +33 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/attributes.js +657 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/document.js +17 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/input.js +312 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/media.js +232 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/navigator.js +11 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/props.js +22 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/select.js +159 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/shared.js +76 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/size.js +108 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/this.js +61 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/universal.js +75 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/bindings/window.js +66 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/class.js +51 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/custom-element.js +338 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/customizable-select.js +98 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/events.js +338 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/misc.js +58 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/style.js +57 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/elements/transitions.js +472 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/hydration.js +120 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/legacy/event-modifiers.js +127 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/legacy/lifecycle.js +82 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/legacy/misc.js +68 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/operations.js +260 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/reconciler.js +6 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/task.js +42 -0
- package/dist/utils/node_modules/svelte/src/internal/client/dom/template.js +388 -0
- package/dist/utils/node_modules/svelte/src/internal/client/error-handling.js +116 -0
- package/dist/utils/node_modules/svelte/src/internal/client/errors.js +491 -0
- package/dist/utils/node_modules/svelte/src/internal/client/hydratable.js +33 -0
- package/dist/utils/node_modules/svelte/src/internal/client/index.js +184 -0
- package/dist/utils/node_modules/svelte/src/internal/client/legacy.js +46 -0
- package/dist/utils/node_modules/svelte/src/internal/client/loop.js +48 -0
- package/dist/utils/node_modules/svelte/src/internal/client/proxy.js +432 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/async.js +302 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/batch.js +988 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/deriveds.js +394 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/effects.js +717 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/equality.js +31 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/props.js +430 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/sources.js +368 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/status.js +25 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/store.js +203 -0
- package/dist/utils/node_modules/svelte/src/internal/client/reactivity/utils.js +40 -0
- package/dist/utils/node_modules/svelte/src/internal/client/render.js +319 -0
- package/dist/utils/node_modules/svelte/src/internal/client/runtime.js +831 -0
- package/dist/utils/node_modules/svelte/src/internal/client/timing.js +16 -0
- package/dist/utils/node_modules/svelte/src/internal/client/validate.js +88 -0
- package/dist/utils/node_modules/svelte/src/internal/client/warnings.js +271 -0
- package/dist/utils/node_modules/svelte/src/internal/disclose-version.js +6 -0
- package/dist/utils/node_modules/svelte/src/internal/flags/async.js +3 -0
- package/dist/utils/node_modules/svelte/src/internal/flags/index.js +23 -0
- package/dist/utils/node_modules/svelte/src/internal/flags/legacy.js +3 -0
- package/dist/utils/node_modules/svelte/src/internal/flags/tracing.js +3 -0
- package/dist/utils/node_modules/svelte/src/internal/index.js +5 -0
- package/dist/utils/node_modules/svelte/src/internal/server/abort-signal.js +13 -0
- package/dist/utils/node_modules/svelte/src/internal/server/blocks/html.js +11 -0
- package/dist/utils/node_modules/svelte/src/internal/server/blocks/snippet.js +24 -0
- package/dist/utils/node_modules/svelte/src/internal/server/context.js +122 -0
- package/dist/utils/node_modules/svelte/src/internal/server/crypto.js +41 -0
- package/dist/utils/node_modules/svelte/src/internal/server/dev.js +115 -0
- package/dist/utils/node_modules/svelte/src/internal/server/errors.js +118 -0
- package/dist/utils/node_modules/svelte/src/internal/server/hydratable.js +142 -0
- package/dist/utils/node_modules/svelte/src/internal/server/hydration.js +6 -0
- package/dist/utils/node_modules/svelte/src/internal/server/index.js +490 -0
- package/dist/utils/node_modules/svelte/src/internal/server/render-context.js +86 -0
- package/dist/utils/node_modules/svelte/src/internal/server/renderer.js +770 -0
- package/dist/utils/node_modules/svelte/src/internal/server/warnings.js +29 -0
- package/dist/utils/node_modules/svelte/src/internal/shared/attributes.js +223 -0
- package/dist/utils/node_modules/svelte/src/internal/shared/clone.js +137 -0
- package/dist/utils/node_modules/svelte/src/internal/shared/dev.js +65 -0
- package/dist/utils/node_modules/svelte/src/internal/shared/errors.js +134 -0
- package/dist/utils/node_modules/svelte/src/internal/shared/utils.js +118 -0
- package/dist/utils/node_modules/svelte/src/internal/shared/validate.js +47 -0
- package/dist/utils/node_modules/svelte/src/internal/shared/warnings.js +40 -0
- package/dist/utils/node_modules/svelte/src/legacy/legacy-client.js +280 -0
- package/dist/utils/node_modules/svelte/src/legacy/legacy-server.js +112 -0
- package/dist/utils/node_modules/svelte/src/motion/index.js +32 -0
- package/dist/utils/node_modules/svelte/src/motion/spring.js +369 -0
- package/dist/utils/node_modules/svelte/src/motion/tweened.js +306 -0
- package/dist/utils/node_modules/svelte/src/motion/utils.js +7 -0
- package/dist/utils/node_modules/svelte/src/reactivity/create-subscriber.js +95 -0
- package/dist/utils/node_modules/svelte/src/reactivity/date.js +118 -0
- package/dist/utils/node_modules/svelte/src/reactivity/index-client.js +7 -0
- package/dist/utils/node_modules/svelte/src/reactivity/index-server.js +23 -0
- package/dist/utils/node_modules/svelte/src/reactivity/map.js +273 -0
- package/dist/utils/node_modules/svelte/src/reactivity/media-query.js +55 -0
- package/dist/utils/node_modules/svelte/src/reactivity/reactive-value.js +24 -0
- package/dist/utils/node_modules/svelte/src/reactivity/set.js +213 -0
- package/dist/utils/node_modules/svelte/src/reactivity/url-search-params.js +174 -0
- package/dist/utils/node_modules/svelte/src/reactivity/url.js +205 -0
- package/dist/utils/node_modules/svelte/src/reactivity/window/index.js +161 -0
- package/dist/utils/node_modules/svelte/src/server/index.js +1 -0
- package/dist/utils/node_modules/svelte/src/store/index-client.js +169 -0
- package/dist/utils/node_modules/svelte/src/store/index-server.js +101 -0
- package/dist/utils/node_modules/svelte/src/store/shared/index.js +209 -0
- package/dist/utils/node_modules/svelte/src/store/utils.js +36 -0
- package/dist/utils/node_modules/svelte/src/transition/index.js +300 -0
- package/dist/utils/node_modules/svelte/src/utils.js +491 -0
- package/dist/utils/node_modules/svelte/src/version.js +8 -0
- package/dist/utils/node_modules/typescript/LICENSE.txt +55 -0
- package/dist/utils/node_modules/typescript/README.md +50 -0
- package/dist/utils/node_modules/typescript/SECURITY.md +41 -0
- package/dist/utils/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/dist/utils/node_modules/typescript/bin/tsc +2 -0
- package/dist/utils/node_modules/typescript/bin/tsserver +2 -0
- package/dist/utils/node_modules/typescript/lib/_tsc.js +133818 -0
- package/dist/utils/node_modules/typescript/lib/_tsserver.js +659 -0
- package/dist/utils/node_modules/typescript/lib/_typingsInstaller.js +222 -0
- package/dist/utils/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/de/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/es/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/it/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/tsc.js +8 -0
- package/dist/utils/node_modules/typescript/lib/tsserver.js +8 -0
- package/dist/utils/node_modules/typescript/lib/tsserverlibrary.js +21 -0
- package/dist/utils/node_modules/typescript/lib/typesMap.json +497 -0
- package/dist/utils/node_modules/typescript/lib/typescript.js +200276 -0
- package/dist/utils/node_modules/typescript/lib/typingsInstaller.js +8 -0
- package/dist/utils/node_modules/typescript/lib/watchGuard.js +53 -0
- package/dist/utils/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +2122 -0
- package/dist/utils/node_modules/typescript/package.json +120 -0
- package/dist/utils/package.json +27 -0
- package/dist/utils/transitions.js +31 -0
- package/package.json +8 -2
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
/** @import { Source } from '#client' */
|
|
2
|
+
import { DEV } from 'esm-env';
|
|
3
|
+
import { source, set, state, increment } from '../internal/client/reactivity/sources.js';
|
|
4
|
+
import { label, tag } from '../internal/client/dev/tracing.js';
|
|
5
|
+
import { get, update_version } from '../internal/client/runtime.js';
|
|
6
|
+
|
|
7
|
+
var read_methods = ['forEach', 'isDisjointFrom', 'isSubsetOf', 'isSupersetOf'];
|
|
8
|
+
var set_like_methods = ['difference', 'intersection', 'symmetricDifference', 'union'];
|
|
9
|
+
|
|
10
|
+
var inited = false;
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* A reactive version of the built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) object.
|
|
14
|
+
* Reading contents of the set (by iterating, or by reading `set.size` or calling `set.has(...)` as in the [example](https://svelte.dev/playground/53438b51194b4882bcc18cddf9f96f15) below) in an [effect](https://svelte.dev/docs/svelte/$effect) or [derived](https://svelte.dev/docs/svelte/$derived)
|
|
15
|
+
* will cause it to be re-evaluated as necessary when the set is updated.
|
|
16
|
+
*
|
|
17
|
+
* Note that values in a reactive set are _not_ made [deeply reactive](https://svelte.dev/docs/svelte/$state#Deep-state).
|
|
18
|
+
*
|
|
19
|
+
* ```svelte
|
|
20
|
+
* <script>
|
|
21
|
+
* import { SvelteSet } from 'svelte/reactivity';
|
|
22
|
+
* let monkeys = new SvelteSet();
|
|
23
|
+
*
|
|
24
|
+
* function toggle(monkey) {
|
|
25
|
+
* if (monkeys.has(monkey)) {
|
|
26
|
+
* monkeys.delete(monkey);
|
|
27
|
+
* } else {
|
|
28
|
+
* monkeys.add(monkey);
|
|
29
|
+
* }
|
|
30
|
+
* }
|
|
31
|
+
* </script>
|
|
32
|
+
*
|
|
33
|
+
* {#each ['🙈', '🙉', '🙊'] as monkey}
|
|
34
|
+
* <button onclick={() => toggle(monkey)}>{monkey}</button>
|
|
35
|
+
* {/each}
|
|
36
|
+
*
|
|
37
|
+
* <button onclick={() => monkeys.clear()}>clear</button>
|
|
38
|
+
*
|
|
39
|
+
* {#if monkeys.has('🙈')}<p>see no evil</p>{/if}
|
|
40
|
+
* {#if monkeys.has('🙉')}<p>hear no evil</p>{/if}
|
|
41
|
+
* {#if monkeys.has('🙊')}<p>speak no evil</p>{/if}
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* @template T
|
|
45
|
+
* @extends {Set<T>}
|
|
46
|
+
*/
|
|
47
|
+
export class SvelteSet extends Set {
|
|
48
|
+
/** @type {Map<T, Source<boolean>>} */
|
|
49
|
+
#sources = new Map();
|
|
50
|
+
#version = state(0);
|
|
51
|
+
#size = state(0);
|
|
52
|
+
#update_version = update_version || -1;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @param {Iterable<T> | null | undefined} [value]
|
|
56
|
+
*/
|
|
57
|
+
constructor(value) {
|
|
58
|
+
super();
|
|
59
|
+
|
|
60
|
+
if (DEV) {
|
|
61
|
+
// If the value is invalid then the native exception will fire here
|
|
62
|
+
value = new Set(value);
|
|
63
|
+
|
|
64
|
+
tag(this.#version, 'SvelteSet version');
|
|
65
|
+
tag(this.#size, 'SvelteSet.size');
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
if (value) {
|
|
69
|
+
for (var element of value) {
|
|
70
|
+
super.add(element);
|
|
71
|
+
}
|
|
72
|
+
this.#size.v = super.size;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
if (!inited) this.#init();
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* If the source is being created inside the same reaction as the SvelteSet instance,
|
|
80
|
+
* we use `state` so that it will not be a dependency of the reaction. Otherwise we
|
|
81
|
+
* use `source` so it will be.
|
|
82
|
+
*
|
|
83
|
+
* @template T
|
|
84
|
+
* @param {T} value
|
|
85
|
+
* @returns {Source<T>}
|
|
86
|
+
*/
|
|
87
|
+
#source(value) {
|
|
88
|
+
return update_version === this.#update_version ? state(value) : source(value);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// We init as part of the first instance so that we can treeshake this class
|
|
92
|
+
#init() {
|
|
93
|
+
inited = true;
|
|
94
|
+
|
|
95
|
+
var proto = SvelteSet.prototype;
|
|
96
|
+
var set_proto = Set.prototype;
|
|
97
|
+
|
|
98
|
+
for (const method of read_methods) {
|
|
99
|
+
// @ts-ignore
|
|
100
|
+
proto[method] = function (...v) {
|
|
101
|
+
get(this.#version);
|
|
102
|
+
// @ts-ignore
|
|
103
|
+
return set_proto[method].apply(this, v);
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
for (const method of set_like_methods) {
|
|
108
|
+
// @ts-ignore
|
|
109
|
+
proto[method] = function (...v) {
|
|
110
|
+
get(this.#version);
|
|
111
|
+
// @ts-ignore
|
|
112
|
+
var set = /** @type {Set<T>} */ (set_proto[method].apply(this, v));
|
|
113
|
+
return new SvelteSet(set);
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
/** @param {T} value */
|
|
119
|
+
has(value) {
|
|
120
|
+
var has = super.has(value);
|
|
121
|
+
var sources = this.#sources;
|
|
122
|
+
var s = sources.get(value);
|
|
123
|
+
|
|
124
|
+
if (s === undefined) {
|
|
125
|
+
if (!has) {
|
|
126
|
+
// If the value doesn't exist, track the version in case it's added later
|
|
127
|
+
// but don't create sources willy-nilly to track all possible values
|
|
128
|
+
get(this.#version);
|
|
129
|
+
return false;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
s = this.#source(true);
|
|
133
|
+
|
|
134
|
+
if (DEV) {
|
|
135
|
+
tag(s, `SvelteSet has(${label(value)})`);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
sources.set(value, s);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
get(s);
|
|
142
|
+
return has;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/** @param {T} value */
|
|
146
|
+
add(value) {
|
|
147
|
+
if (!super.has(value)) {
|
|
148
|
+
super.add(value);
|
|
149
|
+
set(this.#size, super.size);
|
|
150
|
+
increment(this.#version);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
return this;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/** @param {T} value */
|
|
157
|
+
delete(value) {
|
|
158
|
+
var deleted = super.delete(value);
|
|
159
|
+
var sources = this.#sources;
|
|
160
|
+
var s = sources.get(value);
|
|
161
|
+
|
|
162
|
+
if (s !== undefined) {
|
|
163
|
+
sources.delete(value);
|
|
164
|
+
set(s, false);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
if (deleted) {
|
|
168
|
+
set(this.#size, super.size);
|
|
169
|
+
increment(this.#version);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
return deleted;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
clear() {
|
|
176
|
+
if (super.size === 0) {
|
|
177
|
+
return;
|
|
178
|
+
}
|
|
179
|
+
// Clear first, so we get nice console.log outputs with $inspect
|
|
180
|
+
super.clear();
|
|
181
|
+
var sources = this.#sources;
|
|
182
|
+
|
|
183
|
+
for (var s of sources.values()) {
|
|
184
|
+
set(s, false);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
sources.clear();
|
|
188
|
+
set(this.#size, 0);
|
|
189
|
+
increment(this.#version);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
keys() {
|
|
193
|
+
return this.values();
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
values() {
|
|
197
|
+
get(this.#version);
|
|
198
|
+
return super.values();
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
entries() {
|
|
202
|
+
get(this.#version);
|
|
203
|
+
return super.entries();
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
[Symbol.iterator]() {
|
|
207
|
+
return this.keys();
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
get size() {
|
|
211
|
+
return get(this.#size);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { DEV } from 'esm-env';
|
|
2
|
+
import { state, increment } from '../internal/client/reactivity/sources.js';
|
|
3
|
+
import { tag } from '../internal/client/dev/tracing.js';
|
|
4
|
+
import { get } from '../internal/client/runtime.js';
|
|
5
|
+
import { get_current_url } from './url.js';
|
|
6
|
+
|
|
7
|
+
export const REPLACE = Symbol();
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* A reactive version of the built-in [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) object.
|
|
11
|
+
* Reading its contents (by iterating, or by calling `params.get(...)` or `params.getAll(...)` as in the [example](https://svelte.dev/playground/b3926c86c5384bab9f2cf993bc08c1c8) below) in an [effect](https://svelte.dev/docs/svelte/$effect) or [derived](https://svelte.dev/docs/svelte/$derived)
|
|
12
|
+
* will cause it to be re-evaluated as necessary when the params are updated.
|
|
13
|
+
*
|
|
14
|
+
* ```svelte
|
|
15
|
+
* <script>
|
|
16
|
+
* import { SvelteURLSearchParams } from 'svelte/reactivity';
|
|
17
|
+
*
|
|
18
|
+
* const params = new SvelteURLSearchParams('message=hello');
|
|
19
|
+
*
|
|
20
|
+
* let key = $state('key');
|
|
21
|
+
* let value = $state('value');
|
|
22
|
+
* </script>
|
|
23
|
+
*
|
|
24
|
+
* <input bind:value={key} />
|
|
25
|
+
* <input bind:value={value} />
|
|
26
|
+
* <button onclick={() => params.append(key, value)}>append</button>
|
|
27
|
+
*
|
|
28
|
+
* <p>?{params.toString()}</p>
|
|
29
|
+
*
|
|
30
|
+
* {#each params as [key, value]}
|
|
31
|
+
* <p>{key}: {value}</p>
|
|
32
|
+
* {/each}
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export class SvelteURLSearchParams extends URLSearchParams {
|
|
36
|
+
#version = DEV ? tag(state(0), 'SvelteURLSearchParams version') : state(0);
|
|
37
|
+
#url = get_current_url();
|
|
38
|
+
|
|
39
|
+
#updating = false;
|
|
40
|
+
|
|
41
|
+
#update_url() {
|
|
42
|
+
if (!this.#url || this.#updating) return;
|
|
43
|
+
this.#updating = true;
|
|
44
|
+
|
|
45
|
+
const search = this.toString();
|
|
46
|
+
this.#url.search = search && `?${search}`;
|
|
47
|
+
|
|
48
|
+
this.#updating = false;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* @param {URLSearchParams} params
|
|
53
|
+
* @internal
|
|
54
|
+
*/
|
|
55
|
+
[REPLACE](params) {
|
|
56
|
+
if (this.#updating) return;
|
|
57
|
+
this.#updating = true;
|
|
58
|
+
|
|
59
|
+
for (const key of [...super.keys()]) {
|
|
60
|
+
super.delete(key);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
for (const [key, value] of params) {
|
|
64
|
+
super.append(key, value);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
increment(this.#version);
|
|
68
|
+
this.#updating = false;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @param {string} name
|
|
73
|
+
* @param {string} value
|
|
74
|
+
* @returns {void}
|
|
75
|
+
*/
|
|
76
|
+
append(name, value) {
|
|
77
|
+
super.append(name, value);
|
|
78
|
+
this.#update_url();
|
|
79
|
+
increment(this.#version);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @param {string} name
|
|
84
|
+
* @param {string=} value
|
|
85
|
+
* @returns {void}
|
|
86
|
+
*/
|
|
87
|
+
delete(name, value) {
|
|
88
|
+
var has_value = super.has(name, value);
|
|
89
|
+
super.delete(name, value);
|
|
90
|
+
if (has_value) {
|
|
91
|
+
this.#update_url();
|
|
92
|
+
increment(this.#version);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @param {string} name
|
|
98
|
+
* @returns {string|null}
|
|
99
|
+
*/
|
|
100
|
+
get(name) {
|
|
101
|
+
get(this.#version);
|
|
102
|
+
return super.get(name);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* @param {string} name
|
|
107
|
+
* @returns {string[]}
|
|
108
|
+
*/
|
|
109
|
+
getAll(name) {
|
|
110
|
+
get(this.#version);
|
|
111
|
+
return super.getAll(name);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @param {string} name
|
|
116
|
+
* @param {string=} value
|
|
117
|
+
* @returns {boolean}
|
|
118
|
+
*/
|
|
119
|
+
has(name, value) {
|
|
120
|
+
get(this.#version);
|
|
121
|
+
return super.has(name, value);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
keys() {
|
|
125
|
+
get(this.#version);
|
|
126
|
+
return super.keys();
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @param {string} name
|
|
131
|
+
* @param {string} value
|
|
132
|
+
* @returns {void}
|
|
133
|
+
*/
|
|
134
|
+
set(name, value) {
|
|
135
|
+
var previous = super.getAll(name).join('');
|
|
136
|
+
super.set(name, value);
|
|
137
|
+
// can't use has(name, value), because for something like https://svelte.dev?foo=1&bar=2&foo=3
|
|
138
|
+
// if you set `foo` to 1, then foo=3 gets deleted whilst `has("foo", "1")` returns true
|
|
139
|
+
if (previous !== super.getAll(name).join('')) {
|
|
140
|
+
this.#update_url();
|
|
141
|
+
increment(this.#version);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
sort() {
|
|
146
|
+
super.sort();
|
|
147
|
+
this.#update_url();
|
|
148
|
+
increment(this.#version);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
toString() {
|
|
152
|
+
get(this.#version);
|
|
153
|
+
return super.toString();
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
values() {
|
|
157
|
+
get(this.#version);
|
|
158
|
+
return super.values();
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
entries() {
|
|
162
|
+
get(this.#version);
|
|
163
|
+
return super.entries();
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
[Symbol.iterator]() {
|
|
167
|
+
return this.entries();
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
get size() {
|
|
171
|
+
get(this.#version);
|
|
172
|
+
return super.size;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import { DEV } from 'esm-env';
|
|
2
|
+
import { set, state } from '../internal/client/reactivity/sources.js';
|
|
3
|
+
import { tag } from '../internal/client/dev/tracing.js';
|
|
4
|
+
import { get } from '../internal/client/runtime.js';
|
|
5
|
+
import { REPLACE, SvelteURLSearchParams } from './url-search-params.js';
|
|
6
|
+
|
|
7
|
+
/** @type {SvelteURL | null} */
|
|
8
|
+
let current_url = null;
|
|
9
|
+
|
|
10
|
+
export function get_current_url() {
|
|
11
|
+
// ideally we'd just export `current_url` directly, but it seems Vitest doesn't respect live bindings
|
|
12
|
+
return current_url;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* A reactive version of the built-in [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) object.
|
|
17
|
+
* Reading properties of the URL (such as `url.href` or `url.pathname`) in an [effect](https://svelte.dev/docs/svelte/$effect) or [derived](https://svelte.dev/docs/svelte/$derived)
|
|
18
|
+
* will cause it to be re-evaluated as necessary when the URL changes.
|
|
19
|
+
*
|
|
20
|
+
* The `searchParams` property is an instance of [SvelteURLSearchParams](https://svelte.dev/docs/svelte/svelte-reactivity#SvelteURLSearchParams).
|
|
21
|
+
*
|
|
22
|
+
* [Example](https://svelte.dev/playground/5a694758901b448c83dc40dc31c71f2a):
|
|
23
|
+
*
|
|
24
|
+
* ```svelte
|
|
25
|
+
* <script>
|
|
26
|
+
* import { SvelteURL } from 'svelte/reactivity';
|
|
27
|
+
*
|
|
28
|
+
* const url = new SvelteURL('https://example.com/path');
|
|
29
|
+
* </script>
|
|
30
|
+
*
|
|
31
|
+
* <!-- changes to these... -->
|
|
32
|
+
* <input bind:value={url.protocol} />
|
|
33
|
+
* <input bind:value={url.hostname} />
|
|
34
|
+
* <input bind:value={url.pathname} />
|
|
35
|
+
*
|
|
36
|
+
* <hr />
|
|
37
|
+
*
|
|
38
|
+
* <!-- will update `href` and vice versa -->
|
|
39
|
+
* <input bind:value={url.href} size="65" />
|
|
40
|
+
* ```
|
|
41
|
+
*/
|
|
42
|
+
export class SvelteURL extends URL {
|
|
43
|
+
#protocol = state(super.protocol);
|
|
44
|
+
#username = state(super.username);
|
|
45
|
+
#password = state(super.password);
|
|
46
|
+
#hostname = state(super.hostname);
|
|
47
|
+
#port = state(super.port);
|
|
48
|
+
#pathname = state(super.pathname);
|
|
49
|
+
#hash = state(super.hash);
|
|
50
|
+
#search = state(super.search);
|
|
51
|
+
#searchParams;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @param {string | URL} url
|
|
55
|
+
* @param {string | URL} [base]
|
|
56
|
+
*/
|
|
57
|
+
constructor(url, base) {
|
|
58
|
+
url = new URL(url, base);
|
|
59
|
+
super(url);
|
|
60
|
+
|
|
61
|
+
if (DEV) {
|
|
62
|
+
tag(this.#protocol, 'SvelteURL.protocol');
|
|
63
|
+
tag(this.#username, 'SvelteURL.username');
|
|
64
|
+
tag(this.#password, 'SvelteURL.password');
|
|
65
|
+
tag(this.#hostname, 'SvelteURL.hostname');
|
|
66
|
+
tag(this.#port, 'SvelteURL.port');
|
|
67
|
+
tag(this.#pathname, 'SvelteURL.pathname');
|
|
68
|
+
tag(this.#hash, 'SvelteURL.hash');
|
|
69
|
+
tag(this.#search, 'SvelteURL.search');
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
current_url = this;
|
|
73
|
+
this.#searchParams = new SvelteURLSearchParams(url.searchParams);
|
|
74
|
+
current_url = null;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
get hash() {
|
|
78
|
+
return get(this.#hash);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
set hash(value) {
|
|
82
|
+
super.hash = value;
|
|
83
|
+
set(this.#hash, super.hash);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
get host() {
|
|
87
|
+
get(this.#hostname);
|
|
88
|
+
get(this.#port);
|
|
89
|
+
return super.host;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
set host(value) {
|
|
93
|
+
super.host = value;
|
|
94
|
+
set(this.#hostname, super.hostname);
|
|
95
|
+
set(this.#port, super.port);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
get hostname() {
|
|
99
|
+
return get(this.#hostname);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
set hostname(value) {
|
|
103
|
+
super.hostname = value;
|
|
104
|
+
set(this.#hostname, super.hostname);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
get href() {
|
|
108
|
+
get(this.#protocol);
|
|
109
|
+
get(this.#username);
|
|
110
|
+
get(this.#password);
|
|
111
|
+
get(this.#hostname);
|
|
112
|
+
get(this.#port);
|
|
113
|
+
get(this.#pathname);
|
|
114
|
+
get(this.#hash);
|
|
115
|
+
get(this.#search);
|
|
116
|
+
return super.href;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
set href(value) {
|
|
120
|
+
super.href = value;
|
|
121
|
+
set(this.#protocol, super.protocol);
|
|
122
|
+
set(this.#username, super.username);
|
|
123
|
+
set(this.#password, super.password);
|
|
124
|
+
set(this.#hostname, super.hostname);
|
|
125
|
+
set(this.#port, super.port);
|
|
126
|
+
set(this.#pathname, super.pathname);
|
|
127
|
+
set(this.#hash, super.hash);
|
|
128
|
+
set(this.#search, super.search);
|
|
129
|
+
this.#searchParams[REPLACE](super.searchParams);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
get password() {
|
|
133
|
+
return get(this.#password);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
set password(value) {
|
|
137
|
+
super.password = value;
|
|
138
|
+
set(this.#password, super.password);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
get pathname() {
|
|
142
|
+
return get(this.#pathname);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
set pathname(value) {
|
|
146
|
+
super.pathname = value;
|
|
147
|
+
set(this.#pathname, super.pathname);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
get port() {
|
|
151
|
+
return get(this.#port);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
set port(value) {
|
|
155
|
+
super.port = value;
|
|
156
|
+
set(this.#port, super.port);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
get protocol() {
|
|
160
|
+
return get(this.#protocol);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
set protocol(value) {
|
|
164
|
+
super.protocol = value;
|
|
165
|
+
set(this.#protocol, super.protocol);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
get search() {
|
|
169
|
+
return get(this.#search);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
set search(value) {
|
|
173
|
+
super.search = value;
|
|
174
|
+
set(this.#search, value);
|
|
175
|
+
this.#searchParams[REPLACE](super.searchParams);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
get username() {
|
|
179
|
+
return get(this.#username);
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
set username(value) {
|
|
183
|
+
super.username = value;
|
|
184
|
+
set(this.#username, super.username);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
get origin() {
|
|
188
|
+
get(this.#protocol);
|
|
189
|
+
get(this.#hostname);
|
|
190
|
+
get(this.#port);
|
|
191
|
+
return super.origin;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
get searchParams() {
|
|
195
|
+
return this.#searchParams;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
toString() {
|
|
199
|
+
return this.href;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
toJSON() {
|
|
203
|
+
return this.href;
|
|
204
|
+
}
|
|
205
|
+
}
|