diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 18dda64..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,53 +0,0 @@ -image: docker.cdek.ru/node:cypress-browsers-16.18.0-chrome90-ff88 -include: - - project: 'architecture/ci-scripts' - ref: master - file: '.ci-base-k8s-frontend.yml' -variables: - DEPLOY_APP: primeng-cdek - DEPLOY_FILE: .k8s/Deployfile.yml - -build-feature-package: - when: manual - stage: build - only: - - /^feature*/ - - /^hotfix*/ - - /^bugfix*/ - - /^release*/ - before_script: - - !reference [ '.ci-scripts', 'set_npmrc_registry' ] - script: - - npm ci - - npm run build-themes - - cd dist-css - - npm version --no-git-tag-version --force $(node -p "require('./package.json').version")-development.${CI_COMMIT_SHORT_SHA} - - !reference [ '.ci-scripts', 'set_npmrc_publish' ] - - !reference [ '.ci-scripts', 'npm_publish' ] - tags: - - docker - -build-release-package: - stage: build - rules: - - if: '$CI_COMMIT_REF_NAME == "master" && $CI_COMMIT_TITLE !~ /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/' - before_script: - - !reference [ '.ci-scripts', 'set_npmrc_registry' ] - script: - - git config user.email "gitlab@cdek.ru" - - git config user.name "Gitlab" - - cd dist-css - - npm version -no-git-tag-version -force patch - - cd .. - - git add . - - git reset HEAD .npmrc - - git commit -m "Up Package Version" - - git push --push-option='ci.skip' -f https://$GITLAB_CI_USER:$PRIVATE_TOKEN@gitlab.cdek.ru/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME.git HEAD:$CI_COMMIT_REF_NAME - - npm ci - - npm run build-themes - - node s3-publish-themes.js $S3_PUBLISH_THEMES_ACCESS_KEY $S3_PUBLISH_THEMES_SECRET_KEY - - cd dist-css - - !reference [ '.ci-scripts', 'set_npmrc_publish' ] - - !reference [ '.ci-scripts', 'npm_publish' ] - tags: - - docker diff --git a/.npmrc b/.npmrc deleted file mode 100644 index d345c87..0000000 --- a/.npmrc +++ /dev/null @@ -1,3 +0,0 @@ -@cdek:registry=https://repo.cdek.ru/repository/npm-private -registry=https://repo.cdek.ru/repository/npm-public -strict-ssl=false diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ce7a787..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,3460 +0,0 @@ -# Changelog - -## [17.18.11](https://github.com/primefaces/primeng/tree/17.18.11) (2024-09-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.10...17.18.11) - -**Fixed bugs:** - -- Messages: Messages template does not work if messagemodule is imported alone [\#16253](https://github.com/primefaces/primeng/issues/16253) -- Component: MultiSelect (Property 'ngOnInit' is missing in type 'MultiSelectTemplateDemo) [\#16256](https://github.com/primefaces/primeng/issues/16256) -- Table: Scroller is broken when scrollHeight is flex [\#16246](https://github.com/primefaces/primeng/issues/16246) -- Component: Calendar Year picker [\#14233](https://github.com/primefaces/primeng/issues/14233) -- Steps: aria-expanded is inappropiate and can be misleading [\#16266](https://github.com/primefaces/primeng/issues/16266) -- Table: editable column is broken when disabled temporarily [\#16304](https://github.com/primefaces/primeng/issues/16304) -- Grouping Functionality in p-table Breaks After Pagination Navigation Beyond First Page [\#15192](https://github.com/primefaces/primeng/issues/15192) -- OrganizationChart collapsible property does not propagate [\#16361](https://github.com/primefaces/primeng/issues/16361) -- Component: p-table p-columnFilter p-multiSelect [\#16132](https://github.com/primefaces/primeng/issues/16132) -- ContextMenu, Dock: aria-hidden throws console error [\#16397](https://github.com/primefaces/primeng/issues/16397) -- Autocomplete Clear Icon not shown if value set programatically [\#16410](https://github.com/primefaces/primeng/issues/16410) -- p-tree: Unselectable children is selected when selecting parent [\#16430](https://github.com/primefaces/primeng/issues/16430) -- p-splitter: zero width panel parsed as null [\#16425](https://github.com/primefaces/primeng/issues/16425) -- Component: Metergroup [\#16439](https://github.com/primefaces/primeng/issues/16439) - -## [18.0.0-beta.2](https://github.com/primefaces/primeng/tree/18.0.0-beta.2) (2024-09-23) -[Full Changelog](https://github.com/primefaces/primeng/compare/18.0.0-beta.1...18.0.0-beta.2) - -**Fixed bugs:** -- Date filter on table v18 [\#16354](https://github.com/primefaces/primeng/issues/16354) -- Fileupload | add fileLabelTemplate [\#16377](https://github.com/primefaces/primeng/issues/16377) -- Cannot find module '@primeuix/styled' from 'node_modules/primeng/fesm2022/primeng-themes.mjs' [\#16353](https://github.com/primefaces/primeng/issues/16353) -- Component: Select [primeng v18] [\#16351](https://github.com/primefaces/primeng/issues/16351) - -## [17.18.10](https://github.com/primefaces/primeng/tree/17.18.10) (2024-09-11) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.9...17.18.10) - -**Fixed bugs:** -- Accessibility: Slider -> Keyboardtrap [\#16324](https://github.com/primefaces/primeng/issues/16324) -- MegaMenu: aria-hidden throws console error [\#16248](https://github.com/primefaces/primeng/issues/16248) -- Icon: Mistake in example documentation code [\#16277](https://github.com/primefaces/primeng/issues/16277) -- p-tree: Lazy loading icon does not show on child items [\#16282](https://github.com/primefaces/primeng/issues/16282) -- Docs: dynamicdialog example import missing, build problem [\#16328](https://github.com/primefaces/primeng/issues/16328) -- Table: Flawed example in paginator documentation [\#16308](https://github.com/primefaces/primeng/issues/16308) -- Editor: the style of the toolbar is missing up when custom modules used [\#16114](https://github.com/primefaces/primeng/issues/16114) -- Tooltip on Dropdown causes Errors [\#16321](https://github.com/primefaces/primeng/issues/16321) -- DynamicDialog | Closing nested dialog makes the underlying dialog scroll back to the top [\#16335](https://github.com/primefaces/primeng/issues/16335) -- Panel component -> toggle from the outside [\#16326](https://github.com/primefaces/primeng/issues/16326) - -## [17.18.9](https://github.com/primefaces/primeng/tree/17.18.9) (2024-08-15) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.8...17.18.9) - -**Fixed bugs:** -- Menu | aria-hidden throws console error [\#16240](https://github.com/primefaces/primeng/issues/16240) -- Table: Cannot set autoSize from ScrollerOptions [\#16209](https://github.com/primefaces/primeng/issues/16209) -- Component: Slider [\#16214](https://github.com/primefaces/primeng/issues/16214) -- Table: breaks after one call to updateStyleElement() [\#16211](https://github.com/primefaces/primeng/issues/16211) -- FileUpload: Never cancels the upload request when I click on the cancel button. [\#15664](https://github.com/primefaces/primeng/issues/15664) -- Menu: console.error when selecting a menu item with keyboard [\#16219](https://github.com/primefaces/primeng/issues/16219) -- p-table triggers lazy loading event twice [\#16182](https://github.com/primefaces/primeng/issues/16182) -- Sidebar: Overlay of Nested Sidebar Blocks Its Own Content [\#16233](https://github.com/primefaces/primeng/issues/16233) -- Autocomplete: Error when deleting input text if virtualscroll is enabled [\#16227](https://github.com/primefaces/primeng/issues/16227) - -## [17.18.8](https://github.com/primefaces/primeng/tree/17.18.8) (2024-08-08) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.7...17.18.8) - -**Fixed bugs:** -- Menubar: Clicking menuitems outputs error in console [\#16201](https://github.com/primefaces/primeng/issues/16201) -- Component: Table may have Trusted Types incompatibilities from .innerHTML assignment [\#16153](https://github.com/primefaces/primeng/issues/16153) -- P-autocomplete after second click doesn't show dropdown [\#15281](https://github.com/primefaces/primeng/issues/15281) -- AutoComplete: Cannot intercept enter key [\#16160](https://github.com/primefaces/primeng/issues/16160) -- Table: when scrollHeight is set to 'flex', on the first load, the table height is not fitting parent [\#16165](https://github.com/primefaces/primeng/issues/16165) -- Calendar: panelStyle width and min width overridden when appendTo is used [\#16176](https://github.com/primefaces/primeng/issues/16176) -- ColumnFilter: Template names are wrong [\#16180](https://github.com/primefaces/primeng/issues/16180) -- ListBox component accessibility issues [\#16152](https://github.com/primefaces/primeng/issues/16152) -- Tree: Accessibility issues [\#16156](https://github.com/primefaces/primeng/issues/16156) -- Component: colorPicker - inline=true property doesn't set the appropriate color [\#16169](https://github.com/primefaces/primeng/issues/16169) -- Accessibility: Tree not selectable via Keyboard after second dialog opening [\#16191](https://github.com/primefaces/primeng/issues/16191) -- ColorPicker: click on label does not open the color picker in docs [\#16193](https://github.com/primefaces/primeng/issues/16193) - -## [17.18.7](https://github.com/primefaces/primeng/tree/17.18.7) (2024-08-01) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.6...17.18.7) - -**Fixed bugs:** -- tabmenu: emits change event twice when an item is clicked [\#16123](https://github.com/primefaces/primeng/issues/16123) -- Table: Frozen columns are displaced [\#15852](https://github.com/primefaces/primeng/issues/15852) -- Password: Tooltip with tooltipEvent='focus' is never displayed [\#16106](https://github.com/primefaces/primeng/issues/16106) -- p-datepicker-current-day is not applied to the selected day [\#15969](https://github.com/primefaces/primeng/issues/15969) -- TabView: Demo code for TabViewDynamic is wrong [\#16148](https://github.com/primefaces/primeng/issues/16148) -- Component: TabView [\#16076](https://github.com/primefaces/primeng/issues/16076) -- Dialog: Material Design close button regression [\#14916](https://github.com/primefaces/primeng/issues/14916) -- Breadcrumb | Disabled breadcrumbs should have 'aria-disabled' [\#16125](https://github.com/primefaces/primeng/issues/16125) -- Table> double call to (onLazyLoad) event [\#16070](https://github.com/primefaces/primeng/issues/16070) -- pBadge | Add missing badgeStyle & badgeStyleClass to directive [\#16133](https://github.com/primefaces/primeng/issues/16133) -- Breadcrumb | 'tabindex' property not working [\#16139](https://github.com/primefaces/primeng/issues/16139) -- Menubar: autoDisplay and autoHide broken [\#13512](https://github.com/primefaces/primeng/issues/13512) - -## [17.18.6](https://github.com/primefaces/primeng/tree/17.18.6) (2024-07-25) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.5...17.18.6) - -**Fixed bugs:** -- TreeTable: Resizing one column resizes other columns as well [\#15876](https://github.com/primefaces/primeng/issues/15876) -- TabMenu doesn't scroll to active item when it's set programatically [\#15973](https://github.com/primefaces/primeng/issues/15973) -- Dropdown: onBlur event is emitted when the user clicks the dropdown arrow [\#15800](https://github.com/primefaces/primeng/issues/15800) -- Button | Add focus() method [\#16064](https://github.com/primefaces/primeng/issues/16064) -- Menu: Popup menu cannot be opened on a different target when it is already opened [\#16066](https://github.com/primefaces/primeng/issues/16066) -- TieredMenu: Submenus in popup do not appear on hover. [\#13861](https://github.com/primefaces/primeng/issues/13861) -- Breadcrumb | HomeBreadcrumb can still receive focus from the keyboard even when it is disabled [\#16079](https://github.com/primefaces/primeng/issues/16079) -- Pull Request: all PRs are failing to npm run format:check [\#16086](https://github.com/primefaces/primeng/issues/16086) -- Autocomplete: with virtual scroll and item selected, it doesn't show items in dropdown and doesn't keep the selected item position when scrolling [\#16063](https://github.com/primefaces/primeng/issues/16063) - -## [17.18.5](https://github.com/primefaces/primeng/tree/17.18.5) (2024-07-18) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.4...17.18.5) - -**Fixed bugs:** -- InputNumberModule: Variant "filled" is not applied [\#15885](https://github.com/primefaces/primeng/issues/15885) -- Issue with ListBox and style since 17.18.4 [\#16051](https://github.com/primefaces/primeng/issues/16051) -- MultiSelect - showToggleAll not working as expected [\#16039](https://github.com/primefaces/primeng/issues/16039) -- Dropdown: Focus lost after using tab to select dropdown item [\#15335](https://github.com/primefaces/primeng/issues/15335) -- Tree: inputText in Template mode does not respond to a space key [\#16055](https://github.com/primefaces/primeng/issues/16055) -- pFocusTrap: "aria-hidden-focus" accessibility rule violation [\#16042](https://github.com/primefaces/primeng/issues/16042) -- Toast: Documentation examples are not working properly [\#16025](https://github.com/primefaces/primeng/issues/16025) - -## [17.18.4](https://github.com/primefaces/primeng/tree/17.18.4) (2024-07-11) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.3...17.18.4) - -**Fixed bugs:** -- Inline style not compliant with strict CSP [\#15998](https://github.com/primefaces/primeng/issues/15998) -- Cascade Select clicking a few times causes the component to freeze [\#15869](https://github.com/primefaces/primeng/issues/15869) -- listbox filter is not working if options is bind to a string array [\#14454](https://github.com/primefaces/primeng/issues/14454) -- AutoComplete: Increased drop-down height on first search when using virtual scroll [\#15647](https://github.com/primefaces/primeng/issues/15647) -- Component: picklist scrolls to top [\#15861](https://github.com/primefaces/primeng/issues/15861) -- KeyFilter: No longer working on chips component [\#15531](https://github.com/primefaces/primeng/issues/15531) -- Component: Dropdown Accessibility [\#15155](https://github.com/primefaces/primeng/issues/15155) -- Dropdown: Placeholder magic cannot be disabled [\#15974](https://github.com/primefaces/primeng/issues/15974) -- p-dialog focusOnShow="true" Maximum call stack size exceeded [\#15978](https://github.com/primefaces/primeng/issues/15978) -- Tabview: forward/backward buttons not showing up when dynamic tab panels overflow [\#15680](https://github.com/primefaces/primeng/issues/15680) -- ButtonComponent: routerLink accessible even when button is disabled [\#15946](https://github.com/primefaces/primeng/issues/15946) -- Component: p-tree (selection) [\#15761](https://github.com/primefaces/primeng/issues/15761) -- Dialog: Focus to input element set before transition ends [\#15749](https://github.com/primefaces/primeng/issues/15749) -- Custom sort in table not working [\#15550](https://github.com/primefaces/primeng/issues/15550) -- Dialog | strict CSP error [\#15999](https://github.com/primefaces/primeng/issues/15999) -- Dynamic Dialog: CSP Errors [\#15995](https://github.com/primefaces/primeng/issues/15995) -- p-image: Fix inline style not compliant with Strict CSP policy [\#15993](https://github.com/primefaces/primeng/issues/15993) -- CSP errors [\#15965](https://github.com/primefaces/primeng/issues/15965) - -## [17.18.3](https://github.com/primefaces/primeng/tree/17.18.3) (2024-07-04) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.18.2...17.18.3) - -**Fixed bugs:** -- Splitter | Overflow issue [\#15959](https://github.com/primefaces/primeng/issues/15959) -- Component: Multiselect - Provide removetokenicon hiding in case option is disabled (reopen) [\#15624](https://github.com/primefaces/primeng/issues/15624) -- Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A [\#15903](https://github.com/primefaces/primeng/issues/15903) -- Button Tooltip shows up after Dialog opens [\#15933](https://github.com/primefaces/primeng/issues/15933) -- p-splitter: minSizes not working as expected [\#15943](https://github.com/primefaces/primeng/issues/15943) -- p-splitter: Resize not working when iFrames are used in panels [\#15942](https://github.com/primefaces/primeng/issues/15942) -- Component: InputNumber - Control update on strategy is ignored [\#12831](https://github.com/primefaces/primeng/issues/12831) -- Component: InputNumber unneeded update model on blur [\#15799](https://github.com/primefaces/primeng/issues/15799) -- p-multiselect: MultiSelectChangeEvent wrong select value [\#15954](https://github.com/primefaces/primeng/issues/15954) -- Content-Security-Policy 'nonce' not working for some elements [\#15911](https://github.com/primefaces/primeng/issues/15911) -- Component: Editor - Upgrade Quill to 2.0 [\#14721](https://github.com/primefaces/primeng/issues/14721) -- Accessibility: Selection in MultiSelect is not accessible for screenreader [\#15930](https://github.com/primefaces/primeng/issues/15930) -- Message: New severity not reflected in styles [\#15534](https://github.com/primefaces/primeng/issues/15534) -- Component: Message - Theme: Aura light and dark variants [\#15881](https://github.com/primefaces/primeng/issues/15881) - -## [17.18.2](https://github.com/primefaces/primeng/tree/17.18.2) (2024-06-27) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.17.0...17.18.2) - -**Fixed bugs:** -- TabMenu: Highlight does not update when selecting routerLink to unloaded module [\#15012](https://github.com/primefaces/primeng/issues/15012) -- p-dropdown: p-dropdown-open style is missing from dropdown [\#15762](https://github.com/primefaces/primeng/issues/15762) -- Closing nested dialog removes CSS class still needed for parent dialog [\#15779](https://github.com/primefaces/primeng/issues/15779) -- Component: Accordion [\#15851](https://github.com/primefaces/primeng/issues/15851) -- Accessibility: Buttons within an Accordion header template can't be activated via Keyboard [\#15871](https://github.com/primefaces/primeng/issues/15871) -- Menu: Alignment does not work for SVG path [\#15877](https://github.com/primefaces/primeng/issues/15877) -- Tree hierarchy [\#15886](https://github.com/primefaces/primeng/issues/15886) -- Accessibility: Buttons within a Tree component can't be activated via Keyboard [\#15889](https://github.com/primefaces/primeng/issues/15889) -- Dynamic Dialog Errors If No Focusable Element (Maximum call stack size exceeded) [\#15894](https://github.com/primefaces/primeng/issues/15894) -- Component p-listbox triggers onChange multiple times [\#15873](https://github.com/primefaces/primeng/issues/15873) -- Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A [\#15903](https://github.com/primefaces/primeng/issues/15903) -- PrimeNG Button Link stackblitz not working [\#15902](https://github.com/primefaces/primeng/issues/15902) -- Doc: Steps close menu [\#14259](https://github.com/primefaces/primeng/issues/14259) -- Component: Button -> pButton [\#15862](https://github.com/primefaces/primeng/issues/15862) -- Password: When disabled allows to edit on focus tab [\#15905](https://github.com/primefaces/primeng/issues/15905) - -## [17.18.1](https://github.com/primefaces/primeng/tree/17.18.1) (2024-06-13) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.17.0...17.18.1) - -**Fixed bugs:** -- Accessibility: Buttons within an accordion header template (keyboard accessibility) [\#15837](https://github.com/primefaces/primeng/issues/15837) -- Accessibility: Tree inside an Accordion (arrow navigation) [\#15830](https://github.com/primefaces/primeng/issues/15830) -- Accessibility within Tree Component [\#15828](https://github.com/primefaces/primeng/issues/15828) -- pTree: right click on treenode chevron down [\#15714](https://github.com/primefaces/primeng/issues/15714) -- Component: Button: Opacity is applied twice on disabled state --> wrong opacity [\#15651](https://github.com/primefaces/primeng/issues/15651) -- Calendar: Range selection mode should use start date as default date when end date isn't set [\#15818](https://github.com/primefaces/primeng/issues/15818) -- Menu: Keyboard navigation broken when using custom template [\#15794](https://github.com/primefaces/primeng/issues/15794) -- pTemplate not working for p-menu alone [\#15781](https://github.com/primefaces/primeng/issues/15781) -- OrderList: Unable to insert space into input component [\#15326](https://github.com/primefaces/primeng/issues/15326) -- Component: Table (Advanced Filter) [\#15778](https://github.com/primefaces/primeng/issues/15778) -- Component: PrimeNG Slider with range values not working properly [\#15404](https://github.com/primefaces/primeng/issues/15404) -- Dropdown: when using selectedItem template if the selected option is 0 then no template is rendered [\#15366](https://github.com/primefaces/primeng/issues/15366) -- P-Splitter: Does not respect minSizes array after upgrading to 17.16.1 [\#15637](https://github.com/primefaces/primeng/issues/15637) -- AutoComplete: Broken since PrimeNG 17.15.0 due to the new optionValue support [\#15393](https://github.com/primefaces/primeng/issues/15393) -- Fix broken unit tests [\#15787](https://github.com/primefaces/primeng/issues/15787) -- Component: p-multiSelectItem - breaking regression [\#15784](https://github.com/primefaces/primeng/issues/15784) -- InputNumber - MinFractionDigits and MaxFractionDigits no longer respect a value of 0 [\#15772](https://github.com/primefaces/primeng/issues/15772) -- Button: Using Icon + LoadingIcon removes common class [\#15736](https://github.com/primefaces/primeng/issues/15736) -- Table filter: templating filter as Calendar with selectionMode range throws error [\#15576](https://github.com/primefaces/primeng/issues/15576) - -## [17.18.0](https://github.com/primefaces/primeng/tree/17.18.0) (2024-05-30) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.17.0...17.18.0) - -**Implemented New Features and Enhancements:** -- Support for Angular 18 [\#15661](https://github.com/primefaces/primeng/issues/15661) -- SplitButton: send events regarding TieredMenu [\#15758](https://github.com/primefaces/primeng/issues/15758) -- Split button: tooltip for the items [\#15581](https://github.com/primefaces/primeng/issues/15581) -- Calendar - add option to change step size in yearpicker [\#15634](https://github.com/primefaces/primeng/issues/15634) -- Old prettier version that does not support new control-flow syntax [\#15653](https://github.com/primefaces/primeng/issues/15653) - -**Fixed bugs:** -- TieredMenu:Tooltip property does not work on MenuItem [\#15536](https://github.com/primefaces/primeng/issues/15536) -- Primeng Table: Clear the filters which are not applied when filter menu closed by clicking outside the menu [\#15557](https://github.com/primefaces/primeng/issues/15557) -- Chips: ARIA/Keyboard navigation trigger itemClick event with 'Space' key missing [\#15611](https://github.com/primefaces/primeng/issues/15611) -- Backspace event not working in Input Otp component (Mobile / Android) [\#15613](https://github.com/primefaces/primeng/issues/15613) -- pTemplate not working for p-toolbar alone [\#15608](https://github.com/primefaces/primeng/issues/15608) -- Table: Column Toggle example does not restore original column order [\#15194](https://github.com/primefaces/primeng/issues/15194) -- Component: Dialog in 'headless' mode can not be focused [\#15496](https://github.com/primefaces/primeng/issues/15496) -- p-multiSelect: onRemove event not getting emitted [\#15118](https://github.com/primefaces/primeng/issues/15118) -- Table: Reorderable column false still gives cursor move [\#15656](https://github.com/primefaces/primeng/issues/15656) -- Component: selectButton [\#15278](https://github.com/primefaces/primeng/issues/15278) -- Tooltip: Tooltip broken when used in a custom component [\#15648](https://github.com/primefaces/primeng/issues/15648) -- InputNumber Component: Default value for minFractionDigits is not correct when value explicitly set to null [\#15346](https://github.com/primefaces/primeng/issues/15346) -- Accordion: updateActiveIndex does not actually update _activeIndex [\#15674](https://github.com/primefaces/primeng/issues/15674) -- Calendar datepicker covers input component when there is 6 week displayed on. [\#15238](https://github.com/primefaces/primeng/issues/15238) -- Autocomplete: Showing empty overlay when has no suggestions and showEmptyMessage is false [\#15344](https://github.com/primefaces/primeng/issues/15344) -- PasswordDirective: Loss PrimeNGConfig in constructor [\#15727](https://github.com/primefaces/primeng/issues/15727) -- FileUpload: Improve styling for mobile and not image files preview [\#15730](https://github.com/primefaces/primeng/issues/15730) -- InputMask: Paste function runs on disabled mode [\#15732](https://github.com/primefaces/primeng/issues/15732) -- Slider: Change range slider by keys does not trigger the onSlideEnd event [\#15107](https://github.com/primefaces/primeng/issues/15107) -- p-calendar preventing calendar automatic closing with hideOnDateTimeSelect="false" not working for selectionMode="range" [\#14989](https://github.com/primefaces/primeng/issues/14989) -- Checkbox: Checkbox multiselect doesn't work with reactive form and formcontrol [\#15265](https://github.com/primefaces/primeng/issues/15265) -- PickList Component: Fix unit test [\#15724](https://github.com/primefaces/primeng/issues/15724) -- Context Menu: Fix Unit Tests [\#15607](https://github.com/primefaces/primeng/issues/15607) -- Editor Component: fix unit test [\#15645](https://github.com/primefaces/primeng/issues/15645) -- FileUpload: Fix unit tests [\#15596](https://github.com/primefaces/primeng/issues/15596) -- MultiSelect Unit Test Fix [\#15578](https://github.com/primefaces/primeng/issues/15578) -- Input text area: fix broken unit test and expand test coverage [\#15605](https://github.com/primefaces/primeng/issues/15605) - -## [17.17.0](https://github.com/primefaces/primeng/tree/17.17.0) (2024-05-16) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.16.1...17.17.0) - -**Implemented New Features and Enhancements:** -- PrimeNGConfig | Add csp [\#15560](https://github.com/primefaces/primeng/issues/15560) -- TreeSelect: ng-touched not working & add onFocus, onBlur events [\#15537](https://github.com/primefaces/primeng/issues/15537) -- TreeSelect | lazy support [\#15579](https://github.com/primefaces/primeng/issues/15579) - -**Fixed bugs:** -- Table: Numeric Filter [\#15512](https://github.com/primefaces/primeng/issues/15512) -- Table's select all checkbox shouldn't select the checkbox which are disabled [\#15338](https://github.com/primefaces/primeng/issues/15338) -- InputNumber: Selection lost when not selecting all content from left to right when prefix is enabled on the left. [\#15293](https://github.com/primefaces/primeng/issues/15293) -- Button/p-button and tooltip: Doesn't work correctly [\#15390](https://github.com/primefaces/primeng/issues/15390) -- Button Directive | label input type mismatch [\#15590](https://github.com/primefaces/primeng/issues/15590) -- Tooltip: Uncaught TypeError: Cannot read properties of null (reading 'style') [\#15518](https://github.com/primefaces/primeng/issues/15518) -- Tooltip | Tooltip is out of position after dialog opens [\#15529](https://github.com/primefaces/primeng/issues/15529) -- TreeSelect: Panel does not hide on selected item [\#15539](https://github.com/primefaces/primeng/issues/15539) -- Button | Remove wrapper span elements from icon templates [\#15582](https://github.com/primefaces/primeng/issues/15582) -- InputOtp: Paste function works when readonly set to true [\#15567](https://github.com/primefaces/primeng/issues/15567) -- p-tree: Node which is not selectable shouldn't have focus [\#14822](https://github.com/primefaces/primeng/issues/14822) -- Skeleton size property is no longer a string accepting rem values but instead expects shapes [\#15535](https://github.com/primefaces/primeng/issues/15535) -- Dropdown: attr.id not applied to input element when editable: true [\#15542](https://github.com/primefaces/primeng/issues/15542) -- Tooltip visual issue in 17.16.1 [\#15545](https://github.com/primefaces/primeng/issues/15545) -- Keyboard Trap within Galleria component [\#15546](https://github.com/primefaces/primeng/issues/15546) -- AutoFocus | doesn't work in dialog [\#15524](https://github.com/primefaces/primeng/issues/15524) -- Dialog | tabbing order is broken because of pFocusTrap [\#15482](https://github.com/primefaces/primeng/issues/15482) -- Autocomplete Component: Fix unit test [\#15554](https://github.com/primefaces/primeng/issues/15554) -- Orderlist Unit Test Fix [\#15571](https://github.com/primefaces/primeng/issues/15571) -- InputSwitch Component: Fix unit test [\#15573](https://github.com/primefaces/primeng/issues/15573) -- Autocomplete broken unit tests [\#15596](https://github.com/primefaces/primeng/issues/15596) -- Listbox unit test fix [\#15564](https://github.com/primefaces/primeng/issues/15564) -- Rating: Fix broken unit tests [\#15522](https://github.com/primefaces/primeng/issues/15522) -- Dialog: Fix broken unit test [\#15526](https://github.com/primefaces/primeng/issues/15526) -- Autocomplete Component: Fix unit test [\#15554](https://github.com/primefaces/primeng/issues/15554) -- Dropdown: Fix unit test [\#15511](https://github.com/primefaces/primeng/issues/15511) - -## [17.16.1](https://github.com/primefaces/primeng/tree/17.16.1) (2024-05-09) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.16.0...17.16.1) - -**Enhancements:** -- Calendar: Add additional keyboard support [\#14995](https://github.com/primefaces/primeng/issues/14995) -- Fileupload | template enhancement [\#15435](https://github.com/primefaces/primeng/issues/15435) -- Badge | Add contrast severity styles [\#15504](https://github.com/primefaces/primeng/issues/15504) -- Tag, Badge, Toast, Message | Add contrast and secondary severity options. [\#15470](https://github.com/primefaces/primeng/issues/15470) -- ColumnFilter | Add onShow & onHide events [\#15462](https://github.com/primefaces/primeng/issues/15462) - -**Fixed bugs:** -- Tooltip | Tooltip-option tooltipEvent="focus" does not work on p-button [\#15472](https://github.com/primefaces/primeng/issues/15472) -- Tooltip | Tooltip is out of position after dialog opens [\#15485](https://github.com/primefaces/primeng/issues/15485) -- Colourpicker: fix broken unit test [\#15501](https://github.com/primefaces/primeng/issues/15501) -- Dropdown head is empty if no value is provided [\#14954](https://github.com/primefaces/primeng/issues/14954) -- inputNumber with numeric prefix is not working as expected [\#15311](https://github.com/primefaces/primeng/issues/15311) -- Component: Nested dialog keyboard navigation not working [\#15370](https://github.com/primefaces/primeng/issues/15370) -- Table | the 'not equal' filter is applied immediately after being selected [\#15283](https://github.com/primefaces/primeng/issues/15283) -- Missing icons in the import PrimeIcons from primeng/api [\#15454](https://github.com/primefaces/primeng/issues/15454) -- Dropdown: Invalid abstract role 'section' in p-dropdown-items-wrapper [\#15339](https://github.com/primefaces/primeng/issues/15339) -- SplitButton: menu item is using 'aria-level' attribute incorrectly [\#15130](https://github.com/primefaces/primeng/issues/15130) -- DataView rowsPerPageOption not working [\#15455](https://github.com/primefaces/primeng/issues/15455) -- Component: PickList element selection problem after filtering with ScrollBar [\#15011](https://github.com/primefaces/primeng/issues/15011) -- TieredMenu: Items are not read by NVDA on hover [\#15187](https://github.com/primefaces/primeng/issues/15187) -- OrderList: documentation doesn't indicate it needs @angular/cdk [\#15480](https://github.com/primefaces/primeng/issues/15480) -- InputOtp: paste (ctrl/ cmd + V) not work in integer-only [\#15483](https://github.com/primefaces/primeng/issues/15483) -- Calendar component: date input value is removed when a date before mindDate is entered [\#15487](https://github.com/primefaces/primeng/issues/15487) -- InputSwitch | Accessibility issue changing the inputswitch status with keyboard [\#15490](https://github.com/primefaces/primeng/issues/15490) -- Fix message and messages component unit test [\#15492](https://github.com/primefaces/primeng/issues/15492) - -## [17.16.0](https://github.com/primefaces/primeng/tree/17.16.0) (2024-05-03) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.15.0...17.16.0) - -**Implemented New Features and Enhancements:** -- Add variant input property for form components. [\#15328](https://github.com/primefaces/primeng/issues/15328) -- Fileupload | add headerTemplate & emptyTemplate. [\#15430](https://github.com/primefaces/primeng/issues/15430) -- Multiselect | add loadingIconTemplate [\#15431](https://github.com/primefaces/primeng/issues/15431) - -**Fixed bugs:** -- Split Button: Aria Label not correctly working [\#15342](https://github.com/primefaces/primeng/issues/15342) -- Scroller: When itemSize is not set, scrolling to top results in component crash [\#15395](https://github.com/primefaces/primeng/issues/15395) -- Tree: Search results are not updated when new data is added [\#15193](https://github.com/primefaces/primeng/issues/15193) -- MegaMenu | Keyboard navigation is broken [\#15110](https://github.com/primefaces/primeng/issues/15110) -- Component: Paginator aria replacement problem [\#15413](https://github.com/primefaces/primeng/issues/15413) -- primeNg timeline vertical alignment broken in case of small devices [\#14582](https://github.com/primefaces/primeng/issues/14582) -- Dropdown loses focus in accordion when using arrow keys [\#14953](https://github.com/primefaces/primeng/issues/14953) -- Calendar: minDate bug when using 12 hourFormat [\#15286](https://github.com/primefaces/primeng/issues/15286) -- p-timeline not mobile responsive in the template section of the timeline documentation [\#15424](https://github.com/primefaces/primeng/issues/15424) -- Fileupload and autocomplete: problems with input transform function [\#15332](https://github.com/primefaces/primeng/issues/15332) -- DynamicDialog: closeOnEscape and dismissableMask not working in combination with closable=false [\#15401](https://github.com/primefaces/primeng/issues/15401) -- TieredMenu Submenus do not display within viewport [\#13929](https://github.com/primefaces/primeng/issues/13929) -- keyboard event code is coming as empty for backspace [\#15442](https://github.com/primefaces/primeng/issues/15442) -- p-menu w/ popup: enter key on number pad doesn't select menu item (accessibility issue) [\#15415](https://github.com/primefaces/primeng/issues/15415) -- Broken Unit Tests [\#15416](https://github.com/primefaces/primeng/issues/15416) - -## [17.15.0](https://github.com/primefaces/primeng/tree/17.15.0) (2024-04-26) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.14.1...17.15.0) - -**Deprecated:** -- MultiSelect | Deprecate checkicon template [\#15374](https://github.com/primefaces/primeng/issues/15374) - -**Implemented New Features and Enhancements:** -- MultiSelect | Add new checkbox templates [\#15373](https://github.com/primefaces/primeng/issues/15373) -- Autocomplete: optionValue support [\#14599](https://github.com/primefaces/primeng/issues/14599) - -**Fixed bugs:** -- Component: colorPicker - color not updated in selection square with reactive forms [\#15266](https://github.com/primefaces/primeng/issues/15266) -- Component: Checkbox; Array value not working when using with formControlName [\#15185](https://github.com/primefaces/primeng/issues/15185) -- Component: p-fileUpload mode=advanced auto=true not uploading on select [\#15212](https://github.com/primefaces/primeng/issues/15212) -- Dropdown: 'Enter' from numeric pad does not select option [\#15016](https://github.com/primefaces/primeng/issues/15016) -- Component: TreeSelect onFilter returned object [\#15379](https://github.com/primefaces/primeng/issues/15379) -- p-calendar "Date After" filters do not exclude date inclusive [\#14886](https://github.com/primefaces/primeng/issues/14886) -- Dialog: Dialog moves to another position instead of closing after pressing close button [\#15022](https://github.com/primefaces/primeng/issues/15022) -- FilterService: match modes "equals" and "not equals" do not work with numeric filter on fractional values [\#14978](https://github.com/primefaces/primeng/issues/14978) -- TreeSelect Disabled State Not Updating Properly [\#15378](https://github.com/primefaces/primeng/issues/15378) -- Treeselect: Scroll height should be removed when there are no result in treeselect-items. [\#15349](https://github.com/primefaces/primeng/issues/15349) -- Component: KeyFilter [\#14639](https://github.com/primefaces/primeng/issues/14639) -- Menubar: Enter key moves focus at first menuitem [\#15040](https://github.com/primefaces/primeng/issues/15040) -- Fileupload breaks http requests interceptor cycle when imported in a standalone context [\#15360](https://github.com/primefaces/primeng/issues/15360) -- Divider: dotted vertical divider is not working [\#15350](https://github.com/primefaces/primeng/issues/15350) -- SpeedDial: Non-linear menu items are misaligned [\#15367](https://github.com/primefaces/primeng/issues/15367) -- Table: Column resize not working on Ipads/Tablets [\#14803](https://github.com/primefaces/primeng/issues/14803) -- Table: breakpoint property has wrong default value [\#15306](https://github.com/primefaces/primeng/issues/15306) -- Component: Table #15302 [\#15303](https://github.com/primefaces/primeng/issues/15303) -- p-editor only shows unstyled buttons when it's inside of p-sidebar [\#15297](https://github.com/primefaces/primeng/issues/15297) -- Tooltip does not hide on multiSelect clear [\#15304](https://github.com/primefaces/primeng/issues/15304) -- Component: Card [\#15013](https://github.com/primefaces/primeng/issues/15013) - -## [17.14.1](https://github.com/primefaces/primeng/tree/17.14.1) (2024-04-19) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.14.0...17.14.1) - -**Fixed bugs:** -- Stepper | Core css is overriden and broken [\#15317](https://github.com/primefaces/primeng/issues/15317) - -## [17.14.0](https://github.com/primefaces/primeng/tree/17.14.0) (2024-04-19) -[Full Changelog](https://github.com/primefaces/primeng/compare/17.13.0...17.14.0) - -**Deprecated:** -- Badge | Deprecate "size" property [\#15314](https://github.com/primefaces/primeng/issues/15314) - -**Implemented New Features and Enhancements:** -- Avatar and Badge use the same size attribute, add badgeSize property for badge [\#12959](https://github.com/primefaces/primeng/issues/12959) - -**Fixed bugs:** -- Badge directive with badgeDisabled condition not working [\#12736](https://github.com/primefaces/primeng/issues/12736) -- Toast: Close button is missing in Aura theme [\#15285](https://github.com/primefaces/primeng/issues/15285) -- Messages: OnClose event [\#15295](https://github.com/primefaces/primeng/issues/15295) -- MeterGroup | Add explanation of MeterItem for docs [\#15284](https://github.com/primefaces/primeng/issues/15284) -- TabMenu: In Aura theme, active tab underline does not update properly when using routes with asynchronous resolvers [\#15269](https://github.com/primefaces/primeng/issues/15269) -- Dropdown in Table Filter Menu Fails to Apply Filter When appendTo="body" Is Used [\#15233](https://github.com/primefaces/primeng/issues/15233) -- Pasting Valid data into a pKeyFilter field not possible [\#12316](https://github.com/primefaces/primeng/issues/12316) -- p-table passing any expandedRowKeys will cause table to not expand anymore [\#15270](https://github.com/primefaces/primeng/issues/15270) -- Autofocus [\#13082](https://github.com/primefaces/primeng/issues/13082) -- In a Dynamic Dialog that is opened from another Dynamic Dialog, we can not press Tab to focus on the next field [\#10472](https://github.com/primefaces/primeng/issues/10472) -- AutoFocus for Dropdown: Does not work inside dialogComponent. [\#14010](https://github.com/primefaces/primeng/issues/14010) -- Component: Dynamic Dialog's Autofocus on Close Button [\#13162](https://github.com/primefaces/primeng/issues/13162) -- Component: Messages [\#15260](https://github.com/primefaces/primeng/issues/15260) -- MultiSelect: Scroll functionality lost upon closing modal overlay [\#15254](https://github.com/primefaces/primeng/issues/15254) -- MultiSelect: Aria-checked attribute is not allowed [\#15246](https://github.com/primefaces/primeng/issues/15246) -- TreeSelect: ARIA hidden element must not be focusable or contain focusable elements [\#15244](https://github.com/primefaces/primeng/issues/15244) -- p-table: columnFilter of type numeric are no longer working [\#15264](https://github.com/primefaces/primeng/issues/15264) -- Autocomplete: Down/Up arrows trigger (onSelect) event when autoHighlight="true" [\#15208](https://github.com/primefaces/primeng/issues/15208) -- Component: pDropdown wrapper [\#15115](https://github.com/primefaces/primeng/issues/15115) - -## [17.13.0](https://github.com/primefaces/primeng/tree/17.13.0) (2024-04-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.12.0...17.13.0) -**Breaking Changes:** -- SplitButton | new input properties [\#14426](https://github.com/primefaces/primeng/issues/14426) - -**Implemented New Features and Enhancements:** -- New Theme | Aura [\#15127](https://github.com/primefaces/primeng/issues/15127) -- Dropdown, MultiSelect | Accessibility Enhancements [\#15197](https://github.com/primefaces/primeng/issues/15197) -- SplitButton | add menuButtonDisabled and buttonDisabled inputs to manage disabled states of button and menu dropdown button [\#14600](https://github.com/primefaces/primeng/issues/14600) -- Incorrect type of InputNumberInputEvent.value [\#15206](https://github.com/primefaces/primeng/issues/15206) -- Showcase | Update to PrimeIcons 7.0.0 [\#15201](https://github.com/primefaces/primeng/issues/15201) -- p-calendar unable to select all times when time period is less than an hour [\#10358](https://github.com/primefaces/primeng/issues/10358) -- Paginator: The dropdownItemTemplate property can't be configured to target the "jump to page" dropdown instead of the "rows per page" dropdown [\#14269](https://github.com/primefaces/primeng/issues/14269) -- Calendar | enable minDate & maxDate to be nullable [\#15146](https://github.com/primefaces/primeng/issues/15146) -- Calendar | add option to start week numbers from first day of the year [\#12711](https://github.com/primefaces/primeng/issues/12711) -- Menu/TieredMenu: First Element focussed when opening by button trigger [\#13818](https://github.com/primefaces/primeng/issues/13818) -- DynamicDialog | Add child component reference on component load [\#15145](https://github.com/primefaces/primeng/issues/15145) -- Picklist: ul item lists are missing a label [\#14944](https://github.com/primefaces/primeng/issues/14944) -- Steps: Update link element attributes [\#15133](https://github.com/primefaces/primeng/issues/15133) -- Dialog: Missing Aria Label on Maximize button [\#14949](https://github.com/primefaces/primeng/issues/14949) -- Component: p-listbox missing aria-label [\#15084](https://github.com/primefaces/primeng/issues/15084) -- Component: TreeSelect with Virtual Scroll [\#13772](https://github.com/primefaces/primeng/issues/13772) - -**Fixed bugs:** -- DynamicDialog: accessibility- CloseAriaLabel not working [\#15144](https://github.com/primefaces/primeng/issues/15144) -- Autocomplete: multiple and readonly still show button to remove options [\#15188](https://github.com/primefaces/primeng/issues/15188) -- Calendar: The ellipsis is not displayed when the placeholder is not fully visible [\#15168](https://github.com/primefaces/primeng/issues/15168) -- Component: Dropdown. After closing the overlay, the p-overflow-hidden class is not deleted if overlay mode is modal [\#15186](https://github.com/primefaces/primeng/issues/15186) -- MultiSelect: Pre-selected disabled options are deselected by filterting and clicking toggleAll (deselect) [\#15229](https://github.com/primefaces/primeng/issues/15229) -- Component: Table/Paginator - pageLinks/pageLinkSize do not affect number of page links after initialization [\#15231](https://github.com/primefaces/primeng/issues/15231) -- Flags icons for US is wrong [\#15231](https://github.com/primefaces/primeng/issues/15231) -- p-treeTableHeaderCheckbox doesn't select/unselect all when TreeTable has dataKey property [\#9188](https://github.com/primefaces/primeng/issues/9188) -- TreeTable | Partial selection doesn't work correctly on inital load. [\#15158](https://github.com/primefaces/primeng/issues/15158) -- InputOtp = > backspace key doesn't work @ Template [\#15200](https://github.com/primefaces/primeng/issues/15200) -- p-cascadeSelect options: not change after new data in array of options [\#14698](https://github.com/primefaces/primeng/issues/14698) -- InputOtp integerOnly= true => no response to the numeric keypad [\#15195](https://github.com/primefaces/primeng/issues/15195) -- p-fileUpload auto file upload not working in advanced mode [\#15150](https://github.com/primefaces/primeng/issues/15150) -- Component: MultiSelect use listitem semantically [\#15002](https://github.com/primefaces/primeng/issues/15002) -- Component: MultiSelect aria required children [\#15001](https://github.com/primefaces/primeng/issues/15001) -- Multiselect: aria attributes should not be set on li elements [\#14946](https://github.com/primefaces/primeng/issues/14946) -- Multi select dropdown multiSelectItem missing role='option'. [\#14958](https://github.com/primefaces/primeng/issues/14958) -- Component: p-dropdown [\#15112](https://github.com/primefaces/primeng/issues/15112) -- Component: Dropdown | dropdown box missing the required children for the given role. [\#15123](https://github.com/primefaces/primeng/issues/15123) -- Component: Dropdown | ARIA hidden element must not be focusable or contain focusable elements [\#15116](https://github.com/primefaces/primeng/issues/15116) -- Update broken styles of stepper [\#15173](https://github.com/primefaces/primeng/issues/15173) -- Input properties defined using the setter/getter are not properly documented [\#14770](https://github.com/primefaces/primeng/issues/14770) -- TreeTable | wrong value comparison [\#15178](https://github.com/primefaces/primeng/issues/15178) -- Component: Table & Scroller [\#14205](https://github.com/primefaces/primeng/issues/14205) -- p-dropdown: Missing ariaLabel when in editable = true [\#15122](https://github.com/primefaces/primeng/issues/15122) -- Calendar: Showing start Date instead of end Date when set two dates for the data binding property [\#13953](https://github.com/primefaces/primeng/issues/13953) -- Multiselect: Accesibility - no label for "toggle all" div and "filter" text box [\#14945](https://github.com/primefaces/primeng/issues/14945) -- Calendar | onTodayClick emits wrong value [\#15148](https://github.com/primefaces/primeng/issues/15148) -- Panelmenu: Issue with navigating by Tab through submenu items [\#13630](https://github.com/primefaces/primeng/issues/13630) -- Component: InputNumber with maxlength attribute [\#13704](https://github.com/primefaces/primeng/issues/13704) -- p-tag: style not change dynamically [\#12665](https://github.com/primefaces/primeng/issues/12665) -- Table: When removing the filter constraint it should not filter when showApplyButton is visible [\#15032](https://github.com/primefaces/primeng/issues/15032) -- FileUpload: Missing form label (a11y) [\#15137](https://github.com/primefaces/primeng/issues/15137) -- InputOpt: IntegerOnly does not work with numpad [\#15129](https://github.com/primefaces/primeng/issues/15129) -- p-calendar in range mode does not allow manually typing single date [\#14590](https://github.com/primefaces/primeng/issues/14590) -- p-calendar in range mode does not allow manually typing in same start and end date [\#12286](https://github.com/primefaces/primeng/issues/12286) - -## [17.12.0](https://github.com/primefaces/primeng/tree/17.12.0) (2024-03-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.11.0...17.12.0) - -**Implemented New Features and Enhancements:** -- New Component | InputOtp [\#15101](https://github.com/primefaces/primeng/issues/15101) -- New Component | Stepper [\#15100](https://github.com/primefaces/primeng/issues/15100) -- Chips | Make clear method public [\#15109](https://github.com/primefaces/primeng/issues/15109) -- Dialog: Ensures every ARIA dialog and alertdialog node has an accessible name. [\#14950](https://github.com/primefaces/primeng/issues/14950) -- Steps: Invalid and unnecessary tablist role structure [\#15099](https://github.com/primefaces/primeng/issues/15099) -- p-chip: Missing button role on a remove icon [\#15095](https://github.com/primefaces/primeng/issues/15095) -- Message | Add onClose emitter [\#14982](https://github.com/primefaces/primeng/issues/14982) -- Table / Filter Row: Form elements missing aria-label [\#15024](https://github.com/primefaces/primeng/issues/15024) -- Calendar, TreeSelect, MultiSelect: Invalid aria-controls attribute value. Overlay missing an id attribute. [\#14980](https://github.com/primefaces/primeng/issues/14980) -- type of InputNumberInputEvent.value is "number | string", cause it can be string when there is nothing accept "-" (minus sign) [\#15076](https://github.com/primefaces/primeng/issues/15076) -- AutoComplete | clear input field if showClear="true" [\#15078](https://github.com/primefaces/primeng/issues/15078) - -**Fixed bugs:** -- Table | Row Expansion and Selection not Working Together [\#14081](https://github.com/primefaces/primeng/issues/14081) -- TieredMenu: Keyboard navigation does not skip non-visible menu items [\#15058](https://github.com/primefaces/primeng/issues/15058) -- Calendar: the calendar disables the year if minDate is set to the current month [\#13919](https://github.com/primefaces/primeng/issues/13919) -- Picklist items deleted: On using Ctrl+A to select all, then right clicking on item it gets removed from the list [\#15046](https://github.com/primefaces/primeng/issues/15046) -- p-tree: Parent node always undefined in node selection events when Virtual Scrolling is enabled [\#12718](https://github.com/primefaces/primeng/issues/12718) -- Component: p-table column order not restored [\#14888](https://github.com/primefaces/primeng/issues/14888) -- p-table: Date filter not working [\#14987](https://github.com/primefaces/primeng/issues/14987) -- TreeSelect: 'itemcheckboxicon' issue [\#15086](https://github.com/primefaces/primeng/issues/15086) -- Component: p-dropdown (onBlur) is not fired when a value is not selected [\#15049](https://github.com/primefaces/primeng/issues/15049) -- whole page & browser tab is hanging after 17.11 update [\#15057](https://github.com/primefaces/primeng/issues/15057) -- MenuItem: Update of 'expanded' and 'label' properties not working [\#14893](https://github.com/primefaces/primeng/issues/14893) -- p-listbox empty filter message is not being shown [\#14459](https://github.com/primefaces/primeng/issues/14459) -- p-contextMenu: Neither (onHide) Nor (onShow) event is being triggered when you right click twice continuously on same or other records [\#14962](https://github.com/primefaces/primeng/issues/14962) -- Showcase | Update angular packages to 17.3x [\#15125](https://github.com/primefaces/primeng/issues/15125) - -## [17.11.0](https://github.com/primefaces/primeng/tree/17.11.0) (2024-03-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.10.0...17.11.0) - -**Implemented New Features and Enhancements:** -- p-chip: Image does not have an alt attribute [\#15000](https://github.com/primefaces/primeng/issues/15000) -- Numpad Enter Key Ineffective for Option Selection [\#15027](https://github.com/primefaces/primeng/issues/15027) -- p-chip: aria-label is not applied to remove icon [\#14973](https://github.com/primefaces/primeng/issues/14973) - -**Fixed bugs:** -- Calendar: The lowest year in the Year navigator dropdown remains disabled when we are applying minDate in date selector [\#14839](https://github.com/primefaces/primeng/issues/14839) -- Component: MultiSelect [\#14617](https://github.com/primefaces/primeng/issues/14617) -- Calendar: Error on time selection in with range mode [\#15005](https://github.com/primefaces/primeng/issues/15005) -- Table filter set undefined [\#14588](https://github.com/primefaces/primeng/issues/14588) -- p-table: stateful table filters are not properly reset [\#14903](https://github.com/primefaces/primeng/issues/14903) -- PrimeNG docs for p-table - Template example missing crucial property first [\#14983](https://github.com/primefaces/primeng/issues/14983) -- Component: p-table column order not restored [\#14888](https://github.com/primefaces/primeng/issues/14888) -- MenuItem: Update of 'expanded' and 'label' properties not working [\#14893](https://github.com/primefaces/primeng/issues/14893) -- p-inputnumber: multiple problems when input number looses focus [\#15014](https://github.com/primefaces/primeng/issues/15014) -- TreeSelect popup closes when unchecking nodes [\#13698](https://github.com/primefaces/primeng/issues/13698) -- Component: Menubar "Duplicate id aria" a11y [\#14972](https://github.com/primefaces/primeng/issues/14972) -- Dropdown: aria-expanded attribute added to input when setting dropdown editable to true [\#14969](https://github.com/primefaces/primeng/issues/14969) -- Docs: Only first parameter is shown [\#14942](https://github.com/primefaces/primeng/issues/14942) - -## [17.10.0](https://github.com/primefaces/primeng/tree/17.10.0) (2024-03-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.9.0...17.10.0) - -**Implemented New Features and Enhancements:** -- ColorPicker: Form elements must have labels [\#14941](https://github.com/primefaces/primeng/issues/14941) - -**Fixed bugs:** -- treetable, treeselect: wrong type information in jsdoc for node events [\#14939](https://github.com/primefaces/primeng/issues/14939) -- Icons: Wrong value for PrimeIcons.SORT_ALPHA_ALT_DOWN and others [\#14965](https://github.com/primefaces/primeng/issues/14965) -- Multiselect | TypeError: option.toLocaleLowerCase is not a function [\#14960](https://github.com/primefaces/primeng/issues/14960) -- Dropdown: TypeError: this.getOptionLabel(...).toLocaleLowerCase is not a function [\#14865](https://github.com/primefaces/primeng/issues/14865) -- Tree: If user filter tree nodes and then lazy load new children (with .key prop) - nodeClick event is not emitted [\#14723 (https://github.com/primefaces/primeng/issues/14723) -- Tree: Certain ARIA roles must be contained by particular parents [\#14913](https://github.com/primefaces/primeng/issues/14913) -- Tree: Node drop points are not contained in a ul or ol [\#14911](https://github.com/primefaces/primeng/issues/14911) -- Tree: ARIA attributes must conform to valid values [\#14912](https://github.com/primefaces/primeng/issues/14912) -- Scroll bar for the base page reappears after closing a secondary modal despite one modal still being open [\#14933](https://github.com/primefaces/primeng/issues/14933) -- Drag-and-Drop Functionality Disrupted by extra tag (div) in Tag [\#14935](https://github.com/primefaces/primeng/issues/14935) -- Table, pFrozenColumn: Frozen columns are extremely slow and kick off many change detection cycles [\#14579](https://github.com/primefaces/primeng/issues/14579) -- Dropdown: Clicking on currently selected item no longer closes the list [\#14917](https://github.com/primefaces/primeng/issues/14917) - -## [17.9.0](https://github.com/primefaces/primeng/tree/17.9.0) (2024-02-29) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.8.0...17.9.0) - -**Implemented New Features and Enhancements:** -- New Component | MeterGroup [\#14898](https://github.com/primefaces/primeng/issues/14898) -- New Component | ButtonGroup [\#14897](https://github.com/primefaces/primeng/issues/14897) -- New Component | FloatLabel [\#14899](https://github.com/primefaces/primeng/issues/14899) -- New Components | IconField & InputIcon [\#14896](https://github.com/primefaces/primeng/issues/14896) - -**Fixed bugs:** -- Component: Autocomplete [\#14806](https://github.com/primefaces/primeng/issues/14806) -- p-inputNumber: LeftArrowKey not working for selected input [\#14869](https://github.com/primefaces/primeng/issues/14869) -- Reopen issue #11442 p-inputNumber cannot use the decimal separator of the digital keyboard when the separator is a comma [\#12626](https://github.com/primefaces/primeng/issues/12626) -- Calendar, TreeSelect, MultiSelect, AutoComplete, CascadeSelect, Table | aria-expanded attribute is undefined and aria-controls attribute referencing a hidden element [\#14358](https://github.com/primefaces/primeng/issues/14358) -- DropDown: aria-controls referencing an element that doesn't exist. [\#14851](https://github.com/primefaces/primeng/issues/14851) -- Dropdown: aria-expanded attribute not present. [\#14850](https://github.com/primefaces/primeng/issues/14850) -- Dropdown attr aria-expanded missing because undefined value [\#14832](https://github.com/primefaces/primeng/issues/14832) -- multiselect: filter not working [\#14835](https://github.com/primefaces/primeng/issues/14835) -- TabMenu: TabChange doesn't update Inkbar [\#14867](https://github.com/primefaces/primeng/issues/14867) -- InputNumberInputEvent value type appears to be incorrect [\#14831](https://github.com/primefaces/primeng/issues/14831) -- Theming: Wrong Icon in documentation [\#14872](https://github.com/primefaces/primeng/issues/14872) - -## [17.8.0](https://github.com/primefaces/primeng/tree/17.8.0) (2024-02-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.7.0...17.8.0) - -**Implemented New Features and Enhancements:** -- Component: Chips. No ability to limit max length of chip [\#14592](https://github.com/primefaces/primeng/issues/14592) -- Sidebar : Combination of role 'complementary' and aria-modal attribute causes accessibility violation. [\#14818](https://github.com/primefaces/primeng/issues/14818) - -**Fixed bugs:** -- DropDown: Making form touched on clearing pre filled values. [\#14836](https://github.com/primefaces/primeng/issues/14836) -- Component: MultiSelect (p-multiSelect) no longer emits an event when all items are selected or deselected [\#14252](https://github.com/primefaces/primeng/issues/14252) -- p-multiselect: onChange event is not triggered for multiselect's filter select all/unselect all [\#14252](https://github.com/primefaces/primeng/issues/14252) -- Component: Multiselect onChange not called [\#14807](https://github.com/primefaces/primeng/issues/14807) -- Tabview: Forward Button Visible with Fractions [\#14785](https://github.com/primefaces/primeng/issues/14785) -- ContextMenu: appentTo w/ template variable causes error when ContextMenu is destroyed [\#14793](https://github.com/primefaces/primeng/issues/14793) -- FileUpload Component [\#14789](https://github.com/primefaces/primeng/issues/14789) -- Component: Table "Ctrl + A" selects all rows even in selectionMode "single" [\#14795](https://github.com/primefaces/primeng/issues/14795) -- TabView: Scroll buttons are not displayed when adding tabPanel dynamically [\#13530](https://github.com/primefaces/primeng/issues/13530) -- DomHandler: getFocusableElements returns elements with hidden parents [\#14691](https://github.com/primefaces/primeng/issues/14691) -- Component: Dropdown - If editable = true and filter = true and you start typing, it will search by default but not start editing. [\#14567](https://github.com/primefaces/primeng/issues/14567) -- dropdown: selected, disabled option not rendered when using selectedItem template [\#14809](https://github.com/primefaces/primeng/issues/14809) -- Component: Dropdown Selected option not shown while typing in filter if it has value null, while having selectedItem template [\#14815](https://github.com/primefaces/primeng/issues/14815) -- Dropdown: Placeholder is not displayed when using a combination of reactive forms and selectedItem template [\#14801](https://github.com/primefaces/primeng/issues/14801) -- Dropdown: Dropdown no longer closes when clicking the currently selected option [\#14811](https://github.com/primefaces/primeng/issues/14811) -- Table: ColumnFilter not hiding when another filter icon clicked and previously any input field clicked in still in focus [\#14775](https://github.com/primefaces/primeng/issues/14775) -- Checkbox: Disabled checkboxes appear writable until they receive focus [\#14819](https://github.com/primefaces/primeng/issues/14819) -- Calendar: Autofocus not working [\#14745](https://github.com/primefaces/primeng/issues/14745) -- When p-chart is put into a p-fieldset, the chart is not responsive anymre [\#14739](https://github.com/primefaces/primeng/issues/14739) - -## [17.7.0](https://github.com/primefaces/primeng/tree/17.7.0) (2024-02-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.6.0...17.7.0) - -**Implemented New Features and Enhancements:** -- Dropdown, MultiSelect, AutoComplete, CascadeSelect: aria-label missing from inner ul element [\#14790](https://github.com/primefaces/primeng/issues/14790) -- Autocomplete: emptyMessage is not showed, when no item fit condition [\#14744](https://github.com/primefaces/primeng/issues/14744) -- ProgressSpinner: Unable to set aria-label [\#14798](https://github.com/primefaces/primeng/issues/14798) - -**Fixed bugs:** -- Dropdown: invalid text after cleaning via ngModel [\#14784](https://github.com/primefaces/primeng/issues/14784) -- Component: p-dropdown emits changes when selected option did not change [\#14788](https://github.com/primefaces/primeng/issues/14788) -- Password: Hand/Pointer icon not displayed while hovering over the eye icon in password ToggleMask mode [\#14724](https://github.com/primefaces/primeng/issues/14724) -- Component: p-dropdown filterValue initial value is ignored and binding not working [\#14586](https://github.com/primefaces/primeng/issues/14586) -- ContextMenu: Double opacity applied to disabled items [\#14773](https://github.com/primefaces/primeng/issues/14773) -- dropdown: selected, disabled option not rendered [\#14716](https://github.com/primefaces/primeng/issues/14716) -- TreeSelect: Incorrect alignment in TreeSelect on filter [\#14764](https://github.com/primefaces/primeng/issues/14764) -- Multiselect: headerCheckboxViewChild not found [\#14737](https://github.com/primefaces/primeng/issues/14737) -- MultiSelect: Incorrect Alignment in multiselect dropdown on filter [\#14755](https://github.com/primefaces/primeng/issues/14755) -- Multiselect with string array search not working [\#12854](https://github.com/primefaces/primeng/issues/12854) -- Chips and Timeline: Typo error 'seperator' instead 'separator' [\#14783](https://github.com/primefaces/primeng/issues/14783) -- Remove CodeSandbox from the examples. [\#14792](https://github.com/primefaces/primeng/issues/14792) -- p-chips: [addOnTab] feature has no effect. Tab key should make a chip and keep focus in the text box. [\#14706](https://github.com/primefaces/primeng/issues/14706) - -## [17.6.0](https://github.com/primefaces/primeng/tree/17.6.0) (2024-02-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.5.0...17.6.0) - -**Implemented New Features and Enhancements:** -- Dropdown | make clear method public for better DX [\#14641](https://github.com/primefaces/primeng/issues/14641) - -**Fixed bugs:** -- MultiSelect: selectedItemsLabel is not localized (re-opened) [\#14554](https://github.com/primefaces/primeng/issues/14554) -- Component: Calendar isn't show initial value from FormControl/ngModel [\#14616](https://github.com/primefaces/primeng/issues/14616) -- Component: Dropdown removing a letter from filter that comes after a whitespace ' ' removes the whitespace [\#14701](https://github.com/primefaces/primeng/issues/14701) -- Component: p-multiselect - double click on multiselect "button" causes modal window to jump around before disappearing [\#14442](https://github.com/primefaces/primeng/issues/14442) -- Virtual Scroll Jumping Backwards [\#14298](https://github.com/primefaces/primeng/issues/14298) -- p-dropdown: dropdown options float to the top when searching [\#14659](https://github.com/primefaces/primeng/issues/14659) -- Dropdown: Key events not correctly working when filter is enabled [\#14189](https://github.com/primefaces/primeng/issues/14189) -- Component: Dropdown| closing overlay on pressing enter key on filter input [\#14708](https://github.com/primefaces/primeng/issues/14708) -- Component: p-Dropdown placeholder/values not displayed [\#14695](https://github.com/primefaces/primeng/issues/14695) -- TreeSelect: When using reactive form disabled input doesn't affect [\#14662](https://github.com/primefaces/primeng/issues/14662) -- MultiSelect: dynamic text in placeholder is not displayed [\#14321](https://github.com/primefaces/primeng/issues/14321) -- Dropdown: dynamic text in placeholder is not displayed [\#14320](https://github.com/primefaces/primeng/issues/14320) -- Component: Dropdown TypeError: option.toLowerCase is not a function [\#14682](https://github.com/primefaces/primeng/issues/14682) -- Dropdown: "0" Value in optionValue, causes Label to be replaced by Placeholder [\#14715](https://github.com/primefaces/primeng/issues/14715) -- The scrollToIndex method on VirtualScroller does not scroll to the correct index when triggered twice. [\#14731](https://github.com/primefaces/primeng/issues/14731) -- Checkbox: Disabled property does not work when it's used with formControlName [\#14693](https://github.com/primefaces/primeng/issues/14693) -- PrimeNg p-columnFilter does not close on outside element click or scroll or search submit [\#14658](https://github.com/primefaces/primeng/issues/14658) -- Showcase | Remove stateful config [\#14752](https://github.com/primefaces/primeng/issues/14752) - - -## [17.5.0](https://github.com/primefaces/primeng/tree/17.5.0) (2024-02-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.4.0...17.5.0) - -**Implemented New Features and Enhancements:** -- AutoComplete | Description in the accessibility section for tab not working [\#14641](https://github.com/primefaces/primeng/issues/14641) - -**Fixed bugs:** -- Component: InputNumber does not validate max on blur [\#14630](https://github.com/primefaces/primeng/issues/14630) -- p-dropdown: Filtering all items incorrectly clears the dropdown's selected value [\#14596](https://github.com/primefaces/primeng/issues/14596) -- Component: Dropdown [\#14367](https://github.com/primefaces/primeng/issues/14367) -- paginator missing p-paginator-top/bottom class [\#14679](https://github.com/primefaces/primeng/issues/14679) -- Component: Placeholder not working in dropdown Reactive Forms and Template [\#14679](https://github.com/primefaces/primeng/issues/14679) -- TabView with scrollable throws an exception [\#13332](https://github.com/primefaces/primeng/issues/13332) -- Component: TreeTable, dragging over table cells [\#14512](https://github.com/primefaces/primeng/issues/14512) -- p-calendar: validation is triggered before calendar is even touched [\#14542](https://github.com/primefaces/primeng/issues/14542) -- Referencing closed thread -> Responsive Stack and add [scrollable]="true" not working responsive stack #11331 [\#14667](https://github.com/primefaces/primeng/issues/14667) -- Table: built-in Ctrl+A errors when "rows" parameter is defined [\#14634](https://github.com/primefaces/primeng/issues/14634) -- p-autocomplete: maxlength doesn't work anymore [\#14595](https://github.com/primefaces/primeng/issues/14595) -- Dropdown: autoOptionFocus property not working [\#14655](https://github.com/primefaces/primeng/issues/14655) -- Dropdown: Unable to type in editable Dropdowns when filtering options onChange and current value is an option [\#14556](https://github.com/primefaces/primeng/issues/14556) -- p-MultiSelect: Clear Button does not work [\#14585](https://github.com/primefaces/primeng/issues/14585) -- Calendar: Calendar CSS breaks other Components [\#14606](https://github.com/primefaces/primeng/issues/14606) - -## [17.4.0](https://github.com/primefaces/primeng/tree/17.4.0) (2024-01-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.3.3...17.4.0) - -**Implemented New Features and Enhancements:** -- MultiSelect: selectedItemsLabel is not localized [\#14554](https://github.com/primefaces/primeng/issues/14554) - -**Fixed bugs:** -- p-columnFilter: Missing icons to the table column filter dialog [\#14613](https://github.com/primefaces/primeng/issues/14613) -- p-multiselect: Displaying the multiselect options dialog causes page to horizontally scroll [\#14611](https://github.com/primefaces/primeng/issues/14611) -- p-calendar: Doesn't close on date selection in range mode [\#14558](https://github.com/primefaces/primeng/issues/14558) -- ConfirmPopup arror right side rendering defect [\#14557](https://github.com/primefaces/primeng/issues/14557) -- Dropdown: can't select input with Shift + Home / Shift + End [\#14540](https://github.com/primefaces/primeng/issues/14540) -- TreeTable: StyleClass wont apply [\#14559](https://github.com/primefaces/primeng/issues/14559) -- p-dropdown: optionValue is not working when object has property 'group' [\#14516](https://github.com/primefaces/primeng/issues/14516) -- Table pSelectableRow: cannot type space into an pInputText component [\#14531](https://github.com/primefaces/primeng/issues/14531) -- p-dropdown: Cannot clear dropdown programmatically [\#14544](https://github.com/primefaces/primeng/issues/14544) - -## [17.3.3](https://github.com/primefaces/primeng/tree/17.3.3) (2024-01-18) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.3.2...17.3.3) - -**Fixed bugs:** -- Component: Carousel swipe not working properly on iOS devices [\#12942](https://github.com/primefaces/primeng/issues/12942) -- Autocomplete: focus not being applied when clicking around input [\#14530](https://github.com/primefaces/primeng/issues/14530) -- Chips: NumpadEnter being ignored [\#14578](https://github.com/primefaces/primeng/issues/14578) -- Component: Chips: Invalid aria attribute: aria-pointset (should be aria-posinset) [\#14568](https://github.com/primefaces/primeng/issues/14568) -- Button | StyleClass does not work as expected [\#14583](https://github.com/primefaces/primeng/issues/14583) -- Calendar: Calendar Icon has a default cursor on hover [\#14501](https://github.com/primefaces/primeng/issues/14501) -- SSR Duplicate elements with provideClientHydration() [\#14569](https://github.com/primefaces/primeng/issues/14569) -- TreeTable with scrollHeight="flex" shrinks the header as the table rows are expanded. [\#14523](https://github.com/primefaces/primeng/issues/14523) -- Table | Column filter in stateful is become 'undefined' [\#14571](https://github.com/primefaces/primeng/issues/14571) -- Component: dropdown - Editable dropdown does not change value to empty string [\#14546](https://github.com/primefaces/primeng/issues/14546) -- PrimeNG table filtering and sorting on each column- filter is not opening with keyboard [\#14545](https://github.com/primefaces/primeng/issues/14545) -- GalleriaThumbnail afterViewInit use platformBrowser instead of isPlatformBrowser [\#14553](https://github.com/primefaces/primeng/issues/14553) -- p-columnfilter: missing aria-label [\#14537](https://github.com/primefaces/primeng/issues/14537) -- Component: Chips. Duplicate validation is case sensitive [\#14550](https://github.com/primefaces/primeng/issues/14550) -- Paginator / Table: Configurable Dropdown Icon [\#9605](https://github.com/primefaces/primeng/issues/9605) -- Chart component should runOutsideOfAngular [\#14561](https://github.com/primefaces/primeng/issues/14561) -- Component: Table. Export CSV with cyrillic or chinese characters has broken encoding in Microsoft Excel [\#14562](https://github.com/primefaces/primeng/issues/14562) -- p-table: columnFilter p-calendar cropped by overflow [\#14564](https://github.com/primefaces/primeng/issues/14564) -- EditableColumn: error in ngOnChanges when input other than data changes [\#14525](https://github.com/primefaces/primeng/issues/14525) -- SplitButton contains a typo on "aria-haspopup" attribute [\#14533](https://github.com/primefaces/primeng/issues/14533) -- Calendar: Datepicker is hidden on PrimeNg homepage [\#14547](https://github.com/primefaces/primeng/issues/14547) - -## [17.3.2](https://github.com/primefaces/primeng/tree/17.3.2) (2024-01-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.3.1...17.3.2) - -**Fixed bugs:** -- Panel: id increments within component [\#14508](https://github.com/primefaces/primeng/issues/14508) -- p-inputNumber: With suffix and minDigits > 0, negative numbers lead to an unexpected cursor jump and frozen inputs [\#13651](https://github.com/primefaces/primeng/issues/13651) -- AutoComplete: Unique option doesn't work [\#14505](https://github.com/primefaces/primeng/issues/14505) -- p-dropdown: selecting an option or clearing the value should clear the filter input [\#14503](https://github.com/primefaces/primeng/issues/14503) -- p-autocomplete: optionLabel input has wrong type [\#14468](https://github.com/primefaces/primeng/issues/14468) -- p-dropdown: Cannot clear dropdown value [\#14513](https://github.com/primefaces/primeng/issues/14513) -- p-checkbox firing onClick event twice when clicking the label if inputId is populated [\#14487](https://github.com/primefaces/primeng/issues/14487) -- p-multiselect is not resetting when using with reactive form [\#14490](https://github.com/primefaces/primeng/issues/14490) -- Dropdown: Infinite loop dynamic options array [\#14319](https://github.com/primefaces/primeng/issues/14319) -- Component: Dropdown TypeError: option.toLowerCase is not a function (PringNG 17.0 + 17.1) [\#14370](https://github.com/primefaces/primeng/issues/14370) -- Accordian : TextArea shortcuts are not working when used in Accordian Panels [\#14368](https://github.com/primefaces/primeng/issues/14368) -- Dropdown: required attribute not set in hidden input element [\#14322](https://github.com/primefaces/primeng/issues/14322) -- Component: p-treeSelect - Material Design theme does not highlight items [\#14453](https://github.com/primefaces/primeng/issues/14453) -- Calendar: component emit different format on load then after change [\#14484](https://github.com/primefaces/primeng/issues/14484) -- p-dropdown: FilterBy multiple values is not working [\#14492](https://github.com/primefaces/primeng/issues/14492) -- Table Virtual Scroll with Fixed Columns and Lazy Loading Causes Erratic Scrolling and Incomplete Data Display [\#14488](https://github.com/primefaces/primeng/issues/14488) - -## [17.3.1](https://github.com/primefaces/primeng/tree/17.3.1) (2024-01-04) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.3.0...17.3.1) - -**Fixed bugs:** -- Table: Multiple selection with SHIFT/click does not work together with paginator and lazy loading [\#14140](https://github.com/primefaces/primeng/issues/14140) -- Toast | Close callback is not exposed in headless. [\#14483](https://github.com/primefaces/primeng/issues/14483) -- Exporting p-table with non exportable columns may lead in unecessary ending csvSeparator [\#14248](https://github.com/primefaces/primeng/issues/14248) -- Error loading dropdown menu after performing a filter on the field programmatically[\#14432](https://github.com/primefaces/primeng/issues/14432) -- Component: Tree checkbox disabled css not working [\#14251](https://github.com/primefaces/primeng/issues/14251) -- Dropdown | Component selects first option on tab press [\#14473](https://github.com/primefaces/primeng/issues/14473) -- Component: Sidebar. Cannot close sidebar programmatically [\#14450](https://github.com/primefaces/primeng/issues/14450) -- MegaMenu | Error: Cannot read properties of undefined [\#14476](https://github.com/primefaces/primeng/issues/14476) - -## [17.3.0](https://github.com/primefaces/primeng/tree/17.3.0) (2023-12-28) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.2.0...17.3.0) - -**Breaking Changes:** -- Dropdown | Deprecate autoDisplayFirst property [\#14426](https://github.com/primefaces/primeng/issues/14426) - -**Implemented New Features and Enhancements:** -- DynamicDialog: Need to turn off autofocus on first focusable element [\#13486](https://github.com/primefaces/primeng/issues/13486) -- Inconsistent filtering behavior in p-dropdown when options contain diacritics [\#10482](https://github.com/primefaces/primeng/issues/10482) - -**Fixed bugs:** -- Component: ToggleButton [\#14443](https://github.com/primefaces/primeng/issues/14443) -- Tree removed css classes [\#14445](https://github.com/primefaces/primeng/issues/14445) -- Component: Sidebar [\#14254](https://github.com/primefaces/primeng/issues/14254) -- Overlay Panel: Interaction with components inside panel template cause panel to hide [\#14323](https://github.com/primefaces/primeng/issues/14323) -- Menu | itemClick requires double click in popup mode if items generated by function [\#13934](https://github.com/primefaces/primeng/issues/13934) -- Component: p-picklist [\#14420](https://github.com/primefaces/primeng/issues/14420) -- Component: Dropdown - If editable is true and optionValue is present, the selected option will not be shown [\#14427](https://github.com/primefaces/primeng/issues/14427) -- columnFilter: unwanted close on mouseup [\#14410](https://github.com/primefaces/primeng/issues/14410) -- p-paginator: not accessible [\#12684](https://github.com/primefaces/primeng/issues/12684) -- Tooltip arrow is broken [\#12579](https://github.com/primefaces/primeng/issues/12579) -- AutoComplete: (Multiple) Placeholder does not disappear after selecting item [\#14376](https://github.com/primefaces/primeng/issues/14376) -- Component: MenuItem's property visible wasn't working [\#14316](https://github.com/primefaces/primeng/issues/14316) -- TreeSelect: Trigger Button missing aria-label [\#14355](https://github.com/primefaces/primeng/issues/14355) -- p-menubar: ERROR TypeError: Cannot read properties of undefined (reading 'item') when clicking on disabled menu item [\#14434](https://github.com/primefaces/primeng/issues/14434) -- Table/Scroller: Scroller scrolls left when sorting columns [\#14421](https://github.com/primefaces/primeng/issues/14421) -- Multiselect: pTemplate="selectedItems" layout is empty on first render using Reactive forms [\#14424](https://github.com/primefaces/primeng/issues/14424) -- Menubar | submenuicon template does not work [\#14430](https://github.com/primefaces/primeng/issues/14430) - -## [17.2.0](https://github.com/primefaces/primeng/tree/17.2.0) (2023-12-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.1.0...17.2.0) - -**Implemented New Features and Enhancements:** -- InputGroup | Add styleClass and style input properties [\#14404](https://github.com/primefaces/primeng/issues/14404) -- ContextMenu | Touch Device support [\#14375](https://github.com/primefaces/primeng/issues/14375) - -**Fixed bugs:** -- Lara Light Teal: $highlightBg implementation defect [\#14414](https://github.com/primefaces/primeng/issues/14414) -- Table: Not able to provide custom Icons for column filter clear icon [\#14397](https://github.com/primefaces/primeng/issues/14397) -- BlockUI: entire page is blocked if "blocked" input contains true by default (even if a target is defined) [\#14230](https://github.com/primefaces/primeng/issues/14230) -- Inputnumber: Inputnumber#currency mode not allowing to remove minus sign for Dollar and INR fields. [\#14327](https://github.com/primefaces/primeng/issues/14327) -- Galleria: After images change not correct numVisible value in component. [\#14401](https://github.com/primefaces/primeng/issues/14401) -- Multiselect does not focus filter input [\#14387](https://github.com/primefaces/primeng/issues/14387) -- Accordion: TextArea shortcuts are not working when used in Accordian Panels [\#14368](https://github.com/primefaces/primeng/issues/14368) -- Component: Autocomplete with long list of options adds scrollbar to the whole page [\#14281](https://github.com/primefaces/primeng/issues/14281) -- Dropdown Empty Filter Message not displayed [\#14409](https://github.com/primefaces/primeng/issues/14409) -- PickList: Filtering bug, when moving item to target list [\#14334](https://github.com/primefaces/primeng/issues/14334) -- Drodown: Unable to type spaces in editable dropdowns [\#14377](https://github.com/primefaces/primeng/issues/14377) -- Table | Apply Rule and Remove Rule texts are not visible in column filter [\#14365](https://github.com/primefaces/primeng/issues/14365) -- Autocomplete: ForceSelection does not force selection - formControl value is changed even without selection [\#14389](https://github.com/primefaces/primeng/issues/14389) -- Table: Sort icons are not showing correct amount directions [\#14403](https://github.com/primefaces/primeng/issues/14403) -- Component: PanelMenu repeated rendering [\#14373](https://github.com/primefaces/primeng/issues/14373) -- Table | Resized column style is not applied (w/column reorder) [\#14386](https://github.com/primefaces/primeng/issues/14386) - -## [17.1.0](https://github.com/primefaces/primeng/tree/17.1.0) (2023-12-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.0.0...17.1.0) - -**Implemented New Features and Enhancements:** -- DialogService | Add method to get instance [\#14352](https://github.com/primefaces/primeng/issues/14352) -- ConfirmPopup | Add headless template [\#14351](https://github.com/primefaces/primeng/issues/14351) -- ConfirmPopup | Add content template [\#14350](https://github.com/primefaces/primeng/issues/14350) -- Dialog | Add maskStyle input [\#14349](https://github.com/primefaces/primeng/issues/14349) -- Dialog | Add headless template [\#14348](https://github.com/primefaces/primeng/issues/14348) -- Toast | Add headless template [\#14347](https://github.com/primefaces/primeng/issues/14347) -- Sidebar | Add headless template [\#14346](https://github.com/primefaces/primeng/issues/14346) -- Progressbar | Add content template [\#14345](https://github.com/primefaces/primeng/issues/14345) -- DynamicDialog | Add breakpoints option to config [\#14344](https://github.com/primefaces/primeng/issues/14344) -- DynamicDialog | Template Support [\#14354](https://github.com/primefaces/primeng/issues/14354) -- ToggleButton | Add missing icon template [\#14286](https://github.com/primefaces/primeng/issues/14286) -- OverlayPanel | add missing aria attributes [\#14361](https://github.com/primefaces/primeng/issues/14361) - -**Fixed bugs:** -- PickList | clicking on p-picklist would cause TypeError: Cannot read properties of undefined (reading 'getAttribute') [\#14339](https://github.com/primefaces/primeng/issues/14339) -- 16.3.1 regression: p-overlayPanel dismisses when making changes to nested p-multiSelect with appendTo="body" [\#14120](https://github.com/primefaces/primeng/issues/14120) -- multiselect: clicking directly on the svg icon closes the overlay [\#14335](https://github.com/primefaces/primeng/issues/14335) -- Update of MenuItem's 'expanded' property not working [\#14329](https://github.com/primefaces/primeng/issues/14329) -- Table: Apply and Clear text buttons for filter menu are missing [\#14289](https://github.com/primefaces/primeng/issues/14289) -- Menu | items don't receive p-focus class [\#14295](https://github.com/primefaces/primeng/issues/14295) -- Dropdown: Preselected value not shown when using reactive forms [\#14241](https://github.com/primefaces/primeng/issues/14241) -- ListBox: emptyMessage not working [\#14294](https://github.com/primefaces/primeng/issues/14294) -- AutoComplete | Float label goes down after losing focus w/ multiple [\#14297](https://github.com/primefaces/primeng/issues/14297) -- MultiSelect: selectionLimit & floating label regression [\#14299](https://github.com/primefaces/primeng/issues/14299) -- applyFocus() method is working only when dropdown is editable. [\#14051](https://github.com/primefaces/primeng/issues/14051) -- Removing an item from autocomplete closes p-OverlayPanel [\#14300](https://github.com/primefaces/primeng/issues/14300) -- Avatar | Missing alt attribute on image [\#14296](https://github.com/primefaces/primeng/issues/14296) - -## [17.0.0](https://github.com/primefaces/primeng/tree/17.0.0) (2023-12-06) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.0.0-rc.1...17.0.0) - -**Implemented New Features and Enhancements:** -- Checkbox: Add blur event [\#13800](https://github.com/primefaces/primeng/issues/13800) - -**Fixed bugs:** -- Calendar | Today doesn't receive focus [\#14256](https://github.com/primefaces/primeng/issues/14256) -- pMultiSelect: The filter isn't working as it did before, specifically in terms of filtering by label [\#14194](https://github.com/primefaces/primeng/issues/14194) -- EditorModule doesn't support SSR [\#8817](https://github.com/primefaces/primeng/issues/8817) -- Component: Button styleClass [\#13963](https://github.com/primefaces/primeng/issues/13963) -- TreeTable: treeTableToggler missing aria-label [\#14271](https://github.com/primefaces/primeng/issues/14271) -- p-dropdown: when filtering, placeholder is displayed even if there is a selected option [\#14282](https://github.com/primefaces/primeng/issues/14282) -- Table: p-columnFilter missing aria-label [\#14272](https://github.com/primefaces/primeng/issues/14272) -- Component: Multiselect Component Close Button Accessibility Issues - Close Button is empty + Screen Reader reads 'Unlabeled button' [\#13859](https://github.com/primefaces/primeng/issues/13859) -- p-dropdown: REGRESSION a value of null or '' was previously treated as valid dropdown values, now it looks like they are treated as undefined [\#14223](https://github.com/primefaces/primeng/issues/14223) -- AutoComplete: Change detection issue in dialog component [\#14262](https://github.com/primefaces/primeng/issues/14262) -- PrimeNG table is not honoring the sort column and sort order specified when groupRowsBy is added. [\#13773](https://github.com/primefaces/primeng/issues/13773) -- Menu: Accessibility rule F85. Lost focus on TAB [\#14246](https://github.com/primefaces/primeng/issues/14246) - -## [17.0.0-rc.1](https://github.com/primefaces/primeng/tree/17.0.0-rc.1) (2023-11-29) - -[Full Changelog](https://github.com/primefaces/primeng/compare/17.0.0-beta.1...17.0.0-rc.1) - -**Breaking Changes:** -- Set all metaKeySelection to true by default [\#14244](https://github.com/primefaces/primeng/issues/14244) -- StyleClass | deprecate enterClass and leaveClass [\#14243](https://github.com/primefaces/primeng/issues/14243) -- InputSwitch | Rename InputSwitchOnChangeEvent [\#14228](https://github.com/primefaces/primeng/issues/14228) -- AutoComplete | Rename AutoCompleteOnSelectEvent [\#14229](https://github.com/primefaces/primeng/issues/14229) -- DataView | Remove primeflex dependency from component [\#14214](https://github.com/primefaces/primeng/issues/14214) - -**Implemented New Features and Enhancements:** -- New Component | InputGroup [\#14133](https://github.com/primefaces/primeng/issues/14133) - -**Fixed bugs:** -- Panel Menu: On Click Events of Panel-Submenu-List causes focus event on Panel Root List [\#14236](https://github.com/primefaces/primeng/issues/14236) -- Edit mode not closed on TAB in last cell of p-table [\#14221](https://github.com/primefaces/primeng/issues/14221) -- pMultiSelect: The maxSelectedLabels is set by default to 3 and is not undefinable, which is undesired for implementing the overflow ellipsis [\#14195](https://github.com/primefaces/primeng/issues/14195) -- Component: MultiSelect [\#14199](https://github.com/primefaces/primeng/issues/14199) - -## [17.0.0-beta.1](https://github.com/primefaces/primeng/tree/17.0.0-beta.1) (2023-11-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.9.1...17.0.0-beta.1) - -**Implemented New Features and Enhancements:** -- TypeError: this.focusedItemInfo.mutate is not a function [\#14119](https://github.com/primefaces/primeng/issues/14119) -- Upgrade to Angular 17? [\#14063](https://github.com/primefaces/primeng/issues/14063) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.16-LTS](https://www.npmjs.com/package/primeng/v/16.9.16-lts) (2024-09-20) - -**Fixed bugs:** -- MegaMenu: aria-hidden throws console error [\#16248](https://github.com/primefaces/primeng/issues/16248) -- Icon: Mistake in example documentation code [\#16277](https://github.com/primefaces/primeng/issues/16277) -- Table: Flawed example in paginator documentation [\#16308](https://github.com/primefaces/primeng/issues/16308) -- Editor: the style of the toolbar is missing up when custom modules used [\#16114](https://github.com/primefaces/primeng/issues/16114) -- Tooltip on Dropdown causes Errors [\#16321](https://github.com/primefaces/primeng/issues/16321) -- Panel component -> toggle from the outside [\#16326](https://github.com/primefaces/primeng/issues/16326) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.15-LTS](https://www.npmjs.com/package/primeng/v/16.9.15-lts) (2024-08-15) - -**Fixed bugs:** -- Menubar: Clicking menuitems outputs error in console [\#16201](https://github.com/primefaces/primeng/issues/16201) -- P-autocomplete after second click doesn't show dropdown [\#15281](https://github.com/primefaces/primeng/issues/15281) -- AutoComplete: Cannot intercept enter key [\#16160](https://github.com/primefaces/primeng/issues/16160) -- Table: when scrollHeight is set to 'flex', on the first load, the table height is not fitting parent [\#16165](https://github.com/primefaces/primeng/issues/16165) -- Calendar: panelStyle width and min width overridden when appendTo is used [\#16176](https://github.com/primefaces/primeng/issues/16176) -- ListBox component accessibility issues [\#16152](https://github.com/primefaces/primeng/issues/16152) -- Component: colorPicker - inline=true property doesn't set the appropriate color [\#16169](https://github.com/primefaces/primeng/issues/16169) -- Accessibility: Tree not selectable via Keyboard after second dialog opening [\#16191](https://github.com/primefaces/primeng/issues/16191) -- Menu | aria-hidden throws console error [\#16240](https://github.com/primefaces/primeng/issues/16240) -- Table: Cannot set autoSize from ScrollerOptions [\#16209](https://github.com/primefaces/primeng/issues/16209) -- Component: Slider [\#16214](https://github.com/primefaces/primeng/issues/16214) -- Table: breaks after one call to updateStyleElement() [\#16211](https://github.com/primefaces/primeng/issues/16211) -- Sidebar: Overlay of Nested Sidebar Blocks Its Own Content [\#16233](https://github.com/primefaces/primeng/issues/16233) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.14-LTS](https://www.npmjs.com/package/primeng/v/16.9.14-lts) (2024-08-01) - -**Fixed bugs:** -- Password: Tooltip with tooltipEvent='focus' is never displayed [\#16106](https://github.com/primefaces/primeng/issues/16106) -- Breadcrumb | Disabled breadcrumbs should have 'aria-disabled' [\#16125](https://github.com/primefaces/primeng/issues/16125) -- Table> double call to (onLazyLoad) event [\#16070](https://github.com/primefaces/primeng/issues/16070) -- pBadge | Add missing badgeStyle & badgeStyleClass to directive [\#16133](https://github.com/primefaces/primeng/issues/16133) -- Breadcrumb | 'tabindex' property not working [\#16139](https://github.com/primefaces/primeng/issues/16139) -- Menubar: autoDisplay and autoHide broken [\#13512](https://github.com/primefaces/primeng/issues/13512) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.13-LTS](https://www.npmjs.com/package/primeng/v/16.9.13-lts) (2024-07-18) - -**Fixed bugs:** -- Cascade Select clicking a few times causes the component to freeze [\#15869](https://github.com/primefaces/primeng/issues/15869) -- listbox filter is not working if options is bind to a string array [\#14454](https://github.com/primefaces/primeng/issues/14454) -- AutoComplete: Increased drop-down height on first search when using virtual scroll [\#15647](https://github.com/primefaces/primeng/issues/15647) -- Component: picklist scrolls to top [\#15861](https://github.com/primefaces/primeng/issues/15861) -- KeyFilter: No longer working on chips component [\#15531](https://github.com/primefaces/primeng/issues/15531) -- Component: Dropdown Accessibility [\#15155](https://github.com/primefaces/primeng/issues/15155) -- Dropdown: Placeholder magic cannot be disabled [\#15974](https://github.com/primefaces/primeng/issues/15974) -- Tabview: forward/backward buttons not showing up when dynamic tab panels overflow [\#15680](https://github.com/primefaces/primeng/issues/15680) -- ButtonComponent: routerLink accessible even when button is disabled [\#15946](https://github.com/primefaces/primeng/issues/15946) -- Component: p-tree (selection) [\#15761](https://github.com/primefaces/primeng/issues/15761) -- Custom sort in table not working [\#15550](https://github.com/primefaces/primeng/issues/15550) -- pFocusTrap: "aria-hidden-focus" accessibility rule violation [\#16042](https://github.com/primefaces/primeng/issues/16042) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.12-LTS](https://www.npmjs.com/package/primeng/v/16.9.12-lts) (2024-07-04) - -**Fixed bugs:** -- Splitter | Overflow issue [\#15959](https://github.com/primefaces/primeng/issues/15959) -- Component: Multiselect - Provide removetokenicon hiding in case option is disabled (reopen) [\#15624](https://github.com/primefaces/primeng/issues/15624) -- Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A [\#15903](https://github.com/primefaces/primeng/issues/15903) -- Button Tooltip shows up after Dialog opens [\#15933](https://github.com/primefaces/primeng/issues/15933) -- p-splitter: minSizes not working as expected [\#15943](https://github.com/primefaces/primeng/issues/15943) -- p-splitter: Resize not working when iFrames are used in panels [\#15942](https://github.com/primefaces/primeng/issues/15942) -- Component: InputNumber - Control update on strategy is ignored [\#12831](https://github.com/primefaces/primeng/issues/12831) -- Component: InputNumber unneeded update model on blur [\#15799](https://github.com/primefaces/primeng/issues/15799) -- p-multiselect: MultiSelectChangeEvent wrong select value [\#15954](https://github.com/primefaces/primeng/issues/15954) -- Accessibility: Selection in MultiSelect is not accessible for screenreader [\#15930](https://github.com/primefaces/primeng/issues/15930) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.11-LTS](https://www.npmjs.com/package/primeng/v/16.9.11-lts) (2024-06-14) - -**Fixed bugs:** -- Accessibility: Buttons within an accordion header template (keyboard accessibility) [\#15837](https://github.com/primefaces/primeng/issues/15837) -- Accessibility: Tree inside an Accordion (arrow navigation) [\#15830](https://github.com/primefaces/primeng/issues/15830) -- Accessibility within Tree Component [\#15828](https://github.com/primefaces/primeng/issues/15828) -- pTree: right click on treenode chevron down [\#15714](https://github.com/primefaces/primeng/issues/15714) -- Component: Button: Opacity is applied twice on disabled state --> wrong opacity [\#15651](https://github.com/primefaces/primeng/issues/15651) -- Calendar: Range selection mode should use start date as default date when end date isn't set [\#15818](https://github.com/primefaces/primeng/issues/15818) -- Menu: Keyboard navigation broken when using custom template [\#15794](https://github.com/primefaces/primeng/issues/15794) -- pTemplate not working for p-menu alone [\#15781](https://github.com/primefaces/primeng/issues/15781) -- OrderList: Unable to insert space into input component [\#15326](https://github.com/primefaces/primeng/issues/15326) -- Dropdown: when using selectedItem template if the selected option is 0 then no template is rendered [\#15366](https://github.com/primefaces/primeng/issues/15366) -- InputNumber - MinFractionDigits and MaxFractionDigits no longer respect a value of 0 [\#15772](https://github.com/primefaces/primeng/issues/15772) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.10-LTS](https://www.npmjs.com/package/primeng/v/16.9.10-lts) (2024-05-16) - -**Fixed bugs:** -- Tooltip visual issue in 17.16.1 [\#15545](https://github.com/primefaces/primeng/issues/15545) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.9-LTS](https://www.npmjs.com/package/primeng/v/16.9.9-lts) (2024-05-10) - -**Fixed bugs:** -- Calendar: Add additional keyboard support [\#14995](https://github.com/primefaces/primeng/issues/14995) -- Tooltip | Tooltip-option tooltipEvent="focus" does not work on p-button [\#15472](https://github.com/primefaces/primeng/issues/15472) -- Tooltip | tooltipEvent - "focus" | "hover" combined [\#15468](https://github.com/primefaces/primeng/issues/15468) -- Dropdown head is empty if no value is provided [\#14954](https://github.com/primefaces/primeng/issues/14954) -- inputNumber with numeric prefix is not working as expected [\#15311](https://github.com/primefaces/primeng/issues/15311) -- Table | the 'not equal' filter is applied immediately after being selected [\#15283](https://github.com/primefaces/primeng/issues/15283) -- Dialog | tabbing order is broken because of pFocusTrap [\#15482](https://github.com/primefaces/primeng/issues/15482) -- AutoFocus | doesn't work in dialog [\#15524](https://github.com/primefaces/primeng/issues/15524) -- Tooltip | Tooltip is out of position after dialog opens [\#15529](https://github.com/primefaces/primeng/issues/15529) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.8-LTS](https://www.npmjs.com/package/primeng/v/16.9.8-lts) (2024-04-19) - -**Fixed bugs:** -- DynamicDialog: accessibility- CloseAriaLabel not working [\#15144](https://github.com/primefaces/primeng/issues/15144) -- Incorrect type of InputNumberInputEvent.value [\#15206](https://github.com/primefaces/primeng/issues/15206) -- Component: ConfirmDialog Accessibility [\#15108](https://github.com/primefaces/primeng/issues/15108) -- TreeTable | selectionKeys support for checkbox selection mode [\#15216](https://github.com/primefaces/primeng/issues/15216) -- Dropdown, MultiSelect | Accessibility Enhancements [\#15197](https://github.com/primefaces/primeng/issues/15197) -- Component: MultiSelect use listitem semantically [\#15002](https://github.com/primefaces/primeng/issues/15002) -- Component: Dropdown | dropdown box missing the required children for the given role. [\#15123](https://github.com/primefaces/primeng/issues/15123) -- Component: Dropdown | ARIA hidden element must not be focusable or contain focusable elements [\#15116](https://github.com/primefaces/primeng/issues/15116) -- TreeTable | wrong value comparison [\#15178](https://github.com/primefaces/primeng/issues/15178) -- p-dropdown: Missing ariaLabel when in editable = true [\#15122](https://github.com/primefaces/primeng/issues/15122) -- Component: p-listbox missing aria-label [\#15084](https://github.com/primefaces/primeng/issues/15084) -- Panelmenu: Issue with navigating by Tab through submenu items [\#13630](https://github.com/primefaces/primeng/issues/13630) -- p-tag: style not change dynamically [\#12665](https://github.com/primefaces/primeng/issues/12665) -- Table: When removing the filter constraint it should not filter when showApplyButton is visible [\#15032](https://github.com/primefaces/primeng/issues/15032) -- Picklist: ul item lists are missing a label [\#14944](https://github.com/primefaces/primeng/issues/14944) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.7-LTS](https://www.npmjs.com/package/primeng/v/16.9.7-lts) (2024-03-29) - -**Fixed bugs:** -- Major bug p-dropdown in latest LTS version! [\#15026](https://github.com/primefaces/primeng/issues/15026) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.6-LTS](https://www.npmjs.com/package/primeng/v/16.9.6-lts) (2024-03-07) - -**Implemented New Features and Enhancements:** -- ColorPicker: Form elements must have labels [\#14941](https://github.com/primefaces/primeng/issues/14941) - -**Fixed bugs:** -- Tree: If user filter tree nodes and then lazy load new children (with .key prop) - nodeClick event is not emitted [\#14723](https://github.com/primefaces/primeng/issues/14723) -- Tree: Certain ARIA roles must be contained by particular parents [\#14913](https://github.com/primefaces/primeng/issues/14913) -- Tree | ARIA attributes must conform to valid values [\#14912](https://github.com/primefaces/primeng/issues/14912) -- Scroll bar for the base page reappears after closing a secondary modal despite one modal still being open [\#14933](https://github.com/primefaces/primeng/issues/14933) -- Drag-and-Drop Functionality Disrupted by extra tag [\#14935](https://github.com/primefaces/primeng/issues/14935) -- Table, pFrozenColumn: Frozen columns are extremely slow and kick off many change detection cycles [\#14579](https://github.com/primefaces/primeng/issues/14579) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.5-LTS](https://www.npmjs.com/package/primeng/v/16.9.5-lts) (2024-02-07) - -**Fixed bugs:** -- The scrollToIndex method on VirtualScroller does not scroll to the correct index when triggered twice. [\#14731](https://github.com/primefaces/primeng/issues/14731) -- Checkbox: Disabled property does not work when it's used with formControlName [\#14693](https://github.com/primefaces/primeng/issues/14693) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.4-LTS](https://www.npmjs.com/package/primeng/v/16.9.4-lts) (2024-01-19) - -**Fixed bugs:** -- Table Virtual Scroll with Fixed Columns and Lazy Loading Causes Erratic Scrolling and Incomplete Data Display [\#14488](https://github.com/primefaces/primeng/issues/14488) -- TreeTable with scrollHeight="flex" shrinks the header as the table rows are expanded. [\#14523](https://github.com/primefaces/primeng/issues/14523) -- GalleriaThumbnail afterViewInit use platformBrowser instead of isPlatformBrowser. [\#14534](https://github.com/primefaces/primeng/issues/14534) -- Autocomplete: focus not being applied when clicking around input [\#14530](https://github.com/primefaces/primeng/issues/14530) -- Button | StyleClass does not work as expected [\#14583](https://github.com/primefaces/primeng/issues/14583) -- MegaMenu | Error: Cannot read properties of undefined [\#14476](https://github.com/primefaces/primeng/issues/14476) -- Table: Apply and Clear text buttons for filter menu are missing [\#14289](https://github.com/primefaces/primeng/issues/14289) -- Dropdown: Infinite loop dynamic options array [\#14319](https://github.com/primefaces/primeng/issues/14319) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.3-LTS](https://www.npmjs.com/package/primeng/v/16.9.3-lts) (2023-12-28) - -**Fixed bugs:** -- LTS 14 & 16 - Update LicenseManager and fix the false version check [\#14449](https://github.com/primefaces/primeng/issues/14449) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [16.9.2-LTS](https://www.npmjs.com/package/primeng/v/16.9.2-lts) (2023-12-14) - -**Fixed bugs:** -- AutoComplete | Float label goes down after losing focus w/ multiple [\#14297](https://github.com/primefaces/primeng/issues/14297) -- MultiSelect: selectionLimit & floating label regression [\#14299](https://github.com/primefaces/primeng/issues/14299) -- Menu | items don't receive p-focus class [\#14295](https://github.com/primefaces/primeng/issues/14295) -- Removing an item from autocomplete closes p-OverlayPanel [\#14300](https://github.com/primefaces/primeng/issues/14300) - - -## [16.9.1](https://github.com/primefaces/primeng/tree/16.9.1) (2023-11-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.9.0...16.9.1) - -**Fixed bugs:** -- Paginator: missing or unresolved labels of navigation buttons / dropdowns [\#14191](https://github.com/primefaces/primeng/issues/14191) -- MultiSelect: Template dropdown selections not working [\#14188](https://github.com/primefaces/primeng/issues/14188) - -## [16.9.0](https://github.com/primefaces/primeng/tree/16.9.0) (2023-11-22) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.8.0...16.9.0) - -**Implemented New Features and Enhancements:** -- PickList | Accessibility Enhancements [\#14184](https://github.com/primefaces/primeng/issues/14184) -- TabView | Add autoHideButtons input property [\#14186](https://github.com/primefaces/primeng/issues/14186) - -**Fixed bugs:** -- Component: p-table [\#14164](https://github.com/primefaces/primeng/issues/14164) -- MultiSelect | selectedItem template broken if optionValue and optionLabel used together. [\#14187](https://github.com/primefaces/primeng/issues/14187) -- ColumnFilter in row mode and type date not trigger change when value change [\#13672](https://github.com/primefaces/primeng/issues/13672) -- dataTable : is hidden by with frozenColumn [\#13781](https://github.com/primefaces/primeng/issues/13781) -- MultiSelect Empty Filter Message / Template is not working when you have options [\#14057](https://github.com/primefaces/primeng/issues/14057) -- [Calendar] issue when clicking on "today" button it doesn't navigate to the current date. [\#14087](https://github.com/primefaces/primeng/issues/14087) -- Listbox: optionValue is ignored on some events [\#14182](https://github.com/primefaces/primeng/issues/14182) -- TabView Navbar hides last item / Wheelscroll not working anymore [\#14182](https://github.com/primefaces/primeng/issues/14182) -- PrimeNG : SideBar onHide Not trigger [\#13933](https://github.com/primefaces/primeng/issues/13933) -- OrderList | Filter accessibility fix [\#14156](https://github.com/primefaces/primeng/issues/14156) -- REGRESSION: dropdown changes requires the selectedItem to store entire option array item (label and value) to use template selecteditem [\#14172](https://github.com/primefaces/primeng/issues/14172) -- p-dropdown content position out of bounds [\#14162](https://github.com/primefaces/primeng/issues/14162) -- Dropdown does not have the same width of the input when appendTo="body" [\#14159](https://github.com/primefaces/primeng/issues/14159) -- ContextMenu - does NOT remove from the DOM after router.navigate action [\#13949](https://github.com/primefaces/primeng/issues/13949) -- AutoComplete | formGroup.reset() does not work as expected. [\#14170](https://github.com/primefaces/primeng/issues/14170) -- Autocomplete: ng-invalid and ng-dirty immediatly on startup. [\#14149](https://github.com/primefaces/primeng/issues/14149) -- 16.7.0: Context Menu with appendTo="body" throws Type Error in a nested Table. [\#14149](https://github.com/primefaces/primeng/issues/14149) - -## [16.8.0](https://github.com/primefaces/primeng/tree/16.8.0) (2023-11-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.7.2...16.8.0) - -**Implemented New Features and Enhancements:** -- Accessibility | Input Section (part 2) [\#13990](https://github.com/primefaces/primeng/issues/13990) -- Accessibility | Data Section [\#14123](https://github.com/primefaces/primeng/issues/14123) -- VirtualScroller performance enhancement for Input Components with selection [\#13993](https://github.com/primefaces/primeng/issues/13993) -- MegaMenu & MenuBar | Activate root item on hover. [\#14086](https://github.com/primefaces/primeng/issues/14086) - -**Fixed bugs:** -- Autocomplete | overlayOptions not working [\#14139](https://github.com/primefaces/primeng/issues/14139) -- Dropdown Tab key not closing the overlay [\#14124](https://github.com/primefaces/primeng/issues/14124) -- Component: Calendar. After closing the calendar, the p-overflow-hidden class is not deleted [\#14012](https://github.com/primefaces/primeng/issues/14012) -- MultiSelect: Clear button is visible when field has empty array as value [\#14145](https://github.com/primefaces/primeng/issues/14145) -- p-dropdown: onBlur is been called on selection, without lost focus, and before onChange [\#14128](https://github.com/primefaces/primeng/issues/14128) -- Fileupload component disables upload button [\#14046](https://github.com/primefaces/primeng/issues/14046) -- MultiSelect: Label does not properly update when properties change [\#13862](https://github.com/primefaces/primeng/issues/13862) -- MultiSelect onPanelShow is not fired when there are no options (empty array / filtered) [\#14058](https://github.com/primefaces/primeng/issues/14058) -- p-message/p-toast: long details squeezed closeButton [\#14125](https://github.com/primefaces/primeng/issues/14125) -- Autocomplete: deleting search term causes ExpressionChangedAfterItHasBeenCheckedError [\#14001](https://github.com/primefaces/primeng/issues/14001) -- Dropdown & MultiSelect | Cannot scroll on selected on overlay shown. [\#14142](https://github.com/primefaces/primeng/issues/14142) -- AutoComplete | Items are not visible after overlay is opened second time [\#14137](https://github.com/primefaces/primeng/issues/14137) -- Component: p-multiSelect resetFilterOnHide issue [\#14134](https://github.com/primefaces/primeng/issues/14134) -- Dropdown: Triggers 3 onChange events when rendered (two empty) [\#14136](https://github.com/primefaces/primeng/issues/14136) -- ListBox selection is not working from code [\#14121](https://github.com/primefaces/primeng/issues/14121) -- Listbox default values being set. [\#14041](https://github.com/primefaces/primeng/issues/14041) -- PrimeNG : SideBar onHide Not trigger [\#13933](https://github.com/primefaces/primeng/issues/13933) -- Component: p-multiSelect does not render grouped items that have a property named group [\#14061](https://github.com/primefaces/primeng/issues/14061) -- MultiSelect component triggers two empty change events when rendered [\#14103](https://github.com/primefaces/primeng/issues/14103) -- Multiselect: Missing itemValue in onChange event [\#14100](https://github.com/primefaces/primeng/issues/14100) -- REGRESSION 16.7.2: dropdown incorrectly implements NG_VALUE_ACCESSOR, writeValue is issuing change. [\#14095](https://github.com/primefaces/primeng/issues/14095) -- dropdown not selected After upgrade Primeng 16 [\#14094](https://github.com/primefaces/primeng/issues/14094) -- Dropdown: Additional case where dropdown causes panel to scroll [\#14078](https://github.com/primefaces/primeng/issues/14078) -- Dropdown: In PrimeNG 16.7.1 interacting with dropdown causes panel to scroll [\#14039](https://github.com/primefaces/primeng/issues/14039) -- p-tooltip : autohide="false" does not work every times [\#14014](https://github.com/primefaces/primeng/issues/14014) -- Accordion: nested inputs loose focus when pressing arrow keys [\#14105](https://github.com/primefaces/primeng/issues/14105) -- Chips: Focus classes are no longer applied [\#14101](https://github.com/primefaces/primeng/issues/14101) -- Autocomplete: Delete selection in multiple mode cause "Cannot read properties of undefined (reading 'nativeElement')" [\#14064](https://github.com/primefaces/primeng/issues/14064) -- Component: p-chips | does not work with Reactive Forms [\#14062](https://github.com/primefaces/primeng/issues/14062) - - -## [16.7.2](https://github.com/primefaces/primeng/tree/16.7.2) (2023-11-08) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.7.1...16.7.2) - -**Fixed bugs:** -- Overlay: p-overlay div not removed from DOM on hiding panel [\#12948](https://github.com/primefaces/primeng/issues/12948) -- Table / EditableColumn: onEditComplete emitts old data value and not the new one as documented [\#13708](https://github.com/primefaces/primeng/issues/13708) -- FileUpload: Input Triggered on Any Mouse Click [\#13722](https://github.com/primefaces/primeng/issues/13722) -- Toast | Position Class is there twice when using Angular SSR and Client Hydration [\#13784](https://github.com/primefaces/primeng/issues/13784) -- Dialog: bad drag behavior when keepInViewport is false [\#13856](https://github.com/primefaces/primeng/issues/13856) -- p-image-preview-indicator rendered when preview is false [\#14002](https://github.com/primefaces/primeng/issues/14002) -- TriStateCheckboxComponent: inputId not working [\#13946](https://github.com/primefaces/primeng/issues/13946) -- splitButton: close dropdown when default button is clicked [\#13962](https://github.com/primefaces/primeng/issues/13962) -- SelectButton in v16.7.1 is only partially fixed [\#14048](https://github.com/primefaces/primeng/issues/14048) - -## [16.7.1](https://github.com/primefaces/primeng/tree/16.7.1) (2023-11-06) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.7.0...16.7.1) - -**Fixed bugs:** -- BIG ERROR with DropDown [\#13996](https://github.com/primefaces/primeng/issues/13996) -- Component: p-dropdwon onChange is called multiple times at init [\#14005](https://github.com/primefaces/primeng/issues/14005) -- Change of Dropdown selection throws error: Cannot read properties of undefined (reading 'length') primeng dropdown [\#14007](https://github.com/primefaces/primeng/issues/14007) -- Dropdown filtering issues with array of strings [\#14011](https://github.com/primefaces/primeng/issues/14011) -- The ngModel directive can't set an item of dropdown in version 16.7.0 [\#14023](https://github.com/primefaces/primeng/issues/14023) -- ListBox | onClick event does not emit [\#14036](https://github.com/primefaces/primeng/issues/14036) -- ListBox | OnChange doesn't emit [\#14033](https://github.com/primefaces/primeng/issues/14033) -- onClick event listbox error v16.7.0 [\#13998](https://github.com/primefaces/primeng/issues/13998) -- MultiSelect | Input section receives focus on filter click. [\#14035](https://github.com/primefaces/primeng/issues/14035) -- Multiselect set value error v16.7.0 [\#13999](https://github.com/primefaces/primeng/issues/13999) -- SelectButton broken in v16.7.0 [\#14021](https://github.com/primefaces/primeng/issues/14021) -- Global filter to search tree-table is not returning all the relevant results [\#14016](https://github.com/primefaces/primeng/issues/14016) - -## [16.7.0](https://github.com/primefaces/primeng/tree/16.7.0) (2023-11-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.6.0...16.7.0) - -**Deprecated:** -- Deprecate pAnimate directive [\#13972](https://github.com/primefaces/primeng/issues/13972) - -**Implemented New Features and Enhancements:** -- Accessibility | Input Section (part 1) [\#13413](https://github.com/primefaces/primeng/issues/13413) -- ListBox | VirtualScroller support [\#13939](https://github.com/primefaces/primeng/issues/13939) -- Add animateOnScroll directive [\#13970](https://github.com/primefaces/primeng/issues/13970) -- p-image: missing support for lazyloading [\#13926](https://github.com/primefaces/primeng/issues/13926) - -**Fixed bugs:** -- OverlayPanel: Calendar and table inside OverlayPanel, click inside dissmiss the overlaypanel [\#13605](https://github.com/primefaces/primeng/issues/13605) -- 16.3.1 regression: p-overlayPanel dismisses when making changes to nested p-multiSelect [\#13601](https://github.com/primefaces/primeng/issues/13601) -- Component: Accordion Component Allows Tab Navigation Into Closed Accordion Tabs [\#13845](https://github.com/primefaces/primeng/issues/13845) -- Component: ContextMenu with appendTo="body" doesn't close when destroyed [\#13948](https://github.com/primefaces/primeng/issues/13948) -- Component: Carousel | Circular is broken when OnPush is enabled in parent components and it's initializing [\#13974](https://github.com/primefaces/primeng/issues/13974) -- Using AccordionTab inside of div or another element and not directly inside of an Accordion [\#13969](https://github.com/primefaces/primeng/issues/13969) - -## [16.6.0](https://github.com/primefaces/primeng/tree/16.6.0) (2023-10-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.5.1...16.6.0) - -**Implemented New Features and Enhancements:** -- Menu | item template support [\#13910](https://github.com/primefaces/primeng/issues/13910) -- Overlaypanel: OverlayPanel does not close on escape key press [\#13930](https://github.com/primefaces/primeng/issues/13930) -- Accessibility | Tabview ink bar accessibility problems [\#13902](https://github.com/primefaces/primeng/issues/13902) - -**Fixed bugs:** -- Component: Carousel | Circular Option is broken when first iteration is done [\#13821](https://github.com/primefaces/primeng/issues/13821) -- Component: TreeTable selection binding no longer allows for single selection [\#13869](https://github.com/primefaces/primeng/issues/13869) -- Component: MultiSelect ExpressionChangedAfterItHasBeenCheckedError when spam clicking [\#13942](https://github.com/primefaces/primeng/issues/13942) -- pButton | Loading icon problem [\#13901](https://github.com/primefaces/primeng/issues/13901) -- splitbutton: Accessibility does not appear to work as documented [\#13908](https://github.com/primefaces/primeng/issues/13908) -- Galleria: Cannot read properties of undefined when tabbing through component [\#13945](https://github.com/primefaces/primeng/issues/13945) - -## [16.5.1](https://github.com/primefaces/primeng/tree/16.5.1) (2023-10-18) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.5.0...16.5.1) - -**Fixed bugs:** -- Table | Column widths are not recalculated w/resize + drag & drop [\#13875](https://github.com/primefaces/primeng/issues/13875) -- Tooltip doesn't accept TemplateRef HTMLElement anymore [\#13866](https://github.com/primefaces/primeng/issues/13866) -- Component: AccordionTab.toggle(null) throws TypeError [\#13872](https://github.com/primefaces/primeng/issues/13872) -- Menu Components | Convert property binding of 'id' to attribute binding [\#13870](https://github.com/primefaces/primeng/issues/13870) - -## [16.5.0](https://github.com/primefaces/primeng/tree/16.5.0) (2023-10-11) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.4.2...16.5.0) - -**Deprecated:** -- SlideMenu: Deprecate from PrimeNG [\#13830](https://github.com/primefaces/primeng/issues/13830) -- Remove FullCalendar theme support [\#13834](https://github.com/primefaces/primeng/issues/13834) - -**Implemented New Features and Enhancements:** -- Button: New props [\#13851](https://github.com/primefaces/primeng/issues/13851) -- SelectButton: Add allowEmpty property [\#13853](https://github.com/primefaces/primeng/issues/13853) -- Accessibility | Step component bugs and improvements [\#13742](https://github.com/primefaces/primeng/issues/13742) -- Tooltip: Accessibility role not available [\#13843](https://github.com/primefaces/primeng/issues/13843) -- Improve block/unblockScroll architecture [\#13855](https://github.com/primefaces/primeng/issues/13855) - -**Fixed bugs:** - -- Toolbar: Inconsistent naming and wrong documentation [\#13814](https://github.com/primefaces/primeng/issues/13814) -- Password | Incorrect placement of close icon when toggleMask="true" [\#13817](https://github.com/primefaces/primeng/issues/13817) -- Tooltip: disable autoHide doesn't work [\#13828](https://github.com/primefaces/primeng/issues/13828) -- Multiselect: Chips: Delete button not visible if label is too wide [\#13816](https://github.com/primefaces/primeng/issues/13816) -- BlockUI: Mask is not applied when blocked changes rapidly [\#11838](https://github.com/primefaces/primeng/issues/11838) -- panelMenu- sub MenuItem is disabled but still it can be clickable and expandable [\#13827](https://github.com/primefaces/primeng/issues/13827) -- Multiselect: Incorrect view with selected items [\#13654](https://github.com/primefaces/primeng/issues/13654) -- there is a missed "break;" line in a switch case in menu.ts at line 540 [\#13766](https://github.com/primefaces/primeng/issues/13766) -- SSR fails on carousel circular and galleria autoplay [\#13837](https://github.com/primefaces/primeng/issues/13837) -- Editor layer defect [\#13831](https://github.com/primefaces/primeng/issues/13831) -- p-dialog: ExpressionChangedAfterItHasBeenCheckedError with attr.aria-labelledby [\#13636](https://github.com/primefaces/primeng/issues/13636) -- Textarea: autoResize doesn't work when used inside a Dialog [\#9231](https://github.com/primefaces/primeng/issues/9231) - -## [16.4.4](https://github.com/primefaces/primeng/tree/16.4.4) (2024-04-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.4.3...16.4.4) - -**Fixed bugs:** -- TreeTable | selectionKeys support for checkbox selection mode [\#15216](https://github.com/primefaces/primeng/issues/15216) -- p-treeTableHeaderCheckbox doesn't select/unselect all when TreeTable has dataKey property [\#9188](https://github.com/primefaces/primeng/issues/9188) - -## [16.4.3](https://github.com/primefaces/primeng/tree/16.4.3) (2024-01-04) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.4.2...16.4.3) - -**Fixed bugs:** -- ContextMenu | Touch Device support[\#14375](https://github.com/primefaces/primeng/issues/14375) - -## [16.4.2](https://github.com/primefaces/primeng/tree/16.4.2) (2023-11-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.4.1...16.4.2) - -**Fixed bugs:** -- TreeTable | Global filter to search tree-table is not returning all the relevant results [\#14082](https://github.com/primefaces/primeng/issues/14082) -- Dropdown | FocusTrap doesn't allow user to tab on next element [\#14083](https://github.com/primefaces/primeng/issues/14083) - -## [16.4.1](https://github.com/primefaces/primeng/tree/16.4.1) (2023-09-27) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.4.0...16.4.1) - -**Fixed bugs:** -- Menu Components | id property of menuItem API is ignored [\#13763](https://github.com/primefaces/primeng/issues/13763) -- ESLint Error [\#13764](https://github.com/primefaces/primeng/issues/13764) -- Table: Incorrect behavior when a column is both sortable and filterable, and user clicks on a certain part of the filter icon [\#13361](https://github.com/primefaces/primeng/issues/13361) -- Tree | onKeydown is broken with contextMenu [\#13558](https://github.com/primefaces/primeng/issues/13558) -- p-confirmPopup errors when setTimeout runs after onContainerDestroy [\#13761](https://github.com/primefaces/primeng/issues/13761) -- MegaMenu ReferenceError in Jest Test same as #12945 [\#13758](https://github.com/primefaces/primeng/issues/13758) - -## [16.4.0](https://github.com/primefaces/primeng/tree/16.4.0) (2023-09-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.3.1...16.4.0) - -**Implemented New Features and Enhancements:** -- Theme updates: change :focus to focus-visible [\#13740](https://github.com/primefaces/primeng/issues/13740) -- New @layer implementation [\#13737](https://github.com/primefaces/primeng/issues/13737) -- dynamic dialog module (same instances on top of each other) and update deprecated methods [\#13617](https://github.com/primefaces/primeng/issues/13617) -- DataTable | Row selection focus styling issue [\#13617](https://github.com/primefaces/primeng/issues/13617) -- FileUpload | Drag and drop highlight enhancement [\#13306](https://github.com/primefaces/primeng/issues/13306) -- Image: Add srcset attribute [\#13683](https://github.com/primefaces/primeng/issues/13683) -- FileUpload: allow file size units internationalization [\#13398](https://github.com/primefaces/primeng/issues/13398) -- Dialog component scrollbar shift [\#13732](https://github.com/primefaces/primeng/issues/13732) -- Update Lara to use "Inter var" font [\#13713](https://github.com/primefaces/primeng/issues/13713) -- ConfirmDialog: pTemplate="message" and pTemplate="icon" is missing [\#13700](https://github.com/primefaces/primeng/issues/13700) -- Add GTAG Manager [\#13626](https://github.com/primefaces/primeng/issues/13626) - -**Fixed bugs:** -- TreeSelect: Close Button icon not centred [\#13750](https://github.com/primefaces/primeng/issues/13750) -- PrimeNG 16.1.0 selecting a menu option causes panel to scroll [\#13390](https://github.com/primefaces/primeng/issues/13390) -- p-tabPanel does not detect changes when "headerStyle", "headerStyleClass" binding is changed [\#13746](https://github.com/primefaces/primeng/issues/13746) -- Column Filter: Auto close on Click Outside does not work [\#13596](https://github.com/primefaces/primeng/issues/13596) -- dismissableMask is not working on ConfirmationPopup [\#13714](https://github.com/primefaces/primeng/issues/13714) -- showClear on calendar doesn't appear if showIcon is set to true [\#13749](https://github.com/primefaces/primeng/issues/13749) -- Codebase: ES LINTER ISSUE [\#13641](https://github.com/primefaces/primeng/issues/13641) -- zIndex of ConfirmDialog is not adaptive (always less by one) [\#13498](https://github.com/primefaces/primeng/issues/13498) -- Increased zIndex Position when Sidebar and Modals work together [\#13501](https://github.com/primefaces/primeng/issues/13501) -- SpeedDial | Menu Items are only hidden but still in view on closed dial [\#13725](https://github.com/primefaces/primeng/issues/13725) -- Calendar | Disabled date is highlighted when it's in the range [\#13736](https://github.com/primefaces/primeng/issues/13736) -- Calendar: disabledDate Template Broken [\#13695](https://github.com/primefaces/primeng/issues/13695) -- Toast: closeIcon on message is outside of button [\#13707](https://github.com/primefaces/primeng/issues/13707) -- BlockUI | Does not block scroll on document mode [\#13734](https://github.com/primefaces/primeng/issues/13734) -- AutoComplete | p-autocomplete-token-icon alignment issue [\#13532](https://github.com/primefaces/primeng/issues/13532) -- ConfirmPopup: CloseOnEscape is not working [\#13652](https://github.com/primefaces/primeng/issues/13652) -- Component: Panelmenu SubMenus not supported HTML content [\#13637](https://github.com/primefaces/primeng/issues/13637) -- pButton | Loading icon not removing [\#13489](https://github.com/primefaces/primeng/issues/13489) -- p-slider: Slider issue with onSlideEnd event and range selection [\#9013](https://github.com/primefaces/primeng/issues/9013) -- Calendar: Calendar is closed when month is selected with spacebar [\#13662](https://github.com/primefaces/primeng/issues/13662) -- Tooltip: Tooltip flickering issue [\#13680](https://github.com/primefaces/primeng/issues/13680) -- MultiSelect: Overlay not repositioned after filtering options [\#13571](https://github.com/primefaces/primeng/issues/13571) -- TieredMenu: SubMenus are not uncovered on mouse hover anymore [\#13582](https://github.com/primefaces/primeng/issues/13582) -- Menu | MenuItem API id property is ignored [\#13705](https://github.com/primefaces/primeng/issues/13705) -- Menu | Throws error on tab [\#13702](https://github.com/primefaces/primeng/issues/13702) -- DynamicDialog - remove entryComponents from docs [\#13679](https://github.com/primefaces/primeng/issues/13679) -- Table: Programmatic reset not work on primeng live demo [\#13657](https://github.com/primefaces/primeng/issues/13657) -- Component: Menu component throws a JS exception [\#13568](https://github.com/primefaces/primeng/issues/13568) -- SpeedDial onBlur: NG0600: Writing to signals is not allowed in a computed or an effect by default. Use allowSignalWrites in the CreateEffectOptions to enable this inside effects. [\#13499](https://github.com/primefaces/primeng/issues/13499) -- Component: InputNumber maxlength and maxFractionDigits attributes are ignored by pasting [\#13588](https://github.com/primefaces/primeng/issues/13588) -- Using SplitButton causes ReferenceError: Cannot access 'TieredMenu' before initialization [\#12945](https://github.com/primefaces/primeng/issues/12945) -- Component: Buttons and table frozen column [\#13562](https://github.com/primefaces/primeng/issues/13562) - -## [16.3.1](https://github.com/primefaces/primeng/tree/16.3.1) (2023-08-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.3.0...16.3.1) - -**Fixed bugs:** -- PrimeNG build is not working [\#13581](https://github.com/primefaces/primeng/issues/13581) - -## [16.3.0](https://github.com/primefaces/primeng/tree/16.3.0) (2023-08-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.2.0...16.3.0) - -**Implemented New Features and Enhancements:** - -- Toast: Expose default Toast Item life prop for overriding [\#13577](https://github.com/primefaces/primeng/issues/13577) -- SelectButton: getOptionValue is called twice in onItemClick if multiple is false \(single mode\) [\#13553](https://github.com/primefaces/primeng/issues/13553) -- InputNumber | Add ariaLabelledBy props [\#13547](https://github.com/primefaces/primeng/issues/13547) -- InputNumber - showClear icon not showing when value is "0" [\#13525](https://github.com/primefaces/primeng/issues/13525) -- Knob | Add ariaLabel, ariaLabelledBy, tabindex props [\#13504](https://github.com/primefaces/primeng/issues/13504) -- TreeTable and TreeSelect: Output emits wrong type \(TreeTable.onNodeExpand and TreeSelect.onNodeUnselect and .onNodeSelect\) [\#13415](https://github.com/primefaces/primeng/issues/13415) -- p-splitter: nested panels should have min-width: 0 to leverage flex-basis correctly [\#13323](https://github.com/primefaces/primeng/issues/13323) -- Tree/DataView/Table: there is no way to set a custom class to the paginator component [\#13204](https://github.com/primefaces/primeng/issues/13204) -- Wrong type definition of KeyFilter.pKeyFilter \(pattern\) [\#13086](https://github.com/primefaces/primeng/issues/13086) -- DropDown: open even if disabled [\#12973](https://github.com/primefaces/primeng/issues/12973) -- Carousel or Galleria component autoplay will stop after click any step and can't re-autoplay again [\#12949](https://github.com/primefaces/primeng/issues/12949) -- Component: P-Image Preview Image URL [\#12928](https://github.com/primefaces/primeng/issues/12928) -- Component: Paginator, Table [\#12897](https://github.com/primefaces/primeng/issues/12897) -- Component: Carousel add better playing status support [\#12706](https://github.com/primefaces/primeng/issues/12706) -- DynamicDialog: Close button receives initial focus [\#12643](https://github.com/primefaces/primeng/issues/12643) -- Add LazyLoadOnInit flag for Data View [\#12526](https://github.com/primefaces/primeng/issues/12526) -- Password: Add autocomplete property for input [\#12362](https://github.com/primefaces/primeng/issues/12362) -- In Calender year view disable year issue [\#12151](https://github.com/primefaces/primeng/issues/12151) -- CI: Replace deprecated and non-functional travis-ci.org [\#10846](https://github.com/primefaces/primeng/issues/10846) -- Let the user choose where to place a DynamicDialog rather than in body [\#9546](https://github.com/primefaces/primeng/issues/9546) -- Template support for Tooltip [\#3496](https://github.com/primefaces/primeng/issues/3496) - -**Fixed bugs:** - -- Autocomplete Force Selection case sensitive issue [\#13578](https://github.com/primefaces/primeng/issues/13578) -- AutoComplete showClear close icon overlap with loader icon [\#13572](https://github.com/primefaces/primeng/issues/13572) -- Sidenav: Input Key Down triggers "TypeError: ctx\_r16.onKeyDown is not a function" [\#13569](https://github.com/primefaces/primeng/issues/13569) -- fileUpload: choose button is disabled after upload when you chose more files than the file limit [\#13566](https://github.com/primefaces/primeng/issues/13566) -- DropDown clear or close icon on click dropDown options open randomly [\#13560](https://github.com/primefaces/primeng/issues/13560) -- DropDown filter search not trimming text and search showing empty [\#13559](https://github.com/primefaces/primeng/issues/13559) -- Sidebar: Badge property not working [\#13523](https://github.com/primefaces/primeng/issues/13523) -- SplitButton \[NG\]: Menu is not closing when click on outside [\#13522](https://github.com/primefaces/primeng/issues/13522) -- p-steps Docs: Routing Example Broken [\#13519](https://github.com/primefaces/primeng/issues/13519) -- Component: Pick List [\#13513](https://github.com/primefaces/primeng/issues/13513) -- Sidebar related bug [\#13509](https://github.com/primefaces/primeng/issues/13509) -- DynamicDialog: ExpressionChangedAfterItHasBeenCheckedError for attr.aria-labelledby [\#13497](https://github.com/primefaces/primeng/issues/13497) -- Component: `p-dialog` bad drag behavior [\#13493](https://github.com/primefaces/primeng/issues/13493) -- InputTextarea with autoResize=true have scroll up issues [\#13484](https://github.com/primefaces/primeng/issues/13484) -- Dropdown: Escape Key event not default prevented [\#13463](https://github.com/primefaces/primeng/issues/13463) -- p-overlayPanel does not hide automatically after scrolling [\#13462](https://github.com/primefaces/primeng/issues/13462) -- TableRowSelectEvent: data must not be an array [\#13383](https://github.com/primefaces/primeng/issues/13383) -- Table: Incorrect behavior when a column is both sortable and filterable, and user clicks on a certain part of the filter icon [\#13361](https://github.com/primefaces/primeng/issues/13361) -- p-calendar: Cannot read properties of undefined \(reading 'length'\) [\#13348](https://github.com/primefaces/primeng/issues/13348) -- AutoComplete: completeOnFocus [\#13344](https://github.com/primefaces/primeng/issues/13344) -- p-menu: Links are turned into groups [\#13297](https://github.com/primefaces/primeng/issues/13297) -- The `breakpoints`options can be ignored when the dialog is maximized. [\#13268](https://github.com/primefaces/primeng/issues/13268) -- TreeTable: selectionChange emitter type error [\#13254](https://github.com/primefaces/primeng/issues/13254) -- pKeyFilter stops Enter key from submitting form in Firefox [\#13246](https://github.com/primefaces/primeng/issues/13246) -- Calendar: onModelChange not called with keepInvalid=true if user enters a well-formatted date but outside allowed range [\#13132](https://github.com/primefaces/primeng/issues/13132) -- TreeTable: Can't write multi line in a textarea used to edit a cell [\#13105](https://github.com/primefaces/primeng/issues/13105) -- Menubar | ReferenceError: Cannot access 'Menubar' before initialization [\#13024](https://github.com/primefaces/primeng/issues/13024) -- Chips: After clicking the clear button does not allow to input values [\#13011](https://github.com/primefaces/primeng/issues/13011) -- p-password: attribute 'className' instead of 'class' used in content template [\#13003](https://github.com/primefaces/primeng/issues/13003) -- Calendar: formArray marked Touched when item gets removed [\#12956](https://github.com/primefaces/primeng/issues/12956) -- Multiselect: Cannot dynamically change selectionLimit on Multiselect [\#12775](https://github.com/primefaces/primeng/issues/12775) -- Calendar: Error if using datatype string with selectionMode="range" and keepInvalid=true [\#12722](https://github.com/primefaces/primeng/issues/12722) -- Toggleable panel inside another toggleable panel has it's content visible when collapsed by default [\#12713](https://github.com/primefaces/primeng/issues/12713) -- p-button: disabled p-button doesn't work [\#12692](https://github.com/primefaces/primeng/issues/12692) -- Chips doesnt support RegExp Separator as per documentation [\#12640](https://github.com/primefaces/primeng/issues/12640) -- p-autocomplete: baseZIndex, autoZIndex, appendTo not respected [\#12600](https://github.com/primefaces/primeng/issues/12600) -- primeng calendar year view not work with \*maxDate\* and \*minDate\* not working [\#12583](https://github.com/primefaces/primeng/issues/12583) -- Button: p-button executing methods on click when disabled [\#12495](https://github.com/primefaces/primeng/issues/12495) - -## [16.2.0](https://github.com/primefaces/primeng/tree/16.2.0) (2023-08-11) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.1.0...16.2.0) - -**New Features:** -- DynamicDialog | Add closeAriaLabel for acessibility [\#13410](https://github.com/primefaces/primeng/issues/#13410) -- ConfirmDialog | Add closeAriaLabel for accessibility [\#13408](https://github.com/primefaces/primeng/issues/#13408) -- SpeedDial | Add ariaLabel and ariaLabelledBy inputs (accessibility) [\#13404](https://github.com/primefaces/primeng/issues/#13404) -- Accordion | wrong aria roles and add headerAriaLevel property (accessibility) [\#13431](https://github.com/primefaces/primeng/issues/#13431) - -**Enhancements:** -- Update Angular packages [\#13444](https://github.com/primefaces/primeng/issues/#13444) -- Accessibility | Messages Section [\#13411](https://github.com/primefaces/primeng/issues/#13411) -- Accessibility | Overlay Section [\#13409](https://github.com/primefaces/primeng/issues/#13409) -- Accessibility | Button Section [\#13402](https://github.com/primefaces/primeng/issues/#13402) -- Accessibility | TabView - TabIndex order doesn't follow the W3C recommended pattern [\#13421](https://github.com/primefaces/primeng/issues/#13421) -- Accessibility | Media Section [\#13420](https://github.com/primefaces/primeng/issues/#13420) -- Multiselect: Overlay should not be closed when toggle on unSelectAll icon [\#13384](https://github.com/primefaces/primeng/issues/#13384) -- Accordion | wrong aria roles and add headerAriaLevel property (accessibility) [\#13431](https://github.com/primefaces/primeng/issues/#13431) - -**Fixed bugs:** -- Tooltip | Auto Hide Not Working [\#13482](https://github.com/primefaces/primeng/issues/#13482) -- TabView | Arrow button stays visible even there is no overflow [\#13478](https://github.com/primefaces/primeng/issues/#13478) -- p-panelMenu: visible:false don’t work for submenus [\#13469](https://github.com/primefaces/primeng/issues/#13469) -- fileUpload: conversion uses 1000 instead of 1024 for file size formatting [\#13467](https://github.com/primefaces/primeng/issues/#13467) -- Accessibility | PanelMenu - collapsed region are still reachable via tab navigation when at least an item has a link [\#13435](https://github.com/primefaces/primeng/issues/#13435) -- MenuBar and MegaMenu: On mobile menubar and megamenu both requires double tap to open submenu [\#13447](https://github.com/primefaces/primeng/issues/#13447) -- TieredMenu: On mobile tieredmenu requires double tap to open submenu [\#13433](https://github.com/primefaces/primeng/issues/#13433) -- Menu and PanelMenu | Separator is not visible [\#13476](https://github.com/primefaces/primeng/issues/#13476) -- Menu Components | Cannot override model value [\#13471](https://github.com/primefaces/primeng/issues/#13471) -- Component: PanelMenu - styleClass and tooltip not applied [\#13401](https://github.com/primefaces/primeng/issues/#13401) -- TieredMenu: SubMenus are not uncovered on mouse hover anymore [\#13455](https://github.com/primefaces/primeng/issues/#13455) -- TabMenu: Disabled items are no longer rendered [\#13454](https://github.com/primefaces/primeng/issues/#13454) -- Component: ContextMenu [\#13456](https://github.com/primefaces/primeng/issues/#13456) -- Button: Loading icon not showing when used by pButton directive [\#13345](https://github.com/primefaces/primeng/issues/#13345) -- pButton: When changing the loading property of the pButton the spinner is not shown [\#13195](https://github.com/primefaces/primeng/issues/#13195) -- Button: custom loading icon is not displayed [\#13250](https://github.com/primefaces/primeng/issues/#13250) -- Component: InputNumber - maxlength input param doesn't limit number of numbers that user can type [\#13426](https://github.com/primefaces/primeng/issues/#13426) -- FileUpload: when multiple files are selected and more than one has errors only only one message is shown [\#13426](https://github.com/primefaces/primeng/issues/#13426) -- FileUpload | Incorrect margin between label and icon [\#13414](https://github.com/primefaces/primeng/issues/#13414) -- OrganizationChart not refreshing view after new TreeNode is added [\#13368](https://github.com/primefaces/primeng/issues/#13368) -- SplitButton menu options not working correctly in v16.1.0 [\#13389](https://github.com/primefaces/primeng/issues/#13389) -- New required undocumented locale options in PrimeNG 16.1.0 [\#13380](https://github.com/primefaces/primeng/issues/#13380) - -## [16.1.0](https://github.com/primefaces/primeng/tree/16.1.0) (2023-07-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.0.2...16.1.0) - -**New Features:** -- TabMenu | Add ariaLabel and ariaLabelledBy props [\#13376](https://github.com/primefaces/primeng/issues/#13376) -- ContextMenu | Add id, ariaLabel, ariaLabelledBy props [\#13373](https://github.com/primefaces/primeng/issues/#13373) -- Toolbar | Add aria-labelledby [\#13235](https://github.com/primefaces/primeng/issues/#13235) - -**Enhancements:** -- Accessibility | Panel section [\#13229](https://github.com/primefaces/primeng/issues/#13229) -- Accessibility | Misc section [\#13237](https://github.com/primefaces/primeng/issues/#13237) -- Accessibility | Menu section [\#13264](https://github.com/primefaces/primeng/issues/#13264) -- ContextMenu | Add ariaLabel, ariaLabelledBy, id properties & show/hide emitters (accessibility) [\#13310](https://github.com/primefaces/primeng/issues/#13310) -- Menu | Add ariaLabelledBy and ariaLabel and onFocus, onBlur emitters [\#13253](https://github.com/primefaces/primeng/issues/#13253) - -**Fixed bugs:** -- Calendar | Icon is not visible (material compact theme) [\#13123](https://github.com/primefaces/primeng/issues/#13123) -- DynamicDialogRef - onClose Observable never completes [\#9732](https://github.com/primefaces/primeng/issues/#9732) -- Component: OrderList [\#13322](https://github.com/primefaces/primeng/issues/#13322) -- TabView | Last element is not visible when scrolling=true [\#13371](https://github.com/primefaces/primeng/issues/#13371) -- Breadcrumb | Chevron and slash icon is visible at the same time (bootstrap themes) [\#13359](https://github.com/primefaces/primeng/issues/#13359) -- Tree: Partially selected checkbox rendered incorrectly [\#13131](https://github.com/primefaces/primeng/issues/#13131) -- TreeTable: previous and next button icons not visible when using paginator [\#13258](https://github.com/primefaces/primeng/issues/#13258) -- Component: ToolTip [\#13238](https://github.com/primefaces/primeng/issues/#13238) -- Component: p-overlay overflows the viewport [\#13273](https://github.com/primefaces/primeng/issues/#13273) -- Slidemenu: Separator class mismatch [\#13279](https://github.com/primefaces/primeng/issues/#13279) -- TreeNode: data is no longer generic [\#13183](https://github.com/primefaces/primeng/issues/#13183) -- Component: Avatar [\#13292](https://github.com/primefaces/primeng/issues/#13292) -- P-Table - Column resize not working as expected [\#12183](https://github.com/primefaces/primeng/issues/#12183) -- Inplace: Close icon customization variabe + input mismatch [\#13277](https://github.com/primefaces/primeng/issues/#13277) -- Component: Autocomplete component [\#13271](https://github.com/primefaces/primeng/issues/#13271) -- Carousel: The documentation doesn't show the examples [\#13286](https://github.com/primefaces/primeng/issues/#13286) -- Image Component: esc button doesn't close the preview [\#13305](https://github.com/primefaces/primeng/issues/#13305) - -## [16.0.2](https://github.com/primefaces/primeng/tree/16.0.2) (2023-06-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.0.1...16.0.2) - -**Fixed bugs:** -- FileUploader: Choose button is missing icon spacing [\#13232](https://github.com/primefaces/primeng/issues/#13232) -- Compiler error: p-autoComplete Argument of type 'Event' is not assignable to parameter of type 'MouseEvent' [\#13227](https://github.com/primefaces/primeng/issues/#13227) -- p-dropdown unable to auto-select first item if group used [\#12637](https://github.com/primefaces/primeng/issues/#12637) -- Component: Tooltip has no default zindex 16.0.1 [\#13220](https://github.com/primefaces/primeng/issues/#13220) -- Clear filter Icon is not showing in p-columnfilter Component [\#12947](https://github.com/primefaces/primeng/issues/#12947) -- Table Filter: Remove filter button is invisible [\#13134](https://github.com/primefaces/primeng/issues/#13134) -- In table filter slash icon is not displaying when data is entered in the row filter. [\#13222](https://github.com/primefaces/primeng/issues/#13222) -- Error: Cannot resolve type entity SafeHtmlPipe to symbol [\#13218](https://github.com/primefaces/primeng/issues/#13218) - -## [16.0.1](https://github.com/primefaces/primeng/tree/16.0.1) (2023-06-16) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.0.0...16.0.1) - -**Enhancements:** -- Type for demos [\#13135](https://github.com/primefaces/primeng/issues/13135) -- Update dynamicdialog-config.ts [\#13019](https://github.com/primefaces/primeng/issues/13019) - -**Fixed bugs:** -- CascadeSelect: Wrong type definition for optionGroupChildren [\#13152](https://github.com/primefaces/primeng/issues/13152) -- Checkbox: breaking change for value type [\#13182](https://github.com/primefaces/primeng/issues/13182) -- Component: Dynamic Dialog resize change doesn't work [\#13158](https://github.com/primefaces/primeng/issues/13158) -- AutoComplete: grouped options are not selected with enter key [\#12624](https://github.com/primefaces/primeng/issues/12624) -- Galleria | cannot read properties of undefined error [\#13124](https://github.com/primefaces/primeng/issues/13124) -- selectButton: Conditional template rendering is not working [\#13053](https://github.com/primefaces/primeng/issues/13053) -- AccordionTab iconPos end not working [\#12988](https://github.com/primefaces/primeng/issues/12988) -- OverlayPanel: Incorrect position when inside of dialog in 16.0.0 (did not happen in rc2) [\#13201](https://github.com/primefaces/primeng/issues/13201) -- Button: loading style issue when already has an icon [\#13148](https://github.com/primefaces/primeng/issues/13148) -- FileUpload | File limit does not fire error [\#13129](https://github.com/primefaces/primeng/issues/13129) -- ConfirmDialog: style property not updated [\#13155](https://github.com/primefaces/primeng/issues/13155) -- Can not install with angular@16.1.0 [\#13197](https://github.com/primefaces/primeng/issues/13197) -- Button: loading state bugs [\#13098](https://github.com/primefaces/primeng/issues/13098) -- Menu | iconStyle or inline styling does not work as expected [\#13128](https://github.com/primefaces/primeng/issues/13128) -- TreeNode: data is no longer generic [\#13183](https://github.com/primefaces/primeng/issues/13183) -- Documentation: picklist example is not rendering the data [\#13186](https://github.com/primefaces/primeng/issues/13186) -- Tooltip: Doesn't work. Show console error [\#13190](https://github.com/primefaces/primeng/issues/13190) -- Documentation: Bug: Table "Subheader" takes you nowhere [\#13184](https://github.com/primefaces/primeng/issues/13184) - -## [16.0.0](https://github.com/primefaces/primeng/tree/16.0.0) (2023-06-12) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.0.0-rc.2...16.0.0) - -**Enhancements:** -- Icons: clipPath improvements [\#13177](https://github.com/primefaces/primeng/issues/13177) - -**Fixed bugs:** -- p-confirmPopup errors when setTimeout runs after onContainerDestroy [\#13034](https://github.com/primefaces/primeng/issues/13034) -- FileUpload - when fileLimit is set, no previous error messages are displayed [\#13083](https://github.com/primefaces/primeng/issues/13083) -- Broken Stackblitz demos [\#13088](https://github.com/primefaces/primeng/issues/13088) -- PrimeNG Website - Documentation for Toast missing position feature in demo [\#13159](https://github.com/primefaces/primeng/issues/13159) -- Component: KeyFilter [\#13076](https://github.com/primefaces/primeng/issues/13076) -- Wrong type definition of ToastCloseEvent [\#13079](https://github.com/primefaces/primeng/issues/13079) -- Table: ERROR TypeError: this.scroller is undefined [\#12880](https://github.com/primefaces/primeng/issues/12880) -- Button is firing the click event even when it is disabled. [\#13042](https://github.com/primefaces/primeng/issues/13042) -- Panel: Collapse icon of toggle button is not showing [\#13071](https://github.com/primefaces/primeng/issues/13071) -- Panel custom expand Icon is never showing [\#13074](https://github.com/primefaces/primeng/issues/13074) - -## [16.0.0-rc.2](https://github.com/primefaces/primeng/tree/16.0.0-rc.2) (2023-05-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/16.0.0-rc.1...16.0.0-rc.2) - -**Enhancements:** -- Type Improvements[\#12979](https://github.com/primefaces/primeng/issues/12979) - -**Fixed bugs:** -- PrimeNG 15 does not build with RxJS 6 [\#13012](https://github.com/primefaces/primeng/issues/13012) -- Autocomplete: Clear is not working as expected [\#13026](https://github.com/primefaces/primeng/issues/13026) - -## [16.0.0-rc.1](https://github.com/primefaces/primeng/tree/16.0.0-rc.1) (2023-05-05) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.4.1...16.0.0-rc.1) - -**Breaking Changes:** -- Drop support for zone.js versions <=0.12.0 [\#13002](https://github.com/primefaces/primeng/issues/13002) - -**Enhancements:** -- Component: TabMenu should initiate a change detection in itemClick method [\#12744](https://github.com/primefaces/primeng/issues/12744) -- MultiSelect | Pass remove remove method through selectedItems template [\#12939](https://github.com/primefaces/primeng/issues/12939) -- p-inputNumber | ngModelOptions is not taken into account [\#12915](https://github.com/primefaces/primeng/issues/12915) -- Angular 16 Support [\#12990](https://github.com/primefaces/primeng/issues/12990) - -**Fixed bugs:** -- MultiSelect | maxSelectionLimit not refreshed after clear called [\#12906](https://github.com/primefaces/primeng/issues/12906) -- Component | OverlayPanel [\#12933](https://github.com/primefaces/primeng/issues/12933) -- Table: 'this.el.nativeElement.parentElement is null' for frozen columns which are dynamically generated [\#12748](https://github.com/primefaces/primeng/issues/12748) -- MultiSelect | Alignment is broken if showClear is enabled [\#12932](https://github.com/primefaces/primeng/issues/12932) -- Table | Unable to reorder to the last element in the table after a scroll occurs [\#12493](https://github.com/primefaces/primeng/issues/12493) -- Table: Clear function does not clear all filters [\#12903](https://github.com/primefaces/primeng/issues/12903) -- FocusTrap for nested DynamicDialogs still not working [\#9329](https://github.com/primefaces/primeng/issues/9329) -- Autocomplete: Issue with Virtual Scroll [\#12568](https://github.com/primefaces/primeng/issues/12568) -- InputNumber / AutoFocus: ExpressionChangedAfterItHasBeenCheckedError [\#12559](https://github.com/primefaces/primeng/issues/12559) -- Expanding org chart node raises error [\#12946](https://github.com/primefaces/primeng/issues/12946) -- Touch Control - Thumbnails selects photo randomly when tapping. [\#12943](https://github.com/primefaces/primeng/issues/12943) -- Checkbox in p-treeNode always checked when using custom icon [\#12951](https://github.com/primefaces/primeng/issues/12951) -- ConfirmDialog: Duplicated AcceptIcons [\#13001](https://github.com/primefaces/primeng/issues/13001) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.27-LTS](https://www.npmjs.com/package/primeng/v/15.4.27-lts) (2024-09-20) - -**Fixed bugs:** -- Icon: Mistake in example documentation code [\#16277](https://github.com/primefaces/primeng/issues/16277) -- Table: Flawed example in paginator documentation [\#16308](https://github.com/primefaces/primeng/issues/16308) -- Editor: the style of the toolbar is missing up when custom modules used [\#16114](https://github.com/primefaces/primeng/issues/16114) -- Tooltip on Dropdown causes Errors [\#16321](https://github.com/primefaces/primeng/issues/16321) -- Panel component -> toggle from the outside [\#16326](https://github.com/primefaces/primeng/issues/16326) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.26-LTS](https://www.npmjs.com/package/primeng/v/15.4.26-lts) (2024-08-15) - -**Fixed bugs:** -- Table: when scrollHeight is set to 'flex', on the first load, the table height is not fitting parent [\#16165](https://github.com/primefaces/primeng/issues/16165) -- Calendar: panelStyle width and min width overridden when appendTo is used [\#16176](https://github.com/primefaces/primeng/issues/16176) -- Component: colorPicker - inline=true property doesn't set the appropriate color [\#16169](https://github.com/primefaces/primeng/issues/16169) -- Table: Cannot set autoSize from ScrollerOptions [\#16209](https://github.com/primefaces/primeng/issues/16209) -- Table: breaks after one call to updateStyleElement() [\#16211](https://github.com/primefaces/primeng/issues/16211) -- Sidebar: Overlay of Nested Sidebar Blocks Its Own Content [\#16233](https://github.com/primefaces/primeng/issues/16233) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.25-LTS](https://www.npmjs.com/package/primeng/v/15.4.25-lts) (2024-08-01) - -**Fixed bugs:** -- Password: Tooltip with tooltipEvent='focus' is never displayed [\#16106](https://github.com/primefaces/primeng/issues/16106) -- Table> double call to (onLazyLoad) event [\#16070](https://github.com/primefaces/primeng/issues/16070) -- pBadge | Add missing badgeStyle & badgeStyleClass to directive [\#16133](https://github.com/primefaces/primeng/issues/16133) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.24-LTS](https://www.npmjs.com/package/primeng/v/15.4.24-lts) (2024-07-24) - -**Fixed bugs:** -- Multiselect: clicking directly on the svg icon closes the overlay [\#14335](https://github.com/primefaces/primeng/issues/14335) -- TreeSelect popup closes when unchecking nodes [\#13698](https://github.com/primefaces/primeng/issues/13698) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.23-LTS](https://www.npmjs.com/package/primeng/v/15.4.23-lts) (2024-07-18) - -**Fixed bugs:** -- Cascade Select clicking a few times causes the component to freeze [\#15869](https://github.com/primefaces/primeng/issues/15869) -- AutoComplete: Increased drop-down height on first search when using virtual scroll [\#15647](https://github.com/primefaces/primeng/issues/15647) -- KeyFilter: No longer working on chips component [\#15531](https://github.com/primefaces/primeng/issues/15531) -- ButtonComponent: routerLink accessible even when button is disabled [\#15946](https://github.com/primefaces/primeng/issues/15946) -- Component: p-tree (selection) [\#15761](https://github.com/primefaces/primeng/issues/15761) -- Custom sort in table not working [\#15550](https://github.com/primefaces/primeng/issues/15550) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.22-LTS](https://www.npmjs.com/package/primeng/v/15.4.22-lts) (2024-07-04) - -**Fixed bugs:** -- Component: Multiselect - Provide removetokenicon hiding in case option is disabled (reopen) [\#15624](https://github.com/primefaces/primeng/issues/15624) -- Button Tooltip shows up after Dialog opens [\#15933](https://github.com/primefaces/primeng/issues/15933) -- p-splitter: minSizes not working as expected [\#15943](https://github.com/primefaces/primeng/issues/15943) -- p-splitter: Resize not working when iFrames are used in panels [\#15942](https://github.com/primefaces/primeng/issues/15942) -- Component: InputNumber - Control update on strategy is ignored [\#12831](https://github.com/primefaces/primeng/issues/12831) -- Component: InputNumber unneeded update model on blur [\#15799](https://github.com/primefaces/primeng/issues/15799) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.21-LTS](https://www.npmjs.com/package/primeng/v/15.4.21-lts) (2024-06-14) - -**Fixed bugs:** -- Accessibility: Buttons within an accordion header template (keyboard accessibility) [\#15837](https://github.com/primefaces/primeng/issues/15837) -- Calendar: Range selection mode should use start date as default date when end date isn't set [\#15818](https://github.com/primefaces/primeng/issues/15818) -- Component: Button: Opacity is applied twice on disabled state --> wrong opacity [\#15651](https://github.com/primefaces/primeng/issues/15651) -- pTemplate not working for p-menu alone [\#15781](https://github.com/primefaces/primeng/issues/15781) -- InputNumber - MinFractionDigits and MaxFractionDigits no longer respect a value of 0 [\#15772](https://github.com/primefaces/primeng/issues/15772) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.20-LTS](https://www.npmjs.com/package/primeng/v/15.4.20-lts) (2024-05-10) - -**Fixed bugs:** -- Calendar: Add additional keyboard support [\#14995](https://github.com/primefaces/primeng/issues/14995) -- Tooltip | Tooltip-option tooltipEvent="focus" does not work on p-button [\#15472](https://github.com/primefaces/primeng/issues/15472) -- Tooltip | tooltipEvent - "focus" | "hover" combined [\#15468](https://github.com/primefaces/primeng/issues/15468) -- Table | the 'not equal' filter is applied immediately after being selected [\#15283](https://github.com/primefaces/primeng/issues/15283) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.18-LTS](https://www.npmjs.com/package/primeng/v/15.4.18-lts) (2024-04-19) - -**Fixed bugs:** -- TreeTable | selectionKeys support for checkbox selection mode [\#15216](https://github.com/primefaces/primeng/issues/15216) -- Component: Dropdown | dropdown box missing the required children for the given role. [\#15123](https://github.com/primefaces/primeng/issues/15123) -- TreeTable | wrong value comparison [\#15178](https://github.com/primefaces/primeng/issues/15178) -- p-tag | style not change dynamically [\#12665](https://github.com/primefaces/primeng/issues/12665) -- Table: When removing the filter constraint it should not filter when showApplyButton is visible [\#15032](https://github.com/primefaces/primeng/issues/15032) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.17-LTS](https://www.npmjs.com/package/primeng/v/15.4.17-lts) (2024-03-07) - -**Fixed bugs:** -- Tree: If user filter tree nodes and then lazy load new children (with .key prop) - nodeClick event is not emitted [\#14723](https://github.com/primefaces/primeng/issues/14723) -- Table, pFrozenColumn: Frozen columns are extremely slow and kick off many change detection cycles [\#14579](https://github.com/primefaces/primeng/issues/14579) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.16-LTS](https://www.npmjs.com/package/primeng/v/15.4.16-lts) (2024-02-07) - -**Fixed bugs:** -- The scrollToIndex method on VirtualScroller does not scroll to the correct index when triggered twice. [\#14731](https://github.com/primefaces/primeng/issues/14731) -- Checkbox: Disabled property does not work when it's used with formControlName [\#14693](https://github.com/primefaces/primeng/issues/14693) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.15-LTS](https://www.npmjs.com/package/primeng/v/15.4.15-lts) (2024-01-19) - -**Fixed bugs:** -- TreeTable with scrollHeight="flex" shrinks the header as the table rows are expanded. [\#14523](https://github.com/primefaces/primeng/issues/14523) -- GalleriaThumbnail afterViewInit use platformBrowser instead of isPlatformBrowser [\#14534](https://github.com/primefaces/primeng/issues/14534) -- Table Virtual Scroll with Fixed Columns and Lazy Loading Causes Erratic Scrolling and Incomplete Data Display [\#14488](https://github.com/primefaces/primeng/issues/14488) -- Autocomplete: focus not being applied when clicking around input [\#14530](https://github.com/primefaces/primeng/issues/14530) -- Button | StyleClass does not work as expected [\#14583](https://github.com/primefaces/primeng/issues/14583) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.14-LTS](https://www.npmjs.com/package/primeng/v/15.4.14-lts) (2023-12-14) - -**Fixed bugs:** -- PrimeNG table is not honoring the sort column and sort order specified when groupRowsBy is added. [\#13773](https://github.com/primefaces/primeng/issues/13773) -- dataTable : is hidden by with frozenColumn [\#13781](https://github.com/primefaces/primeng/issues/13781) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.13-LTS](https://www.npmjs.com/package/primeng/v/15.4.13-lts) (2023-11-17) - -**Fixed bugs:** -- p-tooltip : autohide="false" does not work every times [\#14014](https://github.com/primefaces/primeng/issues/14014) -- Fileupload component disables upload button [\#14046](https://github.com/primefaces/primeng/issues/14046) -- MultiSelect: Label does not properly update when properties change [\#13862](https://github.com/primefaces/primeng/issues/13862) -- p-message/p-toast: long details squeezed closeButton [\#14125](https://github.com/primefaces/primeng/issues/14125) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.12-LTS](https://www.npmjs.com/package/primeng/v/15.4.12-lts) (2023-11-08) - -**Fixed bugs:** -- Overlay: p-overlay div not removed from DOM on hiding panel [\#12948](https://github.com/primefaces/primeng/issues/12948) -- Table / EditableColumn: onEditComplete emitts old data value and not the new one as documented [\#13708](https://github.com/primefaces/primeng/issues/13708) -- FileUpload: Input Triggered on Any Mouse Click [\#13722](https://github.com/primefaces/primeng/issues/13722) -- Dialog: bad drag behavior when keepInViewport is false [\#13856](https://github.com/primefaces/primeng/issues/13856) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.11-LTS](https://www.npmjs.com/package/primeng/v/15.4.11-lts) (2023-10-19) -**Fixed bugs:** -- Password | Incorrect placement of close icon when [toggleMask]="true" [\#13817](https://github.com/primefaces/primeng/issues/13817) -- Multiselect: Chips: Delete button not visible if label is too wide [\#13816](https://github.com/primefaces/primeng/issues/13816) -- Multiselect: Incorrect view with selected items [\#13654](https://github.com/primefaces/primeng/issues/13654) -- Textarea: autoResize doesn't work when used inside a Dialog [\#9231](https://github.com/primefaces/primeng/issues/9231) -- Table | Column widths are not recalculated w/resize + drag & drop #38 [\#13875](https://github.com/primefaces/primeng/issues/13875) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.10-LTS](https://www.npmjs.com/package/primeng/v/15.4.10-lts) (2023-10-04) -**Fixed bugs:** -- Autocomplete Force Selection case sensitive issue [\#13578](https://github.com/primefaces/primeng/issues/13578) -- Component: Carousel add better playing status support [\#12706](https://github.com/primefaces/primeng/issues/12706) -- p-calendar: Cannot read properties of undefined (reading 'length') [\#13348](https://github.com/primefaces/primeng/issues/13348) -- DropDown filter search not trimming text and search showing empty [\#13559](https://github.com/primefaces/primeng/issues/13559) -- InputNumber - showClear icon not showing when value is "0" [\#13525](https://github.com/primefaces/primeng/issues/13525) -- fileUpload: choose button is disabled after upload when you chose more files than the file limit [\#13566](https://github.com/primefaces/primeng/issues/13566) -- Component: Pick List [\#13513](https://github.com/primefaces/primeng/issues/13513) -- AutoComplete showClear close icon overlap with loader icon [\#13572](https://github.com/primefaces/primeng/issues/13572) -- calendar year view not work with *maxDate* and *minDate* not working [\#13583](https://github.com/primefaces/primeng/issues/13583) -- Calendar: onModelChange not called with keepInvalid=true if user enters a well-formatted date but outside allowed range [\#13132](https://github.com/primefaces/primeng/issues/13132) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.9-LTS](https://www.npmjs.com/package/primeng/v/15.4.9-lts) (2023-08-30) -**Fixed bugs:** -- Image Component: esc button doesn't close the preview [\#13305](https://github.com/primefaces/primeng/issues/13305) -- Button: p-button executing methods on click when disabled [\#12692](https://github.com/primefaces/primeng/issues/12692) -- Calendar: formArray marked Touched when item gets removed [\#12956](https://github.com/primefaces/primeng/issues/12956) -- pKeyFilter stops Enter key from submitting form in Firefox [\#13246](https://github.com/primefaces/primeng/issues/13246) -- The breakpointsoptions can be ignored when the dialog is maximized [\#13268](https://github.com/primefaces/primeng/issues/13268) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.8-LTS](https://www.npmjs.com/package/primeng/v/15.4.8-lts) (2023-08-16) - -**Fixed bugs:** -- FileUpload: when multiple files are selected and more than one has errors only only one message is shown [\#13397](https://github.com/primefaces/primeng/issues/13397) -- TabView | Arrow button stays visible even there is no overflow [\#13478](https://github.com/primefaces/primeng/issues/13478) -- Tooltip | Auto Hide Not Working [\#13482](https://github.com/primefaces/primeng/issues/13482) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.7-LTS](https://www.npmjs.com/package/primeng/v/15.4.7-lts) (2023-08-03) - -**Fixed bugs:** -- TabView | Last element is not visible when scrolling=true [\#13371](https://github.com/primefaces/primeng/issues/13371) -- Calendar | Icon is not visible (material compact theme) [\#13123](https://github.com/primefaces/primeng/issues/13123) -- DynamicDialogRef - onClose Observable never completes [\#9732](https://github.com/primefaces/primeng/issues/9732) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.6-LTS](https://www.npmjs.com/package/primeng/v/15.4.6-lts) (2023-07-19) - -**Fixed bugs:** -- Slidemenu: Separator class mismatch [\#13279](https://github.com/primefaces/primeng/issues/13279) -- FileUploader: Choose button is missing icon spacing [\#13232](https://github.com/primefaces/primeng/issues/13232) -- In table filter slash icon is not displaying when data is entered in the row filter [\#13222](https://github.com/primefaces/primeng/issues/13222) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.5-LTS](https://www.npmjs.com/package/primeng/v/15.4.5-lts) (2023-06-19) - -**Fixed bugs:** -- Button: Loading icon [\#13098](https://github.com/primefaces/primeng/issues/13098) -- FileUpload | File limit does not fire error [\#13129](https://github.com/primefaces/primeng/issues/13129) - -**Enhancements:** -- Improve LicenseManager structure - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.4-LTS](https://www.npmjs.com/package/primeng/v/15.4.4-lts) (2023-05-29) - -**Fixed bugs:** -- Panel: Custom expand Icon is never showing [\#13074](https://github.com/primefaces/primeng/issues/13074) -- Improve LicenseManager structure - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.3-LTS](https://www.npmjs.com/package/primeng/v/15.4.3-lts) (2023-05-18) - -**Fixed bugs:** -- Autocomplete: Clear is not working as expected [\#13026](https://github.com/primefaces/primeng/issues/13026) -- ConfirmDialog: Accept Icon is duplicated [\#13022](https://github.com/primefaces/primeng/issues/13022) -- Button: The button is firing the click event even when it is disabled [\#13042](https://github.com/primefaces/primeng/issues/13042) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [15.4.2-LTS](https://www.npmjs.com/package/primeng/v/15.4.2-lts) (2023-05-05) - -**Enhancements:** -- Component: TabMenu should initiate a change detection in itemClick method [\#12744](https://github.com/primefaces/primeng/issues/12744) -- MultiSelect | Pass remove remove method through selectedItems template [\#12939](https://github.com/primefaces/primeng/issues/12939) -- p-inputNumber | ngModelOptions is not taken into account [\#12915](https://github.com/primefaces/primeng/issues/12915) - -**Fixed bugs:** -- MultiSelect | maxSelectionLimit not refreshed after clear called [\#12906](https://github.com/primefaces/primeng/issues/12906) -- Component | OverlayPanel [\#12933](https://github.com/primefaces/primeng/issues/12933) -- Table: 'this.el.nativeElement.parentElement is null' for frozen columns which are dynamically generated [\#12748](https://github.com/primefaces/primeng/issues/12748) -- MultiSelect | Alignment is broken if showClear is enabled [\#12932](https://github.com/primefaces/primeng/issues/12932) -- Table | Unable to reorder to the last element in the table after a scroll occurs [\#12493](https://github.com/primefaces/primeng/issues/12493) -- Table: Clear function does not clear all filters [\#12903](https://github.com/primefaces/primeng/issues/12903) -- FocusTrap for nested DynamicDialogs still not working [\#9329](https://github.com/primefaces/primeng/issues/9329) -- Autocomplete: Issue with Virtual Scroll [\#12568](https://github.com/primefaces/primeng/issues/12568) -- InputNumber / AutoFocus: ExpressionChangedAfterItHasBeenCheckedError [\#12559](https://github.com/primefaces/primeng/issues/12559) -- Expanding org chart node raises error [\#12946](https://github.com/primefaces/primeng/issues/12946) -- Touch Control - Thumbnails selects photo randomly when tapping. [\#12943](https://github.com/primefaces/primeng/issues/12943) -- Checkbox in p-treeNode always checked when using custom icon [\#12951](https://github.com/primefaces/primeng/issues/12951) - -## [15.4.1](https://github.com/primefaces/primeng/tree/15.4.1) (2023-04-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.4.0...15.4.1) - -**Fixed bugs:** -- TreeSelect | Icons are not visible [\#12925](https://github.com/primefaces/primeng/issues/12925) -- Paginator: previous and next button icons not visible [\#12916](https://github.com/primefaces/primeng/issues/12916) - -## [15.4.0](https://github.com/primefaces/primeng/tree/15.4.0) (2023-04-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.3.0...15.4.0) - -**Breaking Changes:** -- Deprecate Components [\#12781](https://github.com/primefaces/primeng/issues/12781) - -**Implemented New Features and Enhancements:** -- Improve icon implementation in core [\#12839](https://github.com/primefaces/primeng/issues/12839) -- All: Add zone.js 0.13.0 support [\#12851](https://github.com/primefaces/primeng/issues/12851) -- Table / EditableColumn: onEditComplete emitted event data is wrong [\#12822](https://github.com/primefaces/primeng/issues/12822) -- Textarea does not create new line when used in Datatable celleditor, instead completes edit mode [\#10458](https://github.com/primefaces/primeng/issues/10458) - -**Fixed bugs:** -- AutoComplete component is not scrolling on arrow down [\#12883](https://github.com/primefaces/primeng/issues/12883) -- p-overlay: Overlay component does not resize correctly [\#12769](https://github.com/primefaces/primeng/issues/12769) -- MegaMenu: at items array item - style or styleClass NOT working [\#12771](https://github.com/primefaces/primeng/issues/12771) -- InputNumber: Input Number spinner buttons right click indefinitely increments/decrements value [\#12813](https://github.com/primefaces/primeng/issues/12813) -- TabMenu - field visible [\#12823](https://github.com/primefaces/primeng/issues/12823) -- PrimeNG Website - Keyboard Copy Command Broken on MacOS [\#12846](https://github.com/primefaces/primeng/issues/12846) -- MultiSelect | Add gap and text ellipsis to multiselect-chip [\#12842](https://github.com/primefaces/primeng/issues/12842) - -## [15.3.0](https://github.com/primefaces/primeng/tree/15.3.0) (2023-03-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.2.1...15.3.0) - -**Enhancements:** -- Algolia Search 🙂 -- Angular Universal Support [\#12810](https://github.com/primefaces/primeng/issues/12810) -- Angular SSR Support - Multiple Components [\#12734](https://github.com/primefaces/primeng/issues/12734) -- Sidebar | Add flex-grow to p-sidebar-content [\#12833](https://github.com/primefaces/primeng/issues/12833) -- Docs: Installation code blocks missing Prism [\#12783](https://github.com/primefaces/primeng/issues/12783) - -## [15.2.1](https://github.com/primefaces/primeng/tree/15.2.1) (2023-03-22) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.2.0...15.2.1) - -**New Features:** -- Tooltips: Option to close tooltips with escape [\#12603](https://github.com/primefaces/primeng/issues/12603) - -**Enhancements:** -- Various Eslint errors [\#12580](https://github.com/primefaces/primeng/issues/12580) - -**Fixed bugs:** -- Calendar | input becomes invalid when navigating [\#12741](https://github.com/primefaces/primeng/issues/12741) -- OverlayPanel target arrow points to the wrong position when target is on the right edge of the screen [\#10484](https://github.com/primefaces/primeng/issues/10484) -- p-image inside p-scrollPanel - Scrollbar shows through image [\#12554](https://github.com/primefaces/primeng/issues/12554) -- InputNumber | does not update the input value onInput [\#12733](https://github.com/primefaces/primeng/issues/12733) -- Overlay | modal does not destroy on hide (w/responsiveOptions) [\#12747](https://github.com/primefaces/primeng/issues/12747) - -## [15.2.0](https://github.com/primefaces/primeng/tree/15.2.0) (2023-01-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.1.1...15.2.0) -**New Features:** -- Free premium themes [\#12561](https://github.com/primefaces/primeng/issues/12561) -- Password | Add maxlength [\#12531](https://github.com/primefaces/primeng/issues/12531) - -**Enhancements:** -- Migrate to eslint [\#12577](https://github.com/primefaces/primeng/issues/12577) - -**Fixed bugs:** -- Menubar: Overflow problem [\#12549](https://github.com/primefaces/primeng/issues/12549) -- DynamicDialog need to steal focus [\#12319](https://github.com/primefaces/primeng/issues/12319) -- ContextMenu | triggerEvent="click" does not have any effect [\#12532](https://github.com/primefaces/primeng/issues/12532) -- Sidebar: onHide ist emitted twice [\#12564](https://github.com/primefaces/primeng/issues/12564) -- Calendar: Shows null values when date is passed from iframe [\#12555](https://github.com/primefaces/primeng/issues/12555) -- pFocusTrap: ignoring anchor tags as focusable elements [\#12527](https://github.com/primefaces/primeng/issues/12527) -- Rendering RadioButton inside Table column error [\#12511](https://github.com/primefaces/primeng/issues/12555) -- Panel menu with submenu expanded by itself when in sideBar [\#12173](https://github.com/primefaces/primeng/issues/12173) -- VirtualScroller | fails to initalize correctly inside tabView [\#12542](https://github.com/primefaces/primeng/issues/12542) - -## [15.1.0](https://github.com/primefaces/primeng/tree/15.1.1) (2023-01-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.1.0...15.1.1) -**Fixed bugs:** -- Dropdown and Multiselect: ERROR TypeError: value.trim is not a function [\#12525](https://github.com/primefaces/primeng/issues/12525) -- Dropdown virtualScroll filter bug [\#12461](https://github.com/primefaces/primeng/issues/12461) - -## [15.1.0](https://github.com/primefaces/primeng/tree/15.1.0) (2023-01-18) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.0.1...15.1.0) - -**New Features:** -- pStyleClass | hideOnEscape support [\#12429](https://github.com/primefaces/primeng/issues/12429) -- MultiSelect: Add event onRemove [\#12460](https://github.com/primefaces/primeng/issues/12460) -- Overlay | close on escape key [\#12474](https://github.com/primefaces/primeng/issues/12474) -- Accordion | Add new style and styleClass properties [\#12432](https://github.com/primefaces/primeng/issues/12432) -- ProgressBar: Color for the background of the progress [\#12374](https://github.com/primefaces/primeng/issues/12374) -- Badge Attribute - Size option [\#12205](https://github.com/primefaces/primeng/issues/12205) -- DataView: add gridStyleClass to customize the grid class [\#12448](https://github.com/primefaces/primeng/issues/12448) -- Customizable hide timeout for Menubar on mouse leave [\#12454](https://github.com/primefaces/primeng/issues/12454) - - -**Enhancements:** -- Update to Angular 15.1.0 [\#12487](https://github.com/primefaces/primeng/issues/12487) -- Tree with autoSize virtualScrollOptions, Scroller does not update its size to fit parent on size changed [\#12492](https://github.com/primefaces/primeng/issues/12492) -- no option to generate csv the whole entire data when the table is filtered [\#12436](https://github.com/primefaces/primeng/issues/12436) - -**Fixed bugs:** -- InputMask | numbers entered in the middle of the field, get moved to the left [\#12426](https://github.com/primefaces/primeng/issues/12426) -- pFocusTrap: focus stuck when ancestor of tabbable element is hidden [\#12349](https://github.com/primefaces/primeng/issues/12349) -- Tabmenu | menuItem API badge does not work [\#12503](https://github.com/primefaces/primeng/issues/12503) -- Dynamic Dialog | Focus is broken in case of nested dialogs [\#12486](https://github.com/primefaces/primeng/issues/12486) -- Button | incorrect work with dynamic classes [\#12456](https://github.com/primefaces/primeng/issues/12456) -- Component: Dialog/Dynamic Dialog Mask Not Clearing [\#12456](https://github.com/primefaces/primeng/issues/12456) -- Table: pReorderableRowHandle directive generates error TS2322: Type 'string' is not assignable to type 'number' [\#12416](https://github.com/primefaces/primeng/issues/12416) -- p-dropdown: option displays "empty" when value is 0 (zero) instead of the actual value 0 [\#12455](https://github.com/primefaces/primeng/issues/12455) -- PrimeNG dropdown not properly highlighting selected items when appendTo="body" [\#12256](https://github.com/primefaces/primeng/issues/12256) - -## [15.0.1](https://github.com/primefaces/primeng/tree/15.0.1) (2023-01-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.0.0...15.0.1) - -**New Features:** -- Center content to Toolbar [\#12365](https://github.com/primefaces/primeng/issues/12365) - -**Enhancements:** -- Table/TreeTable: filters property might have undefined value when access by key [\#12321](https://github.com/primefaces/primeng/issues/12321) -- p-columnFilterFormElement with custom template can't adapt according to the matchMode [\#11466](https://github.com/primefaces/primeng/issues/11466) -- Add gap when Toolbar wraps [\#12366](https://github.com/primefaces/primeng/issues/12366) -- Deprecate Toolbar CSS classes [\#12364](https://github.com/primefaces/primeng/issues/12364) - -**Fixed bugs:** -- MultiSelect: onPanelHide triggers twice [\#12382](https://github.com/primefaces/primeng/issues/12382) -- Calendar: wrong logic of disabling the month [\#12330](https://github.com/primefaces/primeng/issues/12330) -- Tab key in p-dialog with p-InputNumber [\#9380](https://github.com/primefaces/primeng/issues/9380) -- Component: TabMenu incorrectly checks if routerLink is active [\#11999](https://github.com/primefaces/primeng/issues/11999) -- FileUpload: Upload button does not expand when text is added [\#12420](https://github.com/primefaces/primeng/issues/12420) -- Chips | Remove extra bottom spacing [\#12419](https://github.com/primefaces/primeng/issues/12419) -- Tree with virtualScroll: Inconsistent focus [\#12351](https://github.com/primefaces/primeng/issues/12351) -- Password: Eye icon problem in MS Edge and IE [\#12335](https://github.com/primefaces/primeng/issues/12335) -- Button: Directive class on label change [\#12083](https://github.com/primefaces/primeng/issues/12083) -- Table: Resizable columns in expand mode with state feature. Column sizes not properly restored [\#12398](https://github.com/primefaces/primeng/issues/12398) -- Password input with reactive form, does not disable until clicked even though control is reported as disabled [\#12317](https://github.com/primefaces/primeng/issues/12317) -- Tree: Multiple Selection with Checkbox - double click on chevron makes subtree to be selected [\#12347](https://github.com/primefaces/primeng/issues/12347) -- VirtualScroll | autoSize = "true" causes browser freeze [\#12377](https://github.com/primefaces/primeng/issues/12377) -- inputNumber | Unnecessary focus on up/down buttons [\#12369](https://github.com/primefaces/primeng/issues/12369) -- Bug report: users are allowed to focus a speed dial action while the action panel is hidden [\#11238](https://github.com/primefaces/primeng/issues/11238) - -## [15.0.0](https://github.com/primefaces/primeng/tree/15.0.0) (2022-12-12) - -[Full Changelog](https://github.com/primefaces/primeng/compare/15.0.0-rc.1...15.0.0) - -**New Features:** -- TabMenu: Tab selection is not actionable due to missing output [\#12310](https://github.com/primefaces/primeng/issues/12310) -- pAnimate | Add leaveClass for leave animation [\#12222](https://github.com/primefaces/primeng/issues/12222) - -**Enhancements:** -- Ripple doesn't support FontAwesome SVG Kit for Button/Menu/etc [\#9853](https://github.com/primefaces/primeng/issues/9853) -- MultiSelect | Add selected value to original event [\#12059](https://github.com/primefaces/primeng/issues/12059) - -**Fixed bugs:** -- PrimeNG Table OnEditComplete passing empty event parameters once fired [\#12299](https://github.com/primefaces/primeng/issues/12299) -- Galleria: change detection not working when changing some input properties [\#12181](https://github.com/primefaces/primeng/issues/12181) -- Editor: Not displaying correctly in dialog after content change and dialog reopen [\#12195](https://github.com/primefaces/primeng/issues/12195) -- DataView: DataView shows Empty Message even if loading [\#12157](https://github.com/primefaces/primeng/issues/12157) -- ToggleButton | Label of basic button is unexpectedly shifted to the left [\#12216](https://github.com/primefaces/primeng/issues/12216) -- Calendar | Unexpected focus happens in disabled mode [\#12282](https://github.com/primefaces/primeng/issues/12282) -- Component: OverlayPanel [\#12273](https://github.com/primefaces/primeng/issues/12273) -- Input in Overlaypanel won't have focus [\#12284](https://github.com/primefaces/primeng/issues/12284) -- Header of scrollable Table covers menubar menu [\#12281](https://github.com/primefaces/primeng/issues/12281) -- Component: Block UI - JEST error when destroy component if 'mask' is undefined [\#12254](https://github.com/primefaces/primeng/issues/12254) -- tsConfig target:"ES2022" causes reference error on Safari v15.6 [\#12302](https://github.com/primefaces/primeng/issues/12302) - -## [15.0.0-rc.1](https://github.com/primefaces/primeng/tree/15.0.0-rc.1) (2022-11-22) - -[Full Changelog](https://github.com/primefaces/primeng/compare/14.2.2...15.0.0-rc.1) - -**Enhancements:** -- Add Angular 15 support [\#12243](https://github.com/primefaces/primeng/issues/12243) - -**Fixed bugs:** -- pFileUpload | button does not render correctly in basic mode if chooseLabel is null or undefined [\#12270](https://github.com/primefaces/primeng/issues/12270) -- Carousel wrong pagination if numScroll is set to 1 and data is loaded dynamically [\#12043](https://github.com/primefaces/primeng/issues/12043) -- Sidebar: Footer Templating [\#12259](https://github.com/primefaces/primeng/issues/12259) -- Calendar: Day names don't update [\#12148](https://github.com/primefaces/primeng/issues/12148) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.17-LTS](https://www.npmjs.com/package/primeng/v/14.2.17-lts) (2023-12-28) -**Fixed bugs:** -- LTS 14 & 16 - Update LicenseManager and fix the false version check [\#14449](https://github.com/primefaces/primeng/issues/14449) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.16-LTS](https://www.npmjs.com/package/primeng/v/14.2.16-lts) (2023-11-17) -**Fixed bugs:** -- Fileupload component disables upload button [\#14046](https://github.com/primefaces/primeng/issues/14046) -- MultiSelect: Label does not properly update when properties change [\#13862](https://github.com/primefaces/primeng/issues/13862) -- p-message/p-toast: long details squeezed closeButton [\#14125](https://github.com/primefaces/primeng/issues/14125) -- Autocomplete: deleting search term causes ExpressionChangedAfterItHasBeenCheckedError [\#14001](https://github.com/primefaces/primeng/issues/14001) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.15-LTS](https://www.npmjs.com/package/primeng/v/14.2.15-lts) (2023-11-08) - -**Fixed bugs:** -- Overlay: p-overlay div not removed from DOM on hiding panel [\#12948](https://github.com/primefaces/primeng/issues/12948) -- Table / EditableColumn: onEditComplete emitts old data value and not the new one as documented [\#13708](https://github.com/primefaces/primeng/issues/13708) -- FileUpload: Input Triggered on Any Mouse Click [\#13722](https://github.com/primefaces/primeng/issues/13722) -- Dialog: bad drag behavior when keepInViewport is false [\#13856](https://github.com/primefaces/primeng/issues/13856) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.14-LTS](https://www.npmjs.com/package/primeng/v/14.2.14-lts) (2023-10-19) -**Fixed bugs:** -- Password | Incorrect placement of close icon when [toggleMask]="true" [\#13817](https://github.com/primefaces/primeng/issues/13817) -- Multiselect: Chips: Delete button not visible if label is too wide [\#13816](https://github.com/primefaces/primeng/issues/13816) -- Multiselect: Incorrect view with selected items [\#13654](https://github.com/primefaces/primeng/issues/13654) -- Textarea: autoResize doesn't work when used inside a Dialog [\#9231](https://github.com/primefaces/primeng/issues/9231) -- Table | Column widths are not recalculated w/resize + drag & drop #38 [\#13875](https://github.com/primefaces/primeng/issues/13875) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.13-LTS](https://www.npmjs.com/package/primeng/v/14.2.13-lts) (2023-10-04) -**Fixed bugs:** -- Calendar: onModelChange not called with keepInvalid=true if user enters a well-formatted date but outside allowed range [\#13132](https://github.com/primefaces/primeng/issues/13132) -- calendar year view not work with *maxDate* and *minDate* not working [\#13583](https://github.com/primefaces/primeng/issues/13583) -- p-calendar: Cannot read properties of undefined (reading 'length') [\#13348](https://github.com/primefaces/primeng/issues/13348) -- Component: Pick List [\#13513](https://github.com/primefaces/primeng/issues/13513) -- AutoComplete showClear close icon overlap with loader icon [\#13572](https://github.com/primefaces/primeng/issues/13572) -- fileUpload: choose button is disabled after upload when you chose more files than the file limit [\#13566](https://github.com/primefaces/primeng/issues/13566) -- Component: Carousel add better playing status support [\#12706](https://github.com/primefaces/primeng/issues/12706) -- InputNumber - showClear icon not showing when value is "0" [\#13525](https://github.com/primefaces/primeng/issues/13525) -- Dropdown: Escape Key event not default prevented [\#13463](https://github.com/primefaces/primeng/issues/13463) -- p-splitter: nested panels should have min-width: 0 to leverage flex-basis correctly [\#13323](https://github.com/primefaces/primeng/issues/13323) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.12-LTS](https://www.npmjs.com/package/primeng/v/14.2.12-lts) (2023-08-30) -- DropDown filter search not trimming text and search showing empty [\#13559](https://github.com/primefaces/primeng/issues/13559) -- Autocomplete Force Selection case sensitive issue [\#13578](https://github.com/primefaces/primeng/issues/13578) -- The breakpointsoptions can be ignored when the dialog is maximized [\#13268](https://github.com/primefaces/primeng/issues/13268) -- Calendar: formArray marked Touched when item gets removed [\#12956](https://github.com/primefaces/primeng/issues/12956) -- Button: p-button executing methods on click when disabled [\#12692](https://github.com/primefaces/primeng/issues/12692) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.11-LTS](https://www.npmjs.com/package/primeng/v/14.2.11-lts) (2023-08-16) - -**Fixed bugs:** -- FileUpload: when multiple files are selected and more than one has errors only only one message is shown [\#13397](https://github.com/primefaces/primeng/issues/13397) -- TabView | Arrow button stays visible even there is no overflow [\#13478](https://github.com/primefaces/primeng/issues/13478) -- Image Component: esc button doesn't close the preview [\#13305](https://github.com/primefaces/primeng/issues/13305) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.10-LTS](https://www.npmjs.com/package/primeng/v/14.2.10-lts) (2023-08-03) - -**Fixed bugs:** -- Slidemenu: Separator class mismatch [\#13279](https://github.com/primefaces/primeng/issues/13279) -- TabView | Last element is not visible when scrolling=true [\#13371](https://github.com/primefaces/primeng/issues/13371) -- DynamicDialogRef - onClose Observable never completes [\#9732](https://github.com/primefaces/primeng/issues/9732) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.9-LTS](https://www.npmjs.com/package/primeng/v/14.2.9-lts) (2023-06-19) - -**Fixed bugs:** -- FileUpload | File limit does not fire error [\#13129](https://github.com/primefaces/primeng/issues/13129) - -**Enhancements:** -- Improve LicenseManager structure - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.8-LTS](https://www.npmjs.com/package/primeng/v/14.2.8-lts) (2023-05-30) - -**Fixed bugs:** -- VirtualScroller | fails to initalize correctly inside tabView [\#12542](https://github.com/primefaces/primeng/issues/12542) -- Menubar: Overflow Problem [\#12549](https://github.com/primefaces/primeng/issues/12549) -- Reimplement LicenseManager structure - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.7-LTS](https://www.npmjs.com/package/primeng/v/14.2.7-lts) (2023-05-18) - -**Fixed bugs:** -- MultiSelect | maxSelectionLimit not refreshed after clear called [\#12906](https://github.com/primefaces/primeng/issues/12906) -- MultiSelect | onPanelHide triggers twice [\#12382](https://github.com/primefaces/primeng/issues/12382) -- Button | The button is firing the click event even when it is disabled [\#13042](https://github.com/primefaces/primeng/issues/13042) -- pFocusTrap: focus stuck when ancestor of tabbable element is hidden [\#12349](https://github.com/primefaces/primeng/issues/12349) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.6-LTS](https://www.npmjs.com/package/primeng/v/14.2.6-lts) (2023-05-05) - -**Enhancements:** -- Sidebar | Add flex-grow to p-sidebar-content [\#12833](https://github.com/primefaces/primeng/issues/12833) - -**Fixed bugs:** -- DynamicDialog | FocusTrap for nested DynamicDialogs still not working [\#9329](https://github.com/primefaces/primeng/issues/9329) -- Autocomplete| Issue with Virtual Scroll [\#12568](https://github.com/primefaces/primeng/issues/12568) -- OrganizationChart | Expanding org chart node raises error [\#12946](https://github.com/primefaces/primeng/issues/12946) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.5-LTS](https://www.npmjs.com/package/primeng/v/14.2.5-lts) (2023-04-26) - -**Fixed bugs:** -- Table: Clear function does not clear all filters [\#12903](https://github.com/primefaces/primeng/issues/12903) -- InputNumber | ngModelOptions is not taken into account [\#12915](https://github.com/primefaces/primeng/issues/12915) -- OverlayPanel | Error: Cannot read properties of null [\#12933](https://github.com/primefaces/primeng/issues/12933) -- MultiSelect | Pass remove remove method through selectedItems template [\#12939](https://github.com/primefaces/primeng/issues/12939) -- Table | Unable to reorder to the last element in the table after a scroll occurs [\#12493](https://github.com/primefaces/primeng/issues/12493) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [14.2.4-LTS](https://www.npmjs.com/package/primeng/v/14.2.4-lts) (2023-04-19) - -**Fixed bugs:** -- InputNumber | Unnecessary focus on up/down buttons [\#12369](https://github.com/primefaces/primeng/issues/12369) -- Sidebar: onHide ist emitted twice [\#12564](https://github.com/primefaces/primeng/issues/12564) -- Calendar | input becomes invalid when navigating [\#12741](https://github.com/primefaces/primeng/issues/12741) -- Button: Directive class on label change [\#12083](https://github.com/primefaces/primeng/issues/12083) -- InputNumber | does not update the input value onInput [\#12733](https://github.com/primefaces/primeng/issues/12733) - -## [14.2.3](https://github.com/primefaces/primeng/tree/14.2.3) (2022-12-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/14.2.2...14.2.3) - -**Fixed bugs:** -- Table | On col reorder the col destination position indicators are not shown properly [\#12379](https://github.com/primefaces/primeng/issues/12379) - -## [14.2.2](https://github.com/primefaces/primeng/tree/14.2.2) (2022-11-16) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v14.2.1...14.2.2) - -**Enhancements:** -- Add zone.js 0.12.0 support [\#12231](https://github.com/primefaces/primeng/issues/12231) -- Component: Messages - automatic closing/dismissal [\#11969](https://github.com/primefaces/primeng/issues/11969) -- Component: Badge [\#12170](https://github.com/primefaces/primeng/issues/12170) -- PrimeNG Table OnEditComplete fired by Tab [\#12160](https://github.com/primefaces/primeng/issues/12160) - -**Fixed bugs:** -- Frozen columns overlap when scrolling [\#12230](https://github.com/primefaces/primeng/issues/12230) -- TreeSelect: panelClass not working [\#12221](https://github.com/primefaces/primeng/issues/12221) -- uploadLabel is not working on basic mode of the FileUploadModule module [\#12019](https://github.com/primefaces/primeng/issues/12019) -- Component: ContextMenu is not aligned properly when the document is scrolled [\#12011](https://github.com/primefaces/primeng/issues/12011) -- Dynamic Dialog Ref crashes the App on close [\#11230](https://github.com/primefaces/primeng/issues/11230) -- p-slider: In Range mode, the slider gets stuck if the range min value is equal or superior to the range max value [\#12175](https://github.com/primefaces/primeng/issues/12175) -- pAutoFocus | Does not work if element has 'p-disabled' class [\#12176](https://github.com/primefaces/primeng/issues/12176) -- Toggleable fieldset inside another toggleable fieldset has its content visible when collapsed by deafult [\#11736](https://github.com/primefaces/primeng/issues/11736) -- p-dropdown : Overlay issue on hide [\#12189](https://github.com/primefaces/primeng/issues/12189) -- Button: Label Element not found [\#12172](https://github.com/primefaces/primeng/issues/12172) -- Accordion Panel within an Accordion Panel is broken [\#11848](https://github.com/primefaces/primeng/issues/11848) - -## [14.2.1](https://github.com/primefaces/primeng/tree/14.2.1) (2022-11-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v14.2.0...14.2.1) - -**Fixed bugs:** -- 14.2.0 TS2380 in overlay.d.ts [\#12159](https://github.com/primefaces/primeng/issues/12159) - -## [14.2.0](https://github.com/primefaces/primeng/tree/14.2.0) (2022-11-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v14.1.2...14.2.0) - -**Breaking changes:** -- Remove p-fullCalendar component [\#12152](https://github.com/primefaces/primeng/issues/12152) -- Table CSS Improvements [\#12047](https://github.com/primefaces/primeng/issues/12047) - -**New Features:** -- Chips | Allow multiple seperators [\#12089](https://github.com/primefaces/primeng/issues/12089) -- pAnimate Directive [\#12057](https://github.com/primefaces/primeng/issues/12057) -- Component: Overlay [\#12031](https://github.com/primefaces/primeng/issues/12031) -- TreeSelect | replace overlay with p-overlay [\#12116](https://github.com/primefaces/primeng/issues/12116) -- MultiSelect | replace overlay with p-overlay [\#12110](https://github.com/primefaces/primeng/issues/12110) -- Add appendOnly option to Scroller API [\#12142](https://github.com/primefaces/primeng/issues/12142) -- Add step option to Scroller API [\#12141](https://github.com/primefaces/primeng/issues/12141) -- Sidebar | Add footer template [\#12117](https://github.com/primefaces/primeng/issues/12117) -- Sidebar | Add header template [\#12025](https://github.com/primefaces/primeng/issues/12025) -- add panelStyle and panelStyleClass properties to components [\#11917](https://github.com/primefaces/primeng/issues/11917) -- TreeSelect | Add styleClass and style support for container and label [\#11982](https://github.com/primefaces/primeng/issues/11982) -- Rating | Templating support [\#12156](https://github.com/primefaces/primeng/issues/12156) - -**Enhancements:** -- Improve Scroller and DataTable with virtualScroller implementation [\#12120](https://github.com/primefaces/primeng/issues/12120) -- Table: VirtualScroll + Lazy Load incorrectly paginates load requests, displays loadingbody too frequently [\#11789](https://github.com/primefaces/primeng/issues/11789) -- RowSpan Grouping does not work on DataTable with virtualScroll feature [\#10851](https://github.com/primefaces/primeng/issues/10851) -- InputNumber | Pass formattedValue to input event [\#12070](https://github.com/primefaces/primeng/issues/12070) -- Table CSS Improvements [\#12047](https://github.com/primefaces/primeng/issues/12047) -- Add flex-gap to p-chips and autocomplete multiple input container [\#11985](https://github.com/primefaces/primeng/issues/11985) - -**Fixed bugs:** -- inputNumber | minFractionDigits fails if set to "0" when using with a suffix [\#11902](https://github.com/primefaces/primeng/issues/11902) -- MenuBar: Menu Icon in mobile view is shown even though there are no items in model [\#12084](https://github.com/primefaces/primeng/issues/12084) -- Button | Renders empty label when the label is not defined [\#9482](https://github.com/primefaces/primeng/issues/9482) -- The scrollToVirtualIndexmethod is not working as expected on Table [\#11948](https://github.com/primefaces/primeng/issues/11948) -- Incorrect class assignment for true value of toggleMask in the password component [\#12147](https://github.com/primefaces/primeng/issues/12147) -- DataTable: Multiple sorting with Date field as first sort [\#11918](https://github.com/primefaces/primeng/issues/11918) -- VirtualScroller triggers onLazyLoad event even though there is no scroll event [\#11987](https://github.com/primefaces/primeng/issues/11987) -- primeicons.ts not updated for v6 missing strings [\#12105](https://github.com/primefaces/primeng/issues/12105) -- Slider: The slider when I reset the values the style of the bar is not modified [\#12093](https://github.com/primefaces/primeng/issues/12093) -- Cannot bind "pAutoFocus" [\#12090](https://github.com/primefaces/primeng/issues/12090) -- InputNumber | Support highlight on focus property [\#12077](https://github.com/primefaces/primeng/issues/12077) -- Table | ReferenceError: Cannot access 'ColumnFilter' before initialization [\#11931](https://github.com/primefaces/primeng/issues/11931) -- p-treeSelect: selectionMode="checkbox" and showClear="true" doesn't work properly [\#12050](https://github.com/primefaces/primeng/issues/12050) -- Chips | Cannot remove p-focus (Firefox) [\#12016](https://github.com/primefaces/primeng/issues/12016) -- Autocomplete value remains the old when entered text changed [\#12027](https://github.com/primefaces/primeng/issues/12027) -- Dropdown selecting an unwanted option when pressing Control key on the keyboard [\#11889](https://github.com/primefaces/primeng/issues/11889) -- TreeSelect selection expands sibling nodes above the selection [\#11224](https://github.com/primefaces/primeng/issues/11224) - -## [14.1.2](https://github.com/primefaces/primeng/tree/14.1.2) (2022-09-28) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v14.1.1...14.1.2) - -**Fixed bugs:** -- Calendar view="month" and selectionMode="range" not working properly. [\#11153](https://github.com/primefaces/primeng/issues/11153) -- MenuItem visible property not working in Menu p-menu with sub items. [\#11928](https://github.com/primefaces/primeng/issues/11928) -- Chips | Clear icon is not visible with long text content. [\#11957](https://github.com/primefaces/primeng/issues/11957) -- Float Label always above dropdown when using reactive forms. [\#10964](https://github.com/primefaces/primeng/issues/10964) - -**Enhancements:** -- Add onError event to image contents. [\#11945](https://github.com/primefaces/primeng/issues/11945) - -**New Features:** -- CascadeSelect | Add panelStyle and panelStyleClass. [\#11943](https://github.com/primefaces/primeng/issues/11943) - -## [14.1.1](https://github.com/primefaces/primeng/tree/v14.1.1) (2022-09-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v14.1.0...v14.1.1) - -**Fixed bugs:** -- Table "Sticky" headers fail to "stick" when a table is placed inside an Accordion panel [\#11924](https://github.com/primefaces/primeng/issues/11924) -- Ripple is triggered when not properly destroyed [\#11933](https://github.com/primefaces/primeng/issues/11933) - -## [14.1.0](https://github.com/primefaces/primeng/tree/v14.1.0) (2022-09-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/14.0.2...v14.1.0) - -**New Features:** -- TieredMenu | onShow/onHide event support [\#11727](https://github.com/primefaces/primeng/issues/11727) -- Draggable and Resizable DynamicDialog [\#7811](https://github.com/primefaces/primeng/issues/7811) - -**Fixed bugs:** -- SelectButton | throws a exception when options are changed [\#11915](https://github.com/primefaces/primeng/issues/11915) -- Table Module: Export ColumnFilterFormElement [\#11733](https://github.com/primefaces/primeng/issues/11733) -- p-slider: Entering a decimal value without a preceding number before decimal point gives error [\#11790](https://github.com/primefaces/primeng/issues/11790) -- p-dropdown: FormControl loses value if it contains a value not in options and options array is updated [\#11645](https://github.com/primefaces/primeng/issues/11645) -- p-slider: Range slider with a step has the middle bar lag behind by one update [\#11749](https://github.com/primefaces/primeng/issues/11749) -- Table: Unhandled exception if multiSortMeta array is empty [\#11868](https://github.com/primefaces/primeng/issues/11868) -- Galleria: GalleriaItem activeItem has stale reference when value array is changed [\#11882](https://github.com/primefaces/primeng/issues/11882) -- fileUpload | Notification messages not work [\#11886](https://github.com/primefaces/primeng/issues/11886) -- Table: Column resize not working with minimum width [\#11873](https://github.com/primefaces/primeng/issues/11873) -- p-confirmPopup: Does not show even with a valid target [\#11831](https://github.com/primefaces/primeng/issues/11831) -- ListBox: Incorrect value for "aria-multiselectable" attribute ( WCAG: 4.1.2 violation) [\#11743](https://github.com/primefaces/primeng/issues/11743) - -**Enhancements:** -- Carousel SSR broken [\#8447](https://github.com/primefaces/primeng/issues/8447) -- DynamicDialog: Add generic support to DynamicDialogConfig [\#11665](https://github.com/primefaces/primeng/issues/11665) -- InputNumber | Do not swallow Enter key press event [\#11913](https://github.com/primefaces/primeng/issues/11913) -- InputSwitch | Add event type to onChange emitter [\#11912](https://github.com/primefaces/primeng/issues/11912) -- Table | add showButtons input to inputNumber in ColumnFilter [\#11881](https://github.com/primefaces/primeng/issues/11881) -- FileUploader | StyleClass support for buttons [\#11884](https://github.com/primefaces/primeng/issues/11884) - -## [14.0.2](https://github.com/primefaces/primeng/tree/14.0.2) (2022-08-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v14.0.1...14.0.2) - -**Fixed bugs:** -- Table Sticky Footer doesn't work with VirtualScroll on DataTable [\#11819](https://github.com/primefaces/primeng/issues/11819) -- Table | ColumnFilter overlay not closing after clicked an input element inside the container [\#11822](https://github.com/primefaces/primeng/issues/11822) -- pColumnFilter | Filter is applied by adding a new constraint [\#11841](https://github.com/primefaces/primeng/issues/11841) -- Table | LazyLoad emits before onPage event [\#11843](https://github.com/primefaces/primeng/issues/11843) -- Accordion Panel within an Accordion Panel is broken [\#11848](https://github.com/primefaces/primeng/issues/11848) -- TabView | inkbar does not work correctly [\#11855](https://github.com/primefaces/primeng/issues/11855) -- Table | Header and Footer have no background color with virtualScroller [\#11858](https://github.com/primefaces/primeng/issues/11858) -- p-autoComplete : onHide firing on destroy [\#11839](https://github.com/primefaces/primeng/issues/11839) -- Dropdown: Allow empty string while not showing clear button [\#11836](https://github.com/primefaces/primeng/issues/11836) -- Editor: Not displaying content correctly in dialog [\#11814](https://github.com/primefaces/primeng/issues/11814) -- FileUpload | The error message does not disappear correctly when removing file(s), to match your file limit [\#11799](https://github.com/primefaces/primeng/issues/11799) -- TreeSelect: style and type attribute of TreeNode API doesn't work [\#11761](https://github.com/primefaces/primeng/issues/11761) -- p-radioButton: can't get the value from onClick event [\#11861](https://github.com/primefaces/primeng/issues/11861) - -## [14.0.1](https://github.com/primefaces/primeng/tree/v14.0.1) (2022-08-11) - -[Full Changelog](https://github.com/primefaces/primeng/compare/14.0.0...v14.0.1) - -**New Features:** -- Add pAutoFocus directive to fix broken autoFocus property of components [\#11807](https://github.com/primefaces/primeng/issues/11807) - -**Fixed bugs:** -- p-calendar in p-dialog with touchUI=true and inline=true clicking year and dismissing modal raises errors [\#11649](https://github.com/primefaces/primeng/issues/11649) -- OverlayPanel | Close icon overflows in small screen (flipped) [\#11796](https://github.com/primefaces/primeng/issues/11796) -- Error on adding an item to an empty tab panel [\#11454](https://github.com/primefaces/primeng/issues/11454) -- cascadeSelect: showClear button not display after the second time value selected [\#11769](https://github.com/primefaces/primeng/issues/11769) -- Empty messages are not displayed in the components with grouped options [\#11803](https://github.com/primefaces/primeng/issues/11803) -- The close button doesn't have correct styling on focus state in MultiSelect [\#11802](https://github.com/primefaces/primeng/issues/11802) -- Table: VirtualScroll not detecting changes of data [\#11771](https://github.com/primefaces/primeng/issues/11771) -- DataTable with virtual scroll and expand mode is not working as expected [\#11801](https://github.com/primefaces/primeng/issues/11801) - -## [14.0.0](https://github.com/primefaces/primeng/tree/14.0.0) (2022-07-18) - -[Full Changelog](https://github.com/primefaces/primeng/compare/14.0.0-rc.1...14.0.0) - -**Enhancements:** -- Tree | scrollTo, scrollToVirtualIndex, onScroll, and onScrollIndexChange support [\#11697](https://github.com/primefaces/primeng/issues/11697) - -**Fixed bugs:** -- Table Resize | Expand mode not working with Virtual Scroll [\#11717](https://github.com/primefaces/primeng/issues/11717) -- p-calendar is hidden while in a p-panel [\#11685](https://github.com/primefaces/primeng/issues/11685) -- Badge: Whitespaces are added before & after string [\#11627](https://github.com/primefaces/primeng/issues/11627) -- P-Tree: Duplicated render [\#11669](https://github.com/primefaces/primeng/issues/11669) -- The scrollTo method is not working as expected on Scroller API [\#11675](https://github.com/primefaces/primeng/issues/11675) -- Dropdown: Options grouping feature is not working [\#11672](https://github.com/primefaces/primeng/issues/11672) - -## [14.0.0-rc.1](https://github.com/primefaces/primeng/tree/14.0.0-rc.1) (2022-06-29) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.4.1...14.0.0-rc.1) - -**Breaking changes:** -- Reimplement virtual scroll feature on Table [\#11664](https://github.com/primefaces/primeng/issues/11664) -- Reimplement virtual scroll feature on TreeTable [\#11663](https://github.com/primefaces/primeng/issues/11663) -- Reimplement virtual scroll feature on Tree [\#11662](https://github.com/primefaces/primeng/issues/11662) -- Reimplement virtual scroll feature on MultiSelect [\#11661](https://github.com/primefaces/primeng/issues/11661) -- Reimplement virtual scroll feature on Dropdown [\#11660](https://github.com/primefaces/primeng/issues/11660) -- Reimplement virtual scroll feature on AutoComplete [\#11659](https://github.com/primefaces/primeng/issues/11659) -- Reimplement virtual scroll feature on VirtualScroller [\#11658](https://github.com/primefaces/primeng/issues/11658) - -**Implemented New Features and Enhancements:** -- Support Angular 14 [\#11586](https://github.com/primefaces/primeng/issues/11586) -- Add forceUpdate option to LazyLoadEvent [\#11668](https://github.com/primefaces/primeng/issues/11668) -- MultiSelect, ListBox, Dropdown | Filter template support [\#11628](https://github.com/primefaces/primeng/issues/11628) -- Floating label with placeholder [\#11508](https://github.com/primefaces/primeng/issues/11508) -- Add color-scheme style to Themes [\#11657](https://github.com/primefaces/primeng/issues/11657) -- New Component: Scroller [\#11656](https://github.com/primefaces/primeng/issues/11656) -- Badge option for MenuComponents [\#10201](https://github.com/primefaces/primeng/issues/10201) -- OrderList | Templating support for filter [\#11611](https://github.com/primefaces/primeng/issues/11611) -- Add maskStyleClass property in DialogService [\#11569](https://github.com/primefaces/primeng/issues/11569) -- Tooltip | fit-content support [\#11502](https://github.com/primefaces/primeng/issues/11502) - -**Fixed bugs:** -- Dropdown method "show" not working [\#11648](https://github.com/primefaces/primeng/issues/11648) -- Scrolling in a t-table that implements virtual scrolling and lazy loading bugs out the header of the t-table [\#10630](https://github.com/primefaces/primeng/issues/10630) -- Dropdown | ng-dirty issue when options are set by a service call [\#11634](https://github.com/primefaces/primeng/issues/11634) -- Dialog bottom has no border radius when footer does not exist [\#11626](https://github.com/primefaces/primeng/issues/11626) -- AutoComplete showClear is not working when dropdown is enabled [\#11592](https://github.com/primefaces/primeng/issues/11592) -- Event listeners not removed for ReorderableRow and ReorderableColumn [\#11414](https://github.com/primefaces/primeng/issues/11414) -- Image Toolbar hidden behind large image in preview mode [\#11561](https://github.com/primefaces/primeng/issues/11561) -- Overlay with hideTransitionOptions leads to TypeError: Cannot read properties of null (reading 'offsetHeight') [\#11405](https://github.com/primefaces/primeng/issues/11405) -- Bug(calendar): yearpicker wont show value with reactive forms [\#11223](https://github.com/primefaces/primeng/issues/11223) -- Tabmenu set as scrollable show forward button when no needed [\#11415](https://github.com/primefaces/primeng/issues/11415) -- Tabmenu with routerLink items doesn't show offscreen item when reloaded [\#11411](https://github.com/primefaces/primeng/issues/11411) -- Dropdown stays with red border after form reset [\#11503](https://github.com/primefaces/primeng/issues/11503) -- The overlay elements automatically close on mobile devices [\#11567](https://github.com/primefaces/primeng/issues/11567) -- Toast | wrong zIndex problem [\#11563](https://github.com/primefaces/primeng/issues/11563) -- ConfirmDialog | keeps raising z-index in whole application [\#11523](https://github.com/primefaces/primeng/issues/11523) -- Dropdown | Mouse click when it is partially off the top of the screen causes the page to jump [\#11512](https://github.com/primefaces/primeng/issues/11512) -- Sidebar: closeOnEscape not working [\#11517](https://github.com/primefaces/primeng/issues/11517) -- ng-template won't load, missing internal SharedModule export inside p-menubar component [\#11538](https://github.com/primefaces/primeng/issues/11538) -- Image | Zoom in and out buttons do not work properly (Firefox & Chrome) [\#11527](https://github.com/primefaces/primeng/issues/11527) -- Splitbutton commands not triggered when using keyboard [\#11514](https://github.com/primefaces/primeng/issues/11514) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [13.4.5-LTS](https://www.npmjs.com/package/primeng/v/13.4.5-lts) (2023-06-19) - -**Enhancements:** -- Improve LicenseManager structure - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [13.4.4-LTS](https://www.npmjs.com/package/primeng/v/13.4.4-lts) (2023-05-05) - -**Enhancements:** -- Sidebar | Add flex-grow to p-sidebar-content [\#12833](https://github.com/primefaces/primeng/issues/12833) - -**Fixed bugs:** -- DynamicDialog | FocusTrap for nested DynamicDialogs still not working [\#9329](https://github.com/primefaces/primeng/issues/9329) -- OrganizationChart | Expanding org chart node raises error [\#12946](https://github.com/primefaces/primeng/issues/12946) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [13.4.3-LTS](https://www.npmjs.com/package/primeng/v/13.4.3-lts) (2023-04-26) - -**Fixed bugs:** -- Table: Clear function does not clear all filters [\#12903](https://github.com/primefaces/primeng/issues/12903) -- InputNumber | ngModelOptions is not taken into account [\#12915](https://github.com/primefaces/primeng/issues/12915) -- OverlayPanel | Error: Cannot read properties of null [\#12933](https://github.com/primefaces/primeng/issues/12933) -- MultiSelect | Pass remove remove method through selectedItems template [\#12939](https://github.com/primefaces/primeng/issues/12939) -- Table | Unable to reorder to the last element in the table after a scroll occurs [\#12493](https://github.com/primefaces/primeng/issues/12493) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [13.4.2-LTS](https://www.npmjs.com/package/primeng/v/13.4.2-lts) (2023-04-19) - -**Fixed bugs:** -- InputNumber | does not update the input value onInput [\#12733](https://github.com/primefaces/primeng/issues/12733) -- Dropdown | ng-dirty issue when options are set by a service call [\#11634](https://github.com/primefaces/primeng/issues/11634) -- Calendar | input becomes invalid when navigating [\#12741](https://github.com/primefaces/primeng/issues/12741) -- Button: Directive class on label change [\#12083](https://github.com/primefaces/primeng/issues/12083) - -**Implemented New Features and Enhancements:** -- FileUploader | StyleClass support for buttons [\#11884](https://github.com/primefaces/primeng/issues/11884) - -## [13.4.1](https://github.com/primefaces/primeng/tree/HEAD) (2022-05-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.4.0...13.4.1) - - -**Fixed bugs:** -- Dropdown value not set properly when options come later than value [\#11526](https://github.com/primefaces/primeng/issues/11526) -- pTooltip | focus event does not work with p-components [\#11535](https://github.com/primefaces/primeng/issues/11535) - -## [13.4.0](https://github.com/primefaces/primeng/tree/HEAD) (2022-05-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.3.3...13.4.0) - -**Implemented New Features and Enhancements:** - -- Input Components | Clear support [\#11471](https://github.com/primefaces/primeng/issues/11471) -- TreeSelect | Filter [\#11461](https://github.com/primefaces/primeng/issues/11461) -- Dropdown value is not cleared when options change [\#8806](https://github.com/primefaces/primeng/issues/8806) -- Slider | Range slider can not be dragged to the left when both thumbs overlap [\#11427](https://github.com/primefaces/primeng/issues/11427) -- add iconStyle in MenuModel API [\#11258](https://github.com/primefaces/primeng/issues/11258) - -**Fixed bugs:** -- Row reordering in table not working with virtual scroll [\#9817](https://github.com/primefaces/primeng/issues/9817) -- TreeSelect | Duplicate Empty Message [\#11497](https://github.com/primefaces/primeng/issues/11497) -- PrimeIcons.ts contains invalid icons [\#11472](https://github.com/primefaces/primeng/issues/11472) -- p-autocomplete does not clears selected object when CTRL-Z is pressed in textbox [\#9842](https://github.com/primefaces/primeng/issues/9842) -- Dropdown | auto-selects group entries instead of first entry inside first group [\#11485](https://github.com/primefaces/primeng/issues/11485) -- p-colorPicker onInputClick using a button not working [\#11438](https://github.com/primefaces/primeng/issues/11438) -- More than one dropdown can be opened at a time [\#11455](https://github.com/primefaces/primeng/issues/11455) -- Slider Range | Vertical handles not aligned [\#11463](https://github.com/primefaces/primeng/issues/11463) - -## [13.3.3](https://github.com/primefaces/primeng/tree/HEAD) (2022-04-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.3.2...13.3.3) - -**Implemented New Features and Enhancements:** - -- Primary Color Palette [\#11413](https://github.com/primefaces/primeng/issues/11413) - -**Fixed bugs:** -- onChange event triggered for selectButton even when no change occurs [\#11384](https://github.com/primefaces/primeng/issues/11384) -- TreeTable | FlexScroll not working [\#11390](https://github.com/primefaces/primeng/issues/11390) - -## [13.3.2](https://github.com/primefaces/primeng/tree/HEAD) (2022-03-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.3.1...13.3.2) - -**Fixed bugs:** -- Calendar | Loses alignment when switching from year/month to date view [\#11362](https://github.com/primefaces/primeng/issues/11362) -- Dialog | Scrolling breaks draggable dialog [\#11284](https://github.com/primefaces/primeng/issues/11284) -- Event listener leak in ReorderableRow and ReorderableColumn [\#11357](https://github.com/primefaces/primeng/issues/11357) -- Toast | z-index shouldn't removed when other toasts are shown [\#11313](https://github.com/primefaces/primeng/issues/11313) -- Tooltip escape parameter not working after update [\#11348](https://github.com/primefaces/primeng/issues/11348) - -## [13.3.1](https://github.com/primefaces/primeng/tree/HEAD) (2022-03-28) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.3.0...13.3.1) - -**Implemented New Features and Enhancements:** - -- Tooltip | Escape encode enhancement [\#11332](https://github.com/primefaces/primeng/issues/11332) - -**Fixed bugs:** -- pStyleClass may fail to enter the element [\#11341](https://github.com/primefaces/primeng/issues/11341) - -## [13.3.0](https://github.com/primefaces/primeng/tree/HEAD) (2022-03-16) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.2.1...13.3.0) - -**Implemented New Features and Enhancements:** - -- SplitButton | TieredMenu Support [\#11301](https://github.com/primefaces/primeng/issues/11301) -- SplitButton | Templating Support [\#11300](https://github.com/primefaces/primeng/issues/11300) -- OrderList | disabled support [\#11298](https://github.com/primefaces/primeng/issues/11298) -- OrderList | Transfer buttons disable check [\#11297](https://github.com/primefaces/primeng/issues/11297) -- PickList | Keep selection after moving an item [\#11283](https://github.com/primefaces/primeng/issues/11283) -- PickList | Transfer buttons disable check [\#11281](https://github.com/primefaces/primeng/issues/11281) -- Password, CascadeSelect, MultiSelect | ariaLabel and label does not exist [\#11277](https://github.com/primefaces/primeng/issues/11277) - -**Fixed bugs:** -- Picklist | Selection is not updated when drag and drop transfer [\#11296](https://github.com/primefaces/primeng/issues/11296) -- TieredMenu | responsive is not correct [\#11276](https://github.com/primefaces/primeng/issues/11276) -- Property target does not working on p-menu [\#11226](https://github.com/primefaces/primeng/issues/11226) -- Virtual Scroll with Lazy Loading fires onLazyLoad when lazyLoadOnInit is false [\#10414](https://github.com/primefaces/primeng/issues/10414) -- Clear filter on table calls multiple times onLazyLoad [\#9980](https://github.com/primefaces/primeng/issues/9980) - - -## [13.2.1](https://github.com/primefaces/primeng/tree/HEAD) (2022-03-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.2.0...13.2.1) - -**Implemented New Features and Enhancements:** - -- Themes | Red Color Palette [\#11243](https://github.com/primefaces/primeng/issues/11243) -- Change lara to use system font [\#11215](https://github.com/primefaces/primeng/issues/11215) - -**Fixed bugs:** -- Multiselect overlay bug - baseZIndex property is unused [\#11191](https://github.com/primefaces/primeng/issues/11191) -- Bug on Dark Themes related with fixed columns [\#11245](https://github.com/primefaces/primeng/issues/11245) -- Material Calendar | Disabled Calendar getting opacity twice [\#11250](https://github.com/primefaces/primeng/issues/11250) -- Lara Light Blue | Primary Button Hover is not Changing [\#11244](https://github.com/primefaces/primeng/issues/11244) -- Breadcrumb | tooltip alignment fails if breadcrumb item has long text [\#11228](https://github.com/primefaces/primeng/issues/11228) -- PanelMenu border top not always visible [\#11112](https://github.com/primefaces/primeng/issues/11112) -- Material DataTable extension border typo fix [\#11248](https://github.com/primefaces/primeng/issues/11248) - - -## [13.2.0:](https://github.com/primefaces/primeng/tree/HEAD) (2022-02-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.1.1...13.2.0) - -**Implemented New Features and Enhancements:** - -- Custom Table CSV Export Headers [\#11120](https://github.com/primefaces/primeng/issues/11120) -- Striped Rows for OrderList and PickList [\#11190](https://github.com/primefaces/primeng/issues/11190) -- Knob surface letters replaced with new surface variables [\#11189](https://github.com/primefaces/primeng/issues/11189) -- Dropdown, button, inputSwitch, calendar, panel, autoComplete, inputNumber, inputText accessibility problems [\#11168](https://github.com/primefaces/primeng/issues/11168) -- Hide multiselect panel on living by TAB key [\#11088](https://github.com/primefaces/primeng/issues/11088) -- Alignment of Icon in Header of Collapsible Panel [\#11175](https://github.com/primefaces/primeng/issues/11175) -- Scrollable TabMenu support [\#11154](https://github.com/primefaces/primeng/issues/11154) -- Calendar | hide timepicker on month/year select [\#11180](https://github.com/primefaces/primeng/issues/11180) -- p-image does not allow src to be of type SafeUrl [\#11143](https://github.com/primefaces/primeng/issues/11143) -- confirmDialog documentation says acceptIcon and rejectIcon default values are null, but source code specifies default values [\#10430](https://github.com/primefaces/primeng/issues/10430) - -**Fixed bugs:** - -- Tabview and TabMenu | ForwardButton not hidden correctly [\#11197](https://github.com/primefaces/primeng/issues/11197) -- Dynamic contextmenu items cause null exception in ContextMenu.positionSubmenu [\#11173](https://github.com/primefaces/primeng/issues/11173) - -## [13.1.1:](https://github.com/primefaces/primeng/tree/HEAD) (2022-02-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.1.0...13.1.1) - -**Implemented New Features and Enhancements:** - -- Custom Table CSV Export Headers [\#11120](https://github.com/primefaces/primeng/issues/11120) -- MultiSelect | Filter autocomplete attribute support [\#11100](https://github.com/primefaces/primeng/issues/11100) - -**Fixed bugs:** - -- FullCalendar | Bootstrap background highlight is wrong [\#11152](https://github.com/primefaces/primeng/issues/11152) -- PrimeNG Calendar (p-calendar) Loses alignment when positioned at the top of the input and the user clicks in the year/month [\#11040](https://github.com/primefaces/primeng/issues/11040) -- Progress value in ProgressBar not clearly visible (theme Material Design) [\#11146](https://github.com/primefaces/primeng/issues/11146) -- P-calendar defaultDate not work correctly [\#11104](https://github.com/primefaces/primeng/issues/11104) -- Table multiple frozen columns aligned on the right [\#11134](https://github.com/primefaces/primeng/issues/11134) - -## [13.1.0:](https://github.com/primefaces/primeng/tree/13.1.0) (2022-01-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.0.4...13.1.0) - -**Implemented New Features and Enhancements:** - -- Update themes for list shadow style [\#11083](https://github.com/primefaces/primeng/issues/11083) -- Calendar | KeepInvalid Support [\#11089](https://github.com/primefaces/primeng/issues/11089) -- Improve resizable structure on DataTable [\#11082](https://github.com/primefaces/primeng/issues/11082) -- MegaMenu | RouterLink CtrlKey support [\#11049](https://github.com/primefaces/primeng/issues/11049) - -**Fixed bugs:** - -- Calendar firstDayOfWeek returns the number of months [\#11070](https://github.com/primefaces/primeng/issues/11070) -- Dropdown | filled background problem [\#11069](https://github.com/primefaces/primeng/issues/11069) -- Multiple ContextMenu's on the same page/component do not work as expected [\#11048](https://github.com/primefaces/primeng/issues/11048) -- TypeError: Cannot read properties of undefined (reading 'nativeElement') with scrollable and state enabled table [\#10792](https://github.com/primefaces/primeng/issues/10792) -- p-tree node toggler button is shrunk until not visible if label starts to not fit the node [\#11039](https://github.com/primefaces/primeng/issues/11039) -- multi select with group ignores filterBy option [\#11036](https://github.com/primefaces/primeng/issues/11036) -- TabMenu and Steps | All items with routerLink being highlighted [\#11028](https://github.com/primefaces/primeng/issues/11028) -- Table | Footer is not align when resize mode is enable. [\#10979](https://github.com/primefaces/primeng/issues/10979) -- Table border is not showing in Firefox browser [\#11010](https://github.com/primefaces/primeng/issues/11010) -- Calendar | Some Months are disabled when using disabled dates [\#11027](https://github.com/primefaces/primeng/issues/11027) -- Calendar | Displayed year doesn't update for month picker [\#11024](https://github.com/primefaces/primeng/issues/11024) -- TableHeaderCheckbox is checked when the selection array is empty [\#11025](https://github.com/primefaces/primeng/issues/11025) -- Table | ColResize Expand Mode not Compatible with Table Scroll [\#11021](https://github.com/primefaces/primeng/issues/11021) -- Material Light | Surface Border is invalid [\#11015](https://github.com/primefaces/primeng/issues/11015) - -## [13.0.4:](https://github.com/primefaces/primeng/tree/13.0.4) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.0.3...13.0.4) - -**Implemented New Features and Enhancements:** - -- Globally configure p-calendar firstDayOfWeek [\#9635](https://github.com/primefaces/primeng/issues/9635) -- Add rowSelectable property to DataTable [\#6736](https://github.com/primefaces/primeng/issues/6736) -- New Color Scheme for Lara Dark [\#11012](https://github.com/primefaces/primeng/issues/11012) - -**Fixed bugs:** - -- Table Selection | Disabled checkbox getting pointer cursor [\#11004](https://github.com/primefaces/primeng/issues/11004) -- Table, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#10996](https://github.com/primefaces/primeng/issues/10996) -- Calendar: the Year is incorrect for Multiple Months mode [\#10993](https://github.com/primefaces/primeng/issues/10993) -- p-dropdown causes page to horizontally scroll [\#10992](https://github.com/primefaces/primeng/issues/10992) -- Table ColumnFilter | Add p-button-sm class for Apply and Clear button [\#10987](https://github.com/primefaces/primeng/issues/10987) -- Table ColumnFilter | Placeholder for Calendar [\#10986](https://github.com/primefaces/primeng/issues/10986) -- Password Overlay not properly destroyed [\#10955](https://github.com/primefaces/primeng/issues/10955) -- calendar firstDayOfWeek won't change dinamically [\#10574](https://github.com/primefaces/primeng/issues/10574) -- TabMenu item not highlighted on navigation [\#9925](https://github.com/primefaces/primeng/issues/9925) - -## [13.0.3](https://github.com/primefaces/primeng/tree/13.0.3) (2021-12-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.0.02...13.0.3) - -**Implemented New Features and Enhancements:** - -- Add selectionPageOnly property to DataTable [\#10967](https://github.com/primefaces/primeng/issues/10967) -- Improve table row reorder highlight [\#10959](https://github.com/primefaces/primeng/issues/10959) -- Improve lazy loading and select all implementation on DataTable [\#10951](https://github.com/primefaces/primeng/issues/10951) - -**Fixed bugs:** - -- Splitter control not allowing changing of panelSize dynamically [\#10981](https://github.com/primefaces/primeng/issues/10981) -- Table | Frozen Columns not working when created partial dynamically [\#10960](https://github.com/primefaces/primeng/issues/10960) -- p-dropdown onChange - return null when using keyboard navigation [\#10940](https://github.com/primefaces/primeng/issues/10940) -- p-calendar: Keyboard/mouse interaction with time selector controls behave differently [\#10937](https://github.com/primefaces/primeng/issues/10937) -- TabView: p-tabview-ink-bar doesn't follow the size of TabPanel header property change [\#10837](https://github.com/primefaces/primeng/issues/10837) -- Problem with keydown for FileUpload component [\#10575](https://github.com/primefaces/primeng/issues/10575) -- Dropdown is not opening programmatically using the `show\(\)` method [\#10454](https://github.com/primefaces/primeng/issues/10454) - -## [13.0.02](https://github.com/primefaces/primeng/tree/13.0.02) (2021-12-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.0.1...13.0.02) - -**Implemented New Features and Enhancements:** - -- Calendar | Escape Support For Month and Year Picker [\#10923](https://github.com/primefaces/primeng/issues/10923) - -**Fixed bugs:** - -- BreadCrumb | cursor is missing when href is not defined [\#10933](https://github.com/primefaces/primeng/issues/10933) -- Calendar | Year Picker and Month Picker empty when value empty and using Range or Multiple Selection [\#10931](https://github.com/primefaces/primeng/issues/10931) -- Calendar manual input doesn't work [\#10922](https://github.com/primefaces/primeng/issues/10922) -- Some menu components not supporting ctrl click to open new duplicate screen [\#10919](https://github.com/primefaces/primeng/issues/10919) -- TypeError: Cannot read properties of undefined \(reading 'classList'\) at Function.addClass [\#10909](https://github.com/primefaces/primeng/issues/10909) - -## [13.0.1](https://github.com/primefaces/primeng/tree/13.0.1) (2021-12-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.0.0...13.0.1) - -**Implemented New Features and Enhancements:** - -- Menu | Submenu Tooltip Support [\#10675](https://github.com/primefaces/primeng/issues/10675) - -**Fixed bugs:** - -- Calendar | Year Picker and Month Picker empty when using Range and Multiple options [\#10906](https://github.com/primefaces/primeng/issues/10906) -- Table header hides when scrolling [\#10887](https://github.com/primefaces/primeng/issues/10887) -- p-sidebar not trigger visibleChange output event [\#10884](https://github.com/primefaces/primeng/issues/10884) -- DynamicDialog does not block interaction with elements behind the mask [\#10882](https://github.com/primefaces/primeng/issues/10882) -- Dropdown bug with selection via up key [\#10843](https://github.com/primefaces/primeng/issues/10843) -- SpeedDial items visible even if MenuItem object property "visible" is false [\#10831](https://github.com/primefaces/primeng/issues/10831) -- ExpressionChangedAfterItHasBeenCheckedError in table virtual scrolling after upgrading to 12.1.1 [\#10659](https://github.com/primefaces/primeng/issues/10659) -- Wrong emit on accordion open [\#10509](https://github.com/primefaces/primeng/issues/10509) -- Table | global filter doesn't reset on Table.clear\(\) [\#10246](https://github.com/primefaces/primeng/issues/10246) -- Chips float label does not work when value is updated programmatically [\#9289](https://github.com/primefaces/primeng/issues/9289) - -## [13.0.0](https://github.com/primefaces/primeng/tree/13.0.0) (2021-11-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/13.0.0-rc.2...13.0.0) - -**Implemented New Features and Enhancements:** - -- Calendar | Add space key support for time pickers [\#10863](https://github.com/primefaces/primeng/issues/10863) -- Year Picker for Calendar [\#10856](https://github.com/primefaces/primeng/issues/10856) -- Add responsiveOptions property to Calendar [\#10855](https://github.com/primefaces/primeng/issues/10855) - -**Fixed bugs:** - -- readonly not working on p-inputNumber [\#10866](https://github.com/primefaces/primeng/issues/10866) -- Table | Row expansion table header scrolls above the main table header [\#10864](https://github.com/primefaces/primeng/issues/10864) -- ProgressBar: color text accessibility issue [\#10862](https://github.com/primefaces/primeng/issues/10862) -- Failed to execute 'querySelectorAll' \(not a valid selector\) error when tabbing out of calendar component [\#10859](https://github.com/primefaces/primeng/issues/10859) -- Angular 13 Editor not loading properly "ERROR TypeError: \({get default\(value}\) is not a constructor" primeng-editor.mjs:29 [\#10834](https://github.com/primefaces/primeng/issues/10834) - -## [13.0.0-rc.1](https://github.com/primefaces/primeng/tree/13.0.0-rc.1) (2021-11-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.2.2...13.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- New Theme Lara 🎨 [\#10830](https://github.com/primefaces/primeng/issues/10830) -- Update to PrimeIcons v5.0.0 [\#10811](https://github.com/primefaces/primeng/issues/10811) -- Update to Angular 13 [\#10810](https://github.com/primefaces/primeng/issues/10810) -- Match @angular 12 libraries to allow rxjs upgrade to v7.x [\#10804](https://github.com/primefaces/primeng/issues/10804) - -**Fixed bugs:** - -- The `escape` property does not work for label in Slide Menu component [\#10827](https://github.com/primefaces/primeng/issues/10827) -- Button | loadingIcon is not displayed when icon is not provided [\#10822](https://github.com/primefaces/primeng/issues/10822) -- sidebar causes javascript error if modal=false [\#10813](https://github.com/primefaces/primeng/issues/10813) -- Dismissable Mask and Escape on Dynamic Dialogue [\#10809](https://github.com/primefaces/primeng/issues/10809) -- Wrong zIndex for p-toast [\#10801](https://github.com/primefaces/primeng/issues/10801) -- TypeError: Cannot read properties of undefined \(reading 'style'\) at FrozenColumn.updateStickyPosition [\#10794](https://github.com/primefaces/primeng/issues/10794) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [12.2.5-LTS](https://www.npmjs.com/package/primeng-lts/v/12.2.5) (2022-01-31) -- p-tree node toggler button is shrunk until not visible if label starts to not fit the node [\#11039](https://github.com/primefaces/primeng/issues/11039) -- multi select with group ignores filterBy option [\#11036](https://github.com/primefaces/primeng/issues/11036) -- Material Light | Surface Border is invalid [\#11015](https://github.com/primefaces/primeng/issues/11015) -- Table Selection | Disabled checkbox getting pointer cursor [\#11004](https://github.com/primefaces/primeng/issues/11004) -- Table, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#10996](https://github.com/primefaces/primeng/issues/10996) -- Problem with keydown for FileUpload component [\#10575](https://github.com/primefaces/primeng/issues/10575) -- calendar firstDayOfWeek won't change dinamically [\#10574](https://github.com/primefaces/primeng/issues/10574) -- Wrong emit on accordion open [\#10509](https://github.com/primefaces/primeng/issues/10509) -- Dropdown is not opening programmatically using the show() method [\#10454](https://github.com/primefaces/primeng/issues/10454) -- Globally configure p-calendar firstDayOfWeek [\#9635](https://github.com/primefaces/primeng/issues/9635) -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [12.2.4-LTS](https://www.npmjs.com/package/primeng-lts/v/12.2.4) (2021-12-06) -- TypeError: Cannot read properties of undefined (reading 'classList') at Function.addClass [\#10909](https://github.com/primefaces/primeng/issues/10909) -- Table header hides when scrolling [\#10887](https://github.com/primefaces/primeng/issues/10887) -- p-sidebar not trigger visibleChange output event [\#10884](https://github.com/primefaces/primeng/issues/10884) -- DynamicDialog does not block interaction with elements behind the mask [\#10882](https://github.com/primefaces/primeng/issues/10882) -- readonly not working on p-inputNumber [\#10866](https://github.com/primefaces/primeng/issues/10866) -- Table | Row expansion table header scrolls above the main table header [\#10864](https://github.com/primefaces/primeng/issues/10864) -- Dropdown bug with selection via up key [\#10843](https://github.com/primefaces/primeng/issues/10843) -- SpeedDial items visible even if MenuItem object property "visible" is false [\#10831](https://github.com/primefaces/primeng/issues/10831) -- ExpressionChangedAfterItHasBeenCheckedError in table virtual scrolling after upgrading to 12.1.1 [\#10659](https://github.com/primefaces/primeng/issues/10659) -- Table | global filter doesn't reset on Table.clear() [\#10246](https://github.com/primefaces/primeng/issues/10246) - -## [12.2.2](https://github.com/primefaces/primeng/tree/12.2.2) (2021-11-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.2.1...12.2.2) - -**Implemented New Features and Enhancements:** - -- Material | Use box-shadow for outlined Buttons [\#10799](https://github.com/primefaces/primeng/issues/10799) -- Material Focus Improvements [\#10798](https://github.com/primefaces/primeng/issues/10798) -- Multiselect missing itemValue in OnChange callback after removeChip [\#10789](https://github.com/primefaces/primeng/issues/10789) -- PanelMenu | Keyboard Support [\#10784](https://github.com/primefaces/primeng/issues/10784) -- SlideMenu | Keyboard Support [\#10781](https://github.com/primefaces/primeng/issues/10781) -- Dynamic Dialog | BlockUI | Modal layer enter-leave transition [\#10775](https://github.com/primefaces/primeng/issues/10775) -- TreeSelect | Keyboard Support [\#10774](https://github.com/primefaces/primeng/issues/10774) -- ConfirmPopup | Default Focus support [\#10772](https://github.com/primefaces/primeng/issues/10772) -- Menu | Keyboard Support [\#10771](https://github.com/primefaces/primeng/issues/10771) -- ZIndexUtils Support for ConfirmDialog [\#10762](https://github.com/primefaces/primeng/issues/10762) -- Dropdown appendTo default changed to "body" in PrimeNG 12 [\#10751](https://github.com/primefaces/primeng/issues/10751) -- CascadeSelect | Keyboard Exit Functionality [\#10749](https://github.com/primefaces/primeng/issues/10749) -- Editor missing some text in template file [\#10745](https://github.com/primefaces/primeng/issues/10745) -- p-Table: resizing a scrollable table resizes the expanded row [\#10609](https://github.com/primefaces/primeng/issues/10609) - -**Fixed bugs:** - -- MultiSelect and Listbox | Header Checkbox Should be focusable [\#10797](https://github.com/primefaces/primeng/issues/10797) -- Dropdown | autoDisplayFirst not update value of dropdown [\#10768](https://github.com/primefaces/primeng/issues/10768) -- Password and TreeSelect | Invalid styles are missing [\#10766](https://github.com/primefaces/primeng/issues/10766) -- If appendTo property of confirmDialog is set, defaultFocus doesn't work [\#10722](https://github.com/primefaces/primeng/issues/10722) -- Dropdown - scroll to selected item [\#10346](https://github.com/primefaces/primeng/issues/10346) - -## [12.2.1](https://github.com/primefaces/primeng/tree/12.2.1) (2021-10-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.2.0...12.2.1) - -**Implemented New Features and Enhancements:** - -- Integrate pTooltip with pMenu\* via MenuModel API extension [\#4714](https://github.com/primefaces/primeng/issues/4714) -- CascadeSelect | Enter and Space support for toggle [\#10742](https://github.com/primefaces/primeng/issues/10742) -- BlockUI | Modal layer enter-leave transition [\#10741](https://github.com/primefaces/primeng/issues/10741) -- p-password | onFocus and onBlur Event [\#10736](https://github.com/primefaces/primeng/issues/10736) -- Add onClear event to dropdown [\#10712](https://github.com/primefaces/primeng/issues/10712) -- Dropdown Accessibility | Ensures every form element has a label" [\#10701](https://github.com/primefaces/primeng/issues/10701) -- Improve scrollbar style on BreadCrumb and TabMenu [\#10698](https://github.com/primefaces/primeng/issues/10698) - -**Fixed bugs:** - -- Spaces are not accepted in p-dropdown-filter [\#10739](https://github.com/primefaces/primeng/issues/10739) -- Tooltip hideDelay bug [\#10735](https://github.com/primefaces/primeng/issues/10735) -- multiselect applies disabled UI state to all items when selectionLimit is reached and chip is removed [\#10734](https://github.com/primefaces/primeng/issues/10734) -- float-label chips problem [\#10725](https://github.com/primefaces/primeng/issues/10725) -- pButton Directive throws error when label is set when async pipe [\#10719](https://github.com/primefaces/primeng/issues/10719) -- p-radioButton causes layout issues when used inside an overflow: auto div \(all elements with p-hidden-accessible?\) [\#10718](https://github.com/primefaces/primeng/issues/10718) -- float-label pInputText problem [\#10716](https://github.com/primefaces/primeng/issues/10716) -- Dropdown overlay bug - baseZIndex property is unused in PrimeNG 12.2.0 [\#10713](https://github.com/primefaces/primeng/issues/10713) -- V12 - sidebar doesn't remove mask [\#10682](https://github.com/primefaces/primeng/issues/10682) -- The "plugins" property is not assigned when creating the Chart object [\#10664](https://github.com/primefaces/primeng/issues/10664) -- Cannot read property 'trim' of undefined with ButtonDirective [\#10354](https://github.com/primefaces/primeng/issues/10354) - -## [12.2.0](https://github.com/primefaces/primeng/tree/12.2.0) (2021-09-29) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.2.0-rc.1...12.2.0) - -- No changes. - -## [12.2.0-rc.1](https://github.com/primefaces/primeng/tree/12.2.0-rc.1) (2021-09-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.1.1...12.2.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Tree | aria-label support for the toggler icon [\#10670](https://github.com/primefaces/primeng/issues/10670) -- Breadcrumb | aria-label support for Home Icon [\#10669](https://github.com/primefaces/primeng/issues/10669) -- Menu | aria-role support [\#10668](https://github.com/primefaces/primeng/issues/10668) -- Picklist | aria-label support for Buttons [\#10667](https://github.com/primefaces/primeng/issues/10667) -- Autocomplete - aria-label for dropdown [\#10666](https://github.com/primefaces/primeng/issues/10666) -- Disable the navigation helpers when paginator empty [\#10661](https://github.com/primefaces/primeng/issues/10661) -- Add contains Method to ObjectUtils [\#10657](https://github.com/primefaces/primeng/issues/10657) -- Add trueValue-falseValue to Checkbox [\#10656](https://github.com/primefaces/primeng/issues/10656) -- Make Dock component mobile friendly [\#10654](https://github.com/primefaces/primeng/issues/10654) -- Set Paginator Page from InputNumber [\#10653](https://github.com/primefaces/primeng/issues/10653) -- Add trueValue-falseValue to InputSwitch [\#10650](https://github.com/primefaces/primeng/issues/10650) -- Incorrect Sizing due to filter input width of dropdown [\#10649](https://github.com/primefaces/primeng/issues/10649) -- Aria Label for Calendar's Icon [\#10641](https://github.com/primefaces/primeng/issues/10641) -- Improve Galleria animation on FullScreen mode [\#10640](https://github.com/primefaces/primeng/issues/10640) -- Modal layer enter-leave transition [\#10639](https://github.com/primefaces/primeng/issues/10639) -- Tabindex property for Dialog's Close Button [\#10632](https://github.com/primefaces/primeng/issues/10632) -- Image Component [\#10631](https://github.com/primefaces/primeng/issues/10631) -- Tailwind Theme [\#10629](https://github.com/primefaces/primeng/issues/10629) - -**Fixed bugs:** - -- DataTable row group and sortable columns are not working together [\#10663](https://github.com/primefaces/primeng/issues/10663) -- Paginator's Inputnumber displays index instead of current page [\#10660](https://github.com/primefaces/primeng/issues/10660) -- CurrentPageReport displays wrong value [\#10652](https://github.com/primefaces/primeng/issues/10652) -- Material themes secondary text color issue [\#10651](https://github.com/primefaces/primeng/issues/10651) -- Filtered Dropdown unusable on Windows Tablet [\#10648](https://github.com/primefaces/primeng/issues/10648) -- Tooltip: word wrap [\#10647](https://github.com/primefaces/primeng/issues/10647) -- Extra space between MultiSelect and filter list [\#10644](https://github.com/primefaces/primeng/issues/10644) -- DataTable - The showClearButton literally doesn't do anything [\#10643](https://github.com/primefaces/primeng/issues/10643) -- Overlay panel hide when clicking on a label inside of it [\#10642](https://github.com/primefaces/primeng/issues/10642) -- DataTable doesn't work as expected when the container is resized. [\#10623](https://github.com/primefaces/primeng/issues/10623) -- p-checkbox causes layout issues when used inside an overflow: auto div [\#9725](https://github.com/primefaces/primeng/issues/9725) - -## [12.1.1](https://github.com/primefaces/primeng/tree/12.1.1) (2021-09-08) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.1.0...12.1.1) - -**Implemented New Features and Enhancements:** - -- Scrollable Tabs [\#10119](https://github.com/primefaces/primeng/issues/10119) -- Add p-inputwrapper class to form components [\#10591](https://github.com/primefaces/primeng/issues/10591) -- Add p-element class to the host element on all components [\#10590](https://github.com/primefaces/primeng/issues/10590) -- Add getFormatter method to InputNumber [\#10588](https://github.com/primefaces/primeng/issues/10588) -- Add allowEmpty property to InputNumber [\#10583](https://github.com/primefaces/primeng/issues/10583) -- InputNumber behaves odd when trying to insert fracitonal digits [\#10582](https://github.com/primefaces/primeng/issues/10582) -- Dropdown Accessibility Enhancements [\#10562](https://github.com/primefaces/primeng/issues/10562) -- closeAriaLabel for SplitButton [\#10553](https://github.com/primefaces/primeng/issues/10553) -- expandAriaLabel for SplitButton [\#10552](https://github.com/primefaces/primeng/issues/10552) -- InputNumber on mobile works like textinput [\#10142](https://github.com/primefaces/primeng/issues/10142) -- Add \[readonly\] attribute to p-inputNumber [\#9827](https://github.com/primefaces/primeng/issues/9827) -- InputNumber: cannot insert fractional digits when minFractionDigits=0 [\#9272](https://github.com/primefaces/primeng/issues/9272) - -**Fixed bugs:** - -- Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value [\#10594](https://github.com/primefaces/primeng/issues/10594) -- InputNumber input event returns wrong value [\#10581](https://github.com/primefaces/primeng/issues/10581) -- Input number caret issue with negatives [\#10565](https://github.com/primefaces/primeng/issues/10565) -- Scrollable Resizing Table not working Variable Width [\#10561](https://github.com/primefaces/primeng/issues/10561) -- inputnumber : both prefix and currency Input error [\#10521](https://github.com/primefaces/primeng/issues/10521) -- Negative sign in front of number is not possible for Finnish or Swedish locale. [\#10409](https://github.com/primefaces/primeng/issues/10409) -- InputNumber: setting "min" to anything greater than 0 implies "required" [\#10056](https://github.com/primefaces/primeng/issues/10056) -- p-inputNumber uses wrong border radius in p-inputGroup [\#9949](https://github.com/primefaces/primeng/issues/9949) -- InputNumber - unable to enter negative with minFractionDigits set [\#9516](https://github.com/primefaces/primeng/issues/9516) -- Updating minFractionDigits and maxFractionDigits results in error [\#9466](https://github.com/primefaces/primeng/issues/9466) -- InputNumber: issues with decimal separator for some locales, 0s are added to input [\#9399](https://github.com/primefaces/primeng/issues/9399) - -## [12.1.0](https://github.com/primefaces/primeng/tree/12.1.0) (2021-08-25) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.1.0-rc.2...12.1.0) - -**Fixed bugs:** - -- Table Header Checkbox not working when lazy loading enabled [\#10532](https://github.com/primefaces/primeng/issues/10532) -- AutoZIndex support for DynamicDialog [\#10526](https://github.com/primefaces/primeng/issues/10526) - -## [12.1.0-rc.2](https://github.com/primefaces/primeng/tree/12.1.0-rc.2) (2021-08-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.1.0-rc.1...12.1.0-rc.2) - -**Implemented New Features and Enhancements:** - -- TreeSelect missing Tree option propagateSelectionDown and propagateSelectionUp [\#10504](https://github.com/primefaces/primeng/issues/10504) -- dateFormat option for I18N API [\#10503](https://github.com/primefaces/primeng/issues/10503) - -**Fixed bugs:** - -- Display issue of p-dropdown in p-dialog [\#10517](https://github.com/primefaces/primeng/issues/10517) -- PrimeNG 12.1 pTooltip text display lags behind bound input change [\#10516](https://github.com/primefaces/primeng/issues/10516) -- pFrozenColumn is moving when position set to left [\#10513](https://github.com/primefaces/primeng/issues/10513) -- FlexScroll not working with VirtualScroll [\#10505](https://github.com/primefaces/primeng/issues/10505) - -## [12.1.0-rc.1](https://github.com/primefaces/primeng/tree/12.1.0-rc.1) (2021-08-11) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.0.1...12.1.0-rc.1) - -**Breaking changes:** -- Update Chart.js to 3.3.2 [\#10452](https://github.com/primefaces/primeng/issues/10452) -- FullCalendar v5 Theme Support [\#10451](https://github.com/primefaces/primeng/issues/10451) -- DataTable RowGroup Mode [\#10396](https://github.com/primefaces/primeng/issues/10396) -- New DataTable Scrolling [\#10395](https://github.com/primefaces/primeng/issues/10395) - -**Implemented New Features and Enhancements:** - -- New Table Responsive layout [\#10495](https://github.com/primefaces/primeng/issues/10495) -- Support for scrolling and column groups [\#10489](https://github.com/primefaces/primeng/issues/10489) -- Tooltip support for Menu Components [\#10422](https://github.com/primefaces/primeng/issues/10422) -- Dock Component [\#10413](https://github.com/primefaces/primeng/issues/10413) -- onResizeStart event for p-splitter [\#10384](https://github.com/primefaces/primeng/issues/10384) -- New Component: SpeedDial [\#10380](https://github.com/primefaces/primeng/issues/10380) -- Reimplement OverlayService [\#10301](https://github.com/primefaces/primeng/issues/10301) -- New Component: TreeSelect [\#10299](https://github.com/primefaces/primeng/issues/10299) -- Customizable ZIndex Layering [\#10298](https://github.com/primefaces/primeng/issues/10298) - -**Fixed bugs:** - -- Improve resize feature of Dialog [\#10465](https://github.com/primefaces/primeng/issues/10465) -- A maximizable dialog cannot be maximized properly after its size or position has been changed [\#10464](https://github.com/primefaces/primeng/issues/10464) -- Overlay aligning calculation defect [\#10447](https://github.com/primefaces/primeng/issues/10447) -- p-password is not changing when I18N API called [\#10446](https://github.com/primefaces/primeng/issues/10446) -- Dropdown Array Key Selection skipping last entry. [\#10408](https://github.com/primefaces/primeng/issues/10408) -- Unsubscription error when running any default component test using Steps [\#10379](https://github.com/primefaces/primeng/issues/10379) -- TreeTable PartialSelect not working [\#10370](https://github.com/primefaces/primeng/issues/10370) -- FileUpload Size Calculation is wrong [\#10369](https://github.com/primefaces/primeng/issues/10369) -- p-password tamplate [\#10355](https://github.com/primefaces/primeng/issues/10355) - -## [12.0.2](https://github.com/primefaces/primeng/tree/12.0.2) (2021-08-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.0.0...12.0.1) - -**Fixed bugs:** - -- StyleClass does not open overlay when source is clicked again [\#10491](https://github.com/primefaces/primeng/issues/10491) - -## [12.0.1](https://github.com/primefaces/primeng/tree/12.0.1) (2021-07-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.0.0...12.0.1) - -**Implemented New Features and Enhancements:** - -- pStyleClass Directive [\#10427](https://github.com/primefaces/primeng/issues/10427) - -## [12.0.0](https://github.com/primefaces/primeng/tree/12.0.0) (2021-06-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/12.0.0-rc.1...12.0.0) - -**Implemented New Features and Enhancements:** - -- Add gray scheme [\#10340](https://github.com/primefaces/primeng/issues/10340) -- Responsive Toast [\#10339](https://github.com/primefaces/primeng/issues/10339) -- Responsive TabMenu and Breadcrumb [\#10338](https://github.com/primefaces/primeng/issues/10338) -- Toast center positioning enhancement [\#10333](https://github.com/primefaces/primeng/issues/10333) -- CascadeSelect material theming improvements [\#10314](https://github.com/primefaces/primeng/issues/10314) -- styleClass and contentStyleClass Support for Message [\#10308](https://github.com/primefaces/primeng/issues/10308) -- Picklist events not always return an array [\#10284](https://github.com/primefaces/primeng/issues/10284) -- \[Accessibility\] p-dropdown information is only announced after pressing ctrl+down arrow twice. [\#10156](https://github.com/primefaces/primeng/issues/10156) - -**Fixed bugs:** - -- Filtering non existing item in p-dropdown \[filter=true, group=true\] and pressing key down generates error: Dropdown.html:25 ERROR TypeError: Cannot read property '0' of null [\#10332](https://github.com/primefaces/primeng/issues/10332) -- Table frozen columns not working with colresize expand mode [\#10310](https://github.com/primefaces/primeng/issues/10310) -- \#10286 for ColorPicker [\#10309](https://github.com/primefaces/primeng/issues/10309) -- Splitter error : Cannot read property '0' of undefined at Splitter.onResize [\#10286](https://github.com/primefaces/primeng/issues/10286) -- Button icon css class not set after it has been initialized [\#10277](https://github.com/primefaces/primeng/issues/10277) -- FileUpload - long filename [\#10275](https://github.com/primefaces/primeng/issues/10275) -- p-dialog breakpoints is not working [\#10270](https://github.com/primefaces/primeng/issues/10270) -- Sidebar wrong animation and close button display [\#10261](https://github.com/primefaces/primeng/issues/10261) -- Badge with value 0 should use p-badge-no-gutter class [\#10257](https://github.com/primefaces/primeng/issues/10257) -- Dropdown selecting disabled option throws error using keyboard arrows [\#10252](https://github.com/primefaces/primeng/issues/10252) -- p-dropdown float label overlaps input when selected value is 0 [\#10245](https://github.com/primefaces/primeng/issues/10245) - -## [12.0.0-rc.1](https://github.com/primefaces/primeng/tree/12.0.0-rc.1) (2021-21-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.4.2...12.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Angular 12 Support [\#10262](https://github.com/primefaces/primeng/issues/10262) - -**Fixed bugs:** - -- Sidebar - ngOnDestory throws an exception [\#10247](https://github.com/primefaces/primeng/issues/10247) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [11.4.10-LTS](https://www.npmjs.com/package/primeng-lts/v/11.4.10) (2022-01-31) -- p-tree node toggler button is shrunk until not visible if label starts to not fit the node [\#11039](https://github.com/primefaces/primeng/issues/11039) -- multi select with group ignores filterBy option [\#11036](https://github.com/primefaces/primeng/issues/11036) -- Material Light | Surface Border is invalid [\#11015](https://github.com/primefaces/primeng/issues/11015) -- Table Selection | Disabled checkbox getting pointer cursor [\#11004](https://github.com/primefaces/primeng/issues/11004) -- Table, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#10996](https://github.com/primefaces/primeng/issues/10996) -- Problem with keydown for FileUpload component [\#10575](https://github.com/primefaces/primeng/issues/10575) -- calendar firstDayOfWeek won't change dinamically [\#10574](https://github.com/primefaces/primeng/issues/10574) -- Wrong emit on accordion open [\#10509](https://github.com/primefaces/primeng/issues/10509) -- Dropdown is not opening programmatically using the show() method [\#10454](https://github.com/primefaces/primeng/issues/10454) -- Globally configure p-calendar firstDayOfWeek [\#9635](https://github.com/primefaces/primeng/issues/9635) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [11.4.9-LTS](https://www.npmjs.com/package/primeng-lts/v/11.4.9) (2021-12-06) -- p-sidebar not trigger visibleChange output event [\#10884](https://github.com/primefaces/primeng/issues/10884) -- readonly not working on p-inputNumber [\#10866](https://github.com/primefaces/primeng/issues/10866) -- Dropdown bug with selection via up key [\#10843](https://github.com/primefaces/primeng/issues/10843) -- Multiselect missing itemValue in OnChange callback after removeChip [\#10789](https://github.com/primefaces/primeng/issues/10789) -- CascadeSelect | Keyboard Exit Functionality [\#10749](https://github.com/primefaces/primeng/issues/10749) -- CascadeSelect | Enter and Space support for toggle [\#10742](https://github.com/primefaces/primeng/issues/10742) -- Add onClear event to dropdown [\#10712](https://github.com/primefaces/primeng/issues/10712) -- p-password is not changing when I18N API called [\#10446](https://github.com/primefaces/primeng/issues/10446) -- TreeTable PartialSelect not working [\#10370](https://github.com/primefaces/primeng/issues/10370) -- Table | global filter doesn't reset on Table.clear() [\#10246](https://github.com/primefaces/primeng/issues/10246) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [11.4.8-LTS](https://www.npmjs.com/package/primeng-lts/v/11.4.8) (2021-11-11) -- The escape property does not work for label in Slide Menu component [\#10827](https://github.com/primefaces/primeng/issues/10827) -- MultiSelect and Listbox | Header Checkbox Should be focusable [\#10797](https://github.com/primefaces/primeng/issues/10797) -- Dropdown | autoDisplayFirst not update value of dropdown [\#10768](https://github.com/primefaces/primeng/issues/10768) -- If appendTo property of confirmDialog is set, defaultFocus doesn't work [\#10722](https://github.com/primefaces/primeng/issues/10722) -- Filtered Dropdown unusable on Windows Tablet [\#10648](https://github.com/primefaces/primeng/issues/10648) -- Extra space between MultiSelect and filter list [\#10644](https://github.com/primefaces/primeng/issues/10644) -- Dropdown - scroll to selected item [\#10346](https://github.com/primefaces/primeng/issues/10346) -- Table frozen columns not working with colresize expand mode [\#10310](https://github.com/primefaces/primeng/issues/10310) -- 10286 for ColorPicker [\#10309](https://github.com/primefaces/primeng/issues/10309) -- Splitter error : Cannot read property '0' of undefined at Splitter.onResize [\#10286](https://github.com/primefaces/primeng/issues/10286) -- FileUpload - long filename [\#10275](https://github.com/primefaces/primeng/issues/10275) -- Sidebar wrong animation and close button display [\#10261](https://github.com/primefaces/primeng/issues/10261) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [11.4.7-LTS](https://www.npmjs.com/package/primeng-lts/v/11.4.7) (2021-10-18) -- multiselect applies disabled UI state to all items when selectionLimit is reached and chip is removed [\#10734](https://github.com/primefaces/primeng/issues/10734) -- float-label chips problem [\#10725](https://github.com/primefaces/primeng/issues/10725) -- pButton Directive throws error when label is set when async pipe [\#10719](https://github.com/primefaces/primeng/issues/10719) -- p-radioButton causes layout issues when used inside an overflow: auto div [\#10718](https://github.com/primefaces/primeng/issues/10718) -- float-label pInputText problem [\#10716](https://github.com/primefaces/primeng/issues/10716) -- Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value [\#10594](https://github.com/primefaces/primeng/issues/10594) -- Improve resize feature of Dialog [\#10465](https://github.com/primefaces/primeng/issues/10465) -- A maximizable dialog cannot be maximized properly after its size or position has been changed [\#10464](https://github.com/primefaces/primeng/issues/10464) -- Unsubscription error when running any default component test using Steps [\#10379](https://github.com/primefaces/primeng/issues/10379) -- FileUpload Size Calculation is wrong [\#10369](https://github.com/primefaces/primeng/issues/10369) -- p-checkbox causes layout issues when used inside an overflow: auto div [\#9725](https://github.com/primefaces/primeng/issues/9725) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [11.4.6-LTS](https://www.npmjs.com/package/primeng-lts/v/11.4.6) (2021-10-05) -- Improve scrollbar style on BreadCrumb and TabMenu [\#10698](https://github.com/primefaces/primeng/issues/10698) -- Disable the navigation helpers when paginator empty [\#10661](https://github.com/primefaces/primeng/issues/10661) -- Tooltip: word wrap [\#10647](https://github.com/primefaces/primeng/issues/10647) -- p-password tamplate [\#10355](https://github.com/primefaces/primeng/issues/10355) -- Responsive TabMenu and Breadcrumb [\#10338](https://github.com/primefaces/primeng/issues/10338) -- p-dialog breakpoints is not working [\#10270](https://github.com/primefaces/primeng/issues/10270) -- Badge with value 0 should use p-badge-no-gutter class [\#10257](https://github.com/primefaces/primeng/issues/10257) -- Dropdown selecting disabled option throws error using keyboard arrows [\#10252](https://github.com/primefaces/primeng/issues/10252) -- Sidebar - ngOnDestory throws an exception [\#10247](https://github.com/primefaces/primeng/issues/10247) -- p-dropdown float label overlaps input when selected value is 0 [\#10245](https://github.com/primefaces/primeng/issues/10245) - -## [11.4.5](https://github.com/primefaces/primeng/tree/11.4.5) (2021-08-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.4.4...11.4.5) - -**Fixed bugs:** - -- StyleClass does not open overlay when source is clicked again [\#10492](https://github.com/primefaces/primeng/issues/10492) - -## [11.4.4](https://github.com/primefaces/primeng/tree/11.4.4) (2021-07-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.4.3...11.4.4) - -**Implemented New Features and Enhancements:** - -- pStyleClass Directive [\#10426](https://github.com/primefaces/primeng/issues/10426) - -## [11.4.2](https://github.com/primefaces/primeng/tree/11.4.2) (2021-05-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.4.0...11.4.2) - -**Implemented New Features and Enhancements:** - -- Dynamic Translation Support [\#10224](https://github.com/primefaces/primeng/issues/10224) -- ConfirmDialog Ripple Support [\#10223](https://github.com/primefaces/primeng/issues/10223) -- resetFilter for p-tree [\#10220](https://github.com/primefaces/primeng/issues/10220) -- p-tree \_filter value support [\#10217](https://github.com/primefaces/primeng/issues/10217) -- showNavigator and showIndicator support for Carousel [\#10208](https://github.com/primefaces/primeng/issues/10208) -- IndicatorStyle and IndicatorStyleClass support for Carousel [\#10207](https://github.com/primefaces/primeng/issues/10207) -- showInitialSortBadge for Table [\#10206](https://github.com/primefaces/primeng/issues/10206) -- Header template support for PickList and OrderList [\#10192](https://github.com/primefaces/primeng/issues/10192) -- panelStyle for Splitter [\#10186](https://github.com/primefaces/primeng/issues/10186) -- SideBar transitionOptions Support [\#10184](https://github.com/primefaces/primeng/issues/10184) -- p-editor - HTML binding fails [\#10182](https://github.com/primefaces/primeng/issues/10182) -- FloatLabel support for p-password [\#10172](https://github.com/primefaces/primeng/issues/10172) -- Header and Footer Template for AutoComplete [\#10159](https://github.com/primefaces/primeng/issues/10159) -- empty and emptyFilter template for components [\#9532](https://github.com/primefaces/primeng/issues/9532) - -**Fixed bugs:** - -- InputStyle and Ripple config do not work on components that are attached to body [\#10226](https://github.com/primefaces/primeng/issues/10226) -- Timeline Module missing module export [\#10205](https://github.com/primefaces/primeng/issues/10205) -- When options changed filter not applying - Listbox [\#10199](https://github.com/primefaces/primeng/issues/10199) -- Sidebar component not removing p-sidebar-left class when using fullScreen [\#10185](https://github.com/primefaces/primeng/issues/10185) -- Prod build is failing with Directive SelectableRow, Expected 0 arguments, but got 1. [\#10180](https://github.com/primefaces/primeng/issues/10180) -- Password meter does not update dynamically [\#10174](https://github.com/primefaces/primeng/issues/10174) -- p-dropdown with editable=true and floating labels results in incorrect behavior with manually entered values [\#10170](https://github.com/primefaces/primeng/issues/10170) -- p-calendar styling is incorrect when it is disabled with an icon [\#10167](https://github.com/primefaces/primeng/issues/10167) -- Radio buttons do not get unselected on the same group, with Reactive Forms using formControl instead of formControlName [\#9631](https://github.com/primefaces/primeng/issues/9631) -- Sidebar content overflows its container [\#10231](https://github.com/primefaces/primeng/issues/10231) -- Sidebar's Overlay not removing when closing with cancel [\#10234](https://github.com/primefaces/primeng/issues/10234) - -## [11.4.0](https://github.com/primefaces/primeng/tree/11.4.0) (2021-04-22) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.3.2...11.4.0) - -**Implemented New Features and Enhancements:** - -- Add "loading" prop to Buttons [\#10145](https://github.com/primefaces/primeng/issues/10145) -- Header and Footer template for Tree [\#10137](https://github.com/primefaces/primeng/issues/10137) -- ColumnFilter should be have hide option when click clear [\#10107](https://github.com/primefaces/primeng/issues/10107) -- Dropdown closing issue [\#10106](https://github.com/primefaces/primeng/issues/10106) -- TriStateCheckbox null state has false state icon [\#10101](https://github.com/primefaces/primeng/issues/10101) -- VirtualScroller for Autocomplete items [\#7442](https://github.com/primefaces/primeng/issues/7442) - -**Fixed bugs:** - -- p-disabled class missing on p-button [\#10140](https://github.com/primefaces/primeng/issues/10140) -- Crash when changing Button Icon [\#10138](https://github.com/primefaces/primeng/issues/10138) -- Footer gets misaligned when used with calendar's inline mode [\#10130](https://github.com/primefaces/primeng/issues/10130) -- TabView programmatic update activeIndex not update inkbar position when using Material Themes [\#10117](https://github.com/primefaces/primeng/issues/10117) -- MultiSelect, Dropdown and AutoComplete's virtualScroll padding is wrong [\#10115](https://github.com/primefaces/primeng/issues/10115) -- Dropdown selecting an unwanted option when pressing Windows key on the keyboard [\#10113](https://github.com/primefaces/primeng/issues/10113) -- Password Component onAnimationStart invalid State case [\#10099](https://github.com/primefaces/primeng/issues/10099) -- \[p-tree\] event.accept\(\) not available on first drop [\#10093](https://github.com/primefaces/primeng/issues/10093) -- PColumnFilter's apply and clear button arent hiding if \[showApplyButton\] or \[showClearButton\] are set to false [\#9654](https://github.com/primefaces/primeng/issues/9654) -- Hovering on timepicker arrows acting like select after clicking an arrow in the time picker [\#8961](https://github.com/primefaces/primeng/issues/8961) - -## [11.3.2](https://github.com/primefaces/primeng/tree/11.3.2) (2021-04-06) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.3.1...11.3.2) - -**Implemented New Features and Enhancements:** - -- Icon support for TriStateCheckBox [\#10052](https://github.com/primefaces/primeng/issues/10052) -- MenuItem's style and styleClass properties should be apply to li [\#10045](https://github.com/primefaces/primeng/issues/10045) -- Menuitem style and styleClass should applied to the TabMenu [\#10044](https://github.com/primefaces/primeng/issues/10044) -- Placeholder support for Password Component [\#10030](https://github.com/primefaces/primeng/issues/10030) -- Splitter not working on touch devices \(including dev tools\) [\#10020](https://github.com/primefaces/primeng/issues/10020) -- Dropdown/Multiselect filter change event [\#9971](https://github.com/primefaces/primeng/issues/9971) -- p-confirmDialog should support template [\#5448](https://github.com/primefaces/primeng/issues/5448) - -**Fixed bugs:** - -- p-table with save state \(localstorage/sessionstorage\) remember old value after delete from filter [\#10065](https://github.com/primefaces/primeng/issues/10065) -- Pick list events emit inconsistent types [\#10063](https://github.com/primefaces/primeng/issues/10063) -- Accessibility: Typo in aria attribute valuemin for InputNumber [\#10058](https://github.com/primefaces/primeng/issues/10058) -- Carousel does not always display dynamically added items [\#10051](https://github.com/primefaces/primeng/issues/10051) -- PickList's and OrderList's reorder and move functions not working with filtering [\#10048](https://github.com/primefaces/primeng/issues/10048) -- Picklist dragdrop input can't disable drag and drop [\#10037](https://github.com/primefaces/primeng/issues/10037) -- Toggle All Checkbox not working when using Group templates on Listbox and MultiSelect [\#10035](https://github.com/primefaces/primeng/issues/10035) -- AutoComplete does not display 0 as value when preselected [\#10031](https://github.com/primefaces/primeng/issues/10031) -- Animation "none" not working for p-skeleton [\#10026](https://github.com/primefaces/primeng/issues/10026) -- p-calendar styling is incorrect when it is disabled with an icon [\#10024](https://github.com/primefaces/primeng/issues/10024) -- Dropdown, MultiSelect, Listbox group filter issue when using custom interface instead of SelectItemGroup [\#10022](https://github.com/primefaces/primeng/issues/10022) -- firstDayOfWeek is broken in 11.3.1 [\#10013](https://github.com/primefaces/primeng/issues/10013) -- First node dropped into empty tree not triggering onNodeDrop [\#9991](https://github.com/primefaces/primeng/issues/9991) -- Galleria: thumbnail items doesn't work properly when responsive options are set [\#9744](https://github.com/primefaces/primeng/issues/9744) -- Implemented fix for \#9660 prevents finding a value for simple array of options [\#9742](https://github.com/primefaces/primeng/issues/9742) -- Scroll Panel Bars not displaying correctly when the scrollpanel loses/gains width [\#9727](https://github.com/primefaces/primeng/issues/9727) -- MultiSelect Not Displaying Pre-Selected Items Upon Load [\#9673](https://github.com/primefaces/primeng/issues/9673) -- When no label is assigned to pButton, the button should not render   [\#9482](https://github.com/primefaces/primeng/issues/9482) - -## [11.3.1](https://github.com/primefaces/primeng/tree/11.3.1) (2021-03-12) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.3.0...11.3.1) - -**Implemented New Features and Enhancements:** - -- Changing captcha language does not work [\#9985](https://github.com/primefaces/primeng/issues/9985) -- TreeTable onEditComplete not triggered [\#9307](https://github.com/primefaces/primeng/issues/9307) - -**Fixed bugs:** - -- Allow zone.js 0.11.4 [\#9989](https://github.com/primefaces/primeng/issues/9989) -- CascadeSelect onGroupChange returns undefined [\#9986](https://github.com/primefaces/primeng/issues/9986) -- Defer directive throws ExpressionChangedAfterItHasBeenCheckedError if visible from the beginning [\#9984](https://github.com/primefaces/primeng/issues/9984) -- Password component content template not working [\#9983](https://github.com/primefaces/primeng/issues/9983) -- Calendar week days are never updated use i18n API. [\#9689](https://github.com/primefaces/primeng/issues/9689) -- AutoComplete does not display 0 as value [\#9628](https://github.com/primefaces/primeng/issues/9628) -- Autocomplete with multiple and readonly enabled still show button to remove options [\#9513](https://github.com/primefaces/primeng/issues/9513) -- p-dataView not updating view after \[layout\] change [\#9494](https://github.com/primefaces/primeng/issues/9494) - -## [11.3.0](https://github.com/primefaces/primeng/tree/11.3.0) (2021-03-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.3.0-rc.1...11.3.0) - -**Implemented New Features and Enhancements:** - -- Ellipsis mode for Multiselect [\#9979](https://github.com/primefaces/primeng/issues/9979) -- Showcase menu enhancement [\#9966](https://github.com/primefaces/primeng/issues/9966) -- Update Chart Demos [\#9961](https://github.com/primefaces/primeng/issues/9961) -- Unable to access tab menu using keyboard [\#9954](https://github.com/primefaces/primeng/issues/9954) -- Facing accessibility-related issues with primeNg controls and AXE tools. [\#9834](https://github.com/primefaces/primeng/issues/9834) -- p-splitter not working with I think nested ngtemplates [\#9754](https://github.com/primefaces/primeng/issues/9754) -- Calendar: WeekNumber looks like it is selectable [\#9746](https://github.com/primefaces/primeng/issues/9746) -- Menubar menuitems must have menu/menubar as parent [\#9680](https://github.com/primefaces/primeng/issues/9680) -- Indicators for MultiSort [\#8757](https://github.com/primefaces/primeng/issues/8757) -- Touch support for ColorPicker [\#8566](https://github.com/primefaces/primeng/issues/8566) - -**Fixed bugs:** - -- Table error while using stateStorage with date filter [\#9967](https://github.com/primefaces/primeng/issues/9967) -- Galleria thumbnail animation jumps [\#9963](https://github.com/primefaces/primeng/issues/9963) -- Chips disabled not working when using with comma [\#9958](https://github.com/primefaces/primeng/issues/9958) -- Disabled p-inputNumber updated after pasting from clipboard [\#9957](https://github.com/primefaces/primeng/issues/9957) -- OverlayPanel not working unless ShareModule is imported as well [\#9927](https://github.com/primefaces/primeng/issues/9927) -- first in currentPageReportTemplate always resolves to "1" even when no rows match [\#9002](https://github.com/primefaces/primeng/issues/9002) - -## [11.3.0-rc.1](https://github.com/primefaces/primeng/tree/11.3.0-rc.1) (2021-03-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.2.3...11.3.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Remove max-height from OrderList PickList [\#9955](https://github.com/primefaces/primeng/issues/9955) -- Color Palettes for Each Theme [\#9948](https://github.com/primefaces/primeng/issues/9948) -- Cdk DragDrop Support for OrderList and PickList [\#9943](https://github.com/primefaces/primeng/issues/9943) -- BreakPoints for OrderList and PickList [\#9942](https://github.com/primefaces/primeng/issues/9942) -- Reimplement password strength ui [\#9929](https://github.com/primefaces/primeng/issues/9929) -- breakpoints for Dialog and ConfirmDialog [\#9923](https://github.com/primefaces/primeng/issues/9923) -- Improve support page [\#9914](https://github.com/primefaces/primeng/issues/9914) -- Update Editor Custom Toolbar Documentation [\#8905](https://github.com/primefaces/primeng/issues/8905) - -**Fixed bugs:** - -- p-cascadeSelect optionGroupChildren wrong type definition [\#9952](https://github.com/primefaces/primeng/issues/9952) -- columnResizeMode Expand not working with Storage Table [\#9922](https://github.com/primefaces/primeng/issues/9922) -- p-picklist drag and drop is not working correctly [\#9910](https://github.com/primefaces/primeng/issues/9910) -- ExpressionChangedAfterItHasBeenCheckedError error in p-accordion [\#9894](https://github.com/primefaces/primeng/pull/9894) - -## [11.2.3](https://github.com/primefaces/primeng/tree/11.2.3) (2021-02-17) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.2.2...11.2.3) - -**Implemented New Features and Enhancements:** - -- Expose InputMask OnKeyDown event [\#9718](https://github.com/primefaces/primeng/issues/9718) - -**Fixed bugs:** - -- When table is lazy and having multiSortMeta then "lazyLoad" execute twice [\#9906](https://github.com/primefaces/primeng/issues/9906) -- p-dialog draggable with maximize [\#9899](https://github.com/primefaces/primeng/issues/9899) -- Avatar Circle not working [\#9895](https://github.com/primefaces/primeng/issues/9895) -- pSelectableRow blocks typing space on inputs in p-table [\#9893](https://github.com/primefaces/primeng/issues/9893) -- p-inputnumber infinite loop when using buttons [\#9888](https://github.com/primefaces/primeng/issues/9888) -- selectButton \>Custom Template broken [\#9883](https://github.com/primefaces/primeng/issues/9883) -- p-slider does not react when clicking on bar in some cases [\#9857](https://github.com/primefaces/primeng/issues/9857) -- p-columnFilter not displaying placeholder for type="numeric" [\#9851](https://github.com/primefaces/primeng/issues/9851) -- p-table reset\(\) causes errors in filter value binding [\#9570](https://github.com/primefaces/primeng/issues/9570) - -## [11.2.2](https://github.com/primefaces/primeng/tree/11.2.2) (2021-02-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.2.1...11.2.2) - -**Implemented New Features and Enhancements:** - -- Add Search to Showcase [\#9887](https://github.com/primefaces/primeng/issues/9887) -- Splitter property for initial size should be called panelSize on the showcase [\#9807](https://github.com/primefaces/primeng/issues/9807) - -**Fixed bugs:** - -- Filter Match All vs Match Any not working twice [\#9836](https://github.com/primefaces/primeng/issues/9836) - -## [11.2.1](https://github.com/primefaces/primeng/tree/11.2.1) (2021-02-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.2.0...11.2.1) - -**Implemented New Features and Enhancements:** - -- Enter key should hide calendar [\#9880](https://github.com/primefaces/primeng/issues/9880) -- New Date Filters for Table [\#9879](https://github.com/primefaces/primeng/issues/9879) -- Add ConfirmEventType for ConfirmDialog [\#9872](https://github.com/primefaces/primeng/issues/9872) -- PageDown PageUp Home End Key support for Table VirtualScroll [\#9832](https://github.com/primefaces/primeng/issues/9832) -- Add rowIndex to onRowUnselect [\#9823](https://github.com/primefaces/primeng/issues/9823) - -**Fixed bugs:** - -- Filtermenu grows with multiple constraints [\#9878](https://github.com/primefaces/primeng/issues/9878) -- p-sidebar appendTo has wrong type [\#9876](https://github.com/primefaces/primeng/issues/9876) -- LazyEvent.first coming wrong when sorting with resetPageOnSort true [\#9866](https://github.com/primefaces/primeng/issues/9866) -- Adding \[multiSortMeta\] to the table causes an extra initial call to fetch data in virtual scroll [\#9854](https://github.com/primefaces/primeng/issues/9854) -- TabPanel's leftIcon and rightIcon properties not working with programmatic change [\#9844](https://github.com/primefaces/primeng/issues/9844) -- Not filtering date using "Is" in table [\#9838](https://github.com/primefaces/primeng/issues/9838) -- Row not selected when using the Table contextMenuSelectionMode="joint" [\#9824](https://github.com/primefaces/primeng/issues/9824) -- ConnectedOverlayScrollHandler API doesn't work as expected [\#9822](https://github.com/primefaces/primeng/issues/9822) -- Strange behavior using context menu on Safari [\#9814](https://github.com/primefaces/primeng/issues/9814) -- Table onRowSelect calling before the selection change [\#9806](https://github.com/primefaces/primeng/issues/9806) -- The up and down arrow key stops working by the virtualscroller [\#9805](https://github.com/primefaces/primeng/issues/9805) -- Space key causes scroll the browser when using Table selection [\#9804](https://github.com/primefaces/primeng/issues/9804) -- ContextMenu highlight select multiple items when item count bigger than nine [\#9803](https://github.com/primefaces/primeng/issues/9803) - -## [11.2.0](https://github.com/primefaces/primeng/tree/11.2.0) (2021-01-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.1.0...11.2.0) - -**Breaking changes:** - -- Remove p-error in favor p-invalid [\#9757](https://github.com/primefaces/primeng/issues/9757) - -**Implemented New Features and Enhancements:** - -- Remove deprecated p-header and p-footer from demos [\#9795](https://github.com/primefaces/primeng/issues/9795) -- Float Label support for CascadeSelect [\#9783](https://github.com/primefaces/primeng/issues/9783) -- Grouping for Select Components [\#9772](https://github.com/primefaces/primeng/issues/9772) -- emptyMessage template is duplicated if treeTable has frozen columns \[TreeTable\] [\#9768](https://github.com/primefaces/primeng/issues/9768) -- Add frozenexpansion template to TurboTable [\#9621](https://github.com/primefaces/primeng/issues/9621) -- Wrong documentation for controlCase on TabView [\#9490](https://github.com/primefaces/primeng/issues/9490) -- Keyboard navigation Table - Edit with arrows [\#6982](https://github.com/primefaces/primeng/issues/6982) - -**Fixed bugs:** - -- Improve float label support in overlay selects [\#9797](https://github.com/primefaces/primeng/issues/9797) -- Link button is not visible on material themes [\#9796](https://github.com/primefaces/primeng/issues/9796) -- Knob not set sizes when using Firefox [\#9792](https://github.com/primefaces/primeng/issues/9792) -- \[bug report\] Filter function 'between' used a wrong comparison operator. [\#9769](https://github.com/primefaces/primeng/issues/9769) -- \[bug report\] Filter function 'between' thow an exception when the second parameter value is null. [\#9765](https://github.com/primefaces/primeng/issues/9765) -- Wrong color on material default text [\#9756](https://github.com/primefaces/primeng/issues/9756) -- CascadeSelect missing material theming [\#9755](https://github.com/primefaces/primeng/issues/9755) -- ConfirmDialog throws exception during onDestroy [\#8585](https://github.com/primefaces/primeng/issues/8585) - -## [11.1.0](https://github.com/primefaces/primeng/tree/11.1.0) (2021-01-11) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.1.0-rc.1...11.1.0) - -**Implemented New Features and Enhancements:** - -- shiftKey invokes onRowSelect multiple times [\#9747](https://github.com/primefaces/primeng/issues/9747) -- New Lazy Table Demo with Remote Source [\#9717](https://github.com/primefaces/primeng/issues/9717) -- p-table: Unable to translate "No filter" in columnFilter [\#9709](https://github.com/primefaces/primeng/issues/9709) -- Messages 2way binding is not working [\#9623](https://github.com/primefaces/primeng/issues/9623) - -**Fixed bugs:** - -- Improve invalid validation visuals on material themes [\#9745](https://github.com/primefaces/primeng/issues/9745) -- p-chip remove event doesn't match documentation [\#9735](https://github.com/primefaces/primeng/issues/9735) -- Basic uploader button visual issue [\#9711](https://github.com/primefaces/primeng/issues/9711) -- Table not restoring columns when using virtualscroll [\#9708](https://github.com/primefaces/primeng/issues/9708) -- Toast message icon is not styled [\#9702](https://github.com/primefaces/primeng/issues/9702) -- Editor UI bug report [\#9695](https://github.com/primefaces/primeng/issues/9695) -- Skeleton animation not working expected in Safari [\#9692](https://github.com/primefaces/primeng/issues/9692) -- Float label not working when clearing input on AutoComplete and TextArea [\#9688](https://github.com/primefaces/primeng/issues/9688) -- TabView Header does not update until clicking elsewhere [\#9685](https://github.com/primefaces/primeng/issues/9685) -- p-editor automatically gains focus when intializing model with data [\#9664](https://github.com/primefaces/primeng/issues/9664) -- ConfirmPopup not not hidden after url change [\#9637](https://github.com/primefaces/primeng/issues/9637) -- Lazy loaded tabpanel content loading eagerly when selected input is present [\#9613](https://github.com/primefaces/primeng/issues/9613) -- P-Table with VirtualScroll only header is resizing [\#9598](https://github.com/primefaces/primeng/issues/9598) -- Multiselect on chips display does not update the model when deleting them from the chip icon [\#9579](https://github.com/primefaces/primeng/issues/9579) -- Resizable columns with virtual scroll doesn't work with p-treeTable [\#9575](https://github.com/primefaces/primeng/issues/9575) -- Treetable column resize breaks when columnResizeMode="expand" in combination with \[virtualScroll\]="true" [\#9202](https://github.com/primefaces/primeng/issues/9202) -- p-treeTable with VirtualScroll only header is resizing [\#9170](https://github.com/primefaces/primeng/issues/9170) -- p-table cell edit wrong index on onEditComplete event [\#9075](https://github.com/primefaces/primeng/issues/9075) - -## [11.1.0-rc.1](https://github.com/primefaces/primeng/tree/11.1.0-rc.1) (2020-12-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.0.0...11.1.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Splitter Component [\#9677](https://github.com/primefaces/primeng/issues/9677) -- CascadeSelect component [\#9665](https://github.com/primefaces/primeng/issues/9665) -- Knob Component [\#9652](https://github.com/primefaces/primeng/issues/9652) -- Divider Component [\#9650](https://github.com/primefaces/primeng/issues/9650) -- ScrollTop Component [\#9649](https://github.com/primefaces/primeng/issues/9649) -- Skeleton Component [\#9643](https://github.com/primefaces/primeng/issues/9643) -- Chip Component [\#9641](https://github.com/primefaces/primeng/issues/9641) -- Tag Component [\#9640](https://github.com/primefaces/primeng/issues/9640) -- Avatar Component [\#9639](https://github.com/primefaces/primeng/issues/9639) -- Badge Component and Directive [\#9638](https://github.com/primefaces/primeng/issues/9638) - -**Fixed bugs:** - -- optionValue backward compatibility issue [\#9660](https://github.com/primefaces/primeng/issues/9660) -- headerTemplate error in Editor [\#9659](https://github.com/primefaces/primeng/issues/9659) -- PrimeNG 11 requires Angular \< 11 [\#9626](https://github.com/primefaces/primeng/issues/9626) - -## [11.0.0](https://github.com/primefaces/primeng/tree/11.0.0) (2020-12-08) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.0.0-rc.2...11.0.0) - -**Implemented New Features and Enhancements:** - -- fileupload missing import in documentation [\#9618](https://github.com/primefaces/primeng/issues/9618) -- InputText documentation wrong usage for i element [\#9614](https://github.com/primefaces/primeng/issues/9614) -- Not all the selected items are visible in an autocomplete with multiple="true" [\#9602](https://github.com/primefaces/primeng/issues/9602) -- Change mouse cursor on drag&drop events [\#9536](https://github.com/primefaces/primeng/issues/9536) -- Add a maximize event on dialog [\#8861](https://github.com/primefaces/primeng/issues/8861) -- ConfirmationService does not let specify closeOnEscape [\#8790](https://github.com/primefaces/primeng/issues/8790) -- ConfirmDialog does not support dismissableMask [\#8791](https://github.com/primefaces/primeng/issues/8791) - -**Fixed bugs:** - -- Checkbox getting highlight when Tree item disabled [\#9619](https://github.com/primefaces/primeng/issues/9619) -- Wrong layout in ConfirmPopup component [\#9617](https://github.com/primefaces/primeng/issues/9617) -- ConfirmDialog top-left top-right bottom-left bottom-right positions not working [\#9612](https://github.com/primefaces/primeng/issues/9612) -- InputTextArea, FloatLabel and Initial State [\#9607](https://github.com/primefaces/primeng/issues/9607) -- Slider range issue when max values on the right [\#9538](https://github.com/primefaces/primeng/issues/9538) - -## [11.0.0-rc.2](https://github.com/primefaces/primeng/tree/11.0.0-rc.2) (2020-11-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/11.0.0-rc.1...11.0.0-rc.2) - -**Breaking changes:** - -- Remove FilterUtils [\#9548](https://github.com/primefaces/primeng/issues/9548) - -**Implemented New Features and Enhancements:** - -- Tree toggle icon should not receive focus [\#9590](https://github.com/primefaces/primeng/issues/9590) -- Add new icons of 4.1.0 to PrimeIcons Constants [\#9565](https://github.com/primefaces/primeng/issues/9565) -- New FilterService API [\#9547](https://github.com/primefaces/primeng/issues/9547) -- onShow and onHide event for colorPicker [\#8828](https://github.com/primefaces/primeng/issues/8828) -- Overlay Panel / Confirm Popup The arrow shows wrong [\#8750](https://github.com/primefaces/primeng/issues/8750) -- Dialog.onShow should occur when the animation ends [\#8747](https://github.com/primefaces/primeng/issues/8747) -- Unable to navigate in p-tree when using NVDA or JAWS screen reader [\#8674](https://github.com/primefaces/primeng/issues/8674) -- FilterUtils.filter only accepts filterValue of type string [\#8348](https://github.com/primefaces/primeng/issues/8348) - -**Fixed bugs:** - -- Clearing a p-columnFilter / p-dropdown using "showClear" X-button throws a TypeError [\#9578](https://github.com/primefaces/primeng/issues/9578) -- ver. 11.0.0-rc.1 error with table when building in prod. [\#9567](https://github.com/primefaces/primeng/issues/9567) -- MultiSelect not working when Objects contain property "value" [\#9561](https://github.com/primefaces/primeng/issues/9561) -- PickList V11.00-rc-1 Both are triggered at the same time - onMoveAllToTarget, onMoveToTarget [\#9555](https://github.com/primefaces/primeng/issues/9555) -- p-calendar: Pressing Enter key on prev or next month arrows calls onPrevButtonClick or onNextButtonClick twice respectively [\#9521](https://github.com/primefaces/primeng/issues/9521) -- Carousel does not respond to change to numVisible [\#9049](https://github.com/primefaces/primeng/issues/9049) -- Carousel doesn't use 'responsiveOptions' on init [\#8833](https://github.com/primefaces/primeng/issues/8833) -- p-colorPicker not working | Failing on click [\#8746](https://github.com/primefaces/primeng/issues/8746) -- Autocomplete empty text when lost focus [\#8740](https://github.com/primefaces/primeng/issues/8740) -- \[Bug\] Carousel displays last page when circular=true [\#8739](https://github.com/primefaces/primeng/issues/8739) -- \[Bug\] Carousel does not recalculate the number of dots on refresh [\#8705](https://github.com/primefaces/primeng/issues/8705) - -## [11.0.0-rc.1](https://github.com/primefaces/primeng/tree/11.0.0-rc.1) (2020-11-18) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.3...11.0.0-rc.1) - -**Breaking changes:** - -- Remove clearCache method from Table and VirtualScroller [\#9530](https://github.com/primefaces/primeng/issues/9530) -- Pass the option as a template variable in Select Components without wrapping to SelectItem [\#9505](https://github.com/primefaces/primeng/issues/9505) -- Remove functionality of locale property of Calendar [\#9504](https://github.com/primefaces/primeng/issues/9504) -- Rename filterMode to filterMatchMode in Listbox [\#9481](https://github.com/primefaces/primeng/issues/9481) - -**Implemented New Features and Enhancements:** - -- Change yes-no button order in ConfirmDialog [\#9531](https://github.com/primefaces/primeng/issues/9531) -- Remove clearCache method from Table and VirtualScroller [\#9530](https://github.com/primefaces/primeng/issues/9530) -- Update to PrimeIcons 4.1.0 [\#9524](https://github.com/primefaces/primeng/issues/9524) -- Remove functionality of locale property of Calendar [\#9504](https://github.com/primefaces/primeng/issues/9504) -- Add keyboard support to ContextMenu [\#9499](https://github.com/primefaces/primeng/issues/9499) -- p-accordion with lazy loaded content doesnt load when opened programattically [\#9496](https://github.com/primefaces/primeng/issues/9496) -- Rename filterMode to filterMatchMode in Listbox [\#9481](https://github.com/primefaces/primeng/issues/9481) -- p-calendar Dynamic default date [\#9479](https://github.com/primefaces/primeng/issues/9479) -- Chips display for MultiSelect [\#9470](https://github.com/primefaces/primeng/issues/9470) -- New Component: ConfirmPopıp [\#9468](https://github.com/primefaces/primeng/issues/9468) -- Visibility option for Paginator's first and last page icons [\#9456](https://github.com/primefaces/primeng/issues/9456) -- Dropdown Item template support for Paginator [\#9455](https://github.com/primefaces/primeng/issues/9455) -- Customizable Toast and Messages [\#9454](https://github.com/primefaces/primeng/issues/9454) -- TieredMenu Keyboard Support [\#9451](https://github.com/primefaces/primeng/issues/9451) -- i18n API [\#9446](https://github.com/primefaces/primeng/issues/9446) -- Advanced Filtering for Table [\#9420](https://github.com/primefaces/primeng/issues/9420) -- Improve sortable column focus visuals [\#9396](https://github.com/primefaces/primeng/issues/9396) -- Constants for PrimeIcons [\#9391](https://github.com/primefaces/primeng/issues/9391) -- Model driven forms support for RadioButton [\#9162](https://github.com/primefaces/primeng/issues/9162) -- Accessibility: Dialog close button needs aria- label [\#8947](https://github.com/primefaces/primeng/issues/8947) -- Add autoDisplay to MenuBar and TieredMenu [\#8293](https://github.com/primefaces/primeng/issues/8293) -- New Component: Timeline [\#7936](https://github.com/primefaces/primeng/issues/7936) -- Turbo Table cannot filter empty values with "in" Filter [\#6808](https://github.com/primefaces/primeng/issues/6808) -- Ability to define optionValue, optionDisabled, optionGroup in Select components [\#4295](https://github.com/primefaces/primeng/issues/4295) - -**Fixed bugs:** - -- Galleria Indicators aren't displayed in Firefox [\#9537](https://github.com/primefaces/primeng/issues/9537) -- Popup TieredMenu not closing when click on leaf [\#9534](https://github.com/primefaces/primeng/issues/9534) -- ContextMenu Keyboard Controls does not prevent Tree Keyboard Controls [\#9529](https://github.com/primefaces/primeng/issues/9529) -- Table stored state does not match current columns [\#9510](https://github.com/primefaces/primeng/issues/9510) -- DOM Exception trigger with ButtonDirective afterViewInit [\#9497](https://github.com/primefaces/primeng/issues/9497) -- scrollHeight doesn't change dynamically when using virtualScroll [\#9489](https://github.com/primefaces/primeng/issues/9489) -- Align contextmenu menu behavior with menubar [\#9459](https://github.com/primefaces/primeng/issues/9459) -- TieredMenu initial hover is broken [\#9458](https://github.com/primefaces/primeng/issues/9458) -- Can't upload file using PUT [\#9448](https://github.com/primefaces/primeng/issues/9448) -- OverlayPanel target arrow points to the wrong position when target is on the right edge of the screen [\#9441](https://github.com/primefaces/primeng/issues/9441) -- The up and down arrow key stops working by the table virtualscrolling [\#9437](https://github.com/primefaces/primeng/issues/9437) -- Radiobutton stackblitz example dynamic radio label not clickable [\#9417](https://github.com/primefaces/primeng/issues/9417) -- Table with scroll has misaligned headers if scrollbar is not visible [\#9413](https://github.com/primefaces/primeng/issues/9413) -- pRipple working when disabled\(etc menuitem\) [\#9406](https://github.com/primefaces/primeng/issues/9406) -- Button badge colors are wrong [\#9397](https://github.com/primefaces/primeng/issues/9397) -- Material tristatecheckbox false state invisible [\#9395](https://github.com/primefaces/primeng/issues/9395) -- Tree toggler icon visual issue with hover [\#9394](https://github.com/primefaces/primeng/issues/9394) -- Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#9393](https://github.com/primefaces/primeng/issues/9393) -- Galleria thumbnailsPosition top and left don't work [\#9381](https://github.com/primefaces/primeng/issues/9381) -- P-multiselect component ignores disabled options if optionLabel property is used [\#9346](https://github.com/primefaces/primeng/issues/9346) -- Table lazy virtual scroll triggers multiple separate calls to `onLazyLoad\(\)` function [\#9316](https://github.com/primefaces/primeng/issues/9316) -- Again problem with twice load init in virtualscroll [\#9311](https://github.com/primefaces/primeng/issues/9311) -- wrong behavior of Dialog.maskClickListener [\#9282](https://github.com/primefaces/primeng/issues/9282) - -**Deprecated:** - -- Deprecate SelectItem [\#9506](https://github.com/primefaces/primeng/issues/9506) - -**Closed issues:** - -- Pass the option as a template variable in Select Components without wrapping to SelectItem [\#9505](https://github.com/primefaces/primeng/issues/9505) - diff --git a/CHANGELOG_ARCHIVE.md b/CHANGELOG_ARCHIVE.md deleted file mode 100644 index 515462b..0000000 --- a/CHANGELOG_ARCHIVE.md +++ /dev/null @@ -1,4950 +0,0 @@ -# Changelog - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.1.5-LTS](https://www.npmjs.com/package/primeng-lts/v/10.1.5) (2021-11-11) -- The escape property does not work for label in Slide Menu component [\#10827](https://github.com/primefaces/primeng/issues/10827) -- Dropdown | autoDisplayFirst not update value of dropdown [\#10768](https://github.com/primefaces/primeng/issues/10768) -- If appendTo property of confirmDialog is set, defaultFocus doesn't work [\#10722](https://github.com/primefaces/primeng/issues/10722) -- Filtered Dropdown unusable on Windows Tablet [\#10648](https://github.com/primefaces/primeng/issues/10648) -- Extra space between MultiSelect and filter list [\#10644](https://github.com/primefaces/primeng/issues/10644) -- Dropdown - scroll to selected item [\#10346](https://github.com/primefaces/primeng/issues/10346) -- Table frozen columns not working with colresize expand mode [\#10310](https://github.com/primefaces/primeng/issues/10310) -- 10286 for ColorPicker [\#10309](https://github.com/primefaces/primeng/issues/10309) -- FileUpload - long filename [\#10275](https://github.com/primefaces/primeng/issues/10275) -- Sidebar wrong animation and close button display [\#10261](https://github.com/primefaces/primeng/issues/10261) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.1.4-LTS](https://www.npmjs.com/package/primeng-lts/v/10.1.4) (2021-10-18) -- float-label chips problem [\#10725](https://github.com/primefaces/primeng/issues/10725) -- pButton Directive throws error when label is set when async pipe [\#10719](https://github.com/primefaces/primeng/issues/10719) -- p-radioButton causes layout issues when used inside an overflow: auto div [\#10718](https://github.com/primefaces/primeng/issues/10718) -- float-label pInputText problem [\#10716](https://github.com/primefaces/primeng/issues/10716) -- Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value [\#10594](https://github.com/primefaces/primeng/issues/10594) -- Improve resize feature of Dialog [\#10465](https://github.com/primefaces/primeng/issues/10465) -- A maximizable dialog cannot be maximized properly after its size or position has been changed [\#10464](https://github.com/primefaces/primeng/issues/10464) -- Unsubscription error when running any default component test using Steps [\#10379](https://github.com/primefaces/primeng/issues/10379) -- FileUpload Size Calculation is wrong [\#10369](https://github.com/primefaces/primeng/issues/10369) -- p-checkbox causes layout issues when used inside an overflow: auto div [\#9725](https://github.com/primefaces/primeng/issues/9725) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.1.3-LTS](https://www.npmjs.com/package/primeng-lts/v/10.1.3) (2021-10-05) -- Improve scrollbar style on BreadCrumb and TabMenu [\#10698](https://github.com/primefaces/primeng/issues/10698) -- Disable the navigation helpers when paginator empty [\#10661](https://github.com/primefaces/primeng/issues/10661) -- Tooltip: word wrap [\#10647](https://github.com/primefaces/primeng/issues/10647) -- Responsive TabMenu and Breadcrumb [\#10338](https://github.com/primefaces/primeng/issues/10338) -- Dropdown selecting disabled option throws error using keyboard arrows [\#10252](https://github.com/primefaces/primeng/issues/10252) -- Sidebar - ngOnDestory throws an exception [\#10247](https://github.com/primefaces/primeng/issues/10247) -- p-dropdown float label overlaps input when selected value is 0 [\#10245](https://github.com/primefaces/primeang/issues/10245) -- Header and Footer Template for AutoComplete [\#10159](https://github.com/primefaces/primeang/issues/10159) -- p-disabled class missing on p-button [\#10140](https://github.com/primefaces/primeang/issues/10140) -- first in currentPageReportTemplate always resolves to "1" even when no rows match [\#9002](https://github.com/primefaces/primeang/issues/9002) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.1.2-LTS](https://www.npmjs.com/package/primeng-lts/v/10.1.2) (2021-05-07) -- showNavigator and showIndicator support for Carousel [\#10208](https://github.com/primefaces/primeng/issues/10208) -- IndicatorStyle and IndicatorStyleClass support for Carousel [\#10207](https://github.com/primefaces/primeng/issues/10207) -- p-editor - HTML binding fails [\#10182](https://github.com/primefaces/primeng/issues/10182) -- p-dropdown with editable=true and floating labels results in incorrect behavior with manually entered values [\#10170](https://github.com/primefaces/primeng/issues/10170) -- Footer gets misaligned when used with calendar's inline mode [\#10130](https://github.com/primefaces/primeng/issues/10130) -- Dropdown selecting an unwanted option when pressing Windows key on the keyboard [\#10113](https://github.com/primefaces/primeng/issues/10113) -- Facing accessibility-related issues with primeNg controls and AXE tools. [\#9834](https://github.com/primefaces/primeng/issues/9834) -- Radio buttons do not get unselected on the same group, with Reactive Forms using formControl instead of formControlName [\#9631](https://github.com/primefaces/primeng/issues/9631) -- Hovering on timepicker arrows acting like select after clicking an arrow in the time picker [\#8961](https://github.com/primefaces/primeng/issues/8961) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.1.1-LTS](https://www.npmjs.com/package/primeng-lts/v/10.1.1) (2021-04-13) -- p-tree event.accept() not available on first drop [\#10093](https://github.com/primefaces/primeng/issues/10093) -- p-table with save state (localstorage/sessionstorage) remember old value after delete from filter [\#10065](https://github.com/primefaces/primeng/issues/10065) -- Accessibility: Typo in aria attribute valuemin for InputNumber [\#10058](https://github.com/primefaces/primeng/issues/10058) -- Carousel does not always display dynamically added items [\#10051](https://github.com/primefaces/primeng/issues/10051) -- MenuItem's style and styleClass properties should be apply to li [\#10045](https://github.com/primefaces/primeng/issues/10045) -- AutoComplete does not display 0 as value when preselected [\#10031](https://github.com/primefaces/primeng/issues/10031) -- Calendar: WeekNumber looks like it is selectable [\#9746](https://github.com/primefaces/primeng/issues/9746) -- Menubar menuitems must have menu/menubar as parent [\#9680](https://github.com/primefaces/primeng/issues/9680) -- AutoComplete does not display 0 as value [\#9628](https://github.com/primefaces/primeng/issues/9628) -- When no label is assigned to pButton, the button should not render   [\#9482](https://github.com/primefaces/primeng/issues/9482) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.1.0-LTS](https://www.npmjs.com/package/primeng-lts/v/10.1.0) (2021-03-16) -- First node dropped into empty tree not triggering onNodeDrop [\#9991](https://github.com/primefaces/primeng/issues/9991) -- Changing captcha language does not work [\#9985](https://github.com/primefaces/primeng/issues/9985) -- Defer directive throws ExpressionChangedAfterItHasBeenCheckedError if visible from the beginning [\#9984](https://github.com/primefaces/primeng/issues/9984) -- Chips disabled not working when using with comma [\#9958](https://github.com/primefaces/primeng/issues/9958) -- Disabled p-inputNumber updated after pasting from clipboard [\#9957](https://github.com/primefaces/primeng/issues/9957) -- Unable to access tab menu using keyboard [\#9954](https://github.com/primefaces/primeng/issues/9954) -- OverlayPanel not working unless ShareModule is imported as well [\#9927](https://github.com/primefaces/primeng/issues/9927) -- Galleria: thumbnail items doesn't work properly when responsive options are set [\#9744](https://github.com/primefaces/primeng/issues/9744) -- Autocomplete with multiple and readonly enabled still show button to remove options [\#9513](https://github.com/primefaces/primeng/issues/9513) -- p-dataView not updating view after [layout] change [\#9494](https://github.com/primefaces/primeng/issues/9494) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.0.9-LTS](https://www.npmjs.com/package/primeng-lts/v/10.0.9) (2021-03-01) -- When table is lazy and having multiSortMeta then "lazyLoad" execute twice [\#9906](https://github.com/primefaces/primeng/issues/9906) -- p-dialog draggable with maximize [\#9899](https://github.com/primefaces/primeng/issues/9899) -- pSelectableRow blocks typing space on inputs in p-table [\#9893](https://github.com/primefaces/primeng/issues/9893) -- p-inputnumber infinite loop when using buttons [\#9888](https://github.com/primefaces/primeng/issues/9888) -- Enter key should hide calendar [\#9880](https://github.com/primefaces/primeng/issues/9880) -- p-sidebar appendTo has wrong type [\#9876](https://github.com/primefaces/primeng/issues/9876) -- p-slider does not react when clicking on bar in some cases [\#9857](https://github.com/primefaces/primeng/issues/9857) -- Add rowIndex to onRowUnselect [\#9823](https://github.com/primefaces/primeng/issues/9823) -- Expose InputMask OnKeyDown event [\#9718](https://github.com/primefaces/primeng/issues/9718) -- p-table cell edit wrong index on onEditComplete event [\#9075](https://github.com/primefaces/primeng/issues/9075) -- Update Editor Custom Toolbar Documentation [\#8905](https://github.com/primefaces/primeng/issues/8905) -- ConfirmDialog throws exception during onDestroy [\#8585](https://github.com/primefaces/primeng/issues/8585) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.0.8-LTS](https://www.npmjs.com/package/primeng-lts/v/10.0.8) (2021-02-11) -- LazyEvent.first coming wrong when sorting with resetPageOnSort true [\#9866](https://github.com/primefaces/primeng/issues/9866) -- Adding [multiSortMeta] to the table causes an extra initial call to fetch data in virtual scroll [\#9854](https://github.com/primefaces/primeng/issues/9854) -- TabPanel's leftIcon and rightIcon properties not working with programmatic change [\#9844](https://github.com/primefaces/primeng/issues/9844) -- Row not selected when using the Table contextMenuSelectionMode="joint" [\#9824](https://github.com/primefaces/primeng/issues/9824) -- Strange behavior using context menu on Safari [\#9814](https://github.com/primefaces/primeng/issues/9814) -- Table onRowSelect calling before the selection change [\#9806](https://github.com/primefaces/primeng/issues/9806) -- The up and down arrow key stops working by the virtualscroller [\#9805](https://github.com/primefaces/primeng/issues/9805) -- Space key causes scroll the browser when using Table selection [\#9804](https://github.com/primefaces/primeng/issues/9804) -- Messages 2way binding is not working [\#9623](https://github.com/primefaces/primeng/issues/9623) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.0.7-LTS](https://www.npmjs.com/package/primeng-lts/v/10.0.7) (2021-01-12) -- shiftKey invokes onRowSelect multiple times [\#9747](https://github.com/primefaces/primeng/issues/9747) -- Basic uploader button visual issue [\#9711](https://github.com/primefaces/primeng/issues/9711) -- Table not restoring columns when using virtualscroll [\#9708](https://github.com/primefaces/primeng/issues/9708) -- Toast message icon is not styled [\#9702](https://github.com/primefaces/primeng/issues/9702) -- Float label not working when clearing input on AutoComplete and TextArea [\#9688](https://github.com/primefaces/primeng/issues/9688) -- TabView Header does not update until clicking elsewhere [\#9685](https://github.com/primefaces/primeng/issues/9685) -- p-editor automatically gains focus when intializing model with data [\#9664](https://github.com/primefaces/primeng/issues/9664) -- Lazy loaded tabpanel content loading eagerly when selected input is present [\#9613](https://github.com/primefaces/primeng/issues/9613) -- P-Table with VirtualScroll only header is resizing [\#9598](https://github.com/primefaces/primeng/issues/9598) -- Resizable columns with virtual scroll doesn't work with p-treeTable [\#9575](https://github.com/primefaces/primeng/issues/9575) -- Wrong documentation for controlCase on TabView [\#9490](https://github.com/primefaces/primeng/issues/9490) -- Treetable column resize breaks when columnResizeMode="expand" in combination with [virtualScroll]="true" [\#9202](https://github.com/primefaces/primeng/issues/9202) -- p-treeTable with VirtualScroll only header is resizing [\#9170](https://github.com/primefaces/primeng/issues/9170) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.0.6-LTS](https://www.npmjs.com/package/primeng-lts/v/10.0.6) (2020-12-09) -- Checkbox getting highlight when Tree item disabled [\#9619](https://github.com/primefaces/primeng/issues/9619) -- ConfirmDialog top-left top-right bottom-left bottom-right positions not working [\#9612](https://github.com/primefaces/primeng/issues/9612) -- InputTextArea, FloatLabel and Initial State [\#9607](https://github.com/primefaces/primeng/issues/9607) -- Not all the selected items are visible in an autocomplete with multiple="true" [\#9602](https://github.com/primefaces/primeng/issues/9602) -- Change mouse cursor on drag&drop events [\#9536](https://github.com/primefaces/primeng/issues/9536) -- p-calendar: Pressing Enter key on prev or next month arrows calls onPrevButtonClick or onNextButtonClick twice respectively [\#9521](https://github.com/primefaces/primeng/issues/9521) -- Carousel does not respond to change to numVisible [\#9049](https://github.com/primefaces/primeng/issues/9049) -- Add a maximize event on dialog [\#8861](https://github.com/primefaces/primeng/issues/8861) -- Carousel doesn't use 'responsiveOptions' on init [\#8833](https://github.com/primefaces/primeng/issues/8833) -- onShow and onHide event for colorPicker [\#8828](https://github.com/primefaces/primeng/issues/8828) -- ConfirmDialog does not support dismissableMask [\#8791](https://github.com/primefaces/primeng/issues/8791) -- ConfirmationService does not let specify closeOnEscape [\#8790](https://github.com/primefaces/primeng/issues/8790) -- Dialog.onShow should occur when the animation ends [\#8747](https://github.com/primefaces/primeng/issues/8747) -- p-colorPicker not working | Failing on click [\#8746](https://github.com/primefaces/primeng/issues/8746) -- [Bug] Carousel displays last page when circular=true [\#8739](https://github.com/primefaces/primeng/issues/8739) -- [Bug] Carousel does not recalculate the number of dots on refresh [\#8705](https://github.com/primefaces/primeng/issues/8705) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [10.0.5-LTS](https://www.npmjs.com/package/primeng-lts/v/10.0.5) (2020-11-24) -- Galleria Indicators aren't displayed in Firefox [\#9537](https://github.com/primefaces/primeng/issues/9537) -- Popup TieredMenu not closing when click on leaf [\#9534](https://github.com/primefaces/primeng/issues/9534) -- ContextMenu Keyboard Controls does not prevent Tree Keyboard Controls [\#9529](https://github.com/primefaces/primeng/issues/9529) -- Table stored state does not match current columns [\#9510](https://github.com/primefaces/primeng/issues/9510) -- Add keyboard support to ContextMenu [\#9499](https://github.com/primefaces/primeng/issues/9499) -- DOM Exception trigger with ButtonDirective afterViewInit [\#9497](https://github.com/primefaces/primeng/issues/9497) -- p-accordion with lazy loaded content doesnt load when opened programattically [\#9496](https://github.com/primefaces/primeng/issues/9496) -- scrollHeight doesn't change dynamically when using virtualScroll [\#9489](https://github.com/primefaces/primeng/issues/9489) -- p-calendar Dynamic default date [\#9479](https://github.com/primefaces/primeng/issues/9479) -- Align contextmenu menu behavior with menubar [\#9459](https://github.com/primefaces/primeng/issues/9459) -- TieredMenu initial hover is broken [\#9458](https://github.com/primefaces/primeng/issues/9458) -- Visibility option for Paginator's first and last page icons [\#9456](https://github.com/primefaces/primeng/issues/9456) -- Dropdown Item template support for Paginator [\#9455](https://github.com/primefaces/primeng/issues/9455) -- Customizable Toast and Messages [\#9454](https://github.com/primefaces/primeng/issues/9454) -- TieredMenu Keyboard Support [\#9451](https://github.com/primefaces/primeng/issues/9451) -- OverlayPanel target arrow points to the wrong position when target is on the right edge of the screen [\#9441](https://github.com/primefaces/primeng/issues/9441) -- The up and down arrow key stops working by the table virtualscrolling [\#9437](https://github.com/primefaces/primeng/issues/9437) -- pRipple working when disabled(etc menuitem) [\#9406](https://github.com/primefaces/primeng/issues/9406) -- Galleria thumbnailsPosition top and left don't work [\#9381](https://github.com/primefaces/primeng/issues/9381) -- Table lazy virtual scroll triggers multiple separate calls to onLazyLoad() function [\#9316](https://github.com/primefaces/primeng/issues/9316) -- wrong behavior of Dialog.maskClickListener [\#9282](https://github.com/primefaces/primeng/issues/9282) -- Model driven forms support for RadioButton [\#9162](https://github.com/primefaces/primeng/issues/9162) -- Accessibility: Dialog close button needs aria- label [\#8947](https://github.com/primefaces/primeng/issues/8947) - -## [10.0.3](https://github.com/primefaces/primeng/tree/10.0.3) (2020-10-08) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.2...10.0.3) - -**Implemented New Features and Enhancements:** - -- Tooltip doesn't close in scrollable containers [\#9353](https://github.com/primefaces/primeng/issues/9353) - -**Fixed bugs:** - -- Align tiered menu behavior with menubar [\#9379](https://github.com/primefaces/primeng/issues/9379) -- Listbox disabled visuals broken [\#9377](https://github.com/primefaces/primeng/issues/9377) -- SplitButton menu animation not aligned with rest of the overlays [\#9376](https://github.com/primefaces/primeng/issues/9376) -- Primeng 10 breadcrumb doesn't set p-disabled class for disabled menuitems [\#9374](https://github.com/primefaces/primeng/issues/9374) -- Problems when typing or pasting numbers into InputNumber [\#9372](https://github.com/primefaces/primeng/issues/9372) -- If virtual scroll property is enabled, Tree nodes are rendering with no hierarchy even if nested/children nodes are available [\#9368](https://github.com/primefaces/primeng/issues/9368) -- tabView: progomatically changing tabPanel disabled does not have visual affect until tabs are clicked [\#9367](https://github.com/primefaces/primeng/issues/9367) -- Table Keyboard metaSelections not working [\#9366](https://github.com/primefaces/primeng/issues/9366) -- Table arrow keys not working [\#9365](https://github.com/primefaces/primeng/issues/9365) -- InputNumber cannot set value when format property is false [\#9364](https://github.com/primefaces/primeng/issues/9364) -- Table MetaKeySelection Demo not working with shift [\#9363](https://github.com/primefaces/primeng/issues/9363) -- Accordion activeIndex not affecting manually opened tabs, those tabs get in confused state. [\#9355](https://github.com/primefaces/primeng/issues/9355) -- P-autoComplete component not showing the values in Primeng version 10.0.1 [\#9352](https://github.com/primefaces/primeng/issues/9352) -- onDropdownClick not working on Splitbutton in PrimeNG v10 [\#9351](https://github.com/primefaces/primeng/issues/9351) -- DialogService onclose event not fired when you click close button after v9.0.3\(include\) [\#9345](https://github.com/primefaces/primeng/issues/9345) -- InputNumber with spinner mode throws a JS exception [\#9337](https://github.com/primefaces/primeng/issues/9337) -- Angular PrimeNG FocusTrap Tabbing Fix Issue [\#9332](https://github.com/primefaces/primeng/issues/9332) -- p-calendar combination \[showIcon\]="true" \[showOnFocus\]="false" produces an error on using tab-key [\#9257](https://github.com/primefaces/primeng/issues/9257) -- Multiple DynamicDialogs are not closing programmatically [\#8801](https://github.com/primefaces/primeng/issues/8801) - -## [10.0.2](https://github.com/primefaces/primeng/tree/10.0.2) (2020-10-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.1...10.0.2) - -**Fixed bugs:** - -- Invalid falsey value in menu components [\#9349](https://github.com/primefaces/primeng/issues/9349) -- ColumnResize not working with Table VirtualScroll [\#9347](https://github.com/primefaces/primeng/issues/9347) -- Galleria navigator icons not showing on Bootstrap Ligh [\#9343](https://github.com/primefaces/primeng/issues/9343) - -## [10.0.1](https://github.com/primefaces/primeng/tree/10.0.1) (2020-09-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.0...10.0.1) - -**Implemented New Features and Enhancements:** - -- RTL support for Steps [\#3774](https://github.com/primefaces/primeng/issues/3774) -- Lighter Highlight Color for PrimeOne Themes [\#9333](https://github.com/primefaces/primeng/issues/9333) -- Improvement in behavior of components that have overlay panels in scrollable containers [\#9324](https://github.com/primefaces/primeng/issues/9324) -- Add inputId to table radio and checkbox components [\#9225](https://github.com/primefaces/primeng/issues/9225) -- Html support for Menu Components [\#4370](https://github.com/primefaces/primeng/issues/4370) -- Typed TreeNode and SelectItem [\#2876](https://github.com/primefaces/primeng/issues/2876) - -**Fixed bugs:** - -- DataTable style classes documentation is wrong [\#9336](https://github.com/primefaces/primeng/issues/9336) -- Fullcalendar button styling issues [\#9334](https://github.com/primefaces/primeng/issues/9334) -- TabView-Accordion changes due to \*ngIf do not take place [\#9331](https://github.com/primefaces/primeng/issues/9331) -- Alignment issue on Scrollable Datatable [\#9326](https://github.com/primefaces/primeng/issues/9326) -- Alignment issue on Scrollable TreeTable [\#9325](https://github.com/primefaces/primeng/issues/9325) -- TabView tab close does not work when using ripple effect with PrimeNG 10 [\#9323](https://github.com/primefaces/primeng/issues/9323) -- Dynamic scrollHeight support for Table/Tree Virtual Scrolling [\#9322](https://github.com/primefaces/primeng/issues/9322) -- Typo in InputNumber documentation: maxFracionDigits [\#9315](https://github.com/primefaces/primeng/issues/9315) -- After upgrading from 9 to 10 frozen columns ceased to be synchronized with scrollable columns in case on virtual scroll [\#9294](https://github.com/primefaces/primeng/issues/9294) -- TreeTable openCell\(\) not working [\#9279](https://github.com/primefaces/primeng/issues/9279) -- InputNumber: css issue for ng-invalid [\#9271](https://github.com/primefaces/primeng/issues/9271) -- Ripple not working on IE [\#9268](https://github.com/primefaces/primeng/issues/9268) -- Dialog with Long Content does not scroll in IE11 [\#9255](https://github.com/primefaces/primeng/issues/9255) -- VirtualScroll ExpressionChangedAfterItHasBeenCheckedError on TreeTable [\#9254](https://github.com/primefaces/primeng/issues/9254) -- Items in PanelMenu are highlighted wrongly with Material dark themes [\#9253](https://github.com/primefaces/primeng/issues/9253) - -## [10.0.0](https://github.com/primefaces/primeng/tree/10.0.0) (2020-09-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.0-rc.4...10.0.0) - -**Implemented New Features and Enhancements:** - -- Progress Spinner doesn't have a customization example [\#9232](https://github.com/primefaces/primeng/issues/9232) -- Trigger onClose event when click close button in the DynamicDialog [\#9083](https://github.com/primefaces/primeng/issues/9083) - -**Fixed bugs:** - -- 10.0.0-rc.4 accordion displays error message in browser developer tool [\#9244](https://github.com/primefaces/primeng/issues/9244) -- InputNumber gets dirty but not touched [\#9239](https://github.com/primefaces/primeng/issues/9239) -- UI doesn't update when control is disabled via Reactive Forms [\#9233](https://github.com/primefaces/primeng/issues/9233) -- InputNumber: overwriting doesn't work correctly [\#9229](https://github.com/primefaces/primeng/issues/9229) -- inputNumber with numeric prefix is not working as expected [\#9125](https://github.com/primefaces/primeng/issues/9125) - -## [10.0.0-rc.4](https://github.com/primefaces/primeng/tree/10.0.0-rc.4) (2020-09-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.0-rc.3...10.0.0-rc.4) - -**Implemented New Features and Enhancements:** - -- css theme body prefix makes primeng not compatible with shadowdom [\#8756](https://github.com/primefaces/primeng/issues/8756) -- Prevent virtual device calendar on touchUI mode [\#9226](https://github.com/primefaces/primeng/issues/9226) -- Add onInput event to InputNumber [\#9223](https://github.com/primefaces/primeng/issues/9223) -- Add PrimeFlex Setup Documentation [\#9222](https://github.com/primefaces/primeng/issues/9222) -- InputNumber: pasting doesn't work correctly [\#9219](https://github.com/primefaces/primeng/issues/9219) -- Scrollable Table alignment improvement [\#9218](https://github.com/primefaces/primeng/issues/9218) -- Improved visuals for empty message in dropdown and multiselect [\#9217](https://github.com/primefaces/primeng/issues/9217) -- jumpToPageDropdown and showPageLinks for Paginator [\#9213](https://github.com/primefaces/primeng/issues/9213) -- Add style and styleClass to message component [\#9212](https://github.com/primefaces/primeng/issues/9212) -- Use `el.ownerDocument.activeElement` where possible, instead of `document.activeElement` [\#9181](https://github.com/primefaces/primeng/issues/9181) -- Enhance Steps RouterNavigation [\#9174](https://github.com/primefaces/primeng/issues/9174) -- fileUpload chooseIcon always set to default in mode="basic" [\#9173](https://github.com/primefaces/primeng/issues/9173) -- StepsDemo Update [\#9171](https://github.com/primefaces/primeng/issues/9171) -- Sort and Filter support for VirtualScrolling [\#9154](https://github.com/primefaces/primeng/issues/9154) -- Improve calendar tabbing behavior [\#9139](https://github.com/primefaces/primeng/issues/9139) -- Pass files to fileupload content template [\#9121](https://github.com/primefaces/primeng/issues/9121) -- Add Del key support to InputNumber [\#8981](https://github.com/primefaces/primeng/issues/8981) -- Negative sign with InputNumber [\#8919](https://github.com/primefaces/primeng/issues/8919) -- Inputnumber, decimal numbers [\#8900](https://github.com/primefaces/primeng/issues/8900) -- Remove primeng/primeng imports [\#7096](https://github.com/primefaces/primeng/issues/7096) - -**Fixed bugs:** - -- Warnings after upgrade to Angular 10 [\#9210](https://github.com/primefaces/primeng/issues/9210) -- FileUploadModule - types error in 10+ version [\#9209](https://github.com/primefaces/primeng/issues/9209) -- MenuBar Showcase demo has incorrectly formated SelectItem [\#9203](https://github.com/primefaces/primeng/issues/9203) -- TimePicker broken in 10.0.0-rc.3 [\#9195](https://github.com/primefaces/primeng/issues/9195) -- Pill Text not centered [\#9193](https://github.com/primefaces/primeng/issues/9193) -- Slider handle not working correctly with model driven forms [\#9192](https://github.com/primefaces/primeng/issues/9192) -- In calendar, \ with custom buttons not showing in calendar in v10 [\#9191](https://github.com/primefaces/primeng/issues/9191) -- p-fieldset flickers when it's initialized collapsed \[10.0.0-rc.3\] [\#9179](https://github.com/primefaces/primeng/issues/9179) -- Calendar misplaced layout if more than one month is shown [\#9168](https://github.com/primefaces/primeng/issues/9168) -- Carousel - set page does not work for first and last page [\#9153](https://github.com/primefaces/primeng/issues/9153) -- Menubar not working on mobile devices [\#9127](https://github.com/primefaces/primeng/issues/9127) -- Unable to close p-messages on Firefox [\#9123](https://github.com/primefaces/primeng/issues/9123) -- Showcase does not show active menu [\#9109](https://github.com/primefaces/primeng/issues/9109) -- Redirect to data.com when dropping on datapoint with TreeComponent with Firefox [\#9108](https://github.com/primefaces/primeng/issues/9108) -- \[TriStateCheckbox\] Keyboard gets opened on mobile devices on use [\#9085](https://github.com/primefaces/primeng/issues/9085) -- Table component tries to restore non-existing state [\#9076](https://github.com/primefaces/primeng/issues/9076) -- disabled p-slider still reacts to keyboard input [\#9066](https://github.com/primefaces/primeng/issues/9066) -- p-inputNumber cannot set value bigger than 99.999 for an ES locale [\#9027](https://github.com/primefaces/primeng/issues/9027) -- Table erratic row selection with virtual scroll [\#8952](https://github.com/primefaces/primeng/issues/8952) -- Table scrollHeight="flex" messes columns' width [\#8921](https://github.com/primefaces/primeng/issues/8921) -- VirtualScroll ExpressionChangedAfterItHasBeenCheckedError [\#8886](https://github.com/primefaces/primeng/issues/8886) -- Turbo Table Column Resize Is Ignored If Smaller Than minWidth \[expand mode\] [\#8262](https://github.com/primefaces/primeng/issues/8262) -- sub menu of p-contextMenu in p-table go off screen when right click on the bottom of screen [\#8077](https://github.com/primefaces/primeng/issues/8077) -- Table cell editor not switching correctly from input to output with OnPush [\#8046](https://github.com/primefaces/primeng/issues/8046) -- Frozen Columns and Rows should be exportable to CSV as well [\#7916](https://github.com/primefaces/primeng/issues/7916) - -**Deprecated:** - -- Deprecate reset\(\) method in favor of new clear\(\) [\#8636](https://github.com/primefaces/primeng/issues/8636) - -**Breaking changes:** - -- Dialog position property and position classes needs rename [\#9177](https://github.com/primefaces/primeng/issues/9177) - -**Unit Tests:** - -- Fixed broken tests [\#9116](https://github.com/primefaces/primeng/issues/9116) - -## [10.0.0-rc.3](https://github.com/primefaces/primeng/tree/10.0.0-rc.3) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.0-rc.2...10.0.0-rc.3) - -**Fixed bugs:** - -- Padding for Fieldset content [\#9146](https://github.com/primefaces/primeng/issues/9146) -- Content slide animations fail on Safari [\#9145](https://github.com/primefaces/primeng/issues/9145) -- HTML page auto scrolls down when TextArea with AutoResize option is set [\#9129](https://github.com/primefaces/primeng/issues/9129) -- Invalid markup on Calendar Time Picker [\#9137](https://github.com/primefaces/primeng/issues/9137) -- Calendar FocusTrap not working [\#9136](https://github.com/primefaces/primeng/issues/9136) -- Multiselect filter not working in v10.0.0-rc.2 [\#9135](https://github.com/primefaces/primeng/issues/9135) - -## [10.0.0-rc.2](https://github.com/primefaces/primeng/tree/10.0.0-rc.2) - -[Full Changelog](https://github.com/primefaces/primeng/compare/10.0.0-rc.1...10.0.0-rc.2) - -**Fixed bugs:** - -- Ripple effect is not working [\#9111](https://github.com/primefaces/primeng/issues/9111) - -## [10.0.0-rc.1](https://github.com/primefaces/primeng/tree/10.0.0-rc.1) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.1.3...10.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Sizes for input text and button [\#9100](https://github.com/primefaces/primeng/issues/9100) -- Outlined and Filled Input texts [\#9099](https://github.com/primefaces/primeng/issues/9099) -- Improved Overlay Animations [\#9098](https://github.com/primefaces/primeng/issues/9098) -- Migrate to PrimeIcons 4.0 [\#9097](https://github.com/primefaces/primeng/issues/9097) -- Label Nova, Luna and Rhea as Legacy Themes [\#9095](https://github.com/primefaces/primeng/issues/9095) -- Migrate to PrimeOne Design Architecture [\#9094](https://github.com/primefaces/primeng/issues/9094) -- PrimeOne Themes [\#9093](https://github.com/primefaces/primeng/issues/9093) -- Material Theme [\#9092](https://github.com/primefaces/primeng/issues/9092) -- Bootstrap Theme [\#9091](https://github.com/primefaces/primeng/issues/9091) -- Add Icon template to Panel like PrimeVue [\#9068](https://github.com/primefaces/primeng/issues/9068) -- Add badge and badgeClass to Button [\#9062](https://github.com/primefaces/primeng/issues/9062) -- Add style and styleClass to InputNumber [\#9048](https://github.com/primefaces/primeng/issues/9048) -- p-inputNumber is missing inputStyleClass property [\#9028](https://github.com/primefaces/primeng/issues/9028) -- Reimplement TieredMenu, MegaMenu and MenuBar [\#8780](https://github.com/primefaces/primeng/issues/8780) -- Deprecate ng-content in favor of ng-template [\#8775](https://github.com/primefaces/primeng/issues/8775) -- Multiple Messages display should support multiple severities [\#8767](https://github.com/primefaces/primeng/issues/8767) -- Remove ui-g [\#8761](https://github.com/primefaces/primeng/issues/8761) -- Migrate all components to use ChangeDetectionStrategy.**OnPush** [\#8688](https://github.com/primefaces/primeng/issues/8688) -- Remove deprecated style classes [\#8630](https://github.com/primefaces/primeng/issues/8630) -- Deprecate Responsive Table [\#8611](https://github.com/primefaces/primeng/issues/8611) -- Listbox filter width problem when showToggleAll=false [\#8541](https://github.com/primefaces/primeng/issues/8541) - -**Fixed bugs:** - -- ToggleButton bug: incorrect background color when not checked \(value=false\) PrimeNG 9.0.6-9.1.2 [\#8915](https://github.com/primefaces/primeng/issues/8915) - -**Deprecated:** - -- Deprecated Features [\#9096](https://github.com/primefaces/primeng/issues/9096) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.8-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.8) (2021-05-07) -- showNavigator and showIndicator support for Carousel [\#10208](https://github.com/primefaces/primeng/issues/10208) -- IndicatorStyle and IndicatorStyleClass support for Carousel [\#10207](https://github.com/primefaces/primeng/issues/10207) -- p-editor - HTML binding fails [\#10182](https://github.com/primefaces/primeng/issues/10182) -- p-dropdown with editable=true and floating labels results in incorrect behavior with manually entered values [\#10170](https://github.com/primefaces/primeng/issues/10170) -- Dropdown selecting an unwanted option when pressing Windows key on the keyboard [\#10113](https://github.com/primefaces/primeng/issues/10113) -- Facing accessibility-related issues with primeNg controls and AXE tools. [\#9834](https://github.com/primefaces/primeng/issues/9834) -- Radio buttons do not get unselected on the same group, with Reactive Forms using formControl instead of formControlName [\#9631](https://github.com/primefaces/primeng/issues/9631) -- Hovering on timepicker arrows acting like select after clicking an arrow in the time picker [\#8961](https://github.com/primefaces/primeng/issues/8961) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.6-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.6) (2021-04-13) -- p-tree event.accept() not available on first drop [\#10093](https://github.com/primefaces/primeng/issues/10093) -- p-table with save state (localstorage/sessionstorage) remember old value after delete from filter [\#10065](https://github.com/primefaces/primeng/issues/10065) -- Accessibility: Typo in aria attribute valuemin for InputNumber [\#10058](https://github.com/primefaces/primeng/issues/10058) -- Carousel does not always display dynamically added items [\#10051](https://github.com/primefaces/primeng/issues/10051) -- MenuItem's style and styleClass properties should be apply to li [\#10045](https://github.com/primefaces/primeng/issues/10045) -- AutoComplete does not display 0 as value when preselected [\#10031](https://github.com/primefaces/primeng/issues/10031) -- Calendar: WeekNumber looks like it is selectable [\#9746](https://github.com/primefaces/primeng/issues/9746) -- Menubar menuitems must have menu/menubar as parent [\#9680](https://github.com/primefaces/primeng/issues/9680) -- AutoComplete does not display 0 as value [\#9628](https://github.com/primefaces/primeng/issues/9628) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.5-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.5) (2021-03-16) -- First node dropped into empty tree not triggering onNodeDrop [\#9991](https://github.com/primefaces/primeng/issues/9991) -- Changing captcha language does not work [\#9985](https://github.com/primefaces/primeng/issues/9985) -- Defer directive throws ExpressionChangedAfterItHasBeenCheckedError if visible from the beginning [\#9984](https://github.com/primefaces/primeng/issues/9984) -- Chips disabled not working when using with comma [\#9958](https://github.com/primefaces/primeng/issues/9958) -- Disabled p-inputNumber updated after pasting from clipboard [\#9957](https://github.com/primefaces/primeng/issues/9957) -- Unable to access tab menu using keyboard [\#9954](https://github.com/primefaces/primeng/issues/9954) -- OverlayPanel not working unless ShareModule is imported as well [\#9927](https://github.com/primefaces/primeng/issues/9927) -- Galleria: thumbnail items doesn't work properly when responsive options are set [\#9744](https://github.com/primefaces/primeng/issues/9744) -- Autocomplete with multiple and readonly enabled still show button to remove options [\#9513](https://github.com/primefaces/primeng/issues/9513) -- p-dataView not updating view after [layout] change [\#9494](https://github.com/primefaces/primeng/issues/9494) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.4-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.4) (2021-03-01) -- When table is lazy and having multiSortMeta then "lazyLoad" execute twice [\#9906](https://github.com/primefaces/primeng/issues/9906) -- pSelectableRow blocks typing space on inputs in p-table [\#9893](https://github.com/primefaces/primeng/issues/9893) -- p-inputnumber infinite loop when using buttons [\#9888](https://github.com/primefaces/primeng/issues/9888) -- Enter key should hide calendar [\#9880](https://github.com/primefaces/primeng/issues/9880) -- p-sidebar appendTo has wrong type [\#9876](https://github.com/primefaces/primeng/issues/9876) -- p-slider does not react when clicking on bar in some cases [\#9857](https://github.com/primefaces/primeng/issues/9857) -- Add rowIndex to onRowUnselect [\#9823](https://github.com/primefaces/primeng/issues/9823) -- Expose InputMask OnKeyDown event [\#9718](https://github.com/primefaces/primeng/issues/9718) -- p-table cell edit wrong index on onEditComplete event [\#9075](https://github.com/primefaces/primeng/issues/9075) -- ConfirmDialog throws exception during onDestroy [\#8585](https://github.com/primefaces/primeng/issues/8585) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.3-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.3) (2021-02-11) -- LazyEvent.first coming wrong when sorting with resetPageOnSort true [\#9866](https://github.com/primefaces/primeng/issues/9866) -- Adding multiSortMeta to the table causes an extra initial call to fetch data in virtual scroll [\#9854](https://github.com/primefaces/primeng/issues/9854) -- TabPanel's leftIcon and rightIcon properties not working with programmatic change [\#9844](https://github.com/primefaces/primeng/issues/9844) -- Row not selected when using the Table contextMenuSelectionMode="joint" [\#9824](https://github.com/primefaces/primeng/issues/9824) -- Strange behavior using context menu on Safari [\#9814](https://github.com/primefaces/primeng/issues/9814) -- Table onRowSelect calling before the selection change [\#9806](https://github.com/primefaces/primeng/issues/9806) -- The up and down arrow key stops working by the virtualscroller [\#9805](https://github.com/primefaces/primeng/issues/9805) -- Space key causes scroll the browser when using Table selection [\#9804](https://github.com/primefaces/primeng/issues/9804) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.2-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.2) (2021-01-12) -- shiftKey invokes onRowSelect multiple times [\#9747](https://github.com/primefaces/primeng/issues/9747) -- Table not restoring columns when using virtualscroll [\#9708](https://github.com/primefaces/primeng/issues/9708) -- Float label not working when clearing input on AutoComplete and TextArea [\#9688](https://github.com/primefaces/primeng/issues/9688) -- p-editor automatically gains focus when intializing model with data [\#9664](https://github.com/primefaces/primeng/issues/9664) -- Lazy loaded tabpanel content loading eagerly when selected input is present [\#9613](https://github.com/primefaces/primeng/issues/9613) -- Resizable columns with virtual scroll doesn't work with p-treeTable [\#9575](https://github.com/primefaces/primeng/issues/9575) -- Wrong documentation for controlCase on TabView [\#9490](https://github.com/primefaces/primeng/issues/9490) -- Treetable column resize breaks when columnResizeMode="expand" in combination with [virtualScroll]="true" [\#9202](https://github.com/primefaces/primeng/issues/9202) -- p-treeTable with VirtualScroll only header is resizing [\#9170](https://github.com/primefaces/primeng/issues/9170) -- SelectButton - reactive form and disabled control [\#8788](https://github.com/primefaces/primeng/issues/8788) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.1-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.1) (2020-12-09) -- InputTextArea, FloatLabel and Initial State [\#9607](https://github.com/primefaces/primeng/issues/9607) -- Change mouse cursor on drag&drop events [\#9536](https://github.com/primefaces/primeng/issues/9536) -- Carousel does not respond to change to numVisible [\#9049](https://github.com/primefaces/primeng/issues/9049) -- Add a maximize event on dialog [\#8861](https://github.com/primefaces/primeng/issues/8861) -- Carousel doesn't use 'responsiveOptions' on init [\#8833](https://github.com/primefaces/primeng/issues/8833) -- onShow and onHide event for colorPicker [\#8828](https://github.com/primefaces/primeng/issues/8828) -- ConfirmationService does not let specify closeOnEscape [\#8790](https://github.com/primefaces/primeng/issues/8790) -- Dialog.onShow should occur when the animation ends [\#8747](https://github.com/primefaces/primeng/issues/8747) -- p-colorPicker not working | Failing on click [\#8746](https://github.com/primefaces/primeng/issues/8746) -- Autocomplete empty text when lost focus [\#8740](https://github.com/primefaces/primeng/issues/8740) -- [Bug] Carousel displays last page when circular=true [\#8739](https://github.com/primefaces/primeng/issues/8739) -- [Bug] Carousel does not recalculate the number of dots on refresh [\#8705](https://github.com/primefaces/primeng/issues/8705) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.2.0-LTS](https://www.npmjs.com/package/primeng-lts/v/9.2.0) (2020-11-24) -- Galleria Indicators aren't displayed in Firefox [\#9537](https://github.com/primefaces/primeng/issues/9537) -- Popup TieredMenu not closing when click on leaf [\#9534](https://github.com/primefaces/primeng/issues/9534) -- ContextMenu Keyboard Controls does not prevent Tree Keyboard Controls [\#9529](https://github.com/primefaces/primeng/issues/9529) -- Table stored state does not match current columns [\#9510](https://github.com/primefaces/primeng/issues/9510) -- DOM Exception trigger with ButtonDirective afterViewInit [\#9497](https://github.com/primefaces/primeng/issues/9497) -- TieredMenu initial hover is broken [\#9458](https://github.com/primefaces/primeng/issues/9458) -- OverlayPanel target arrow points to the wrong position when target is on the right edge of the screen [\#9441](https://github.com/primefaces/primeng/issues/9441) -- Table with scroll has misaligned headers if scrollbar is not visible [\#9413](https://github.com/primefaces/primeng/issues/9413) -- Galleria thumbnailsPosition top and left don't work [\#9381](https://github.com/primefaces/primeng/issues/9381) -- Table lazy virtual scroll triggers multiple separate calls to onLazyLoad() function [\#9316](https://github.com/primefaces/primeng/issues/9316) -- wrong behavior of Dialog.maskClickListener [\#9282](https://github.com/primefaces/primeng/issues/9282) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.1.8-LTS](https://www.npmjs.com/package/primeng-lts/v/9.1.8) (2020-11-10) -- Add keyboard support to ContextMenu [\#9499](https://github.com/primefaces/primeng/issues/9499) -- p-accordion with lazy loaded content doesnt load when opened programattically[\#9496](https://github.com/primefaces/primeng/issues/9496) -- scrollHeight doesn't change dynamically when using virtualScroll [\#9489](https://github.com/primefaces/primeng/issues/9489) -- p-calendar Dynamic default date [\#9479](https://github.com/primefaces/primeng/issues/9479) -- Align contextmenu menu behavior with menubar [\#9459](https://github.com/primefaces/primeng/issues/9459) -- Visibility option for Paginator's first and last page icons [\#9456](https://github.com/primefaces/primeng/issues/9456) -- Dropdown Item template support for Paginator [\#9455](https://github.com/primefaces/primeng/issues/9455) -- Customizable Toast and Messages [\#9454](https://github.com/primefaces/primeng/issues/9454) -- TieredMenu Keyboard Support [\#9451](https://github.com/primefaces/primeng/issues/9451) -- The up and down arrow key stops working by the table virtualscrolling [\#9437](https://github.com/primefaces/primeng/issues/9437) -- Model driven forms support for RadioButton [\#9162](https://github.com/primefaces/primeng/issues/9162) -- Accessibility: Dialog close button needs aria-label [\#8947](https://github.com/primefaces/primeng/issues/8947) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.1.7-LTS](https://www.npmjs.com/package/primeng-lts/v/9.1.7) (2020-10-12) -- DialogService onclose event not fired when you click close button after v9.0.3(include) [\#9345](https://github.com/primefaces/primeng/issues/9345) -- Align tiered menu behavior with menubar [\#9379](https://github.com/primefaces/primeng/issues/9379) -- Problems when typing or pasting numbers into InputNumber [\#9372](https://github.com/primefaces/primeng/issues/9372) -- Table Keyboard metaSelections not working [\#9366](https://github.com/primefaces/primeng/issues/9366) -- InputNumber cannot set value when format property is false [\#9364](https://github.com/primefaces/primeng/issues/9364) -- ColumnResize not working with Table VirtualScroll [\#9347](https://github.com/primefaces/primeng/issues/9347) -- InputNumber with spinner mode throws a JS exception [\#9337](https://github.com/primefaces/primeng/issues/9337) -- Angular PrimeNG FocusTrap Tabbing Fix Issue [\#9332](https://github.com/primefaces/primeng/issues/9332) -- p-calendar combination [showIcon]="true" [showOnFocus]="false" produces an error on using tab-key [\#9257](https://github.com/primefaces/primeng/issues/9257) -- Multiple DynamicDialogs are not closing programmatically [\#8801](https://github.com/primefaces/primeng/issues/8801) - -**Fixed bugs:** - -- TreeTable openCell() not working [\#9279](https://github.com/primefaces/primeng/issues/9279) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.1.6-LTS](https://www.npmjs.com/package/primeng-lts/v/9.1.6) (2020-09-23) - -**Fixed bugs:** - -- TreeTable openCell() not working [\#9279](https://github.com/primefaces/primeng/issues/9279) -- Turbo Table Column Resize Is Ignored If Smaller Than minWidth [expand mode] [\#8262](https://github.com/primefaces/primeng/issues/8262) -- Frozen Columns and Rows should be exportable to CSV as well [\#7916](https://github.com/primefaces/primeng/issues/7916) -- Table cell editor not switching correctly from input to output with OnPush [\#8046](https://github.com/primefaces/primeng/issues/8046) -- sub menu of p-contextMenu in p-table go off screen when right click on the bottom of screen [\#8077](https://github.com/primefaces/primeng/issues/8077) -- InputNumber: overwriting doesn't work correctly [\#9229](https://github.com/primefaces/primeng/issues/9229) -- Add onInput event to InputNumber [\#9223](https://github.com/primefaces/primeng/issues/9223) -- InputNumber: pasting doesn't work correctly [\#9219](https://github.com/primefaces/primeng/issues/9219) -- inputNumber with numeric prefix is not working as expected [\#9125](https://github.com/primefaces/primeng/issues/9125) -- p-inputNumber cannot set value bigger than 99.999 for an ES locale [\#9027](https://github.com/primefaces/primeng/issues/9027) -- Add Del key support to InputNumber [\#8981](https://github.com/primefaces/primeng/issues/8981) -- Inputnumber, decimal numbers [\#8900](https://github.com/primefaces/primeng/issues/8900) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.1.5-LTS](https://www.npmjs.com/package/primeng-lts/v/9.1.5) (2020-09-08) - -**Fixed bugs:** - -- OverlayPanel doesn't disappear in OnPush components. [\#8804](https://github.com/primefaces/primeng/issues/8804) -- fileUpload chooseIcon always set to default in mode="basic" [\#9173](https://github.com/primefaces/primeng/issues/9173) -- Improve calendar tabbing behavior [\#9139](https://github.com/primefaces/primeng/issues/9139) -- InputNumber gets dirty but not touched [\#9239](https://github.com/primefaces/primeng/issues/9239) -- Prevent virtual device calendar on touchUI mode [\#9226](https://github.com/primefaces/primeng/issues/9226) -- Sort and Filter support for VirtualScrolling [\#9154](https://github.com/primefaces/primeng/issues/9154) -- Redirect to data.com when dropping on datapoint with TreeComponent with Firefox [\#9108](https://github.com/primefaces/primeng/issues/9108) -- Table erratic row selection with virtual scroll [\#8952](https://github.com/primefaces/primeng/issues/8952) -- VirtualScroll ExpressionChangedAfterItHasBeenCheckedError [\#8886](https://github.com/primefaces/primeng/issues/8886) -- VirtualScroll ExpressionChangedAfterItHasBeenCheckedError on TreeTable [\#9254](https://github.com/primefaces/primeng/issues/9254) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [9.1.4-LTS](https://www.npmjs.com/package/primeng-lts/v/9.1.4) (2020-08-18) - -**Fixed bugs:** - -- Button lose class style after label update with after primeng 9.1.0 [\#8996](https://github.com/primefaces/primeng/issues/8996) -- primeng.css is corrupted in 9.1.3 [\#9161](https://github.com/primefaces/primeng/issues/9161) -- Add style and styleClass to InputNumber [\#9048](https://github.com/primefaces/primeng/issues/9048) -- p-inputNumber is missing inputStyleClass property [\#9028](https://github.com/primefaces/primeng/issues/9028) -- HTML page auto scrolls down when TextArea with AutoResize option is set [\#9129](https://github.com/primefaces/primeng/issues/9129) - -## [9.1.3](https://github.com/primefaces/primeng/tree/9.1.3) (2020-07-06) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.1.2...9.1.3) - -**Implemented New Features and Enhancements:** - -- Use angular style API for components and reduce primeng.css [\#8651](https://github.com/primefaces/primeng/issues/8651) - -**Fixed bugs:** - -- TreeTable, Table and InputNumber throwing error [\#9007](https://github.com/primefaces/primeng/issues/9007) - -## [9.1.2](https://github.com/primefaces/primeng/tree/9.1.2) (2020-06-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.1.1...9.1.2) - -**Implemented New Features and Enhancements:** - -- Add focusTrap attribute to Calendar [\#8968](https://github.com/primefaces/primeng/issues/8968) -- Bug in dialog.ts - variable naming and improvement [\#8964](https://github.com/primefaces/primeng/issues/8964) -- ToggleButton disabled doesn't correctly disable the accessibility input [\#8955](https://github.com/primefaces/primeng/issues/8955) -- Don't close menu components when clicking the disabled option [\#8950](https://github.com/primefaces/primeng/issues/8950) -- Add contentStyleClass to Dialog [\#8945](https://github.com/primefaces/primeng/issues/8945) -- Add listStyleClass to ListBox [\#8944](https://github.com/primefaces/primeng/issues/8944) -- Feature Request: Make activate-on-click optional for Inplace [\#8931](https://github.com/primefaces/primeng/issues/8931) - -**Fixed bugs:** - -- inputnumber : "spinner button click submitting the form" [\#8984](https://github.com/primefaces/primeng/issues/8984) -- inputnumber : "maxlength" property doesn't work [\#8983](https://github.com/primefaces/primeng/issues/8983) -- 9.1.0 Popup slidemenu item doubleclick causes page to reload [\#8976](https://github.com/primefaces/primeng/issues/8976) -- Incorrect property pEditableRowIndex in Table docs [\#8972](https://github.com/primefaces/primeng/issues/8972) -- InputNumber prevents min key number [\#8956](https://github.com/primefaces/primeng/issues/8956) -- Menu Components getting hover and focus even when disabled [\#8951](https://github.com/primefaces/primeng/issues/8951) -- Angular i18n error [\#8943](https://github.com/primefaces/primeng/issues/8943) -- Filter in p-tree is not working with virtual scroll in primeng 9.1.0 [\#8941](https://github.com/primefaces/primeng/issues/8941) -- Tabview: disabled tab control can be focused [\#8939](https://github.com/primefaces/primeng/issues/8939) -- DynamicDialog and Dialog Closed by clear button on drop down or chips inside [\#8934](https://github.com/primefaces/primeng/issues/8934) -- Button with icon shows no label after change [\#8918](https://github.com/primefaces/primeng/issues/8918) -- 9.1.0 InputNumber node\_modules errors [\#8916](https://github.com/primefaces/primeng/issues/8916) -- ui-fluid not working with dropdown [\#8914](https://github.com/primefaces/primeng/issues/8914) -- p-inputNumber ignores disabled state in reactive forms [\#8901](https://github.com/primefaces/primeng/issues/8901) -- Dialog Resize not working when set height [\#8899](https://github.com/primefaces/primeng/issues/8899) -- javascript error in gallery [\#8897](https://github.com/primefaces/primeng/issues/8897) -- \[PR\] Fix 9.1.0 p-dialog resize bug miscalculates drag position [\#8892](https://github.com/primefaces/primeng/issues/8892) -- DynamicDialog dismissableMask working when it shouldn't [\#8891](https://github.com/primefaces/primeng/issues/8891) -- Typo in the documentation of inputNumber [\#8882](https://github.com/primefaces/primeng/issues/8882) -- SET value to InputMask doesn't work on PrimeNG 9.0.3 - 9.1 [\#8727](https://github.com/primefaces/primeng/issues/8727) - -## [9.1.1](https://github.com/primefaces/primeng/tree/9.1.1) (2020-06-30) - -Invalid release, use 9.1.2 instead. - - -## [9.1.0](https://github.com/primefaces/primeng/tree/9.1.0) (2020-05-25) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.6...9.1.0) - -**Implemented New Features and Enhancements:** - -- Filtering for DataGrid [\#2457](https://github.com/primefaces/primeng/issues/2457) -- Add clearCache method to VirtualScroller and Table [\#8881](https://github.com/primefaces/primeng/issues/8881) -- Deprecate Spinner [\#8873](https://github.com/primefaces/primeng/issues/8873) -- Deprecate Lightbox [\#8872](https://github.com/primefaces/primeng/issues/8872) -- Reimplement DataTable-TreeTable-VirtualScroller Lazy Loading Implementation [\#8865](https://github.com/primefaces/primeng/issues/8865) -- minBufferPx and maxBufferPx for Table [\#8860](https://github.com/primefaces/primeng/issues/8860) -- Add scrollToIndex function to VirtualScroller [\#8859](https://github.com/primefaces/primeng/issues/8859) -- Add scrollToVirtualIndex and scrollTo functions to DataTable [\#8857](https://github.com/primefaces/primeng/issues/8857) -- Reimplement TreeTable VirtualScroll [\#8856](https://github.com/primefaces/primeng/issues/8856) -- Reimplement Table VirtualScroll [\#8855](https://github.com/primefaces/primeng/issues/8855) -- Table/TreeTable virtualscroller should reset scroll position after sort and filter [\#8854](https://github.com/primefaces/primeng/issues/8854) -- Deprecate first, cache and totalRecords props of VirtualScroller [\#8850](https://github.com/primefaces/primeng/issues/8850) -- Remove ul-li pair from VirtualScroller [\#8849](https://github.com/primefaces/primeng/issues/8849) -- VirtualScroller Demo Update [\#8848](https://github.com/primefaces/primeng/issues/8848) -- minBufferX and maxBufferX for VirtualScroller [\#8847](https://github.com/primefaces/primeng/issues/8847) -- New FormLayout Utility [\#8843](https://github.com/primefaces/primeng/issues/8843) -- Re-Add center method to Dialog [\#8792](https://github.com/primefaces/primeng/issues/8792) -- Remove ui-g usage from Demos [\#8782](https://github.com/primefaces/primeng/issues/8782) -- Remove ui-g from MegaMenu [\#8762](https://github.com/primefaces/primeng/issues/8762) -- VirtualScrolling for Tree [\#8257](https://github.com/primefaces/primeng/issues/8257) -- Virtual scrolling support without lazy loading [\#7419](https://github.com/primefaces/primeng/issues/7419) -- Pagination Support for Virtual Scrolling [\#6961](https://github.com/primefaces/primeng/issues/6961) -- New Flex mode for Table ScrollHeight [\#5235](https://github.com/primefaces/primeng/issues/5235) -- New Galleria [\#3105](https://github.com/primefaces/primeng/issues/3105) -- New Component: InputNumber [\#1109](https://github.com/primefaces/primeng/issues/1109) - -**Fixed bugs:** - -- Resizable Dialog is broken [\#8863](https://github.com/primefaces/primeng/issues/8863) -- p-dialog performance degraded after 9.0.0-rc.4 [\#8846](https://github.com/primefaces/primeng/issues/8846) -- Tree missing property documentation [\#8844](https://github.com/primefaces/primeng/issues/8844) -- p-tree validateDrop throws error in subscribe [\#8827](https://github.com/primefaces/primeng/issues/8827) -- VirtualScroller does not display items at page boundaries [\#8733](https://github.com/primefaces/primeng/issues/8733) -- TurboTable reload data automaticly scrolls down [\#8574](https://github.com/primefaces/primeng/issues/8574) -- Dropdowns and MultiSelects open inconsistently or not at all when using a wrapped-label layout [\#8455](https://github.com/primefaces/primeng/issues/8455) -- Virtualscroller cache not working [\#8306](https://github.com/primefaces/primeng/issues/8306) -- Virtual scroll with radio- Incorrect radio\(s\) selected on scroll. [\#8238](https://github.com/primefaces/primeng/issues/8238) -- PrimeNG table lazy loading not working properly on setting the property first [\#7819](https://github.com/primefaces/primeng/issues/7819) -- DataTable virtual scrolling with onLazyLoad: event.first is 0 when sorting [\#7546](https://github.com/primefaces/primeng/issues/7546) - -## [9.0.6](https://github.com/primefaces/primeng/tree/9.0.6) (2020-04-22) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.5...9.0.6) - -**Implemented New Features and Enhancements:** - -- Enhance shiftkey support for Table [\#8600](https://github.com/primefaces/primeng/issues/8600) -- Calendar should not use ui-g [\#8769](https://github.com/primefaces/primeng/issues/8769) -- filterLocale for components with filtering [\#8754](https://github.com/primefaces/primeng/issues/8754) -- Update sort icons [\#8753](https://github.com/primefaces/primeng/issues/8753) -- Add modal property to DynamicDialog [\#8726](https://github.com/primefaces/primeng/issues/8726) -- Add onFilter to Tree [\#8710](https://github.com/primefaces/primeng/issues/8710) -- Nested multiple sort support for TreeTable [\#8530](https://github.com/primefaces/primeng/issues/8530) -- Add LazyLoadOnInit flag for Tree Table [\#8527](https://github.com/primefaces/primeng/issues/8527) -- p-autoComplete dropdown menu does not toggle closed on click of menu disclosure button [\#8523](https://github.com/primefaces/primeng/issues/8523) -- Remove zoom css property [\#8440](https://github.com/primefaces/primeng/issues/8440) -- Paginator showAll - Pre-Selecting All Inconsistent [\#8360](https://github.com/primefaces/primeng/issues/8360) -- Original browser event of p-checkbox is not exposed [\#8221](https://github.com/primefaces/primeng/issues/8221) -- Allow static HTML in the messages component [\#1795](https://github.com/primefaces/primeng/issues/1795) - -**Fixed bugs:** - -- Multiple messages should wrap [\#8768](https://github.com/primefaces/primeng/issues/8768) -- The dynamicDialog can't be closed using the ESC key if the dynamicDialog hasn't the baseZIndex property [\#8760](https://github.com/primefaces/primeng/issues/8760) -- TabMenu RouterLinkActive doesn't work since @9.0.3 [\#8748](https://github.com/primefaces/primeng/issues/8748) -- p-dialog drag not working IE 11 [\#8745](https://github.com/primefaces/primeng/issues/8745) -- Add rePosition Function to Dialog [\#8744](https://github.com/primefaces/primeng/issues/8744) -- All links are highlighted instead of using text color in PanelMenu [\#8731](https://github.com/primefaces/primeng/issues/8731) -- Toast - preventOpenDuplicates does not work - Detail Message is not compared properly [\#8717](https://github.com/primefaces/primeng/issues/8717) -- Toast modal property is not active. [\#8716](https://github.com/primefaces/primeng/issues/8716) -- dismissableMask not working in dynamic dialog [\#8714](https://github.com/primefaces/primeng/issues/8714) -- Typo error in documentation [\#8711](https://github.com/primefaces/primeng/issues/8711) -- Pressing arrow up key in drag and drop enabled tree selects wrong node [\#8623](https://github.com/primefaces/primeng/issues/8623) -- Tiered Menu command does not receive MenuItem in event [\#8592](https://github.com/primefaces/primeng/issues/8592) -- Hovering on timepicker arrows acting like select [\#8584](https://github.com/primefaces/primeng/issues/8584) -- Drag does not work on Dialogs with position set [\#8581](https://github.com/primefaces/primeng/issues/8581) -- p-dialog not centered in IE and overflows on maximize [\#8545](https://github.com/primefaces/primeng/issues/8545) -- Tooltip - new tooltip created without removing old tooltip [\#8516](https://github.com/primefaces/primeng/issues/8516) -- PickList - items dissapear when items are moved and filters are set [\#8514](https://github.com/primefaces/primeng/issues/8514) -- p-calendar selectionMode="multiple" After unselect date, the calendar breaks. [\#8457](https://github.com/primefaces/primeng/issues/8457) -- Dropdown allows selecting disabled options [\#8448](https://github.com/primefaces/primeng/issues/8448) -- Button and SplitButton have different brightness when disabled [\#8416](https://github.com/primefaces/primeng/issues/8416) -- Carousel - Button inside carousel-item is not clickable in mobile phones [\#8377](https://github.com/primefaces/primeng/issues/8377) -- multiselect applies disabled UI state to all items when selectionLimit is reached and selection is reset [\#8374](https://github.com/primefaces/primeng/issues/8374) -- MenuItem items property type error [\#8339](https://github.com/primefaces/primeng/issues/8339) -- Panel: aria-labelledby points to not existing id when toggleable equals false [\#8272](https://github.com/primefaces/primeng/issues/8272) -- \[p-tree\] \[bug\] right arrow key tries to expand a leaf if onNodeExpand function is defined [\#8271](https://github.com/primefaces/primeng/issues/8271) -- Dropdown panelStyle min width overridden when appendTo body is used [\#8218](https://github.com/primefaces/primeng/issues/8218) -- Toast blocks protractor [\#8122](https://github.com/primefaces/primeng/issues/8122) -- fieldset: don't animate into collapse !... when collapse is default [\#8022](https://github.com/primefaces/primeng/issues/8022) -- "no file chosen" tooltip appears after selecting file [\#7957](https://github.com/primefaces/primeng/issues/7957) -- Slider doesn't works properly with ChangeDetectionStrategy.OnPush / reactive forms [\#7692](https://github.com/primefaces/primeng/issues/7692) - -**Deprecated:** - -- Deprecate positionTop and positionLeft properties [\#8730](https://github.com/primefaces/primeng/issues/8730) - - -## [9.0.5](https://github.com/primefaces/primeng/tree/9.0.5) (2020-04-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.4...9.0.5) - -**Fixed bugs:** - -- MaskStyleClass Does not found [\#8704](https://github.com/primefaces/primeng/issues/8704) - -## [9.0.4](https://github.com/primefaces/primeng/tree/9.0.4) (2020-04-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.3...9.0.4) - -**Implemented New Features and Enhancements:** - -- Nodes in p-tree can't have individual aria-labels (accessibility) [\#8276](https://github.com/primefaces/primeng/issues/8276) -- Allow BlockUI individual styling [\#8326](https://github.com/primefaces/primeng/issues/8326) - -**Fixed bugs:** - -- selectOtherMonths is broken in multiple and range mode [\#8349](https://github.com/primefaces/primeng/issues/8349) -- p-spinner does not work after upgrade to 9.0.3 [\#8695](https://github.com/primefaces/primeng/issues/8695) -- Property 'columnheader' does not exist on type 'SortableColumn' [\#8693](https://github.com/primefaces/primeng/issues/8693) -- Change Tooltip disabled doesn't close it [\#8324](https://github.com/primefaces/primeng/issues/8324) -- Incorrect sample code on demo page [\#8697](https://github.com/primefaces/primeng/issues/8697) -- Site Example X Github Example (table/export) [\#8316](https://github.com/primefaces/primeng/issues/8316) - -## [9.0.3](https://github.com/primefaces/primeng/tree/9.0.3) (2020-03-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.2...9.0.3) - -**Implemented New Features and Enhancements:** - -- pSortableColumn should add aria-sort for readers [\#8684](https://github.com/primefaces/primeng/issues/8684) -- Theme aware focus ring for table rows [\#8682](https://github.com/primefaces/primeng/issues/8682) -- Add 'ui-menuitem-link-active' as the active route link [\#8681](https://github.com/primefaces/primeng/issues/8681) -- ContextMenu selection should focus the row in table [\#8680](https://github.com/primefaces/primeng/issues/8680) -- Remove ui-contextmenu-selected styling from free themes [\#8679](https://github.com/primefaces/primeng/issues/8679) -- Improve performance of FocusTrap and add disable support [\#8678](https://github.com/primefaces/primeng/issues/8678) -- OverlayPanel should use ngTemplateOutlet in favor of ng-content [\#8677](https://github.com/primefaces/primeng/issues/8677) -- Table column resizer should be displayed on mousedown [\#8672](https://github.com/primefaces/primeng/issues/8672) -- ConfirmationService should not override ConfirmDialog Properties [\#8671](https://github.com/primefaces/primeng/issues/8671) -- Dialog Footer is 1px off in free themes [\#8668](https://github.com/primefaces/primeng/issues/8668) -- Review and Refactor static ViewChilds [\#8667](https://github.com/primefaces/primeng/issues/8667) -- Add precision property to Spinner [\#8662](https://github.com/primefaces/primeng/issues/8662) -- Improve Dialog style [\#8656](https://github.com/primefaces/primeng/issues/8656) -- Add maskStyleClass property to Dialog and ConfirmDialog [\#8655](https://github.com/primefaces/primeng/issues/8655) -- Migrate DynamicDialog to new Dialog Impl [\#8653](https://github.com/primefaces/primeng/issues/8653) -- FilterUtils in filter should use deep object equality [\#8648](https://github.com/primefaces/primeng/issues/8648) -- Ability to turn off autofocus on Dropdown/MultiSelect Filter [\#8137](https://github.com/primefaces/primeng/issues/8137) -- Configurable icon for Inplace [\#8125](https://github.com/primefaces/primeng/issues/8125) -- FocusTrap for DynamicDialog [\#7921](https://github.com/primefaces/primeng/issues/7921) -- aria-label for p-tableCheckbox, p-tableHeaderCheckbox and p-tableRadioButton [\#7843](https://github.com/primefaces/primeng/issues/7843) -- Table ContextMenu Selection should be unselected after clicking away [\#7821](https://github.com/primefaces/primeng/issues/7821) -- filterPlaceholder for Listbox [\#7801](https://github.com/primefaces/primeng/issues/7801) -- FullCalendar documentation improvements [\#7719](https://github.com/primefaces/primeng/issues/7719) -- Make Confirmation.message optional [\#7637](https://github.com/primefaces/primeng/issues/7637) -- Improve keyboard navigation performance of Table [\#7632](https://github.com/primefaces/primeng/issues/7632) -- Default focus button should be configurable [\#7622](https://github.com/primefaces/primeng/issues/7622) -- Customizable FileUpload Icons [\#7611](https://github.com/primefaces/primeng/issues/7611) -- Two way binding for Accordion activeIndex [\#7604](https://github.com/primefaces/primeng/issues/7604) -- p-button component in inputgroup has inconsistent border-radius [\#7539](https://github.com/primefaces/primeng/issues/7539) -- Add onResizeInit and onResizeEnd to Dialog [\#7535](https://github.com/primefaces/primeng/issues/7535) -- Add rowIndex to cell edit events [\#7531](https://github.com/primefaces/primeng/issues/7531) -- Refactor icon only buttons for Aria [\#7463](https://github.com/primefaces/primeng/issues/7463) -- Add required property to p-checkBox and p-tableCheckbox [\#7432](https://github.com/primefaces/primeng/issues/7432) -- Add focus\(\) method to checkbox and radiobutton [\#7411](https://github.com/primefaces/primeng/issues/7411) -- Unify style \(horizontal alignment\) for input components \(dropdown, multiSelect\) [\#7367](https://github.com/primefaces/primeng/issues/7367) -- Breadcrumb should support Menuitem style/styleClass of MenuModel [\#7364](https://github.com/primefaces/primeng/issues/7364) -- Default button classes for ConfirmDialog [\#7356](https://github.com/primefaces/primeng/issues/7356) -- Add name and inputId to p-tableCheckbox, p-tableHeaderCheckbox, p-tableRadioButton [\#7346](https://github.com/primefaces/primeng/issues/7346) -- preserveSpace property to OrganizationChart [\#7313](https://github.com/primefaces/primeng/issues/7313) -- Extend MenuModel with new Router Options [\#7299](https://github.com/primefaces/primeng/issues/7299) -- Prevent duplicates and Prevent open duplicates for Toast [\#7219](https://github.com/primefaces/primeng/issues/7219) -- Chips Separator [\#5333](https://github.com/primefaces/primeng/issues/5333) -- Missing common selection mode in TurboTable \(as in DataTable\) [\#4943](https://github.com/primefaces/primeng/issues/4943) -- Add completeOnFocus option to AutoComplete [\#3976](https://github.com/primefaces/primeng/issues/3976) - -**Fixed bugs:** - -- Slider animate fails [\#8683](https://github.com/primefaces/primeng/issues/8683) -- onEditCancel is not invoked on escape key [\#8669](https://github.com/primefaces/primeng/issues/8669) -- The dynamicDialog can't be closed using the ESC key if the dynamicDialog has the baseZIndex property [\#8666](https://github.com/primefaces/primeng/issues/8666) -- ViewDestroyedError when destroying modal dialogs without closing [\#8661](https://github.com/primefaces/primeng/issues/8661) -- p-messages inside a p-dialog dissapear when closing and reopening it [\#8659](https://github.com/primefaces/primeng/issues/8659) -- MultiSelect: \*ngIf in p-footer not working [\#8646](https://github.com/primefaces/primeng/issues/8646) -- Autocomplete - Not Defined Event Error [\#8645](https://github.com/primefaces/primeng/issues/8645) -- Dropdown floating label ui-inputwrapper-filled css class not applied [\#8614](https://github.com/primefaces/primeng/issues/8614) -- bug in dropdown : TypeError: Cannot read property 'measureScrollOffset' of undefined [\#8140](https://github.com/primefaces/primeng/issues/8140) -- MultiSelect and Dropdown role type is not appropriate [\#7844](https://github.com/primefaces/primeng/issues/7844) -- Table filter change detection race condition [\#7842](https://github.com/primefaces/primeng/issues/7842) -- p-dialog tabbing problem: focus always in the first elemets if two dialogs are opened [\#7754](https://github.com/primefaces/primeng/issues/7754) -- Dynamic Dialog doesn't animate on hide only when showing [\#7728](https://github.com/primefaces/primeng/issues/7728) -- Keyboard navigation not working in IE11 after click on table row [\#7703](https://github.com/primefaces/primeng/issues/7703) -- Checkbox binary property is treated like a boolean, declared as string and documented as boolean [\#7681](https://github.com/primefaces/primeng/issues/7681) -- hideOnDateTimeSelect is not respected when showTime is false [\#7642](https://github.com/primefaces/primeng/issues/7642) -- Dropdown/MultiSelect control should be marked as touched after hiding the list [\#7629](https://github.com/primefaces/primeng/issues/7629) -- ContextMenu disabled menu item shows subitems [\#7585](https://github.com/primefaces/primeng/issues/7585) -- PrimeNG KeyFilter alphanum allows !\#$%&\( in Firefox and IE [\#7570](https://github.com/primefaces/primeng/issues/7570) -- id selector is not being set on toast message [\#7449](https://github.com/primefaces/primeng/issues/7449) -- TabMenu: support Ctrl+click for open link tab with routerLink [\#7434](https://github.com/primefaces/primeng/issues/7434) -- Calendar incorrect time validation [\#7381](https://github.com/primefaces/primeng/issues/7381) -- TreeTable top level nodes not aligned [\#7297](https://github.com/primefaces/primeng/issues/7297) -- RouterLinkActiveOptions doesn't work with free themes [\#7142](https://github.com/primefaces/primeng/issues/7142) -- Spinner silently discards manually entered decimal value if step value is a whole number [\#3853](https://github.com/primefaces/primeng/issues/3853) - -## [9.0.2](https://github.com/primefaces/primeng/tree/9.0.2) (2020-03-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.1...9.0.2) - -**Implemented New Features and Enhancements:** - -- Pass current files to FileUpload onSelect [\#7421](https://github.com/primefaces/primeng/issues/7421) - -**Fixed bugs:** - -- Bug: Calendar increasing/decreasing minutes does not clear Timeout [\#7342](https://github.com/primefaces/primeng/issues/7342) -- pCellEditor not triggering edit when clicking on any element inside cell [\#8638](https://github.com/primefaces/primeng/issues/8638) -- Turbo Table empty message always showing even when table has data [\#8637](https://github.com/primefaces/primeng/issues/8637) - -## [9.0.1](https://github.com/primefaces/primeng/tree/9.0.1) (2020-03-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.0...9.0.1) - -**Implemented New Features and Enhancements:** - -- Use requestAnimationFrame in VirtualScroll [\#8635](https://github.com/primefaces/primeng/issues/8635) -- Sortable columns should not be selectable [\#8634](https://github.com/primefaces/primeng/issues/8634) -- Use loadingbody in regular table according to loading property [\#8633](https://github.com/primefaces/primeng/issues/8633) -- currentPageReportTemplate support for TreeTable [\#8631](https://github.com/primefaces/primeng/issues/8631) -- Chips cover 100% although input is visually smaller [\#8610](https://github.com/primefaces/primeng/issues/8610) -- More options for currentPageReportTemplate [\#8605](https://github.com/primefaces/primeng/issues/8605) -- Customizable Toast Transformations [\#8136](https://github.com/primefaces/primeng/issues/8136) -- Add template for disabled dates of Calendar [\#7259](https://github.com/primefaces/primeng/issues/7259) -- Column toggle demo does not maintain column order [\#7234](https://github.com/primefaces/primeng/issues/7234) -- Toasts use the same icon for both the severity \(error\) and close icon [\#7196](https://github.com/primefaces/primeng/issues/7196) -- Context menu shouldn't close upon clicking an item with children [\#7076](https://github.com/primefaces/primeng/issues/7076) - -**Fixed bugs:** - -- Increase contract in currentPageReportTemplate [\#8632](https://github.com/primefaces/primeng/issues/8632) -- Dropdown and MultiSelect placeholder color is inconsistent [\#8629](https://github.com/primefaces/primeng/issues/8629) -- \[doc\] wrong demo code in Calendar doc [\#8627](https://github.com/primefaces/primeng/issues/8627) -- DataTable scrollHeight doesn't calculate correctly with frozen columns [\#8618](https://github.com/primefaces/primeng/issues/8618) -- Chips getting focus when clicking outside input [\#8606](https://github.com/primefaces/primeng/issues/8606) -- Float Label doesn't work for Chips and Input Addons [\#8604](https://github.com/primefaces/primeng/issues/8604) -- Click header containing tags does not toggle sorter [\#8597](https://github.com/primefaces/primeng/issues/8597) -- Table and TreeTable footer with vertical scroll might be misaligned with header and body [\#8591](https://github.com/primefaces/primeng/issues/8591) -- DynamicDialog close button alignment is broken [\#8587](https://github.com/primefaces/primeng/issues/8587) -- ConfirmDialog throws exception during onDestroy on v9.0.0 [\#8585](https://github.com/primefaces/primeng/issues/8585) -- Keyfilter paste not working [\#8579](https://github.com/primefaces/primeng/issues/8579) -- Multiselect scrolling down page when opening with keyboard [\#8578](https://github.com/primefaces/primeng/issues/8578) -- p-dialog and p-confirmDialog not centered when set appendTo body [\#8573](https://github.com/primefaces/primeng/issues/8573) -- InputMask not dispatching onInput event [\#8569](https://github.com/primefaces/primeng/issues/8569) -- Autocomplete doesn't clear input value if user tabs before suggestions are displayed [\#8511](https://github.com/primefaces/primeng/issues/8511) -- Table EditableColumn crashing on Tab key when loose ui-editing-cell [\#8470](https://github.com/primefaces/primeng/issues/8470) -- Incorrect position for scroll bars in scrollpanel [\#8400](https://github.com/primefaces/primeng/issues/8400) -- Tooltip flickering [\#8335](https://github.com/primefaces/primeng/issues/8335) -- pTable cell editing: onEditComplete not triggered when clicking other cells. [\#8049](https://github.com/primefaces/primeng/issues/8049) -- SlideMenu: change detection not triggered when hidden [\#7820](https://github.com/primefaces/primeng/issues/7820) -- Spinner buttons should not be focusable [\#7789](https://github.com/primefaces/primeng/issues/7789) -- Dialog draggable wrong header style [\#7258](https://github.com/primefaces/primeng/issues/7258) -- p-dropdown with ui-fluid and ui-inputgroup classes does not grow horizontally [\#7224](https://github.com/primefaces/primeng/issues/7224) -- LazyLoad event triggered by moving horizontal scrollbar [\#7207](https://github.com/primefaces/primeng/issues/7207) -- Pagination not reseting when using multiple sortMode [\#7141](https://github.com/primefaces/primeng/issues/7141) - -## [9.0.0](https://github.com/primefaces/primeng/tree/9.0.0) (2020-02-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.0-rc.4...9.0.0) - -**Implemented New Features and Enhancements:** - -- Keyboard accessible Steps [\#8546](https://github.com/primefaces/primeng/issues/8546) -- Add position property to ConfirmDialog [\#8543](https://github.com/primefaces/primeng/issues/8543) -- Add position property to Dialog [\#8535](https://github.com/primefaces/primeng/issues/8535) -- Reimplement maximizable dialog [\#8534](https://github.com/primefaces/primeng/issues/8534) -- Autocomplete onShow onHide [\#8519](https://github.com/primefaces/primeng/issues/8519) -- Allow dragging popups outside of the viewport [\#8507](https://github.com/primefaces/primeng/issues/8507) -- Add hide and show emitters to slidemenu [\#8497](https://github.com/primefaces/primeng/issues/8497) -- Provide a callback on DataView format change [\#6953](https://github.com/primefaces/primeng/issues/6953) - -**Fixed bugs:** - -- ng update @angular/core &@angular/cli to latest fails [\#8542](https://github.com/primefaces/primeng/issues/8542) -- ConfirmationDialog and Dialog leaves screen grayed on rejection [\#8538](https://github.com/primefaces/primeng/issues/8538) -- Dialog blockScroll property not working without modal [\#8533](https://github.com/primefaces/primeng/issues/8533) -- TreeTable metakey selection not working with keyboard [\#8532](https://github.com/primefaces/primeng/issues/8532) -- Table Sortable Column Cannot Used with Filter Input Elements \(etc input multiselect...\) [\#8526](https://github.com/primefaces/primeng/issues/8526) -- Table State not Saving Column Width When Column Reordered [\#8506](https://github.com/primefaces/primeng/issues/8506) -- Carousel allowes navigation if too less items available [\#8500](https://github.com/primefaces/primeng/issues/8500) -- Carousel - Invalid Array Length error [\#8498](https://github.com/primefaces/primeng/issues/8498) -- TypeError: Cannot read property 'childNodes' of null [\#8340](https://github.com/primefaces/primeng/issues/8340) -- Galleria not updating as expected [\#7868](https://github.com/primefaces/primeng/issues/7868) -- dialog’s contentStyle to fail to set the height. [\#7308](https://github.com/primefaces/primeng/issues/7308) -- p-calendar doesn't disable months outside of minDate/maxDate with view="month" [\#7008](https://github.com/primefaces/primeng/issues/7008) -- TabView/TabPanel ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ui-helper-hidden: true'. Current value: 'ui-helper-hidden: false' [\#5826](https://github.com/primefaces/primeng/issues/5826) -- Accordion: \[activeIndex\] not bound when accordion tabs are created with \*ngFor [\#4458](https://github.com/primefaces/primeng/issues/4458) -- p-spinner \[\(ngModel\)\]=”value” binding does not fire by paste via right click context menu [\#3970](https://github.com/primefaces/primeng/issues/3970) - -## [9.0.0-rc.4](https://github.com/primefaces/primeng/tree/9.0.0-rc.4) (2020-01-27) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.0-rc.3...9.0.0-rc.4) - -**Implemented New Features and Enhancements:** - -- P-Calendar fires onBlur event upon clicking a date in the calendar [\#7357](https://github.com/primefaces/primeng/issues/7357) - -**Fixed bugs:** - -- 'allSelected' does not exist on type 'MultiSelect' [\#8486](https://github.com/primefaces/primeng/issues/8486) -- ui-inputwrapper-filled doesn't change with toggleAll in multiselect [\#8484](https://github.com/primefaces/primeng/issues/8484) -- InputSwitch doesn't switch when clicked if it is inside a label [\#8466](https://github.com/primefaces/primeng/issues/8466) -- ui-inputwrapper-filled is not removed when multi-select options are deselected [\#8279](https://github.com/primefaces/primeng/issues/8279) -- p-dropdown: emptyFilterMessage does not work with optionLabel [\#7448](https://github.com/primefaces/primeng/issues/7448) - -## [9.0.0-rc.3](https://github.com/primefaces/primeng/tree/9.0.0-rc.3) (2020-01-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.0-rc2...9.0.0-rc.3) - -**Implemented New Features and Enhancements:** - -- Keyboard accessible Horizontal TreeNode [\#8478](https://github.com/primefaces/primeng/issues/8478) -- Keyboard accessible Inplace [\#8477](https://github.com/primefaces/primeng/issues/8477) -- Unify focus visuals in Themes [\#8476](https://github.com/primefaces/primeng/issues/8476) -- Reimplement ConfirmDialog [\#8475](https://github.com/primefaces/primeng/issues/8475) -- Deprecate breakpoint and responsive properties of Dialog [\#8473](https://github.com/primefaces/primeng/issues/8473) -- Reimplement Dialog [\#8472](https://github.com/primefaces/primeng/issues/8472) -- Enhance ARIA roles and attributes for the components [\#8439](https://github.com/primefaces/primeng/issues/8439) -- Calendar - Keyboard Navigation Support [\#4695](https://github.com/primefaces/primeng/issues/4695) - -**Fixed bugs:** - -- Issue in Carousel component. Click events or href does not work on touch on mobile devices [\#8302](https://github.com/primefaces/primeng/issues/8302) -- Disabled steps item still receives focus [\#8479](https://github.com/primefaces/primeng/issues/8479) -- Frozen columns misalignment in Firefox [\#8474](https://github.com/primefaces/primeng/issues/8474) -- Scrollbar over footer cause display issue with frozen column [\#8431](https://github.com/primefaces/primeng/issues/8431) -- Table footer scroll not working using with Frozen Columns [\#8417](https://github.com/primefaces/primeng/issues/8417) -- Dropdown resetFilter method not clear filter input value [\#8408](https://github.com/primefaces/primeng/issues/8408) -- ConfirmDialog ignores blockScroll property [\#8395](https://github.com/primefaces/primeng/issues/8395) -- Drag and Drop is not working in PickList in Firefox web browser [\#8320](https://github.com/primefaces/primeng/issues/8320) -- Confirm dialog mask bug [\#8312](https://github.com/primefaces/primeng/issues/8312) -- Popup menu does not hide on document click when parent uses OnPush change detection [\#8226](https://github.com/primefaces/primeng/issues/8226) - -## [9.0.0-rc.2](https://github.com/primefaces/primeng/tree/9.0.0-rc.2) (2019-12-05) - -[Full Changelog](https://github.com/primefaces/primeng/compare/9.0.0-rc.1...9.0.0-rc.2) - -**Fixed bugs:** - -- PanelMenu header item does not render id [\#8379](https://github.com/primefaces/primeng/issues/8379) -- TableState resets paginator when sorting is enabled [\#8378](https://github.com/primefaces/primeng/issues/8378) -- Table selection not restored with TableState [\#8376](https://github.com/primefaces/primeng/issues/8376) -- Bug on dialog [\#8364](https://github.com/primefaces/primeng/issues/8364) -- Don't decrease page when totalRecords is not \(yet\) set [\#8358](https://github.com/primefaces/primeng/issues/8358) -- TreeTable column resize for footer [\#8351](https://github.com/primefaces/primeng/issues/8351) -- colorPicker - wrong color rendered [\#8334](https://github.com/primefaces/primeng/issues/8334) -- Dynamic Tooltip rendering wrong [\#8323](https://github.com/primefaces/primeng/issues/8323) -- Timer running even after calendar closing and opening [\#8296](https://github.com/primefaces/primeng/issues/8296) -- ConfirmDialog - Documentation - Incorrect Spelling 'Specifices' [\#8291](https://github.com/primefaces/primeng/issues/8291) -- Documentation error for FullCalendar [\#8286](https://github.com/primefaces/primeng/issues/8286) -- InputMask always setting class ui-inputwrapper-focus [\#8032](https://github.com/primefaces/primeng/issues/8032) -- Document that resetPageOnSort is only available in single sort [\#7953](https://github.com/primefaces/primeng/issues/7953) - -## [9.0.0-rc.1](https://github.com/primefaces/primeng/tree/9.0.0-rc.1) (2019-11-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.1.1...9.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Angular 9 Compatibility [\#8347](https://github.com/primefaces/primeng/issues/8347) -- Add separator option to the SplitButton [\#8337](https://github.com/primefaces/primeng/issues/8337) -- Delete deprecated components [\#8328](https://github.com/primefaces/primeng/issues/8328) -- Delete deprecated properties [\#8322](https://github.com/primefaces/primeng/issues/8322) -- Delete Autocomplete immutable property [\#8313](https://github.com/primefaces/primeng/issues/8313) -- Add aria-required to Calendar [\#8278](https://github.com/primefaces/primeng/issues/8278) -- Feat\(ng-packagr\): use ng-packagr to build library [\#8057](https://github.com/primefaces/primeng/issues/8057) - -**Fixed bugs:** - -- Carousel - Invalid Array Length error when array length = 0 [\#8300](https://github.com/primefaces/primeng/issues/8300) -- Calendar Receives Keyboard Focus [\#8280](https://github.com/primefaces/primeng/issues/8280) -- Esc keyboard click is not hiding MultiSelect overlay [\#8181](https://github.com/primefaces/primeng/issues/8181) - -**Unit Tests:** - -- Angular 9 Compatibility for Unit Tests [\#8352](https://github.com/primefaces/primeng/issues/8352) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.9-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.9) (2020-10-12) - -**Fixed bugs:** - -- Align tiered menu behavior with menubar [\#9379](https://github.com/primefaces/primeng/issues/9379) -- DialogService onclose event not fired when you click close button after v9.0.3(include) [\#9345](https://github.com/primefaces/primeng/issues/9345) -- VirtualScroll ExpressionChangedAfterItHasBeenCheckedError on TreeTable [\#9254](https://github.com/primefaces/primeng/issues/9254) -- Slider handle not working correctly with model driven forms [\#9192](https://github.com/primefaces/primeng/issues/9192) -- Carousel - set page does not work for first and last page [\#9153](https://github.com/primefaces/primeng/issues/9153) -- TriStateCheckbox Keyboard gets opened on mobile devices on use [\#9085](https://github.com/primefaces/primeng/issues/9085) -- Table component tries to restore non-existing state [\#9076](https://github.com/primefaces/primeng/issues/9076) -- disabled p-slider still reacts to keyboard input [\#9066](https://github.com/primefaces/primeng/issues/9066) -- Multiple DynamicDialogs are not closing programmatically [\#8801](https://github.com/primefaces/primeng/issues/8801) -- SelectButton - reactive form and disabled control [\#8788](https://github.com/primefaces/primeng/issues/8788) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.8-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.8) (2020-09-23) - -**Fixed bugs:** - -- TreeTable openCell() not working [\#9279](https://github.com/primefaces/primeng/issues/9279) -- Turbo Table Column Resize Is Ignored If Smaller Than minWidth [expand mode] [\#8262](https://github.com/primefaces/primeng/issues/8262) -- sub menu of p-contextMenu in p-table go off screen when right click on the bottom of screen [\#8077](https://github.com/primefaces/primeng/issues/8077) -- Table cell editor not switching correctly from input to output with OnPush [\#8046](https://github.com/primefaces/primeng/issues/8046) -- Frozen Columns and Rows should be exportable to CSV as well [\#8046](https://github.com/primefaces/primeng/issues/8046) -- p-tree validateDrop throws error in subscribe [\#8827](https://github.com/primefaces/primeng/issues/8827) -- 9.1.0 Popup slidemenu item doubleclick causes page to reload [\#8976](https://github.com/primefaces/primeng/issues/8976) -- Filter in p-tree is not working with virtual scroll in primeng 9.1.0 [\#8941](https://github.com/primefaces/primeng/issues/8941) -- Don't close menu components when clicking the disabled option [\#8950](https://github.com/primefaces/primeng/issues/8950) -- Tabview: disabled tab control can be focused [\#8939](https://github.com/primefaces/primeng/issues/8939) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.7-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.7) (2020-09-08) - -**Fixed bugs:** - -- fileUpload chooseIcon always set to default in mode="basic" [\#9173](https://github.com/primefaces/primeng/issues/9173) -- Customizable FileUpload Icons [\#7611](https://github.com/primefaces/primeng/issues/7611) -- Prevent virtual device calendar on touchUI mode [\#9226](https://github.com/primefaces/primeng/issues/9226) -- Redirect to data.com when dropping on datapoint with TreeComponent with Firefox [\#9108](https://github.com/primefaces/primeng/issues/9108) -- OverlayPanel doesn't disappear in OnPush components. [\#8804](https://github.com/primefaces/primeng/issues/8804) -- Carousel - Button inside carousel-item is not clickable in mobile phones [\#8377](https://github.com/primefaces/primeng/issues/8377) -- multiselect applies disabled UI state to all items when selectionLimit is reached and selection is reset [\#8374](https://github.com/primefaces/primeng/issues/8374) -- Paginator showAll - Pre-Selecting All Inconsistent [\#8360](https://github.com/primefaces/primeng/issues/8360) -- Dropdowns and MultiSelects open inconsistently or not at all when using a wrapped-label layout [\#8455](https://github.com/primefaces/primeng/issues/8455) -- Bug in dialog.ts - variable naming and improvement [\#8964](https://github.com/primefaces/primeng/issues/8964) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.6-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.6) (2020-07-03) - -**Fixed bugs:** - -- Add contentStyleClass to Dialog [\#8945](https://github.com/primefaces/primeng/issues/8945) -- DataTable scrollHeight doesn't calculate correctly with frozen columns [\#8618](https://github.com/primefaces/primeng/issues/8618) -- Button with icon shows no label after change [\#8918](https://github.com/primefaces/primeng/issues/8918) -- Add listStyleClass to ListBox [\#8944](https://github.com/primefaces/primeng/issues/8944) -- ToggleButton disabled doesn't correctly disable the accessibility input [\#8955](https://github.com/primefaces/primeng/issues/8955) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.5-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.5) (2020-05-18) - -**Fixed bugs:** - -- VirtualScrolling for Tree [\#8257](https://github.com/primefaces/primeng/issues/8257) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.4-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.4) (2020-05-11) - -**Fixed bugs:** - -- Slider doesn't works properly with ChangeDetectionStrategy.OnPush / reactive forms [\#7692](https://github.com/primefaces/primeng/issues/7692) -- "no file chosen" tooltip appears after selecting file [\#7957](https://github.com/primefaces/primeng/issues/7957) -- fieldset: don't animate into collapse !... when collapse is default [\#8022](https://github.com/primefaces/primeng/issues/8022) -- Dropdown panelStyle min width overridden when appendTo body is used [\#8218](https://github.com/primefaces/primeng/issues/8218) -- Toast blocks protractor [\#8122](https://github.com/primefaces/primeng/issues/8122) -- [p-tree] [bug] right arrow key tries to expand a leaf if onNodeExpand function is defined [\#8271](https://github.com/primefaces/primeng/issues/8271) -- Panel: aria-labelledby points to not existing id when toggleable equals false [\#8272](https://github.com/primefaces/primeng/issues/8272) -- MenuItem items property type error [\#8339](https://github.com/primefaces/primeng/issues/8339) -- Multiple messages should wrap [\#8768](https://github.com/primefaces/primeng/issues/8768) -- Button and SplitButton have different brightness when disabled [\#8416](https://github.com/primefaces/primeng/issues/8416) -- p-spinner does not work after upgrade to 9.0.3 [\#8695](https://github.com/primefaces/primeng/issues/8695) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.3-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.3) (2020-04-28) - -**Fixed bugs:** - -- selectOtherMonths is broken in multiple and range mode [\#8349](https://github.com/primefaces/primeng/issues/8349) -- Change Tooltip disabled doesn't close it [\#8324](https://github.com/primefaces/primeng/issues/8324) -- The dynamicDialog can't be closed using the ESC key if the dynamicDialog has the baseZIndex property [\#8666](https://github.com/primefaces/primeng/issues/8666) -- The dynamicDialog can't be closed using the ESC key if the dynamicDialog hasn't the baseZIndex property [\#8760](https://github.com/primefaces/primeng/issues/8760) -- Pressing arrow up key in drag and drop enabled tree selects wrong node [\#8623](https://github.com/primefaces/primeng/issues/8623) -- Tiered Menu command does not receive MenuItem in event [\#8592](https://github.com/primefaces/primeng/issues/8592) -- Tooltip - new tooltip created without removing old tooltip [\#8516](https://github.com/primefaces/primeng/issues/8516) -- PickList - items dissapear when items are moved and filters are set [\#8514](https://github.com/primefaces/primeng/issues/8514) -- p-calendar selectionMode="multiple" After unselect date, the calendar breaks. [\#8457](https://github.com/primefaces/primeng/issues/8457) -- Dropdown allows selecting disabled options [\#8448](https://github.com/primefaces/primeng/issues/8448) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.2-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.2) (2020-04-15) - -**Fixed bugs:** - -- Calendar incorrect time validation [\#7381](https://github.com/primefaces/primeng/issues/7381) -- id selector is not being set on toast message [\#7449](https://github.com/primefaces/primeng/issues/7449) -- PrimeNG KeyFilter alphanum allows !#$%&( in Firefox and IE [\#7570](https://github.com/primefaces/primeng/issues/7570) -- Dropdown/MultiSelect control should be marked as touched after hiding the list [\#7629](https://github.com/primefaces/primeng/issues/7629) -- hideOnDateTimeSelect is not respected when showTime is false [\#7642](https://github.com/primefaces/primeng/issues/7642) -- bug in dropdown : TypeError: Cannot read property 'measureScrollOffset' of undefined [\#8140](https://github.com/primefaces/primeng/issues/8140) -- Keyboard navigation not working in IE11 after click on table row [\#7703](https://github.com/primefaces/primeng/issues/7703) -- MultiSelect and Dropdown role type is not appropriate [\#7703](https://github.com/primefaces/primeng/issues/7844) -- Checkbox binary property is treated like a boolean, declared as string and documented as boolean [\#7681](https://github.com/primefaces/primeng/issues/7681) -- Dropdown floating label ui-inputwrapper-filled css class not applied [\#8614](https://github.com/primefaces/primeng/issues/8614) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.1-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.1) (2020-04-08) - -**Fixed bugs:** - -- TreeTable top level nodes not aligned [\#7297](https://github.com/primefaces/primeng/issues/7297) -- Table filter change detection race condition [\#7842](https://github.com/primefaces/primeng/issues/7842) -- TabMenu: support Ctrl+click for open link tab with routerLink [\#7434](https://github.com/primefaces/primeng/issues/7434) -- Breadcrumb should support Menuitem style/styleClass of MenuModel [\#7364](https://github.com/primefaces/primeng/issues/7364) -- Autocomplete - Not Defined Event Error [\#8645](https://github.com/primefaces/primeng/issues/8645) -- Refactor icon only buttons for Aria [\#7463](https://github.com/primefaces/primeng/issues/7463) -- filterPlaceholder for Listbox [\#7801](https://github.com/primefaces/primeng/issues/7801) -- Dynamic Dialog doesn't animate on hide only when showing [\#7728](https://github.com/primefaces/primeng/issues/7728) -- Spinner silently discards manually entered decimal value if step value is a whole number [\#3853](https://github.com/primefaces/primeng/issues/3853) -- Add precision property to Spinner [\#8662](https://github.com/primefaces/primeng/issues/8662) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.2.0-LTS](https://www.npmjs.com/package/primeng-lts/v/8.2.0) (2020-03-30) - -**Fixed bugs:** - -- Customizable Toast Transformations [\#8136](https://github.com/primefaces/primeng/issues/8136) -- Context menu shouldn't close upon clicking an item with children [\#7076](https://github.com/primefaces/primeng/issues/7076) -- Sortable columns should not be selectable [\#8634](https://github.com/primefaces/primeng/issues/8634) -- FileUpload size formatting is incorrect [\#8563](https://github.com/primefaces/primeng/issues/8563) -- onItemClick event for Breadcrumb [\#8230](https://github.com/primefaces/primeng/issues/8230) -- Accept and Reject icons to Confirmation [\#8414](https://github.com/primefaces/primeng/issues/8414) -- ConfirmDialog close via service feature [\#8524](https://github.com/primefaces/primeng/issues/8524) -- Pass current files to FileUpload onSelect [\#7421](https://github.com/primefaces/primeng/issues/7421) -- Bug: Calendar increasing/decreasing minutes does not clear Timeout [\#7342](https://github.com/primefaces/primeng/issues/7342) -- FilterUtils in filter should use deep object equality [\#8648](https://github.com/primefaces/primeng/issues/8648) - - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.9-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.9) (2020-03-24) - -**Fixed bugs:** - -- Autocomplete doesn't clear input value if user tabs before suggestions are displayed [\#8511](https://github.com/primefaces/primeng/issues/8511) -- Pagination not reseting when using multiple sortMode [\#7141](https://github.com/primefaces/primeng/issues/7141) -- Use requestAnimationFrame in VirtualScroll [\#8635](https://github.com/primefaces/primeng/issues/8635) -- LazyLoad event triggered by moving horizontal scrollbar [\#7207](https://github.com/primefaces/primeng/issues/7207) -- Dialog draggable wrong header style [\#7258](https://github.com/primefaces/primeng/issues/7258) -- p-dropdown with ui-fluid and ui-inputgroup classes does not grow horizontally [\#7224](https://github.com/primefaces/primeng/issues/7224) -- pTable cell editing: onEditComplete not triggered when clicking other cells. [\#8049](https://github.com/primefaces/primeng/issues/8049) -- Table EditableColumn crashing on Tab key when loose ui-editing-cell [\#8470](https://github.com/primefaces/primeng/issues/8470) -- pCellEditor not triggering edit when clicking on any element inside cell [\#8638](https://github.com/primefaces/primeng/issues/8638) -- Incorrect position for scroll bars in scrollpanel [\#8400](https://github.com/primefaces/primeng/issues/8400) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.7-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.8) (2020-03-19) - -**Fixed bugs:** - -- Turbo Table empty message always showing even when table has data [\#8637](https://github.com/primefaces/primeng/issues/8637) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.7-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.7) (2020-03-19) - -**Fixed bugs:** - -- Chips getting focus when clicking outside input [\#8606](https://github.com/primefaces/primeng/issues/8606) -- Chips cover 100% although input is visually smaller [\#8610](https://github.com/primefaces/primeng/issues/8610) -- Float Label doesn't work for Chips and Input Addons [\#8604](https://github.com/primefaces/primeng/issues/8604) -- Dropdown and MultiSelect placeholder color is inconsistent [\#8629](https://github.com/primefaces/primeng/issues/8629) -- DataTable scrollHeight doesn't calculate correctly with frozen columns [\#8618](https://github.com/primefaces/primeng/issues/8618) -- More options for currentPageReportTemplate [\#8605](https://github.com/primefaces/primeng/issues/8605) -- currentPageReportTemplate support for TreeTable [\#8631](https://github.com/primefaces/primeng/issues/8631) -- Increase contract in currentPageReportTemplate [\#8632](https://github.com/primefaces/primeng/issues/8632) -- Toasts use the same icon for both the severity (error) and close icon [\#8632](https://github.com/primefaces/primeng/issues/8632) -- Spinner buttons should not be focusable [\#7789](https://github.com/primefaces/primeng/issues/7789) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.6-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.6) (2020-01-17) - -**Fixed bugs:** - -- Provide a callback on DataView format change [\#6953](https://github.com/primefaces/primeng/issues/6953) -- p-calendar doesn't disable months outside of minDate/maxDate with view="month" [\#7008](https://github.com/primefaces/primeng/issues/7008) -- TabView/TabPanel ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ui-helper-hidden: true'. Current value: 'ui-helper-hidden: false' [\#5826](https://github.com/primefaces/primeng/issues/5826) -- dialog’s contentStyle to fail to set the height. [\#7308](https://github.com/primefaces/primeng/issues/7308) -- Accordion: [activeIndex] not bound when accordion tabs are created with *ngFor [\#4458](https://github.com/primefaces/primeng/issues/4458) -- Multiselect scrolling down page when opening with keyboard [\#8578](https://github.com/primefaces/primeng/issues/8578) -- InputMask not dispatching onInput event [\#8569](https://github.com/primefaces/primeng/issues/8569) -- Keyfilter paste not working [\#8579](https://github.com/primefaces/primeng/issues/8579) -- Tooltip flickering [\#8335](https://github.com/primefaces/primeng/issues/8335) -- SlideMenu: change detection not triggered when hidden [\#7820](https://github.com/primefaces/primeng/issues/7820) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.5-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.5) (2020-01-17) - -**Fixed bugs:** - -- Carousel allowes navigation if too less items available [\#8500](https://github.com/primefaces/primeng/issues/8500) -- Carousel - Invalid Array Length error [\#8498](https://github.com/primefaces/primeng/issues/8498) -- Autocomplete onShow onHide [\#8519](https://github.com/primefaces/primeng/issues/8519) -- TypeError: Cannot read property 'childNodes' of null [\#8340](https://github.com/primefaces/primeng/issues/8340) -- Table Sortable Column Cannot Used with Filter Input Elements (etc input multiselect...) [\#8526](https://github.com/primefaces/primeng/issues/8526) -- Galleria not updating as expected [\#7868](https://github.com/primefaces/primeng/issues/7868) -- Add hide and show emitters to slidemenu [\#8497](https://github.com/primefaces/primeng/issues/8497) -- TreeTable metakey selection not working with keyboard [\#8532](https://github.com/primefaces/primeng/issues/8532) -- Dialog blockScroll property not working without modal [\#8533](https://github.com/primefaces/primeng/issues/8533) -- Keyboard accessible Steps [\#8546](https://github.com/primefaces/primeng/issues/8546) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.4-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.4) (2020-01-17) - -**Fixed bugs:** - -- Disabled steps item still receives focus [\#8479](https://github.com/primefaces/primeng/issues/8479) -- p-dropdown: emptyFilterMessage does not work with optionLabel [\#7448](https://github.com/primefaces/primeng/issues/7448) -- ui-inputwrapper-filled is not removed when multi-select options are deselected [\#8279](https://github.com/primefaces/primeng/issues/8279) -- ui-inputwrapper-filled doesn't change with toggleAll in multiselect [\#8484](https://github.com/primefaces/primeng/issues/8484) -- InputSwitch doesn't switch when clicked if it is inside a label [\#8466](https://github.com/primefaces/primeng/issues/8466) -- Add aria-required to Calendar [\#8278](https://github.com/primefaces/primeng/issues/8278) -- Add separator option to the SplitButton [\#8337](https://github.com/primefaces/primeng/issues/8337) -- Keyboard accessible Horizontal TreeNode [\#8478](https://github.com/primefaces/primeng/issues/8478) -- Keyboard accessible Inplace [\#8477](https://github.com/primefaces/primeng/issues/8477) -- P-Calendar fires onBlur event upon clicking a date in the calendar [\#7357](https://github.com/primefaces/primeng/issues/7357) -- Table State not Saving Column Width When Column Reordered [\#8506](https://github.com/primefaces/primeng/issues/8506) -- Allow dragging popups outside of the viewport [\#8507](https://github.com/primefaces/primeng/issues/8507) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.3-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.3) (2020-01-17) - -**Fixed bugs:** - -- colorPicker - wrong color rendered [\#8334](https://github.com/primefaces/primeng/issues/8334) -- Don't decrease page when totalRecords is not (yet) set [\#8358](https://github.com/primefaces/primeng/issues/8358) -- Popup menu does not hide on document click when parent uses OnPush change detection [\#8226](https://github.com/primefaces/primeng/issues/8226) -- Drag and Drop is not working in PickList in Firefox web browser [\#8320](https://github.com/primefaces/primeng/issues/8320) -- Table footer scroll not working using with Frozen Columns [\#8417](https://github.com/primefaces/primeng/issues/8417) -- Dropdown resetFilter method not clear filter input value [\#8408](https://github.com/primefaces/primeng/issues/8408) -- ConfirmDialog ignores blockScroll property [\#8395](https://github.com/primefaces/primeng/issues/8395) -- Confirm dialog mask bug [\#8312](https://github.com/primefaces/primeng/issues/8312) -- Scrollbar over footer cause display issue with frozen column [\#8431](https://github.com/primefaces/primeng/issues/8431) -- Frozen columns misalignment in Firefox [\#8474](https://github.com/primefaces/primeng/issues/8474) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [8.1.2-LTS](https://www.npmjs.com/package/primeng-lts/v/8.1.2) (2020-01-20) - -**Fixed bugs:** - -- Calendar Receives Keyboard Focus [\#8280](https://github.com/primefaces/primeng/issues/8280) -- Carousel - Invalid Array Length error when array length = 0 [\#8300](https://github.com/primefaces/primeng/issues/8300) -- Esc keyboard click is not hiding MultiSelect overlay [\#8181](https://github.com/primefaces/primeng/issues/8181) -- TreeTable column resize for footer [\#8351](https://github.com/primefaces/primeng/issues/8351) -- InputMask always setting class ui-inputwrapper-focus [\#8032](https://github.com/primefaces/primeng/issues/8032) -- PanelMenu header item does not render id [\#8379](https://github.com/primefaces/primeng/issues/8379) -- Dynamic Tooltip rendering wrong [\#8323](https://github.com/primefaces/primeng/issues/8323) -- TableState resets paginator when sorting is enabled [\#8378](https://github.com/primefaces/primeng/issues/8378) -- Timer running even after calendar closing and opening [\#8296](https://github.com/primefaces/primeng/issues/8296) -- Table selection not restored with TableState [\#8376](https://github.com/primefaces/primeng/issues/8376) -- Calendar Receives Keyboard Focus [\#8280](https://github.com/primefaces/primeng/issues/8280) - -## [8.1.1](https://github.com/primefaces/primeng/tree/8.1.1) (2019-10-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.1.0...8.1.1) - -**Fixed bugs:** - -- PrimeNG 8.1.0 Couldn't resolve resource ./carousel.css [\#8267](https://github.com/primefaces/primeng/issues/8267) - -## [8.1.0](https://github.com/primefaces/primeng/tree/8.1.0) (2019-10-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.0.4...8.1.0) - -**Implemented New Features and Enhancements:** - -- Deprecate autoDisplay from Menubar [\#8266](https://github.com/primefaces/primeng/issues/8266) -- Improve Menubar, ContextMenu and TieredMenu Behavior [\#8214](https://github.com/primefaces/primeng/issues/8214) -- ConfirmDialog should trap focus [\#8212](https://github.com/primefaces/primeng/issues/8212) -- Ability to extend Filters in Table [\#8123](https://github.com/primefaces/primeng/issues/8123) -- Reimplement Carousel [\#3896](https://github.com/primefaces/primeng/issues/3896) -- PDF and EXCEL demo for Table [\#534](https://github.com/primefaces/primeng/issues/534) - -**Fixed bugs:** - -- acceptVisible and rejectVisible being false cause focus error [\#8246](https://github.com/primefaces/primeng/issues/8246) -- p-tree lazy loading not working as arrow icon not showing despite marking leaf false [\#8237](https://github.com/primefaces/primeng/issues/8237) -- Multiple autocomplete ignore maxlength attribute [\#8232](https://github.com/primefaces/primeng/issues/8232) -- Numeric keypad \(0-9\) cannot be used for searching in dropdown [\#6777](https://github.com/primefaces/primeng/issues/6777) - -## [8.0.4](https://github.com/primefaces/primeng/tree/8.0.4) (2019-10-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.0.3...8.0.4) - -**Implemented New Features and Enhancements:** - -- tfoot should be after tbody [\#8211](https://github.com/primefaces/primeng/issues/8211) -- Tooltip for TabView [\#8195](https://github.com/primefaces/primeng/issues/8195) -- Tooltip for Dropdown [\#8194](https://github.com/primefaces/primeng/issues/8194) -- Tooltip for Multiselect [\#8193](https://github.com/primefaces/primeng/issues/8193) -- Expose Activate/Deactivate functionality for Inplace [\#8155](https://github.com/primefaces/primeng/issues/8155) -- Autocomplete. Name attribute for input element [\#8129](https://github.com/primefaces/primeng/issues/8129) -- Tree filter - expand search result [\#7417](https://github.com/primefaces/primeng/issues/7417) -- Active State for PanelMenu sub menus. [\#6773](https://github.com/primefaces/primeng/issues/6773) -- TurboTable responsive with colgroup breaks column width [\#6757](https://github.com/primefaces/primeng/issues/6757) -- Make leaf node not expandable in tree regardless of children [\#6743](https://github.com/primefaces/primeng/issues/6743) -- Elements with editable portions should support native input attributes [\#6723](https://github.com/primefaces/primeng/issues/6723) -- Calendar: Expose API to toggle calendar from component [\#6575](https://github.com/primefaces/primeng/issues/6575) - -**Fixed bugs:** - -- p-button style property doesn't work at all [\#8184](https://github.com/primefaces/primeng/issues/8184) -- Multiselect arrow keys for selection is not working properly [\#8167](https://github.com/primefaces/primeng/issues/8167) -- Close button for Sidebar does not show the pointer when hovering [\#8159](https://github.com/primefaces/primeng/issues/8159) -- Listbox "toggle all" checkbox deselects all disabled options [\#8149](https://github.com/primefaces/primeng/issues/8149) -- Chrome doesn't respect the autocomplete property of the p-autocomplete component [\#8096](https://github.com/primefaces/primeng/issues/8096) -- Autocomplete does not work using Firefox Mobile browser [\#8082](https://github.com/primefaces/primeng/issues/8082) -- AccordionTab throwing ViewDestroyedError during unit testing [\#8044](https://github.com/primefaces/primeng/issues/8044) -- Turbotable - Multisort with null values doesn't quite work correctly [\#8001](https://github.com/primefaces/primeng/issues/8001) -- Dropdown - ViewDestroyedError [\#7970](https://github.com/primefaces/primeng/issues/7970) -- Error in tree.css file [\#7866](https://github.com/primefaces/primeng/issues/7866) -- Revert maximize should not remove modal blockScroll [\#6905](https://github.com/primefaces/primeng/issues/6905) -- Turbotable export creates file with UTF-8-BOM instead of UTF-8 [\#6901](https://github.com/primefaces/primeng/issues/6901) -- Multiselect Filter Issue [\#6891](https://github.com/primefaces/primeng/issues/6891) -- Column Re-sizer blue line is appearing even after the mouse click is released in Table [\#6884](https://github.com/primefaces/primeng/issues/6884) -- Table: Error on multiple Sort with lazy Loading on using the Meta-Key \(CRTL\) [\#6804](https://github.com/primefaces/primeng/issues/6804) -- Up/Down keys are not secured against no children [\#6705](https://github.com/primefaces/primeng/issues/6705) -- Change of pDraggableDisabled property after ngAfterViewInit doesn't change element's behavior [\#6694](https://github.com/primefaces/primeng/issues/6694) -- Calendar: p-header displays on last month if multiple months is activated [\#6570](https://github.com/primefaces/primeng/issues/6570) - - -## [8.0.3](https://github.com/primefaces/primeng/tree/8.0.3) (2019-09-05) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.0.2...8.0.3) - -**Implemented New Features and Enhancements:** - -- Add originalEvent to cellEdit events [\#8111](https://github.com/primefaces/primeng/issues/8111) -- ListBox - Add selected option value to onClick and onDblClick [\#8108](https://github.com/primefaces/primeng/issues/8108) -- Add tabindex property to Slider [\#8100](https://github.com/primefaces/primeng/issues/8100) -- Add Tabindex Property to MenuItem [\#8089](https://github.com/primefaces/primeng/issues/8089) -- Add unique attribute to Autocomplete [\#8067](https://github.com/primefaces/primeng/issues/8067) -- Textarea AutoResize Improvements [\#7778](https://github.com/primefaces/primeng/issues/7778) -- Keyboard support for Slider component [\#4237](https://github.com/primefaces/primeng/issues/4237) -- Add readonly to Checkbox and TriStateCheckbox [\#2999](https://github.com/primefaces/primeng/issues/2999) -- More search filters for searchable components \(Dropdown Multiselect Listbox etc\) [\#953](https://github.com/primefaces/primeng/issues/953) - -**Fixed bugs:** - -- MultiSelect: selectionLimit causes options to be in disabled-state [\#8116](https://github.com/primefaces/primeng/issues/8116) -- p-spinner does not clear when \[\(ngModel\)\] is assign to null or undefined [\#8114](https://github.com/primefaces/primeng/issues/8114) -- Calendar overlay doesn't disappear in OnPush components. [\#8102](https://github.com/primefaces/primeng/issues/8102) -- p-spinner min validator works only for first time [\#8095](https://github.com/primefaces/primeng/issues/8095) -- The FocusTrap directive throws a JS exception on browsers [\#8075](https://github.com/primefaces/primeng/issues/8075) -- The emptyMessage attribute is not working correctly with empty value array [\#8065](https://github.com/primefaces/primeng/issues/8065) -- p-dropdown only sets `filled` on click, not on select \(doesn't work with keyboard\) [\#8059](https://github.com/primefaces/primeng/issues/8059) -- Calendar view="month" does not highlight month unless manually clicked [\#8055](https://github.com/primefaces/primeng/issues/8055) -- The left and right arrow keys not working on input elements inside Tree [\#8039](https://github.com/primefaces/primeng/issues/8039) -- TabMenu Templating not working [\#8031](https://github.com/primefaces/primeng/issues/8031) -- dropdown throws "event is not defined" error in PrimeNG v8.0.2 on Firefox [\#8003](https://github.com/primefaces/primeng/issues/8003) -- The yearRange's value is not set on Calendar [\#7996](https://github.com/primefaces/primeng/issues/7996) -- p-inputMask with angular 8 doesn't set value [\#7979](https://github.com/primefaces/primeng/issues/7979) -- Typing times between 12:00AM-12:59AM save as PM [\#7977](https://github.com/primefaces/primeng/issues/7977) -- Selected item in drop-down with virtual scrolling does not always stay into view [\#7963](https://github.com/primefaces/primeng/issues/7963) -- forceSelection not clearing invalid single numbers/strings [\#7841](https://github.com/primefaces/primeng/issues/7841) - -**Unit Tests:** - -- Unit Tests Need Improvement [\#8025](https://github.com/primefaces/primeng/issues/8025) -- FilterUtils Unit Test [\#8007](https://github.com/primefaces/primeng/issues/8007) - -## [8.0.2](https://github.com/primefaces/primeng/tree/8.0.2) (2019-07-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.0.1...8.0.2) - -**Implemented New Features and Enhancements:** - -- Update FullCalendar to 4.1.0 [\#7980](https://github.com/primefaces/primeng/issues/7980) -- Add Range Separator to Calendar [\#7947](https://github.com/primefaces/primeng/issues/7947) -- Add Multiple Separator to Calendar [\#7946](https://github.com/primefaces/primeng/issues/7946) -- ContextMenu does not expose Show / Hide events [\#7934](https://github.com/primefaces/primeng/issues/7934) -- FileLimit on FileUpload [\#7906](https://github.com/primefaces/primeng/issues/7906) -- range and multiple mode support for Month Picker [\#7130](https://github.com/primefaces/primeng/issues/7130) -- Shift Key selection for Tree [\#4216](https://github.com/primefaces/primeng/issues/4216) - -**Fixed bugs:** - -- ExpressionChangedAfterItHasBeenCheckedError when preselect a p-radioButton [\#7940](https://github.com/primefaces/primeng/issues/7940) -- Multiselect doesn't disable options if selectionLimit reached by default value [\#7187](https://github.com/primefaces/primeng/issues/7187) -- emptyMessage template is duplicated if table has frozen columns [\#7658](https://github.com/primefaces/primeng/issues/7658) -- Update and clear function is calling when disabled in File Upload Advanced [\#7974](https://github.com/primefaces/primeng/issues/7974) -- Multiselect throws error at isAllChecked [\#7950](https://github.com/primefaces/primeng/issues/7950) -- Calendar is not working correctly in overlayPanel [\#7939](https://github.com/primefaces/primeng/issues/7939) -- Accordion ExpressionChangedAfterItHasBeenCheckedError [\#7923](https://github.com/primefaces/primeng/issues/7923) -- ConfirmDialog is blurry when opened [\#7919](https://github.com/primefaces/primeng/issues/7919) -- Calendar touchUI issue with tab key [\#7907](https://github.com/primefaces/primeng/issues/7907) -- p-dropdown not closing when clicking outside of the control itself [\#7904](https://github.com/primefaces/primeng/issues/7904) -- FileUpload inital files preview is not working [\#7901](https://github.com/primefaces/primeng/issues/7901) -- Overlay panel arrow displayed on the wrong side in IE [\#7832](https://github.com/primefaces/primeng/issues/7832) -- On table when filter change "first" is changed after onLazyLoad call [\#7795](https://github.com/primefaces/primeng/issues/7795) -- Only inside p-overlayPanel, p-calendar has month/year navigation problem [\#7693](https://github.com/primefaces/primeng/issues/7693) -- p-calendar closes when clicking previous or next month from within editable table cell [\#7441](https://github.com/primefaces/primeng/issues/7441) -- Calendar - Unexpected behaviour when date format contains whitespace characters and showTime is enabled [\#6521](https://github.com/primefaces/primeng/issues/6521) - -## [8.0.1](https://github.com/primefaces/primeng/tree/8.0.1) (2019-07-08) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.0.0...8.0.1) - -**Implemented New Features and Enhancements:** - -- SlideMenu: Back button keeps taking up space when hidden [\#7850](https://github.com/primefaces/primeng/issues/7850) -- Autcomplete ui-autocomplete-panel class [\#7822](https://github.com/primefaces/primeng/issues/7822) -- Improve formatValue method on Spinner [\#7815](https://github.com/primefaces/primeng/issues/7815) -- Different styling for AutoComplete EmptyMessage [\#7791](https://github.com/primefaces/primeng/issues/7791) -- Add showAll option for rowsPerPage to Paginator [\#7770](https://github.com/primefaces/primeng/issues/7770) -- OnNodeExpand event in Organization Chart [\#7592](https://github.com/primefaces/primeng/issues/7592) -- p-calendar shows a redundant week on the calendar [\#6501](https://github.com/primefaces/primeng/issues/6501) -- Add keyboard shortcut to lightbox so a user can escape out of the lightbox without use of the mouse [\#6456](https://github.com/primefaces/primeng/issues/6456) -- Responsive Lightbox [\#2318](https://github.com/primefaces/primeng/issues/2318) - -**Fixed bugs:** - -- Backspace doesn't clear the date in calendar. [\#7897](https://github.com/primefaces/primeng/issues/7897) -- Lightbox listeners should remove when hiding. [\#7895](https://github.com/primefaces/primeng/issues/7895) -- Table pSelectableRowCblClick provides no styling like pSelectableRow [\#7876](https://github.com/primefaces/primeng/issues/7876) -- Touch UI does not delete the background overlay properly - Breaks entire app state [\#7847](https://github.com/primefaces/primeng/issues/7847) -- The "required" prop is not working on Dropdown [\#7831](https://github.com/primefaces/primeng/issues/7831) -- Dropdown is not align with input when using appendTo="body" property [\#7808](https://github.com/primefaces/primeng/issues/7808) -- Times between 12:00AM-12:59AM save as PM when defaulted or typed in [\#7799](https://github.com/primefaces/primeng/issues/7799) -- Drag and Drop is not working in OrderList in Firefox web browser [\#7793](https://github.com/primefaces/primeng/issues/7793) -- Spinner does not reflect initially bound value when OnPush strategy is used [\#7773](https://github.com/primefaces/primeng/issues/7773) -- p-treetable not filtering when only one parent is present [\#7757](https://github.com/primefaces/primeng/issues/7757) -- KeyFilter is not working on pase [\#7729](https://github.com/primefaces/primeng/issues/7729) -- Dropdown does not scroll to selected when virtual scroll is enabled [\#7718](https://github.com/primefaces/primeng/issues/7718) -- p-multiselect disabled and selected option gets un-selected by the select all checkbox in header [\#7540](https://github.com/primefaces/primeng/issues/7540) -- Display issue with accordion nested inside overlay [\#6318](https://github.com/primefaces/primeng/issues/6318) - -## [8.0.0](https://github.com/primefaces/primeng/tree/8.0.0) (2019-06-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/8.0.0-rc.1...8.0.0) - -**Implemented New Features and Enhancements:** - -- Add decimalSeparator and thousandSeparator props to Spinner [\#7807](https://github.com/primefaces/primeng/issues/7807) -- Add formatInput prop to Spinner [\#7806](https://github.com/primefaces/primeng/issues/7806) -- Add onSend and remove onBeforeSend for FileUpload [\#7805](https://github.com/primefaces/primeng/issues/7805) -- headers prop for FileUpload [\#7803](https://github.com/primefaces/primeng/issues/7803) -- Two-way binding support for "rows" property of Table [\#7797](https://github.com/primefaces/primeng/issues/7797) - -**Fixed bugs:** - -- withCredentials Ignored in FileUpload [\#7804](https://github.com/primefaces/primeng/issues/7804) -- 2x styleClass property in multiselect documentation [\#7790](https://github.com/primefaces/primeng/issues/7790) -- autocomplete - tabindex=-1 not working [\#7771](https://github.com/primefaces/primeng/issues/7771) -- Textarea Floating labels fails on Firefox [\#6957](https://github.com/primefaces/primeng/issues/6957) - -## [8.0.0-rc.1](https://github.com/primefaces/primeng/tree/8.0.0-rc.1) (2019-06-03) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.1.3...8.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Apply ng lint to codebase [\#7418](https://github.com/primefaces/primeng/issues/7418) -- Remove aria props from pSortIcon [\#7766](https://github.com/primefaces/primeng/issues/7766) -- Add static false to all ViewChild and ContentChild [\#7764](https://github.com/primefaces/primeng/issues/7764) -- Chart and Editor should not use Global variables [\#7763](https://github.com/primefaces/primeng/issues/7763) -- Remove deprecated themes [\#7762](https://github.com/primefaces/primeng/issues/7762) -- Angular 8 Compatibility [\#7761](https://github.com/primefaces/primeng/issues/7761) -- Refactor forwardRef injects [\#7760](https://github.com/primefaces/primeng/issues/7760) -- Remove DataTable [\#7759](https://github.com/primefaces/primeng/issues/7759) -- Change Dropdown scrollHeight from TurboTable, DataView and Paginator [\#7713](https://github.com/primefaces/primeng/issues/7713) -- New Directive: pTrapFocus [\#7665](https://github.com/primefaces/primeng/issues/7665) -- Support Angular 8 [\#7627](https://github.com/primefaces/primeng/issues/7627) -- dismissableMask and closeOnEscape functionality for Sidebar [\#4793](https://github.com/primefaces/primeng/issues/4793) - -**Fixed bugs:** - -- p-TreeTable column reordering not working [\#7735](https://github.com/primefaces/primeng/issues/7735) -- Lazy loaded table will break with reordering of rows [\#7730](https://github.com/primefaces/primeng/issues/7730) -- Issue with indexing of current page in currentPageReport [\#7684](https://github.com/primefaces/primeng/issues/7684) -- p-table 'onRowReorder' event emits wrong dropindex value [\#6910](https://github.com/primefaces/primeng/issues/6910) -- p-Dropdown : ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ui-inputwrapper-focus: true'. Current value: 'ui-inputwrapper-focus: false'. [\#6671](https://github.com/primefaces/primeng/issues/6671) -- keyFilter on Chrome Android [\#5925](https://github.com/primefaces/primeng/issues/5925) - -**Unit Tests:** - -- Inputmask Unit Test [\#7680](https://github.com/primefaces/primeng/issues/7680) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.2.6-LTS](https://www.npmjs.com/package/primeng-lts/v/7.2.6) (2020-05-18) -- VirtualScrolling for Tree [\#8257](https://github.com/primefaces/primeng/issues/8257) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.2.5-LTS](https://www.npmjs.com/package/primeng-lts/v/7.2.5) (2020-05-11) -- Slider doesn't works properly with ChangeDetectionStrategy.OnPush / reactive forms [\#7692](https://github.com/primefaces/primeng/issues/7692) -- "no file chosen" tooltip appears after selecting file [\#7957](https://github.com/primefaces/primeng/issues/7957) -- fieldset: don't animate into collapse !... when collapse is default [\#8022](https://github.com/primefaces/primeng/issues/8022) -- Dropdown panelStyle min width overridden when appendTo body is used [\#8218](https://github.com/primefaces/primeng/issues/8218) -- Toast blocks protractor [\#8122](https://github.com/primefaces/primeng/issues/8122) -- [p-tree] [bug] right arrow key tries to expand a leaf if onNodeExpand function is defined [\#8271](https://github.com/primefaces/primeng/issues/8271) -- Panel: aria-labelledby points to not existing id when toggleable equals false [\#8272](https://github.com/primefaces/primeng/issues/8272) -- MenuItem items property type error [\#8339](https://github.com/primefaces/primeng/issues/8339) -- Multiple messages should wrap [\#8768](https://github.com/primefaces/primeng/issues/8768) -- Button and SplitButton have different brightness when disabled [\#8416](https://github.com/primefaces/primeng/issues/8416) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.2.4-LTS](https://www.npmjs.com/package/primeng-lts/v/7.2.4) (2020-04-28) -- selectOtherMonths is broken in multiple and range mode [\#8349](https://github.com/primefaces/primeng/issues/8349) -- Change Tooltip disabled doesn't close it [\#8324](https://github.com/primefaces/primeng/issues/8324) -- The dynamicDialog can't be closed using the ESC key if the dynamicDialog has the baseZIndex property [\#8666](https://github.com/primefaces/primeng/issues/8666) -- The dynamicDialog can't be closed using the ESC key if the dynamicDialog hasn't the baseZIndex property [\#8760](https://github.com/primefaces/primeng/issues/8760) -- Pressing arrow up key in drag and drop enabled tree selects wrong node [\#8623](https://github.com/primefaces/primeng/issues/8623) -- Tiered Menu command does not receive MenuItem in event [\#8592](https://github.com/primefaces/primeng/issues/8592) -- Tooltip - new tooltip created without removing old tooltip [\#8516](https://github.com/primefaces/primeng/issues/8516) -- PickList - items dissapear when items are moved and filters are set [\#8514](https://github.com/primefaces/primeng/issues/8514) -- p-calendar selectionMode="multiple" After unselect date, the calendar breaks. [\#8457](https://github.com/primefaces/primeng/issues/8457) -- Dropdown allows selecting disabled options [\#8448](https://github.com/primefaces/primeng/issues/8448) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.2.3-LTS](https://www.npmjs.com/package/primeng-lts/v/7.2.3) (2020-04-15) -- Calendar incorrect time validation [\#7381](https://github.com/primefaces/primeng/issues/7381) -- id selector is not being set on toast message [\#7449](https://github.com/primefaces/primeng/issues/7449) -- PrimeNG KeyFilter alphanum allows !#$%&( in Firefox and IE [\#7570](https://github.com/primefaces/primeng/issues/7570) -- Dropdown/MultiSelect control should be marked as touched after hiding the list [\#7629](https://github.com/primefaces/primeng/issues/7629) -- hideOnDateTimeSelect is not respected when showTime is false [\#7642](https://github.com/primefaces/primeng/issues/7642) -- bug in dropdown : TypeError: Cannot read property 'measureScrollOffset' of undefined [\#8140](https://github.com/primefaces/primeng/issues/8140) -- Keyboard navigation not working in IE11 after click on table row [\#7703](https://github.com/primefaces/primeng/issues/7703) -- MultiSelect and Dropdown role type is not appropriate [\#7703](https://github.com/primefaces/primeng/issues/7844) -- Checkbox binary property is treated like a boolean, declared as string and documented as boolean [\#7681](https://github.com/primefaces/primeng/issues/7681) -- Dropdown floating label ui-inputwrapper-filled css class not applied [\#8614](https://github.com/primefaces/primeng/issues/8614) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.2.2-LTS](https://www.npmjs.com/package/primeng-lts/v/7.2.2) (2020-04-08) -- TreeTable top level nodes not aligned [\#7297](https://github.com/primefaces/primeng/issues/7297) -- Table filter change detection race condition [\#7842](https://github.com/primefaces/primeng/issues/7842) -- TabMenu: support Ctrl+click for open link tab with routerLink [\#7434](https://github.com/primefaces/primeng/issues/7434) -- Breadcrumb should support Menuitem style/styleClass of MenuModel [\#7364](https://github.com/primefaces/primeng/issues/7364) -- Autocomplete - Not Defined Event Error [\#8645](https://github.com/primefaces/primeng/issues/8645) -- Refactor icon only buttons for Aria [\#7463](https://github.com/primefaces/primeng/issues/7463) -- filterPlaceholder for Listbox [\#7801](https://github.com/primefaces/primeng/issues/7801) -- Dynamic Dialog doesn't animate on hide only when showing [\#7728](https://github.com/primefaces/primeng/issues/7728) -- Autocomplete onShow onHide [\#8519](https://github.com/primefaces/primeng/issues/8519) -- Listbox "toggle all" checkbox deselects all disabled options [\#8149](https://github.com/primefaces/primeng/issues/8149) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.2.1-LTS](https://www.npmjs.com/package/primeng-lts/v/7.2.1) (2020-03-30) -- FileUpload size formatting is incorrect [\#8563](https://github.com/primefaces/primeng/issues/8563) -- ConfirmDialog close via service feature [\#8524](https://github.com/primefaces/primeng/issues/8524) -- Accept and Reject icons to Confirmation [\#8414](https://github.com/primefaces/primeng/issues/8414) -- onItemClick event for Breadcrumb [\#8230](https://github.com/primefaces/primeng/issues/8230) -- FilterUtils in filter should use deep object equality [\#8648](https://github.com/primefaces/primeng/issues/8648) -- Sortable columns should not be selectable [\#8634](https://github.com/primefaces/primeng/issues/8634) -- Customizable Toast Transformations [\#8136](https://github.com/primefaces/primeng/issues/8136) -- Pass current files to FileUpload onSelect [\#7421](https://github.com/primefaces/primeng/issues/7421) -- Bug: Calendar increasing/decreasing minutes does not clear Timeout [\#7342](https://github.com/primefaces/primeng/issues/7342) -- Context menu shouldn't close upon clicking an item with children [\#7076](https://github.com/primefaces/primeng/issues/7076) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.2.0-LTS](https://www.npmjs.com/package/primeng-lts/v/7.2.0) (2020-03-24) -- Autocomplete doesn't clear input value if user tabs before suggestions are displayed [\#8511](https://github.com/primefaces/primeng/issues/8511) -- Pagination not reseting when using multiple sortMode [\#7141](https://github.com/primefaces/primeng/issues/7141) -- Use requestAnimationFrame in VirtualScroll [\#8635](https://github.com/primefaces/primeng/issues/8635) -- LazyLoad event triggered by moving horizontal scrollbar [\#7207](https://github.com/primefaces/primeng/issues/7207) -- Dialog draggable wrong header style [\#7258](https://github.com/primefaces/primeng/issues/7258) -- p-dropdown with ui-fluid and ui-inputgroup classes does not grow horizontally [\#7224](https://github.com/primefaces/primeng/issues/7224) -- pTable cell editing: onEditComplete not triggered when clicking other cells. [\#8049](https://github.com/primefaces/primeng/issues/8049) -- Table EditableColumn crashing on Tab key when loose ui-editing-cell [\#8470](https://github.com/primefaces/primeng/issues/8470) -- pCellEditor not triggering edit when clicking on any element inside cell [\#8638](https://github.com/primefaces/primeng/issues/8638) -- Incorrect position for scroll bars in scrollpanel [\#8400](https://github.com/primefaces/primeng/issues/8400) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.1.9-LTS](https://www.npmjs.com/package/primeng-lts/v/7.1.8) (2020-03-11) - -**Fixed bugs:** - -- Turbotable export creates file with UTF-8-BOM instead of UTF-8 [\#6901](https://github.com/primefaces/primeng/issues/6901) -- Multiselect Filter Issue [\#6891](https://github.com/primefaces/primeng/issues/6891) -- Column Re-sizer blue line is appearing even after the mouse click is released in Table [\#6884](https://github.com/primefaces/primeng/issues/6884) -- Multiselect arrow keys for selection is not working properly [\#8167](https://github.com/primefaces/primeng/issues/8167) -- AccordionTab throwing ViewDestroyedError during unit testing [\#8044](https://github.com/primefaces/primeng/issues/8044) -- Change of pDraggableDisabled property after ngAfterViewInit doesn't change element's behavior [\#6694](https://github.com/primefaces/primeng/issues/6694) -- Chrome doesn't respect the autocomplete property of the p-autocomplete component [\#8096](https://github.com/primefaces/primeng/issues/8096) -- p-button style property doesn't work at all [\#8184](https://github.com/primefaces/primeng/issues/8184) -- Table: Error on multiple Sort with lazy Loading on using the Meta-Key (CRTL) [\#6804](https://github.com/primefaces/primeng/issues/6804) -- Revert maximize should not remove modal blockScroll [\#6905](https://github.com/primefaces/primeng/issues/6905) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.1.8-LTS](https://www.npmjs.com/package/primeng-lts/v/7.1.8) (2020-01-27) - -**Fixed bugs:** - -- Calendar overlay doesn't disappear in OnPush components. [\#8102](https://github.com/primefaces/primeng/issues/8102) -- The yearRange's value is not set on Calendar [\#7996](https://github.com/primefaces/primeng/issues/7996) -- Calendar view="month" does not highlight month unless manually clicked [\#8055](https://github.com/primefaces/primeng/issues/8055) -- p-dropdown only sets `filled` on click, not on select (doesn't work with keyboard) [\#8059](https://github.com/primefaces/primeng/issues/8059) -- The emptyMessage attribute is not working correctly with empty value array [\#8065](https://github.com/primefaces/primeng/issues/8065) -- The left and right arrow keys not working on input elements inside Tree [\#8039](https://github.com/primefaces/primeng/issues/8039) -- FocusTrap working only when dialog have a modal [\#8215](https://github.com/primefaces/primeng/issues/8215) -- Fix error when moving between cells [\#8098](https://github.com/primefaces/primeng/pull/8098) -- Turbotable - Multisort with null values doesn't quite work correctly [\#8001](https://github.com/primefaces/primeng/issues/8001) -- Dropdown - ViewDestroyedError [\#7970](https://github.com/primefaces/primeng/issues/7970) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.1.7-LTS](https://www.npmjs.com/package/primeng-lts/v/7.1.7) (2020-01-27) - -**Fixed bugs:** - -- On table when filter change "first" is changed after onLazyLoad call [\#7795](https://github.com/primefaces/primeng/issues/7795) -- Multiselect throws error at isAllChecked [\#7950](https://github.com/primefaces/primeng/issues/7950) -- Calendar - Unexpected behaviour when date format contains whitespace characters and showTime is enabled [\#6521](https://github.com/primefaces/primeng/issues/6521) -- p-calendar closes when clicking previous or next month from within editable table cell [\#7441](https://github.com/primefaces/primeng/issues/7441) -- Calendar is not working correctly in overlayPanel [\#7939](https://github.com/primefaces/primeng/issues/7939) -- Only inside p-overlayPanel, p-calendar has month/year navigation problem [\#7693](https://github.com/primefaces/primeng/issues/7693) -- Calendar touchUI issue with tab key [\#7907](https://github.com/primefaces/primeng/issues/7907) -- Selected item in drop-down with virtual scrolling does not always stay into view [\#7963](https://github.com/primefaces/primeng/issues/7963) -- MultiSelect: selectionLimit causes options to be in disabled-state [\#8116](https://github.com/primefaces/primeng/issues/8116) -- TabMenu Templating not working [\#8031](https://github.com/primefaces/primeng/issues/8031) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.1.6-LTS](https://www.npmjs.com/package/primeng-lts/v/7.1.6) (2020-01-27) - -**Fixed bugs:** - -- p-treetable not filtering when only one parent is present [\#7757](https://github.com/primefaces/primeng/issues/7757) -- Multiselect doesn't disable options if selectionLimit reached by default value [\#7187](https://github.com/primefaces/primeng/issues/7187) -- emptyMessage template is duplicated if table has frozen columns [\#7658](https://github.com/primefaces/primeng/issues/7658) -- Accordion ExpressionChangedAfterItHasBeenCheckedError [\#7923](https://github.com/primefaces/primeng/issues/7923) -- Overlay panel arrow displayed on the wrong side in IE [\#7832](https://github.com/primefaces/primeng/issues/7832) -- Update and clear function is calling when disabled in File Upload Advanced [\#7974](https://github.com/primefaces/primeng/issues/7974) -- ConfirmDialog is blurry when opened [\#7919](https://github.com/primefaces/primeng/issues/7919) -- p-dropdown not closing when clicking outside of the control itself [\#7904](https://github.com/primefaces/primeng/issues/7904) -- dropdown throws "event is not defined" error in PrimeNG v8.0.2 on Firefox [\#8003](https://github.com/primefaces/primeng/issues/8003) -- FileUpload inital files preview is not working [\#7901](https://github.com/primefaces/primeng/issues/7901) -- Table State not Saving Column Width When Column Reordered [\#8506](https://github.com/primefaces/primeng/issues/8506) -- Allow dragging popups outside of the viewport [\#8507](https://github.com/primefaces/primeng/issues/8507) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.1.5-LTS](https://www.npmjs.com/package/primeng-lts/v/7.1.5) (2020-01-27) - -**Fixed bugs:** - -- p-multiselect disabled and selected option gets un-selected by the select all checkbox in header [\#7540](https://github.com/primefaces/primeng/issues/7540) -- KeyFilter is not working on paste [\#7729](https://github.com/primefaces/primeng/issues/7729) -- Dropdown does not scroll to selected when virtual scroll is enabled [\#7718](https://github.com/primefaces/primeng/issues/7718) -- Backspace doesn't clear the date in calendar. [\#7897](https://github.com/primefaces/primeng/issues/7897) -- Display issue with accordion nested inside overlay [\#6318](https://github.com/primefaces/primeng/issues/6318) -- Lightbox listeners should remove when hiding. [\#7895](https://github.com/primefaces/primeng/issues/7895) -- Times between 12:00AM-12:59AM save as PM when defaulted or typed in [\#7799](https://github.com/primefaces/primeng/issues/7799) -- Drag and Drop is not working in OrderList in Firefox web browser [\#7793](https://github.com/primefaces/primeng/issues/7793) -- Spinner does not reflect initially bound value when OnPush strategy is used [\#7773](https://github.com/primefaces/primeng/issues/7773) -- Dropdown is not align with input when using appendTo="body" property [\#7808](https://github.com/primefaces/primeng/issues/7808) -- Scrollbar over footer cause display issue with frozen column [\#8431](https://github.com/primefaces/primeng/issues/8431) -- Frozen columns misalignment in Firefox [\#8474](https://github.com/primefaces/primeng/issues/8474) - -## ![LTS](https://www.primefaces.org/wp-content/uploads/2020/01/lts-icon-24.png "PrimeNG LTS") [7.1.4-LTS](https://www.npmjs.com/package/primeng-lts/v/7.1.4) (2020-01-20) - -**Fixed bugs:** - -- Table pSelectableRowCblClick provides no styling like pSelectableRow[\#7876](https://github.com/primefaces/primeng/issues/7876) -- Touch UI does not delete the background overlay properly - Breaks entire app state [\#7847](https://github.com/primefaces/primeng/issues/7847) -- Autocomplete - tabindex=-1 not working [\#7771](https://github.com/primefaces/primeng/issues/7771) -- Textarea Floating labels fails on Firefox [\#6957](https://github.com/primefaces/primeng/issues/6957) -- keyFilter on Chrome Android [\#5925](https://github.com/primefaces/primeng/issues/5925) -- Add filter autoapply for multiselect on options update [\#7733](https://github.com/primefaces/primeng/issues/7733) -- Lazy loaded table will break with reordering of rows [\#7730](https://github.com/primefaces/primeng/issues/7730) -- p-table 'onRowReorder' event emits wrong dropindex value [\#6910](https://github.com/primefaces/primeng/issues/6910) -- p-Dropdown : ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ui-inputwrapper-focus: true'. Current value: 'ui-inputwrapper-focus: false' [\#6671](https://github.com/primefaces/primeng/issues/6671) -- Issue with indexing of current page in currentPageReport [\#7684](https://github.com/primefaces/primeng/issues/7684) - -## [7.1.3](https://github.com/primefaces/primeng/tree/7.1.3) (2019-05-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.1.2...7.1.3) - -**Implemented New Features and Enhancements:** - -- State save and restore events for Table [\#7666](https://github.com/primefaces/primeng/issues/7666) -- Improve relativePosition method in DomHandler [\#7653](https://github.com/primefaces/primeng/issues/7653) -- Improve Galleria styling [\#7652](https://github.com/primefaces/primeng/issues/7652) -- Left arrow press should focus parent on Tree [\#7619](https://github.com/primefaces/primeng/issues/7619) -- Update dynamic dialog animations [\#7598](https://github.com/primefaces/primeng/issues/7598) -- Update confirmDialog animations [\#7597](https://github.com/primefaces/primeng/issues/7597) - -**Fixed bugs:** - -- InputMask's style not working [\#7664](https://github.com/primefaces/primeng/issues/7664) -- The scroll bar is not moving correctly on the TurboTable with resizeMode="expand" [\#7659](https://github.com/primefaces/primeng/issues/7659) -- Menu \(Popup\) - double click on item reloads the page [\#7648](https://github.com/primefaces/primeng/issues/7648) -- p-spinner min/max validation on every keypress prevents manual input of value PrimeNG7.1.2 [\#7643](https://github.com/primefaces/primeng/issues/7643) -- \[Spinner\] \(7.1.2\) Decimal spinner control marked as invalid in Firefox [\#7625](https://github.com/primefaces/primeng/issues/7625) -- \[Spinner\] 7.1.2 introduces incompatible changes to spinner control [\#7624](https://github.com/primefaces/primeng/issues/7624) -- The value of Spinner component is not always updated after being manually changed. [\#7623](https://github.com/primefaces/primeng/issues/7623) -- Down arrow press on draggable Tree [\#7617](https://github.com/primefaces/primeng/issues/7617) -- Spinner max length does not work in version 7.1.2 [\#7616](https://github.com/primefaces/primeng/issues/7616) -- p-menubar without AutoDisplay not opening adjacent menu items [\#7600](https://github.com/primefaces/primeng/issues/7600) -- p-dialog not considering content scroll height on resize [\#7573](https://github.com/primefaces/primeng/issues/7573) -- Spinner doesn't get the state filled [\#7532](https://github.com/primefaces/primeng/issues/7532) -- p-fileUpload component has bug on select file [\#7149](https://github.com/primefaces/primeng/issues/7149) - -**Unit Tests:** - -- DragDrop Unit Test [\#7656](https://github.com/primefaces/primeng/issues/7656) -- TreeTable Unit Test [\#7649](https://github.com/primefaces/primeng/issues/7649) -- DynamicDialog Unit Test [\#7630](https://github.com/primefaces/primeng/issues/7630) - -## [7.1.2](https://github.com/primefaces/primeng/tree/7.1.2) (2019-04-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.1.1...7.1.2) - -**Fixed bugs:** - -- Wrong cursor behavior on Calendar with month view [\#7568](https://github.com/primefaces/primeng/issues/7568) -- Calendar navigator icons close the overlay [\#7566](https://github.com/primefaces/primeng/issues/7566) -- With focustrap for dialog you cannot tab past hidden or disabled elements [\#7561](https://github.com/primefaces/primeng/issues/7561) -- \[Calendar\]\[PrimeIcons\] - Chevrons lack tabindex which interrupts tabbing, empty href [\#6270](https://github.com/primefaces/primeng/issues/6270) - -## [7.1.1](https://github.com/primefaces/primeng/tree/7.1.1) (2019-04-17) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.1.0...7.1.1) - -**Implemented New Features and Enhancements:** - -- Add Ability to Expand All Table Rows on Header Click [\#6221](https://github.com/primefaces/primeng/issues/6221) -- Improving Accessibility for Visually Impaired Users Via Aria Attributes [\#6103](https://github.com/primefaces/primeng/issues/6103) -- Add onBlur and onFocus to RadioButton [\#7558](https://github.com/primefaces/primeng/issues/7558) -- Pass total page count to paginator left and right templates [\#7552](https://github.com/primefaces/primeng/issues/7552) -- Maximizable dialog container size improvement [\#7486](https://github.com/primefaces/primeng/issues/7486) -- On Accordion, the disabled head can be focused on [\#7473](https://github.com/primefaces/primeng/issues/7473) -- Update to FullCalendar 4.2.0 [\#7450](https://github.com/primefaces/primeng/issues/7450) -- Update dialog animations [\#7447](https://github.com/primefaces/primeng/issues/7447) -- Pagination bug when removing an item [\#7437](https://github.com/primefaces/primeng/issues/7437) -- loadingBody template for TreeTable VirtualScroll [\#7426](https://github.com/primefaces/primeng/issues/7426) -- Add virtualScroll feature to treeTable component [\#7056](https://github.com/primefaces/primeng/issues/7056) -- Two-way binding support for "first" property of Table [\#6932](https://github.com/primefaces/primeng/issues/6932) -- Add onOptionClick event to p-listbox [\#6161](https://github.com/primefaces/primeng/issues/6161) -- Add currentPageReport option to Paginator [\#6070](https://github.com/primefaces/primeng/issues/6070) -- Accessibility: aria-support for p-autocomplete advanced [\#6066](https://github.com/primefaces/primeng/issues/6066) -- Picklist reordering direction [\#6015](https://github.com/primefaces/primeng/issues/6015) -- Shift key selection for OrderList and PickList [\#6000](https://github.com/primefaces/primeng/issues/6000) -- p-table Lazy load and multiple select with Shift does not select the correct rows [\#5995](https://github.com/primefaces/primeng/issues/5995) -- FocusTrap for Dialog [\#4544](https://github.com/primefaces/primeng/issues/4544) - -**Fixed bugs:** - -- p-tree renders invalid html for accessibility [\#7550](https://github.com/primefaces/primeng/issues/7550) -- ConfirmDialog are moving from side to center with Safari [\#7545](https://github.com/primefaces/primeng/issues/7545) -- Three Unit tests are failed in a large display environment [\#7529](https://github.com/primefaces/primeng/issues/7529) -- TieredMenu submenu not hiding when onPush enabled [\#7518](https://github.com/primefaces/primeng/issues/7518) -- Table showcase documentation has minor error [\#7516](https://github.com/primefaces/primeng/issues/7516) -- Maximized dialog can remain below other dialogs [\#7499](https://github.com/primefaces/primeng/issues/7499) -- Context menu: submenu unexpectedly disappears [\#7485](https://github.com/primefaces/primeng/issues/7485) -- Autoresize moves scroll position when too large [\#7481](https://github.com/primefaces/primeng/issues/7481) -- Property ActiveIndex ignored in Galleria [\#7472](https://github.com/primefaces/primeng/issues/7472) -- ExpressionChangedAfterItHasBeenCheckedError in dropdown [\#7455](https://github.com/primefaces/primeng/issues/7455) -- p-spinner binds strings instead of numbers on manual input in PrimeNG 7.1.0 [\#7445](https://github.com/primefaces/primeng/issues/7445) -- Dropdown: autoWidth property wrong name [\#7394](https://github.com/primefaces/primeng/issues/7394) -- Calendar TouchUI doesn't open [\#7389](https://github.com/primefaces/primeng/issues/7389) -- TypeError: Cannot read property 'nodeName' of null at Table.handleRowClick [\#7363](https://github.com/primefaces/primeng/issues/7363) -- Weird behavior when expanding in treeTable [\#7362](https://github.com/primefaces/primeng/issues/7362) -- Calendar touchUI on mobile devices - Cannot use due to keyboard popup [\#7358](https://github.com/primefaces/primeng/issues/7358) -- p-panelMenu - Expression changed after checked [\#7351](https://github.com/primefaces/primeng/issues/7351) -- Selecting row doesn't work with inplace [\#7335](https://github.com/primefaces/primeng/issues/7335) -- selectedItemsLabel for Multiselect component plain text bug [\#7324](https://github.com/primefaces/primeng/issues/7324) -- Input range disabled property bug on touch events [\#6026](https://github.com/primefaces/primeng/issues/6026) -- Inputmask doesn't update model when invalid value is cleared [\#5994](https://github.com/primefaces/primeng/issues/5994) - -**Unit Tests:** - -- ContextMenu Unit Test [\#7512](https://github.com/primefaces/primeng/issues/7512) -- KeyFilter Unit Test Improvement [\#7506](https://github.com/primefaces/primeng/issues/7506) -- ProgressSpinner Unit Test [\#7505](https://github.com/primefaces/primeng/issues/7505) -- ColorPicker Unit Test [\#7501](https://github.com/primefaces/primeng/issues/7501) -- ScrollPanel Unit Test [\#7462](https://github.com/primefaces/primeng/issues/7462) -- Carousel Unit Test [\#7436](https://github.com/primefaces/primeng/issues/7436) -- Tree Unit Test Improvement [\#7414](https://github.com/primefaces/primeng/issues/7414) - -## [7.1.0](https://github.com/primefaces/primeng/tree/7.1.0) (2019-03-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.1.0-rc.1...7.1.0) - -**Fixed bugs:** - -- Horizontal scroll may cause misalignment when header elements receive focus [\#7376](https://github.com/primefaces/primeng/issues/7376) -- Dropdown does not have 100% with under .ui-fluid [\#7373](https://github.com/primefaces/primeng/issues/7373) -- Multiselect with \[selectionLimit\] = "1" throws exception [\#7221](https://github.com/primefaces/primeng/issues/7221) - -## [7.1.0-rc.1](https://github.com/primefaces/primeng/tree/7.1.0-rc.1) (2019-03-05) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.0.5...7.1.0-rc.1) - -**Breaking changes:** - -- Remove autoWidth from Dropdown [\#7337](https://github.com/primefaces/primeng/issues/7337) -- expandedRowKeys map value should be a boolean [\#7333](https://github.com/primefaces/primeng/issues/7333) - -**Implemented New Features and Enhancements:** - -- loadingBody template for Table VirtualScroll [\#7336](https://github.com/primefaces/primeng/issues/7336) -- onShow and onHide events for Menu [\#7307](https://github.com/primefaces/primeng/issues/7307) -- Turbo table column re-order: The drag and drop should not be possible on the same column [\#7295](https://github.com/primefaces/primeng/issues/7295) -- dropdownIcon property for AutoComplete [\#7265](https://github.com/primefaces/primeng/issues/7265) -- Add key option to TreeNode API [\#7237](https://github.com/primefaces/primeng/issues/7237) -- Filtering for TreeTable [\#7230](https://github.com/primefaces/primeng/issues/7230) -- Accessibility: Screen Reader for single option p-selectButton reads incorrectly [\#5952](https://github.com/primefaces/primeng/issues/5952) -- Add Input binding for p-inputMask to set the html attribute "autocomplete" [\#5948](https://github.com/primefaces/primeng/issues/5948) -- Add row index to ContextMenu for tables [\#5940](https://github.com/primefaces/primeng/issues/5940) -- TurboTable edit by row [\#5284](https://github.com/primefaces/primeng/issues/5284) -- Filtering for Tree [\#1683](https://github.com/primefaces/primeng/issues/1683) - -**Fixed bugs:** - -- p-spinner readonly do not affect buttons [\#7262](https://github.com/primefaces/primeng/issues/7262) -- p-spinner: readonly attribute value ignored [\#7261](https://github.com/primefaces/primeng/issues/7261) -- MultiSelect with filtering and virtual scroll enabled doesn't work properly. [\#7251](https://github.com/primefaces/primeng/issues/7251) -- Class name ui-table-resizer-helper in docs should be ui-column-resizer-helper [\#7246](https://github.com/primefaces/primeng/issues/7246) -- Spinner Tabindex ignored for Buttons [\#7238](https://github.com/primefaces/primeng/issues/7238) -- When using Overlaypanel with appendTo property, closing the overlay when clicking the panel. [\#7235](https://github.com/primefaces/primeng/issues/7235) -- Calendar incorrect minutes validation [\#7232](https://github.com/primefaces/primeng/issues/7232) -- showOtherMonths styling does not work [\#7222](https://github.com/primefaces/primeng/issues/7222) -- p-overlay arrow tip is always on left. [\#7220](https://github.com/primefaces/primeng/issues/7220) -- OverlayPanel arrow appears on the wrong side on PrimeNG 7.0.5 [\#7218](https://github.com/primefaces/primeng/issues/7218) -- P-slider decimal step not working [\#7202](https://github.com/primefaces/primeng/issues/7202) -- p-fileUpload: after upgrade to primeng 7 there is no possibility to get response [\#7179](https://github.com/primefaces/primeng/issues/7179) -- Add blockSroll support to p-confirmDialog [\#7172](https://github.com/primefaces/primeng/issues/7172) -- Calendar doesn't clean up modality [\#7170](https://github.com/primefaces/primeng/issues/7170) -- Autocomplete Multiple model become empty string when delete digits [\#7161](https://github.com/primefaces/primeng/issues/7161) -- Element is not defined in TextEditor Universal build [\#7122](https://github.com/primefaces/primeng/issues/7122) -- android dropdown and multiselect with filter fails [\#7030](https://github.com/primefaces/primeng/issues/7030) -- toast bottom-left needs css change [\#6887](https://github.com/primefaces/primeng/issues/6887) -- SplitButton & TieredMenu - double click on item reloads the page [\#6822](https://github.com/primefaces/primeng/issues/6822) -- p-spinner with mininum set, on lose focus not setting null if empty value [\#6798](https://github.com/primefaces/primeng/issues/6798) -- Menubar gets closed immediately after mouse enter on menu-item when AutoDisplay property as false [\#6657](https://github.com/primefaces/primeng/issues/6657) -- Misalignment with frozen columns [\#6560](https://github.com/primefaces/primeng/issues/6560) -- "Cannot read property 'offsetParent' of null" when changing the route on autocomplete selection [\#6259](https://github.com/primefaces/primeng/issues/6259) -- Tree: checkbox selection, items where 'selectable:false' don't have a check box [\#6144](https://github.com/primefaces/primeng/issues/6144) -- p-tableHeaderCheckbox check with a single space key press [\#6006](https://github.com/primefaces/primeng/issues/6006) -- pKeyFilter stops enter from submitting form [\#5931](https://github.com/primefaces/primeng/issues/5931) - -## [7.0.5](https://github.com/primefaces/primeng/tree/7.0.5) (2019-01-24) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.0.4...7.0.5) - -**Breaking changes:** - -- Reimplement ConfirmDialog Positioning [\#7164](https://github.com/primefaces/primeng/issues/7164) - -**Implemented New Features and Enhancements:** - -- Screen reader support for multiselect, dropdown and listbox options [\#7169](https://github.com/primefaces/primeng/issues/7169) -- Add showPassword prop to Password component [\#7083](https://github.com/primefaces/primeng/issues/7083) -- DOM Handler causes incorrect offset in components that use "relativePosition" [\#6803](https://github.com/primefaces/primeng/issues/6803) -- Expose Dialog icons for easier customization [\#6102](https://github.com/primefaces/primeng/issues/6102) -- Update time separator in Calendar component with timeOnly [\#5917](https://github.com/primefaces/primeng/issues/5917) -- Focus method for Input Mask component. [\#5874](https://github.com/primefaces/primeng/issues/5874) -- files property on p-fileUpload fail [\#5817](https://github.com/primefaces/primeng/issues/5817) -- Filter inputs in component should have aria-label for accessibility [\#5811](https://github.com/primefaces/primeng/issues/5811) -- Accessibility: p-dropdown does not contain children with role=option [\#5809](https://github.com/primefaces/primeng/issues/5809) -- InputMask misses an INPUT event [\#5799](https://github.com/primefaces/primeng/issues/5799) -- Add scrollTop method to ScrollPanel [\#5787](https://github.com/primefaces/primeng/issues/5787) -- Use HTTPClient in FileUpload [\#4945](https://github.com/primefaces/primeng/issues/4945) -- Incorrect semantic use of HTML label element in multiselect [\#2306](https://github.com/primefaces/primeng/issues/2306) - -**Fixed bugs:** - -- Themes should not override icons [\#7168](https://github.com/primefaces/primeng/issues/7168) -- The borders of table don't appear on IE [\#7167](https://github.com/primefaces/primeng/issues/7167) -- SplitButton rounded corners broken under 640px [\#7162](https://github.com/primefaces/primeng/issues/7162) -- p-sidebar dimissable flag is not re-evaluated when its value changes [\#7157](https://github.com/primefaces/primeng/issues/7157) -- TurboTable resize columns when clicked only [\#7140](https://github.com/primefaces/primeng/issues/7140) -- Two Null Valued Table Filtering Bugs [\#7134](https://github.com/primefaces/primeng/issues/7134) -- ClearState method is cleaning all states. It should clears only stateKey state. [\#7124](https://github.com/primefaces/primeng/issues/7124) -- closeOnEscape property not working on p-dialog [\#7123](https://github.com/primefaces/primeng/issues/7123) -- p-spinner truncates decimal part for step bigger than 1 [\#7115](https://github.com/primefaces/primeng/issues/7115) -- Up/Down arrow press on draggable Tree [\#7080](https://github.com/primefaces/primeng/issues/7080) -- Accordion space-bar toggle event not working in IE [\#5898](https://github.com/primefaces/primeng/issues/5898) -- Error loading captcha with angular 6 [\#5881](https://github.com/primefaces/primeng/issues/5881) -- p-table column reordering still not working [\#5878](https://github.com/primefaces/primeng/issues/5878) -- OverlayPanel doesn't close on iPhone [\#5870](https://github.com/primefaces/primeng/issues/5870) -- Editor insert image does not update value [\#5841](https://github.com/primefaces/primeng/issues/5841) -- ConfirmDialog doesn't always re-center on browser resize [\#5834](https://github.com/primefaces/primeng/issues/5834) -- Turbo Table: Shows scrollbars on Edge and IE11 even though \[scrollable\] is disabled [\#5824](https://github.com/primefaces/primeng/issues/5824) -- MenuItem\#styleClass suppport for Steps [\#5805](https://github.com/primefaces/primeng/issues/5805) - -## [7.0.4](https://github.com/primefaces/primeng/tree/7.0.4) (2018-1-7) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.0.3...7.0.4) - -**Implemented New Features and Enhancements:** - -- Make DomHandler and ObjectUtils Static Utilities rather than Services [\#7073](https://github.com/primefaces/primeng/issues/7073) -- Table HeaderCheckBox not working when Filtered row count equal to the selected row count [\#7062](https://github.com/primefaces/primeng/issues/7062) -- Accent support in Table Filtering [\#7005](https://github.com/primefaces/primeng/issues/7005) -- Empty message for PickList [\#6967](https://github.com/primefaces/primeng/issues/6967) -- Performance improvements on TreeTable [\#6898](https://github.com/primefaces/primeng/issues/6898) -- InputGroup support for InputMask [\#5783](https://github.com/primefaces/primeng/issues/5783) -- Improve keyboard accessibility for SelectButton and ToggleButton [\#5739](https://github.com/primefaces/primeng/issues/5739) -- MultiSelect dropdown click event [\#5701](https://github.com/primefaces/primeng/issues/5701) -- More options for Editor [\#5695](https://github.com/primefaces/primeng/issues/5695) -- add support for 3rd party modules to quill editor \(image drop and resize\) [\#5622](https://github.com/primefaces/primeng/issues/5622) -- Lazy loading doesn't work on the Accordion [\#5621](https://github.com/primefaces/primeng/issues/5621) -- using multiple lines in p-message\(s\) breaks layout [\#5614](https://github.com/primefaces/primeng/issues/5614) -- p-calendar dateFormat into locale [\#5585](https://github.com/primefaces/primeng/issues/5585) -- Floating label support for textarea [\#5560](https://github.com/primefaces/primeng/issues/5560) -- Custom content support for TabMenu [\#3018](https://github.com/primefaces/primeng/issues/3018) -- Growl should support Message's with arbitrary timeouts [\#2590](https://github.com/primefaces/primeng/issues/2590) - -**Fixed bugs:** - -- TurboTable is not properly unbinding the body scroll listener [\#7074](https://github.com/primefaces/primeng/issues/7074) -- PickList dragdrop may conflict with other PickLists [\#7072](https://github.com/primefaces/primeng/issues/7072) -- OrderList dragdrop may conflict with other OrderLists [\#7071](https://github.com/primefaces/primeng/issues/7071) -- Table state not working when reorderableColumns being false [\#7057](https://github.com/primefaces/primeng/issues/7057) -- Multiselect Header Checkbox is not working correctly [\#7047](https://github.com/primefaces/primeng/issues/7047) -- Editor active item is not highlighted in toolbar [\#7041](https://github.com/primefaces/primeng/issues/7041) -- Multiselect Keyboard Support Not Working [\#7039](https://github.com/primefaces/primeng/issues/7039) -- style and styleClass for ConfirmDialog [\#7017](https://github.com/primefaces/primeng/issues/7017) -- p-textarea resize bug when used in an overlay + tabs [\#7000](https://github.com/primefaces/primeng/issues/7000) -- AutoComplete onSelect bug with forceSelection [\#6943](https://github.com/primefaces/primeng/issues/6943) -- Autocomplete control does not validate properly when you empty the control [\#6934](https://github.com/primefaces/primeng/issues/6934) -- MenuItem\#styleClass suppport for Steps [\#5805](https://github.com/primefaces/primeng/issues/5805) -- Improve Docs for CodeHighlighter [\#5792](https://github.com/primefaces/primeng/issues/5792) -- Advanced File Upload Defect with cancel buttons [\#5765](https://github.com/primefaces/primeng/issues/5765) -- Primeng KeyFilter does not working well when user do Cut, Copy and Paste [\#5752](https://github.com/primefaces/primeng/issues/5752) -- Separator causes menubar to break to new line [\#5741](https://github.com/primefaces/primeng/issues/5741) -- "in" doesn't properly filter value of null for Table [\#5735](https://github.com/primefaces/primeng/issues/5735) -- pDefer creates duplicate content [\#5730](https://github.com/primefaces/primeng/issues/5730) -- Dialog can be resized/dragged outside the viewport [\#5713](https://github.com/primefaces/primeng/issues/5713) -- Dialog doesn't render in Responsive when loaded from mobile view [\#5662](https://github.com/primefaces/primeng/issues/5662) -- Dataview doesn't reset to first page after filtering [\#5599](https://github.com/primefaces/primeng/issues/5599) - -**Unit Tests:** - -- Table Unit Test [\#7032](https://github.com/primefaces/primeng/issues/7032) - -## [7.0.3](https://github.com/primefaces/primeng/tree/7.0.3) (2018-12-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.0.2...7.0.3) - -**Fixed bugs:** - -- Global Filtering Broken in Table [\#7004](https://github.com/primefaces/primeng/issues/7004) - -## [7.0.2](https://github.com/primefaces/primeng/tree/7.0.2) (2018-12-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.0.1...7.0.2) - -**Implemented New Features and Enhancements:** - -- Improve Radio/Checkbox focus visuals on free themes [\#6999](https://github.com/primefaces/primeng/issues/6999) - -**Fixed bugs:** - -- Aot build not working with fullTemplateTypeCheck option [\#7001](https://github.com/primefaces/primeng/issues/7001) - -## [7.0.1](https://github.com/primefaces/primeng/tree/7.0.1) (2018-12-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.0.0...7.0.1) - -**Implemented New Features and Enhancements:** - -- Tree and TreeTable toggle icon selects text [\#6983](https://github.com/primefaces/primeng/issues/6983) -- Refactor OrderList/PickList keyboard navigation [\#6980](https://github.com/primefaces/primeng/issues/6980) -- Refactor MultiSelect keyboard navigation [\#6979](https://github.com/primefaces/primeng/issues/6979) -- Refactor Listbox keyboard navigation [\#6978](https://github.com/primefaces/primeng/issues/6978) -- Refactor deepEquals implementation of ObjectUtils [\#6977](https://github.com/primefaces/primeng/issues/6977) -- Unnecessary save state at filtering during state restore [\#6969](https://github.com/primefaces/primeng/issues/6969) -- Acentuation insensitive filtering for componens having filters [\#6966](https://github.com/primefaces/primeng/issues/6966) -- Clear State Method [\#6950](https://github.com/primefaces/primeng/issues/6950) -- Autofocus on Autocomplete [\#6942](https://github.com/primefaces/primeng/issues/6942) -- VirtualScroller for MultiSelect [\#3952](https://github.com/primefaces/primeng/issues/3952) -- Unitless Dialog Width-Height [\#1990](https://github.com/primefaces/primeng/issues/1990) - -**Fixed bugs:** - -- Listbox filter does not allow upper case [\#6981](https://github.com/primefaces/primeng/issues/6981) -- SelectButton templating is not aligned with other Select components [\#6974](https://github.com/primefaces/primeng/issues/6974) -- TableState may fail if data gets initialized before state restore [\#6968](https://github.com/primefaces/primeng/issues/6968) -- DynamicDialogModule Could not find a declaration file for module [\#6954](https://github.com/primefaces/primeng/issues/6954) -- Dialog without footer has extra space at the bottom [\#6850](https://github.com/primefaces/primeng/issues/6850) -- Dropdown and MultiSelect converts filter value to lowercase [\#6779](https://github.com/primefaces/primeng/issues/6779) -- Slider onSlideEnd does not fire on touch end [\#4173](https://github.com/primefaces/primeng/issues/4173) - -## [7.0.0-rc.1](https://github.com/primefaces/primeng/tree/7.0.0-rc.1) (2018-11-27) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.7...7.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Keyboard support for PickList component [\#6897](https://github.com/primefaces/primeng/issues/6897) -- Keyboard support for OrderList component [\#6892](https://github.com/primefaces/primeng/issues/6892) -- Keyboard support for Listbox component [\#6883](https://github.com/primefaces/primeng/issues/6883) -- New Component: p-virtualScroll [\#6869](https://github.com/primefaces/primeng/issues/6869) -- Hide overlays on window resize [\#6834](https://github.com/primefaces/primeng/issues/6834) -- Holding down the up/down arrows should continue to scroll the numbers in timepicker [\#6783](https://github.com/primefaces/primeng/issues/6783) -- CSS calc support for Table ScrollHeight [\#6756](https://github.com/primefaces/primeng/issues/6756) -- Add search box to the sidebar of Showcase [\#6637](https://github.com/primefaces/primeng/issues/6637) -- p-inputSwitch: readonly support request [\#6332](https://github.com/primefaces/primeng/issues/6332) -- Keyboard support for MultiSelect component [\#6025](https://github.com/primefaces/primeng/issues/6025) -- Header/Footer template for MultiSelect [\#5950](https://github.com/primefaces/primeng/issues/5950) -- Add filtering / FilterBy into MultiSelect component [\#5172](https://github.com/primefaces/primeng/issues/5172) -- Ability to cancel dropping node from p-tree [\#3544](https://github.com/primefaces/primeng/issues/3544) -- Improve ContextMenu collision detection [\#3261](https://github.com/primefaces/primeng/issues/3261) -- DialogService for Dynamic Dialogs [\#1940](https://github.com/primefaces/primeng/issues/1940) -- Arrow for OverlayPanel [\#1474](https://github.com/primefaces/primeng/issues/1474) -- TableState for Table [\#304](https://github.com/primefaces/primeng/issues/304) - -**Fixed bugs:** - -- PickList - OrderList does not highlight drop points [\#6915](https://github.com/primefaces/primeng/issues/6915) -- OverlayPanel issues with components with overlays as children [\#6907](https://github.com/primefaces/primeng/issues/6907) -- p-listbox toggle-all checkbox is autochecked when filter matches no items [\#6903](https://github.com/primefaces/primeng/issues/6903) -- When custom template is provided; select button will unnecesarily manipulate options [\#6876](https://github.com/primefaces/primeng/issues/6876) -- Calendar touchui doesn't close correctly with tab key [\#6863](https://github.com/primefaces/primeng/issues/6863) -- Expandable rows compatibility issues with row selection [\#6861](https://github.com/primefaces/primeng/issues/6861) -- Pagination values mismatch after filtering [\#6859](https://github.com/primefaces/primeng/issues/6859) -- Remove moveOnTop from Dialog mousedown [\#6857](https://github.com/primefaces/primeng/issues/6857) -- Multiselect error fix [\#6838](https://github.com/primefaces/primeng/issues/6838) -- Toast autoZIndex not working correctly [\#6825](https://github.com/primefaces/primeng/issues/6825) -- Fileupload style not working [\#6817](https://github.com/primefaces/primeng/issues/6817) -- Radiobutton onClick is emitted before the form value is changed [\#6780](https://github.com/primefaces/primeng/issues/6780) -- Horizontal scrollable table header borders missing on IE [\#6768](https://github.com/primefaces/primeng/issues/6768) -- Pagination Page Numbers Wrapping After 100 Pages [\#6153](https://github.com/primefaces/primeng/issues/6153) -- Progress Spinner does not work in IE [\#4313](https://github.com/primefaces/primeng/issues/4313) -- Calendars inline with icons overlapping [\#3684](https://github.com/primefaces/primeng/issues/3684) - -**Deprecated:** - -- Deprecate DataScroller [\#6870](https://github.com/primefaces/primeng/issues/6870) - -**Unit Tests:** - -- Slider Unit Test Need Improvement [\#6848](https://github.com/primefaces/primeng/issues/6848) -- InputText Unit Test Need Improvement [\#6847](https://github.com/primefaces/primeng/issues/6847) -- CodeHighlighter Unit Test Need Improvement [\#6845](https://github.com/primefaces/primeng/issues/6845) -- Breadcrumb Unit Test Need Improvement [\#6844](https://github.com/primefaces/primeng/issues/6844) -- Dialog Unit Test Need Improvement [\#6843](https://github.com/primefaces/primeng/issues/6843) -- InputSwitch Unit Test Need Improvement [\#6842](https://github.com/primefaces/primeng/issues/6842) -- Autocomplete Unit Test is Crashing [\#6821](https://github.com/primefaces/primeng/issues/6821) -- ConfrimDialog Unit Test is Crashing [\#6820](https://github.com/primefaces/primeng/issues/6820) -- Calendar Unit Test is Crashing [\#6818](https://github.com/primefaces/primeng/issues/6818) -- Fileupload Unit Test [\#6816](https://github.com/primefaces/primeng/issues/6816) - -## [6.1.7](https://github.com/primefaces/primeng/tree/6.1.7) (2018-11-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.6...6.1.7) - -**Fixed bugs:** - -- OverlayPanel issues with components with overlays as children [\#6907](https://github.com/primefaces/primeng/issues/6907) - -## [6.1.6](https://github.com/primefaces/primeng/tree/6.1.6) (2018-11-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/7.0.0-beta.1...6.1.6) - -**Implemented New Features and Enhancements:** - -- Select a tree node with enter key [\#6836](https://github.com/primefaces/primeng/issues/6836) - -**Fixed bugs:** - -- Multiselect error fix [\#6838](https://github.com/primefaces/primeng/issues/6838) - -## [7.0.0-beta.1](https://github.com/primefaces/primeng/tree/7.0.0-beta.1) (2018-10-25) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.5...7.0.0-beta.1) - -**Implemented New Features and Enhancements:** - -- Calendar should reset the UI when opening for the second time [\#6765](https://github.com/primefaces/primeng/issues/6765) -- Clicking outside of the TreeTable should close editing cell [\#6763](https://github.com/primefaces/primeng/issues/6763) -- Keyboard navigation for TreeTable [\#6762](https://github.com/primefaces/primeng/issues/6762) -- Keyboard accessible sort headers for Table and TreeTable [\#6761](https://github.com/primefaces/primeng/issues/6761) -- Replace href="\#" with tabindex="0" [\#6760](https://github.com/primefaces/primeng/issues/6760) -- Deprecate p-schedule in favor of the new p-fullCalendar [\#6758](https://github.com/primefaces/primeng/issues/6758) -- Improve button focus visuals on Nova and Luna [\#6754](https://github.com/primefaces/primeng/issues/6754) -- Clicking outside of the Table should close editing cell [\#6753](https://github.com/primefaces/primeng/issues/6753) -- Select a tree node with enter key [\#6715](https://github.com/primefaces/primeng/issues/6715) -- Rename title/subtitle properties of Card [\#6703](https://github.com/primefaces/primeng/issues/6703) -- Keyboard Support for Table Row Selection [\#5762](https://github.com/primefaces/primeng/issues/5762) -- positionTop, positionLeft and breakpoint for ConfirmDialog [\#5534](https://github.com/primefaces/primeng/issues/5534) -- readonly support for MultiSelect [\#5506](https://github.com/primefaces/primeng/issues/5506) -- Create CHANGELOG.md [\#1675](https://github.com/primefaces/primeng/issues/1675) - -**Fixed bugs:** - -- Unselectable rows still get hover on Table [\#6751](https://github.com/primefaces/primeng/issues/6751) -- TreeTable frozen columns alignment issue [\#6748](https://github.com/primefaces/primeng/issues/6748) -- MultiSelect with resetFilterOnHide: input clears on hide, but objects are not refiltered [\#6740](https://github.com/primefaces/primeng/issues/6740) -- Carousel firstVisible is ignored [\#6728](https://github.com/primefaces/primeng/issues/6728) -- Table: blur event not called from an editable cell [\#6701](https://github.com/primefaces/primeng/issues/6701) -- Table.reset\(\) shouldn't reset the sortOrder to 1 [\#5546](https://github.com/primefaces/primeng/issues/5546) -- Slider does not reflect initially bound value when OnPush strategy is used [\#5530](https://github.com/primefaces/primeng/issues/5530) - -**Unit Tests:** - -- Message Unit Test [\#6698](https://github.com/primefaces/primeng/issues/6698) - -## [6.1.5](https://github.com/primefaces/primeng/tree/6.1.5) (2018-10-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.4...6.1.5) - -**Implemented New Features and Enhancements:** - -- Accordion tab should be toggled with enter key as well [\#6685](https://github.com/primefaces/primeng/issues/6685) -- Use Flex for OrderList layout [\#6670](https://github.com/primefaces/primeng/issues/6670) -- onClickClick event for Chips component [\#6668](https://github.com/primefaces/primeng/issues/6668) -- Customizable animation transition options per component [\#6652](https://github.com/primefaces/primeng/issues/6652) -- Paginated & lazy loaded TurboTable should not truncate rows added manually [\#6634](https://github.com/primefaces/primeng/issues/6634) -- Reimplement Textarea AutoSize [\#6626](https://github.com/primefaces/primeng/issues/6626) -- TurboTable: provide rowIndex property in event when toggleRowWithCheckbox and toggleRowWithRadio triggered [\#6617](https://github.com/primefaces/primeng/issues/6617) -- Add a property "inputId" in p-dropdown [\#6602](https://github.com/primefaces/primeng/issues/6602) -- Aria properties for AutoComplete [\#6565](https://github.com/primefaces/primeng/issues/6565) -- Add support of "iconPos" to p-toggleButton [\#6526](https://github.com/primefaces/primeng/issues/6526) -- SlideMenu ignores MenuItem.visible flag [\#6330](https://github.com/primefaces/primeng/issues/6330) -- p-panel toggle on header click [\#5694](https://github.com/primefaces/primeng/issues/5694) -- Remove the link displayed at bottom corner when hovering the accordion/tabview header [\#5518](https://github.com/primefaces/primeng/issues/5518) -- Ability to clear listbox filter [\#4680](https://github.com/primefaces/primeng/issues/4680) -- Enhancement: OrderList: new property to place "order panel" on the left or right side [\#4299](https://github.com/primefaces/primeng/issues/4299) -- onShow and onHide events for Dropdown [\#2172](https://github.com/primefaces/primeng/issues/2172) -- Keyboard and Screen Reader support for Vertical Tree component [\#1861](https://github.com/primefaces/primeng/issues/1861) -- Selected Items binding to OrderList [\#1797](https://github.com/primefaces/primeng/issues/1797) -- Optgroup for Dropdown [\#1221](https://github.com/primefaces/primeng/issues/1221) - -**Fixed bugs:** - -- Dialog may not get maximized [\#6697](https://github.com/primefaces/primeng/issues/6697) -- Multiselect defaultLabel model binding does not work [\#6665](https://github.com/primefaces/primeng/issues/6665) -- p-chips disabled issue [\#6661](https://github.com/primefaces/primeng/issues/6661) -- Calendar accepts invalid/disabled \(typed\) date when editable \(readonlyInput not set\) [\#6655](https://github.com/primefaces/primeng/issues/6655) -- TabView breaks and shows multiple panels when toggling visibility [\#6621](https://github.com/primefaces/primeng/issues/6621) -- TurboTable: Disabled TableHeaderCheckbox is clickable [\#6618](https://github.com/primefaces/primeng/issues/6618) -- Spinner inputStyle type is wrong [\#6597](https://github.com/primefaces/primeng/issues/6597) -- Issue with p-table pTemplate="frozenfooter" not displaying at all and frozenrow show bottom [\#6592](https://github.com/primefaces/primeng/issues/6592) -- Month is not highlighted when the date is not the first day of the month. [\#6535](https://github.com/primefaces/primeng/issues/6535) -- PickList onSourceReorder/onTargetReorder callbacks are not called when reordering the list via dragging of elements [\#6523](https://github.com/primefaces/primeng/issues/6523) -- onHide event not triggered in version 6.1.4 for dialog and overlayPanel [\#6520](https://github.com/primefaces/primeng/issues/6520) -- Listbox header is shown when it should not be. [\#6499](https://github.com/primefaces/primeng/issues/6499) -- Lightbox doesn't behave correctly when the onPush change-detection strategy is used [\#6488](https://github.com/primefaces/primeng/issues/6488) -- OverlayPanel show method not working [\#6467](https://github.com/primefaces/primeng/issues/6467) -- Changing p-schedule option causes no refresh [\#6386](https://github.com/primefaces/primeng/issues/6386) - -**Unit Tests:** - -- Messages Unit Test [\#6696](https://github.com/primefaces/primeng/issues/6696) -- Terminal Unit Test [\#6691](https://github.com/primefaces/primeng/issues/6691) -- BlockUI unit test [\#6684](https://github.com/primefaces/primeng/issues/6684) -- Inplace unit test [\#6683](https://github.com/primefaces/primeng/issues/6683) -- InputTextArea Unit Test [\#6679](https://github.com/primefaces/primeng/issues/6679) -- InputTextArea unit test [\#6678](https://github.com/primefaces/primeng/issues/6678) -- slidemenu unit test need improvement [\#6677](https://github.com/primefaces/primeng/issues/6677) -- Dialog unit test [\#6648](https://github.com/primefaces/primeng/issues/6648) -- Slidemenu unit test [\#6644](https://github.com/primefaces/primeng/issues/6644) -- Radiobutton unit test [\#6641](https://github.com/primefaces/primeng/issues/6641) -- Tieredmenu unit test [\#6640](https://github.com/primefaces/primeng/issues/6640) -- Autocomplete unit test [\#6638](https://github.com/primefaces/primeng/issues/6638) -- Chips unit test [\#6620](https://github.com/primefaces/primeng/issues/6620) -- Picklist unit test [\#6600](https://github.com/primefaces/primeng/issues/6600) -- picklist unit test [\#6599](https://github.com/primefaces/primeng/issues/6599) -- Spinner unit test [\#6598](https://github.com/primefaces/primeng/issues/6598) -- Spinner unit test [\#6595](https://github.com/primefaces/primeng/issues/6595) -- Checkbox unit test [\#6589](https://github.com/primefaces/primeng/issues/6589) -- Selectbutton unit test [\#6588](https://github.com/primefaces/primeng/issues/6588) -- Calendar unit test [\#6586](https://github.com/primefaces/primeng/issues/6586) -- Listbox unit test [\#6585](https://github.com/primefaces/primeng/issues/6585) -- Megamenu unit test [\#6581](https://github.com/primefaces/primeng/issues/6581) -- Tristatecheckbox unit test [\#6580](https://github.com/primefaces/primeng/issues/6580) -- Orderlist unit test [\#6578](https://github.com/primefaces/primeng/issues/6578) -- calendar unit test [\#6571](https://github.com/primefaces/primeng/issues/6571) -- menubar unit test [\#6515](https://github.com/primefaces/primeng/issues/6515) - -## [6.1.4](https://github.com/primefaces/primeng/tree/6.1.4) (2018-09-18) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.3...6.1.4) - -**Implemented New Features and Enhancements:** - -- Rewrite Spinner [\#6496](https://github.com/primefaces/primeng/issues/6496) -- New Luna Free Dark Theme Family [\#6491](https://github.com/primefaces/primeng/issues/6491) -- Improving accessibility for input mask [\#6465](https://github.com/primefaces/primeng/issues/6465) -- Keyboard search for Dropdown [\#3342](https://github.com/primefaces/primeng/issues/3342) -- New grid system based on flex [\#3298](https://github.com/primefaces/primeng/issues/3298) -- ContextMenu - enable left click listener [\#3215](https://github.com/primefaces/primeng/issues/3215) - -**Fixed bugs:** - -- Dragging a textarea in a draggable header should be prevented. [\#6510](https://github.com/primefaces/primeng/issues/6510) -- Calendar button goes out of bounds in Nova [\#6498](https://github.com/primefaces/primeng/issues/6498) -- Table row reorder indicator not visible on Nova [\#6497](https://github.com/primefaces/primeng/issues/6497) -- OrderList incorrect multiple items reorder on move top\bottom [\#6473](https://github.com/primefaces/primeng/issues/6473) -- Bug in date equality causes wrong initialization of dropdown with date value [\#6469](https://github.com/primefaces/primeng/issues/6469) -- Dialog/OverlayPanel onHide triggered when destroying an hidden dialog [\#6442](https://github.com/primefaces/primeng/issues/6442) -- InputSwitch not firing change detection on external value change with Push Strategy [\#6434](https://github.com/primefaces/primeng/issues/6434) -- Documentation typo on Calendar [\#6430](https://github.com/primefaces/primeng/issues/6430) -- p-dropdown input filter does not get focus anymore [\#6388](https://github.com/primefaces/primeng/issues/6388) -- problem with p-spinner and decimal \(5.2.4\) [\#5490](https://github.com/primefaces/primeng/issues/5490) - -**Unit Tests:** - -- spinner unit test not working [\#6500](https://github.com/primefaces/primeng/issues/6500) -- panel menu unit test [\#6484](https://github.com/primefaces/primeng/issues/6484) -- menu unit test [\#6483](https://github.com/primefaces/primeng/issues/6483) -- paginator unit test [\#6480](https://github.com/primefaces/primeng/issues/6480) -- slidemenu unit test [\#6475](https://github.com/primefaces/primeng/issues/6475) -- picklist unit test [\#6468](https://github.com/primefaces/primeng/issues/6468) -- orderlist unit test [\#6452](https://github.com/primefaces/primeng/issues/6452) -- calendar unit test [\#6437](https://github.com/primefaces/primeng/issues/6437) -- tieredmenu unit test [\#6428](https://github.com/primefaces/primeng/issues/6428) - -## [6.1.3](https://github.com/primefaces/primeng/tree/6.1.3) (2018-08-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.2...6.1.3) - -**Implemented New Features and Enhancements:** - -- Dynamic year range for Calendar [\#6415](https://github.com/primefaces/primeng/issues/6415) -- Bold font weight for Table headers [\#6409](https://github.com/primefaces/primeng/issues/6409) -- Add nodeTrackBy to Tree [\#6378](https://github.com/primefaces/primeng/issues/6378) -- Improve shared OverlayPanel display [\#6377](https://github.com/primefaces/primeng/issues/6377) -- Tabview with custom html in the header [\#2462](https://github.com/primefaces/primeng/issues/2462) - -**Fixed bugs:** - -- p-multiSelect disabled option still possible to select [\#6422](https://github.com/primefaces/primeng/issues/6422) -- MultiSelect display broken if an option is selected and removed [\#6413](https://github.com/primefaces/primeng/issues/6413) -- p-calendar's navigation \(left/right\) is not in sync with selected date, if date is not in current year [\#6393](https://github.com/primefaces/primeng/issues/6393) -- Disabled option\(s\) in p-dropdown are selectable [\#6368](https://github.com/primefaces/primeng/issues/6368) -- ConfirmDialog `appendTo` is broken [\#6362](https://github.com/primefaces/primeng/issues/6362) -- ConfirmDialog screen position not working properly [\#6342](https://github.com/primefaces/primeng/issues/6342) -- Password component throws an error when handling keyup events and feedback is false [\#6334](https://github.com/primefaces/primeng/issues/6334) -- dropdown does not close on selection when change detection is on push [\#6193](https://github.com/primefaces/primeng/issues/6193) -- Calendar not closing on first click when with onPush strategy [\#6174](https://github.com/primefaces/primeng/issues/6174) -- Schedule control not showing events [\#6154](https://github.com/primefaces/primeng/issues/6154) -- p-dialog with height has invalid behavior while resizing [\#5974](https://github.com/primefaces/primeng/issues/5974) -- p-dialog - Size of dialog gets stuck on window zoom or resize [\#5336](https://github.com/primefaces/primeng/issues/5336) - -**Unit Tests:** - -- steps unit test [\#6424](https://github.com/primefaces/primeng/issues/6424) -- tabmenu unit test [\#6423](https://github.com/primefaces/primeng/issues/6423) -- megamenu unit test [\#6417](https://github.com/primefaces/primeng/issues/6417) -- breadcrumb unit test [\#6405](https://github.com/primefaces/primeng/issues/6405) -- toolbar unit test [\#6403](https://github.com/primefaces/primeng/issues/6403) -- card unit test [\#6402](https://github.com/primefaces/primeng/issues/6402) -- listbox unit test [\#6399](https://github.com/primefaces/primeng/issues/6399) -- tristatecheckbox unit test [\#6398](https://github.com/primefaces/primeng/issues/6398) -- inputswitch unit test [\#6397](https://github.com/primefaces/primeng/issues/6397) -- slider unit test [\#6382](https://github.com/primefaces/primeng/issues/6382) -- confirmDialog unit test [\#6381](https://github.com/primefaces/primeng/issues/6381) -- overlaypanel unit test [\#6374](https://github.com/primefaces/primeng/issues/6374) -- sidebar unit test [\#6373](https://github.com/primefaces/primeng/issues/6373) -- rating unit test [\#6359](https://github.com/primefaces/primeng/issues/6359) -- multiselect unit test [\#6353](https://github.com/primefaces/primeng/issues/6353) -- Progressbar unit test [\#6348](https://github.com/primefaces/primeng/issues/6348) -- dropdown unit test [\#6347](https://github.com/primefaces/primeng/issues/6347) -- Split button unit test notation is not smooth [\#6337](https://github.com/primefaces/primeng/issues/6337) -- Splitbutton test [\#6335](https://github.com/primefaces/primeng/issues/6335) -- Tabview unit test [\#6325](https://github.com/primefaces/primeng/issues/6325) - -## [6.1.2](https://github.com/primefaces/primeng/tree/6.1.2) (2018-08-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.1...6.1.2) - -**Implemented New Features and Enhancements:** - -- Improve Table and TreeTable Styling in Nova [\#6324](https://github.com/primefaces/primeng/issues/6324) - -## [6.1.1](https://github.com/primefaces/primeng/tree/6.1.1) (2018-08-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.0...6.1.1) - -**Implemented New Features and Enhancements:** - -- baseZIndex and autoZindex for all overlay components [\#6298](https://github.com/primefaces/primeng/issues/6298) -- Reimplement restore of appendTo logic of overlays [\#6286](https://github.com/primefaces/primeng/issues/6286) -- Get-started guide uses wrong css file [\#6247](https://github.com/primefaces/primeng/issues/6247) -- DataView - Paginator : Add paginatorTemplateLeft and paginatorTemplateRight on DataView component [\#6232](https://github.com/primefaces/primeng/issues/6232) -- Lazy p-table: add option for disabling initial data load and allowing to force load event manually [\#5481](https://github.com/primefaces/primeng/issues/5481) -- Date support for Table filtering [\#5441](https://github.com/primefaces/primeng/issues/5441) -- blockUI support for Table and TreeTable [\#5436](https://github.com/primefaces/primeng/issues/5436) - -**Fixed bugs:** - -- Event is not defined in InputSwitch [\#6314](https://github.com/primefaces/primeng/issues/6314) -- Dropdown/AutoComplete items with appendTo might have different styling [\#6313](https://github.com/primefaces/primeng/issues/6313) -- inplace editor button is misaligned [\#6310](https://github.com/primefaces/primeng/issues/6310) -- OverlayPanel position not updated if already visible [\#6289](https://github.com/primefaces/primeng/issues/6289) -- Showcase Splitbutton source code error [\#6287](https://github.com/primefaces/primeng/issues/6287) -- double clicking the checkbox/radiobutton causes the label to highlight [\#6278](https://github.com/primefaces/primeng/issues/6278) -- Dialog issue , onHide not triggered [\#6277](https://github.com/primefaces/primeng/issues/6277) -- Sorting of DataView component does not work when filtering is applied [\#6263](https://github.com/primefaces/primeng/issues/6263) -- Calendar - when using monthNavigator/yearNavigator and binding a date - current month/year is based on today vs. the bound date [\#6261](https://github.com/primefaces/primeng/issues/6261) -- Dropdown / Multiselect - Filter still applies after hiding, while displaying empty filter field [\#6256](https://github.com/primefaces/primeng/issues/6256) -- Overlay dialog not maximize without footer template [\#6246](https://github.com/primefaces/primeng/issues/6246) -- Password feedback error [\#6182](https://github.com/primefaces/primeng/issues/6182) -- dropdown. markForCheck being called before hide\(\) [\#6172](https://github.com/primefaces/primeng/issues/6172) -- p-calendar Month Picker rejects text input [\#6119](https://github.com/primefaces/primeng/issues/6119) -- Frozen columns issue with when scrollable columns present [\#5485](https://github.com/primefaces/primeng/issues/5485) -- p-table emits lazy load event twice when initializing and multiSortMeta is provided [\#5480](https://github.com/primefaces/primeng/issues/5480) -- Error in SelectButton Icons Documentation [\#5458](https://github.com/primefaces/primeng/issues/5458) -- Wrong default type of p-button [\#5453](https://github.com/primefaces/primeng/issues/5453) -- Body scrolls on touch devices when p-dialog is open, even with blockScroll="true" [\#5413](https://github.com/primefaces/primeng/issues/5413) -- ScrollPanel has incorrect height setting in .ui-scrollpanel-content. [\#5396](https://github.com/primefaces/primeng/issues/5396) -- Autocomplete - paste via mouse doesn't work [\#4397](https://github.com/primefaces/primeng/issues/4397) - -**Unit Tests:** - -- Test for Button Component [\#6299](https://github.com/primefaces/primeng/issues/6299) - -## [6.1.0](https://github.com/primefaces/primeng/tree/6.1.0) (2018-08-06) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.1.0-rc.1...6.1.0) - -**Implemented New Features and Enhancements:** - -- Password panel min width should be the same as element width [\#6213](https://github.com/primefaces/primeng/issues/6213) -- Update password meter image [\#6212](https://github.com/primefaces/primeng/issues/6212) -- ToolTip for Tab-Panel [\#2262](https://github.com/primefaces/primeng/issues/2262) - -**Fixed bugs:** - -- Disabled rating icons still get hover [\#6244](https://github.com/primefaces/primeng/issues/6244) -- Time enabled calendars show a right border [\#6243](https://github.com/primefaces/primeng/issues/6243) -- InputGroup buttons look compressed with Firefox [\#6214](https://github.com/primefaces/primeng/issues/6214) -- Double clicking on a calendar date causes the page to reload [\#6195](https://github.com/primefaces/primeng/issues/6195) - -## [6.1.0-rc.1](https://github.com/primefaces/primeng/tree/6.1.0-rc.1) (2018-08-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.0.2...6.1.0-rc.1) - -**Implemented New Features and Enhancements:** - -- New severity classes for p-messages [\#6205](https://github.com/primefaces/primeng/issues/6205) -- Upgrade to Angular 6.1.x and CLI 6.1.x [\#6202](https://github.com/primefaces/primeng/issues/6202) -- Days of other months should not render an anchor [\#6201](https://github.com/primefaces/primeng/issues/6201) -- Add ui-inplace-closable class to inplace [\#6200](https://github.com/primefaces/primeng/issues/6200) -- Align SplitButton animation with other overlay animations [\#6199](https://github.com/primefaces/primeng/issues/6199) -- Deprecate Free Themes in favor of Nova Free Theme Family [\#6198](https://github.com/primefaces/primeng/issues/6198) - -**Fixed bugs:** - -- Toast should export SharedModule [\#6203](https://github.com/primefaces/primeng/issues/6203) -- Dialog/OverlayPanel error when using appendTo [\#6168](https://github.com/primefaces/primeng/issues/6168) - -## [6.0.2](https://github.com/primefaces/primeng/tree/6.0.2) (2018-07-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.0.1...6.0.2) - -**Implemented New Features and Enhancements:** - -- Animation for Messages [\#6160](https://github.com/primefaces/primeng/issues/6160) -- Replace anchors with spans in disabled dates of Calendar [\#6158](https://github.com/primefaces/primeng/issues/6158) -- Deprecate Growl [\#6156](https://github.com/primefaces/primeng/issues/6156) -- New Component: Toast [\#6155](https://github.com/primefaces/primeng/issues/6155) -- Disabled option support for MultiSelect [\#6148](https://github.com/primefaces/primeng/issues/6148) -- Disabled option support for Dropdown [\#6147](https://github.com/primefaces/primeng/issues/6147) -- Disabled option support for SelectButton [\#6146](https://github.com/primefaces/primeng/issues/6146) -- Disabled option support for ListBox [\#6145](https://github.com/primefaces/primeng/issues/6145) -- Reimplement Popup Mode of Menu, TieredMenu and SlideMenu [\#6141](https://github.com/primefaces/primeng/issues/6141) -- Reimplement OverlayPanel Visibility [\#6140](https://github.com/primefaces/primeng/issues/6140) -- Reimplement ConfirmDialog Visibility [\#6139](https://github.com/primefaces/primeng/issues/6139) -- Reimplement ColorPicker Overlay Visibility [\#6138](https://github.com/primefaces/primeng/issues/6138) -- Reimplement Password Overlay Visibility [\#6137](https://github.com/primefaces/primeng/issues/6137) -- Remove lazy from Dropdown [\#6135](https://github.com/primefaces/primeng/issues/6135) -- Reimplement InputSwitch [\#6134](https://github.com/primefaces/primeng/issues/6134) -- Reimplement MultiSelect Overlay Visibility [\#6133](https://github.com/primefaces/primeng/issues/6133) -- Reimplement Dropdown Overlay Visibility [\#6132](https://github.com/primefaces/primeng/issues/6132) -- Reimplement AutoComplete Overlay Visibility [\#6124](https://github.com/primefaces/primeng/issues/6124) -- Reimplement Calendar Overlay Visibility [\#6123](https://github.com/primefaces/primeng/issues/6123) -- Reimplement Dialog Visibility [\#6113](https://github.com/primefaces/primeng/issues/6113) -- Hide overlaypanel on window resize [\#6108](https://github.com/primefaces/primeng/issues/6108) -- Conditional pDraggable and pDroppable [\#6100](https://github.com/primefaces/primeng/issues/6100) -- Add disabled property to SelectItem interface [\#586](https://github.com/primefaces/primeng/issues/586) - -**Fixed bugs:** - -- TreeTable editable column directive name is wrong [\#6164](https://github.com/primefaces/primeng/issues/6164) -- Month Picker Year Cutoff - CSS Adjustment - Simple [\#6152](https://github.com/primefaces/primeng/issues/6152) -- MultiSelect ScrollHeight is ignored [\#6136](https://github.com/primefaces/primeng/issues/6136) -- p-calendar Month Navigator error [\#6118](https://github.com/primefaces/primeng/issues/6118) -- Decrementing year on month view doesn't display the correct year on the navigator [\#6110](https://github.com/primefaces/primeng/issues/6110) -- OverlayPanel close icon misaligned on free themes [\#6109](https://github.com/primefaces/primeng/issues/6109) -- Table: Virtual scroll broken [\#6098](https://github.com/primefaces/primeng/issues/6098) -- Dialog modal not accessible when open it, with tab key access. [\#6095](https://github.com/primefaces/primeng/issues/6095) -- TreeTable must export SharedModule [\#6034](https://github.com/primefaces/primeng/issues/6034) -- Resize column on TreeTable with scrollable and frozen feature doesnt work [\#5924](https://github.com/primefaces/primeng/issues/5924) -- p-message severity "warn" shows no icon \(primeicons\) [\#5894](https://github.com/primefaces/primeng/issues/5894) -- Color picker background color is dependent on the currently selected color not the current hue [\#4441](https://github.com/primefaces/primeng/issues/4441) - -## [6.0.1](https://github.com/primefaces/primeng/tree/6.0.1) (2018-07-12) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.0.0...6.0.1) - -**Implemented New Features and Enhancements:** - -- Add ariaLabel to sortIcon [\#6040](https://github.com/primefaces/primeng/issues/6040) -- Add dismissable and showCloseIcon properties to Sidebar [\#6027](https://github.com/primefaces/primeng/issues/6027) -- Update to FullCalendar 4.0 [\#6022](https://github.com/primefaces/primeng/issues/6022) -- Improve Dialog Animations [\#6017](https://github.com/primefaces/primeng/issues/6017) -- GTE & LTE match modes don't exist [\#5962](https://github.com/primefaces/primeng/issues/5962) -- Udate moment version to 2.19.3 or newer [\#5926](https://github.com/primefaces/primeng/issues/5926) -- Change checkbox mode behavior in ListBox [\#5638](https://github.com/primefaces/primeng/issues/5638) -- Refactor toggle button icon binding performance [\#5596](https://github.com/primefaces/primeng/issues/5596) -- Customizable ContextMenu selection mode for Table and TreeTable [\#5558](https://github.com/primefaces/primeng/issues/5558) -- Support table style class for TurboTable \(like 'tableStyleClass' in DataTable\) [\#5189](https://github.com/primefaces/primeng/issues/5189) -- TouchUI mode for Calendar [\#4921](https://github.com/primefaces/primeng/issues/4921) -- Support for MenuItem icons in breadcrumb [\#4891](https://github.com/primefaces/primeng/issues/4891) -- Feature to display multiple months in Calendar [\#4759](https://github.com/primefaces/primeng/issues/4759) -- Feature Request: Selection limit for multiselect items [\#4614](https://github.com/primefaces/primeng/issues/4614) -- Month and Year only Calendar [\#3269](https://github.com/primefaces/primeng/issues/3269) - -**Fixed bugs:** - -- disabled table checkbox/radio still gets focus [\#6041](https://github.com/primefaces/primeng/issues/6041) -- Home icon of breadcrumb is ignored [\#6039](https://github.com/primefaces/primeng/issues/6039) -- ContextMenu selection style issues with row selection \(Table/TreeTable\) [\#6036](https://github.com/primefaces/primeng/issues/6036) -- UI Flicker on expandable rows of Table [\#6035](https://github.com/primefaces/primeng/issues/6035) -- we open date picker by using keyboard focus is not going into the pop up. [\#6014](https://github.com/primefaces/primeng/issues/6014) -- IE - X mark on date fields doesn't clear selected date - p-calendar [\#5998](https://github.com/primefaces/primeng/issues/5998) -- Add blockScroll to the table of properties in the dialog demo page. [\#5972](https://github.com/primefaces/primeng/issues/5972) -- Spinner allowing decimals however output has no decimal [\#5953](https://github.com/primefaces/primeng/issues/5953) -- resetFilterOnHide, p-dropdown do not clear filters on close [\#5915](https://github.com/primefaces/primeng/issues/5915) -- p-table: Bug and Fix Report - Multiselect with Shift on Filtered Table Selects Wrong Rows [\#5777](https://github.com/primefaces/primeng/issues/5777) -- Slider with step 0.1 don't working [\#5581](https://github.com/primefaces/primeng/issues/5581) -- Color problem with south-street theme [\#5504](https://github.com/primefaces/primeng/issues/5504) -- Dropdown autowidth doesn't auto-size in some cases [\#2973](https://github.com/primefaces/primeng/issues/2973) - -## [6.0.0](https://github.com/primefaces/primeng/tree/6.0.0) (2018-06-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.0.0-rc.1...6.0.0) - -**Fixed bugs:** - -- Maximizable Dialog make the main window's scrollbar disappear [\#5929](https://github.com/primefaces/primeng/issues/5929) -- Select Button error when options are not defined [\#5913](https://github.com/primefaces/primeng/issues/5913) -- FileUpload styleClass not working in basic mode [\#5909](https://github.com/primefaces/primeng/issues/5909) -- Missing pi CSS class in org chart. [\#5871](https://github.com/primefaces/primeng/issues/5871) - -## [6.0.0-rc.1](https://github.com/primefaces/primeng/tree/6.0.0-rc.1) (2018-06-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.0.0-beta.1...6.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Remove autoAlign from Dialog [\#5893](https://github.com/primefaces/primeng/issues/5893) -- Remove onValueChange from Calendar [\#5891](https://github.com/primefaces/primeng/issues/5891) -- Add closeCellEdit method to Table [\#5368](https://github.com/primefaces/primeng/issues/5368) -- Turbotable column style when 'pSortableColumnDisabled' [\#5329](https://github.com/primefaces/primeng/issues/5329) -- Maximizable Dialog [\#4124](https://github.com/primefaces/primeng/issues/4124) - -**Fixed bugs:** - -- am-pm formatting is wrong in Calendar [\#5882](https://github.com/primefaces/primeng/issues/5882) -- Frozen columns resize fails with new TreeTable [\#5867](https://github.com/primefaces/primeng/issues/5867) -- Jumping p-dialog [\#5855](https://github.com/primefaces/primeng/issues/5855) -- Dialog may cause flicker due to repositioning [\#5387](https://github.com/primefaces/primeng/issues/5387) -- Tree: checkbox selection, items where 'selectable:false' still have a check box [\#5359](https://github.com/primefaces/primeng/issues/5359) -- p-autocomplete - ExpressionChangedAfterItHasBeenCheckedError [\#5348](https://github.com/primefaces/primeng/issues/5348) -- slideMenu keeps overflow scrollbar even on item lists smaller than viewportHeight [\#5211](https://github.com/primefaces/primeng/issues/5211) - -## [6.0.0-beta.1](https://github.com/primefaces/primeng/tree/6.0.0-beta.1) (2018-06-06) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.0.0-alpha.2...6.0.0-beta.1) - -**Implemented New Features and Enhancements:** - -- Add onValueChange to Calendar [\#5854](https://github.com/primefaces/primeng/issues/5854) -- Remove UTC mode from Calendar [\#5853](https://github.com/primefaces/primeng/issues/5853) -- Replace FontAwesome with PrimeIcons [\#5098](https://github.com/primefaces/primeng/issues/5098) - -**Fixed bugs:** - -- Spinner min-max problem [\#5847](https://github.com/primefaces/primeng/issues/5847) -- TurboTable border is not showing in FF, Edge browser [\#5829](https://github.com/primefaces/primeng/issues/5829) -- p-table \(turbo table\) frozenColumns + resize not working [\#5751](https://github.com/primefaces/primeng/issues/5751) -- Height in p-chart is not applied if the responsive parameter is true [\#5748](https://github.com/primefaces/primeng/issues/5748) -- Charts: generateLegend doesn't return value [\#5669](https://github.com/primefaces/primeng/issues/5669) -- p-dropdown doesn't fire focus/blur when editable=true [\#3746](https://github.com/primefaces/primeng/issues/3746) - -## [6.0.0-alpha.2](https://github.com/primefaces/primeng/tree/6.0.0-alpha.2) (2018-05-31) - -[Full Changelog](https://github.com/primefaces/primeng/compare/6.0.0-alpha.1...6.0.0-alpha.2) - -**Implemented New Features and Enhancements:** - -- Add ui-multiselect-open class to multiselect component [\#5680](https://github.com/primefaces/primeng/issues/5680) -- New TreeTable [\#4813](https://github.com/primefaces/primeng/issues/4813) - -**Fixed bugs:** - -- ng-template "emptymessage" not working anymore in data-table [\#5804](https://github.com/primefaces/primeng/issues/5804) -- p-calendar timepicker UTC 12 hour wrong AM/PM [\#5772](https://github.com/primefaces/primeng/issues/5772) -- SplitButton's overlay not being removed [\#5706](https://github.com/primefaces/primeng/issues/5706) -- Turbo Table only applies the last filter before timeout [\#5660](https://github.com/primefaces/primeng/issues/5660) -- Float label not moving over input in Firefox [\#5657](https://github.com/primefaces/primeng/issues/5657) -- Docs error on file upload [\#5618](https://github.com/primefaces/primeng/issues/5618) -- TurboTable IE and Edge Resizable Columns Highlight [\#5446](https://github.com/primefaces/primeng/issues/5446) - -## [6.0.0-alpha.1](https://github.com/primefaces/primeng/tree/6.0.0-alpha.1) (2018-05-18) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.7...6.0.0-alpha.1) - -**Implemented New Features and Enhancements:** - -- Angular 6 Compatibility [\#5758](https://github.com/primefaces/primeng/issues/5758) -- Rxjs 6 support [\#5462](https://github.com/primefaces/primeng/issues/5462) - -## [5.2.7](https://github.com/primefaces/primeng/tree/5.2.7) (2018-05-17) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.6...5.2.7) - -**Fixed bugs:** - -- Screen readers should not read button icons [\#5744](https://github.com/primefaces/primeng/issues/5744) -- Tooltip life may be ignored [\#5731](https://github.com/primefaces/primeng/issues/5731) -- Calendar broken in 24hr mode between 0:00 - 1:00 [\#5705](https://github.com/primefaces/primeng/issues/5705) -- Table should apply filter if value changes [\#5664](https://github.com/primefaces/primeng/issues/5664) - -## [5.2.6](https://github.com/primefaces/primeng/tree/5.2.6) (2018-05-08) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.5...5.2.6) - -**Implemented New Features and Enhancements:** - -- RadioButton should focus on click [\#5702](https://github.com/primefaces/primeng/issues/5702) - -**Fixed bugs:** - -- Tooltip is not cleared on Safari [\#5699](https://github.com/primefaces/primeng/issues/5699) -- screen reader support of sortable headers [\#5697](https://github.com/primefaces/primeng/issues/5697) -- Tooltip with delay stick on screen when navigating [\#5693](https://github.com/primefaces/primeng/issues/5693) -- Firefox closes editable cell on right click for DataTable [\#5687](https://github.com/primefaces/primeng/issues/5687) -- p-tabview can be closed in disabled state [\#5673](https://github.com/primefaces/primeng/issues/5673) -- ValueChanged is executed when onFocus/unFocus in inputmask component [\#5672](https://github.com/primefaces/primeng/issues/5672) - -## [5.2.5](https://github.com/primefaces/primeng/tree/5.2.5) (2018-04-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.4...5.2.5) - -**Implemented New Features and Enhancements:** - -- Add modal property to Sidebar [\#5634](https://github.com/primefaces/primeng/issues/5634) -- 100% compatible tslint checks [\#5598](https://github.com/primefaces/primeng/issues/5598) -- Spinner should keep focus on input [\#5555](https://github.com/primefaces/primeng/issues/5555) -- Add trackBy to PickList [\#5536](https://github.com/primefaces/primeng/issues/5536) -- Custom export for TurboTable [\#5493](https://github.com/primefaces/primeng/issues/5493) -- Add resetPageOnSort property to table [\#5464](https://github.com/primefaces/primeng/issues/5464) -- Two way binding for TabView activeIndex [\#5270](https://github.com/primefaces/primeng/issues/5270) -- Add support for max-height on ScrollPanel [\#5250](https://github.com/primefaces/primeng/issues/5250) -- Hide ContextMenu on window resize [\#5200](https://github.com/primefaces/primeng/issues/5200) -- Update Issue template to use Stackblitz instead of Plunkr [\#5187](https://github.com/primefaces/primeng/issues/5187) -- Footer for multiselect [\#5174](https://github.com/primefaces/primeng/issues/5174) -- Added box-sizing: border-box to ui-g [\#5144](https://github.com/primefaces/primeng/issues/5144) -- Use Ng-Template for Selectbutton options. [\#5124](https://github.com/primefaces/primeng/issues/5124) -- Schedule - Emit events navLinkDayClick and navLinkWeekClick available at Full Calendar [\#5117](https://github.com/primefaces/primeng/issues/5117) -- Use same align on TurboTable on editable cell for input and output template [\#5102](https://github.com/primefaces/primeng/issues/5102) -- Add inputStyle and inputStyleClass to Spinner [\#5093](https://github.com/primefaces/primeng/issues/5093) -- acceptLabel - rejectLabel are not settable with ConfirmationService [\#5090](https://github.com/primefaces/primeng/issues/5090) -- PrimeNg Growl component causes Protractor synchronisation with Angular failure [\#4681](https://github.com/primefaces/primeng/issues/4681) - -**Fixed bugs:** - -- Spinner field have problems with min negative values [\#5656](https://github.com/primefaces/primeng/issues/5656) -- TableHeaderCheckbox not synced with filtering [\#5637](https://github.com/primefaces/primeng/issues/5637) -- Disabled radio button is still editable [\#5633](https://github.com/primefaces/primeng/issues/5633) -- Visible property has no effect on TieredMenu and Menubar [\#5632](https://github.com/primefaces/primeng/issues/5632) -- FileUpload hover animation is not disabled when the component is disabled [\#5591](https://github.com/primefaces/primeng/issues/5591) -- Table - Row Reorder navigates to "b.com" after row drag/drop in Firefox [\#5577](https://github.com/primefaces/primeng/issues/5577) -- Calendar Max Date issue [\#5535](https://github.com/primefaces/primeng/issues/5535) -- input-mask model doesn't update when select-all and delete input [\#5531](https://github.com/primefaces/primeng/issues/5531) -- keyfilter validation when empty but there is no "required" validator [\#5520](https://github.com/primefaces/primeng/issues/5520) -- Sort icon not correctly display [\#5509](https://github.com/primefaces/primeng/issues/5509) -- Table .reset\(\) not resetting column sort style [\#5499](https://github.com/primefaces/primeng/issues/5499) -- Autocomplete multiple forceSelection [\#5498](https://github.com/primefaces/primeng/issues/5498) -- Table frozen column and caption position [\#5491](https://github.com/primefaces/primeng/issues/5491) -- Scrollable-header does not show when p-table is on tabView [\#5451](https://github.com/primefaces/primeng/issues/5451) -- TurboTable - tabbing from an edited cell doesn´t emit onEditComplete [\#5282](https://github.com/primefaces/primeng/issues/5282) -- panel component animation 'collapsed model' driven bug [\#5274](https://github.com/primefaces/primeng/issues/5274) -- Calendar dates display URL when dragged [\#5263](https://github.com/primefaces/primeng/issues/5263) -- Sub-menu incorrectly align with Primeng 5.2 [\#5218](https://github.com/primefaces/primeng/issues/5218) -- Navigation buttons in gallery component embedded in an overlay panel is not clickable [\#5207](https://github.com/primefaces/primeng/issues/5207) -- MenuBar without AutoDisplay: menu doesn't close when clicked [\#5196](https://github.com/primefaces/primeng/issues/5196) -- Scrolling in TurboTable with 'virtualScroll' and 'lazy' enabled leads to jumping [\#5193](https://github.com/primefaces/primeng/issues/5193) -- p-tabMenu should specify item ID attribute [\#5184](https://github.com/primefaces/primeng/issues/5184) -- MegaMenuModule component : ERROR TypeError: Cannot read property 'styleClass' of undefined [\#5169](https://github.com/primefaces/primeng/issues/5169) -- Listbox readonly property doesn't work [\#5168](https://github.com/primefaces/primeng/issues/5168) -- DragAndDrop: dragHandle attribute doesn't work properly [\#5167](https://github.com/primefaces/primeng/issues/5167) -- Autocomplete readonly and forceSelection not work on multiple mode [\#5159](https://github.com/primefaces/primeng/issues/5159) -- DataTable/p-table: sorting doesn't check for null values in multisort mode [\#5158](https://github.com/primefaces/primeng/issues/5158) -- Menubar active item not disappearing with OnPush strategy [\#5131](https://github.com/primefaces/primeng/issues/5131) -- Chips component "max" is limiting does not work [\#5123](https://github.com/primefaces/primeng/issues/5123) -- CodeHighlighter doesn't work in \*ngFor loop [\#5121](https://github.com/primefaces/primeng/issues/5121) -- "disabled" property not working on tableRadioButton and tableCheckbox [\#5095](https://github.com/primefaces/primeng/issues/5095) -- Weird behavior when editing p-spinner and min is set [\#5073](https://github.com/primefaces/primeng/issues/5073) -- KeyFilter pValidateOnly does not accept Null values [\#5047](https://github.com/primefaces/primeng/issues/5047) -- Bug with overlaypanel in 4.3.0 [\#4327](https://github.com/primefaces/primeng/issues/4327) - -## [5.2.4](https://github.com/primefaces/primeng/tree/5.2.4) (2018-03-28) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.3...5.2.4) - -**Implemented New Features and Enhancements:** - -- New mode to keyfilter to validate whole value [\#5433](https://github.com/primefaces/primeng/issues/5433) -- Add name property to MultiSelect [\#4991](https://github.com/primefaces/primeng/issues/4991) -- Responsive FileUpload [\#4981](https://github.com/primefaces/primeng/issues/4981) -- labelStyleClass for Checkbox and RadioButton [\#4847](https://github.com/primefaces/primeng/issues/4847) -- name property for p-spinner [\#4821](https://github.com/primefaces/primeng/issues/4821) -- showHeader property for MultiSelect [\#4787](https://github.com/primefaces/primeng/issues/4787) -- Add focus\(\) method to Dropdown [\#4752](https://github.com/primefaces/primeng/issues/4752) -- Add \[autofocus\]="value" in input \(inputMask\) [\#4722](https://github.com/primefaces/primeng/issues/4722) -- Support composite icon inside a button with no label [\#4719](https://github.com/primefaces/primeng/issues/4719) -- Add hideOnDateTimeSelect property to Calendar [\#4710](https://github.com/primefaces/primeng/issues/4710) -- Add onClick event to Dropdown [\#4702](https://github.com/primefaces/primeng/issues/4702) - -**Fixed bugs:** - -- SplitButton alignment issues with inline content [\#5443](https://github.com/primefaces/primeng/issues/5443) -- rowIndex broken in TurboTable Paginator [\#5442](https://github.com/primefaces/primeng/issues/5442) -- p-growl show 'null' in IE, if without detail [\#5420](https://github.com/primefaces/primeng/issues/5420) -- AutoComplete - ui-state-filled is not updated when remove items thought backspace [\#5369](https://github.com/primefaces/primeng/issues/5369) -- InputMask issue on Android devices [\#5361](https://github.com/primefaces/primeng/issues/5361) -- Documentation error on Dialog [\#5356](https://github.com/primefaces/primeng/issues/5356) -- Turbo table: rowIndex attribute is not attached to event for onRowSelection event [\#5349](https://github.com/primefaces/primeng/issues/5349) -- EffectDuration is ignored in Galleria [\#5345](https://github.com/primefaces/primeng/issues/5345) -- Shift key selection only works on first page [\#5330](https://github.com/primefaces/primeng/issues/5330) -- Bug in p-chart.ts template [\#5322](https://github.com/primefaces/primeng/issues/5322) -- Table tries to sort even sorting is not used [\#5321](https://github.com/primefaces/primeng/issues/5321) -- Scrollable Table misaligns after page-filter [\#5320](https://github.com/primefaces/primeng/issues/5320) -- TurboTable with virtualScroll not display records when totalRecords is set after ngOnInit [\#5303](https://github.com/primefaces/primeng/issues/5303) -- TurboTable Frozen columns and Virtual scroll bottom alignment [\#5245](https://github.com/primefaces/primeng/issues/5245) -- Table checkbox selection ignores filtering [\#5220](https://github.com/primefaces/primeng/issues/5220) -- Autocomplete does not emit onClear event with forceSelection [\#5142](https://github.com/primefaces/primeng/issues/5142) -- class .ui-inputwrapper-filled is not removed on Dropdown [\#5109](https://github.com/primefaces/primeng/issues/5109) -- The array of objects displayed in the p-table is not displayed in original order when using row grouping [\#5050](https://github.com/primefaces/primeng/issues/5050) -- AutoComplete fails with async pipe [\#5030](https://github.com/primefaces/primeng/issues/5030) -- p-card control's line-height style causes inconsistent heights with internal controls [\#5001](https://github.com/primefaces/primeng/issues/5001) -- Resize+Reorder combination fails on TurboTable header [\#4957](https://github.com/primefaces/primeng/issues/4957) -- Organization Chart Alignment problems [\#4906](https://github.com/primefaces/primeng/issues/4906) -- Multiselect updateLabel fails when selectedItemsLabel does not include {} [\#4905](https://github.com/primefaces/primeng/issues/4905) -- Gmap component doesn't remove listeners when removing markers. [\#4873](https://github.com/primefaces/primeng/issues/4873) -- Editor empty value contains formattings [\#4843](https://github.com/primefaces/primeng/issues/4843) -- fullTemplateTypeCheck option incompatibility [\#4832](https://github.com/primefaces/primeng/issues/4832) -- Progressbar label not visible for 0 [\#4831](https://github.com/primefaces/primeng/issues/4831) -- Basic FileUpload fails to clear input field on call to clear\(\) [\#4816](https://github.com/primefaces/primeng/issues/4816) -- p-dialog \[minHeight\] missing [\#4814](https://github.com/primefaces/primeng/issues/4814) -- Accordion RTL icon is wrong [\#4749](https://github.com/primefaces/primeng/issues/4749) -- Dropdown autoWidth is not updated on value change [\#4747](https://github.com/primefaces/primeng/issues/4747) -- Calendar dateType ignored in multiple/range modes [\#4724](https://github.com/primefaces/primeng/issues/4724) -- Autocomplete suggestions are displayed on calendar input [\#4691](https://github.com/primefaces/primeng/issues/4691) -- Tooltip in scrolling containers doens't work [\#4450](https://github.com/primefaces/primeng/issues/4450) -- p-inputMask Cursor-Keys "Left/Right" don't work correctly on Firefox [\#3772](https://github.com/primefaces/primeng/issues/3772) -- Spinner: decimals are separated by the thousand separator [\#2993](https://github.com/primefaces/primeng/issues/2993) - -## [5.2.3](https://github.com/primefaces/primeng/tree/5.2.3) (2018-03-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.2...5.2.3) - -**Implemented New Features and Enhancements:** - -- Dialog positioning improvement [\#2795](https://github.com/primefaces/primeng/issues/2795) - -## [5.2.2](https://github.com/primefaces/primeng/tree/5.2.2) (2018-03-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.1...5.2.2) - -**Implemented New Features and Enhancements:** - -- Add minX and minY to dialog [\#5313](https://github.com/primefaces/primeng/issues/5313) -- Add showClear property to Dropdown [\#5285](https://github.com/primefaces/primeng/issues/5285) - -**Fixed bugs:** - -- Dialog drag should keep it within viewport [\#5312](https://github.com/primefaces/primeng/issues/5312) -- Dialog no longer draggable [\#5298](https://github.com/primefaces/primeng/issues/5298) -- max-height of p-listbox is ignored [\#5291](https://github.com/primefaces/primeng/issues/5291) -- Dropdown clear functionality should emit onChange [\#5288](https://github.com/primefaces/primeng/issues/5288) -- TurboTable isEnabled\(\) logical error. [\#5287](https://github.com/primefaces/primeng/issues/5287) -- Disabled dropdown still can be cleared [\#5286](https://github.com/primefaces/primeng/issues/5286) -- Dropdown with default value does not work properly with clear button [\#5280](https://github.com/primefaces/primeng/issues/5280) -- turbo table paginator template document typo [\#5275](https://github.com/primefaces/primeng/issues/5275) -- p-dialog autolayering fails [\#5271](https://github.com/primefaces/primeng/issues/5271) -- Dialog becomes unusable after moving rapidly [\#5231](https://github.com/primefaces/primeng/issues/5231) -- Dialog becomes unusable after pressing escape during movement [\#5230](https://github.com/primefaces/primeng/issues/5230) -- Input Mask sets DIRTY state incorrectly [\#5045](https://github.com/primefaces/primeng/issues/5045) -- class .ui-inputwrapper-filled is not removed on p-autocomplete with multipe=true [\#4753](https://github.com/primefaces/primeng/issues/4753) - -## [5.2.1](https://github.com/primefaces/primeng/tree/5.2.1) (2018-03-06) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.0...5.2.1) - -**Implemented New Features and Enhancements:** - -- Add key property to Message API and Messages-Growl Components [\#5260](https://github.com/primefaces/primeng/issues/5260) -- Add enableService property to Messages [\#5259](https://github.com/primefaces/primeng/issues/5259) -- Selecting a row with double click using TurboTable [\#5256](https://github.com/primefaces/primeng/issues/5256) -- Deprecate DataList and DataGrid [\#5255](https://github.com/primefaces/primeng/issues/5255) -- New Component: DataView [\#5248](https://github.com/primefaces/primeng/issues/5248) -- Disabled property to TurboTable directives [\#5243](https://github.com/primefaces/primeng/issues/5243) -- automationId attribute \(menubar component\) [\#5180](https://github.com/primefaces/primeng/issues/5180) -- metaKeySelection option for TurboTable [\#5111](https://github.com/primefaces/primeng/issues/5111) -- ColReorder support for Row Expansion in TurboTable [\#4999](https://github.com/primefaces/primeng/issues/4999) -- Clear icon for Dropdown [\#4363](https://github.com/primefaces/primeng/issues/4363) -- Scoping for MessageService [\#4347](https://github.com/primefaces/primeng/issues/4347) -- Row reordering with DragDrop for TurboTable [\#504](https://github.com/primefaces/primeng/issues/504) - -**Fixed bugs:** - -- slideMenu ignores styleClass on MenuItem model properties [\#5253](https://github.com/primefaces/primeng/issues/5253) -- SplitButton buttons misaligned on Firefox [\#5215](https://github.com/primefaces/primeng/issues/5215) -- DataGrid p-footer display glitch [\#5156](https://github.com/primefaces/primeng/issues/5156) -- Bug: Calendar won't accept user input when UTC is selected and the date is different from local zone [\#5137](https://github.com/primefaces/primeng/issues/5137) -- width and height fails for Charts [\#5126](https://github.com/primefaces/primeng/issues/5126) -- p-dropdown \[group\]=true not set default value [\#5080](https://github.com/primefaces/primeng/issues/5080) -- Picklist multi select and move does not work if selecting items in reverse order [\#5046](https://github.com/primefaces/primeng/issues/5046) -- Atribute visible from MenuItem is not work in SplitButton [\#5042](https://github.com/primefaces/primeng/issues/5042) -- ScrollPanel has wrong css to hide scroll panel [\#5038](https://github.com/primefaces/primeng/issues/5038) -- Dialog causes ExpressionChangedAfterItHasBeenCheckedError [\#5004](https://github.com/primefaces/primeng/issues/5004) -- PanelMenu ignores the visible attribute [\#4809](https://github.com/primefaces/primeng/issues/4809) -- \[minDate-maxDate\] may not update in Calendar [\#4755](https://github.com/primefaces/primeng/issues/4755) -- Calendar onMonthChange is not triggered when change monthNavigator [\#4708](https://github.com/primefaces/primeng/issues/4708) -- Prevent fileUpload messages to display services messages [\#4572](https://github.com/primefaces/primeng/issues/4572) - -## [5.2.0](https://github.com/primefaces/primeng/tree/5.2.0) (2018-02-01) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.0-rc.2...5.2.0) - -**Implemented New Features and Enhancements:** - -- Remove onRowClick from Table [\#5037](https://github.com/primefaces/primeng/issues/5037) -- Better resize support for Scrollable Tables [\#5032](https://github.com/primefaces/primeng/issues/5032) -- refresh method to ScrollPanel [\#5014](https://github.com/primefaces/primeng/issues/5014) -- style and styleClass for Panel [\#5006](https://github.com/primefaces/primeng/issues/5006) -- Icons for p-selectButton [\#4924](https://github.com/primefaces/primeng/issues/4924) -- scrollHeight not dynamically on new Turbo Table [\#4884](https://github.com/primefaces/primeng/issues/4884) -- Refactor DataScroller for Performance and Fix Lazy Loading [\#3906](https://github.com/primefaces/primeng/issues/3906) -- SelectItemGroup support for Dropdown [\#3548](https://github.com/primefaces/primeng/issues/3548) - -**Fixed bugs:** - -- Last column should not be resizable in Fit Mode of Table [\#5033](https://github.com/primefaces/primeng/issues/5033) -- TurboTable - Multiple Row Selection selects same rows more than once [\#5027](https://github.com/primefaces/primeng/issues/5027) -- TurboTable: editable dropdown cursor problem [\#5026](https://github.com/primefaces/primeng/issues/5026) -- Scrollable table may misalign when there is less data then scrollHeight [\#5013](https://github.com/primefaces/primeng/issues/5013) -- TurboTable: sortField+sortOrder with lazy loading triggers onLazyLoad callback three times on init [\#5012](https://github.com/primefaces/primeng/issues/5012) -- Rating fails under Push change detection [\#4994](https://github.com/primefaces/primeng/issues/4994) -- Table body overflows when the window width becomes smaller [\#4978](https://github.com/primefaces/primeng/issues/4978) -- DataList pagination class is wrong [\#4966](https://github.com/primefaces/primeng/issues/4966) -- TurboTable Frozen columns and Virtual scroll [\#4868](https://github.com/primefaces/primeng/issues/4868) -- LazyLoading fails for TabView [\#4839](https://github.com/primefaces/primeng/issues/4839) -- Calendar UI doesn't update when showTime is changed [\#4632](https://github.com/primefaces/primeng/issues/4632) - -## [5.2.0-rc.2](https://github.com/primefaces/primeng/tree/5.2.0-rc.2) (2018-01-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.2.0-rc.1...5.2.0-rc.2) - -**Implemented New Features and Enhancements:** - -- Add autoLayout prop to TurboTable [\#4938](https://github.com/primefaces/primeng/issues/4938) -- TurboTable cell widths should scale based on content [\#4937](https://github.com/primefaces/primeng/issues/4937) -- Custom sortFunction for TurboTable [\#4926](https://github.com/primefaces/primeng/issues/4926) -- Priority based responsive demo for TurboTable [\#4925](https://github.com/primefaces/primeng/issues/4925) -- Delay for TurboTable Filtering [\#4912](https://github.com/primefaces/primeng/issues/4912) -- Add globalFilterFields to TurboTable [\#4911](https://github.com/primefaces/primeng/issues/4911) -- Added horizontal scrollbar support to ScrollPanel [\#4909](https://github.com/primefaces/primeng/issues/4909) -- TurboTable requires dynamic columns in filtering [\#4908](https://github.com/primefaces/primeng/issues/4908) -- Checkbox Selection for TurboTable [\#4883](https://github.com/primefaces/primeng/issues/4883) -- Radio Selection for TurboTable [\#4882](https://github.com/primefaces/primeng/issues/4882) -- ShiftKey based range selection for TurboTable [\#4881](https://github.com/primefaces/primeng/issues/4881) -- Calendar time picking doesn't work with range or multiple selection [\#4705](https://github.com/primefaces/primeng/issues/4705) -- Floating label support for MultiSelect [\#4579](https://github.com/primefaces/primeng/issues/4579) -- Floating label support for Dropdown [\#4578](https://github.com/primefaces/primeng/issues/4578) -- style and styleClass attributes for TieredMenu MenuItem [\#1097](https://github.com/primefaces/primeng/issues/1097) -- Customizable accordion icons [\#934](https://github.com/primefaces/primeng/issues/934) - -**Fixed bugs:** - -- TurboTable emptyMessage template does not work [\#4934](https://github.com/primefaces/primeng/issues/4934) -- \[TurboTable\] / p-table Cannot copy text from a cell in single/multiple selectionMode [\#4933](https://github.com/primefaces/primeng/issues/4933) -- ui-float-label breaks some input components [\#4930](https://github.com/primefaces/primeng/issues/4930) -- TurboTable clear of data does not work if filter is present [\#4913](https://github.com/primefaces/primeng/issues/4913) -- Turbotable sorting does not work if filter is present [\#4910](https://github.com/primefaces/primeng/issues/4910) -- \[TurboTable\] multiple onLazyLoad events are fired when using the Global Filter [\#4899](https://github.com/primefaces/primeng/issues/4899) -- onLazyLoad event not fired when a text filter is cleared out [\#4898](https://github.com/primefaces/primeng/issues/4898) -- Docs typos [\#4895](https://github.com/primefaces/primeng/issues/4895) -- TurboTable columns cannot be resized when columnResizeMode="expand" and scrollable="true" [\#4893](https://github.com/primefaces/primeng/issues/4893) -- Turbotable paginator templates left/right [\#4890](https://github.com/primefaces/primeng/issues/4890) -- Sorting a TurboTable calls the onLazyLoad function twice [\#4889](https://github.com/primefaces/primeng/issues/4889) -- Set lazy as false in TurboTable [\#4885](https://github.com/primefaces/primeng/issues/4885) -- Autocomplete forceSelection bug with dropdown [\#4874](https://github.com/primefaces/primeng/issues/4874) -- TurboTable lazy filtering fails when a text is cleared [\#4863](https://github.com/primefaces/primeng/issues/4863) -- Card import fails [\#4862](https://github.com/primefaces/primeng/issues/4862) -- Bad character at Table [\#4861](https://github.com/primefaces/primeng/issues/4861) -- New import system fails under AOT [\#4841](https://github.com/primefaces/primeng/issues/4841) -- Calendar UI does not update in some cases [\#4775](https://github.com/primefaces/primeng/issues/4775) -- file upload doesnt work in IE after the first upload event or clear event [\#4733](https://github.com/primefaces/primeng/issues/4733) -- The UTC time format still does not work in the calendar. [\#4359](https://github.com/primefaces/primeng/issues/4359) -- autocomplete with forceSelection bug [\#4332](https://github.com/primefaces/primeng/issues/4332) -- Multiselet calendar don't update ngModel on unselect date [\#3876](https://github.com/primefaces/primeng/issues/3876) -- autocomplete ngModel not updated before onUnselect event callback is called, but is before onSelect [\#3188](https://github.com/primefaces/primeng/issues/3188) - -## [5.2.0-rc.1](https://github.com/primefaces/primeng/tree/5.2.0-rc.1) (2018-01-17) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.0.2...5.2.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Timeout for menu overlay hide [\#4828](https://github.com/primefaces/primeng/issues/4828) -- Ability to import single modules with a shorthand [\#4822](https://github.com/primefaces/primeng/issues/4822) -- Refactor CSS of menu components [\#4819](https://github.com/primefaces/primeng/issues/4819) -- Add baseZIndex and autoZIndex to dynamic menu [\#4818](https://github.com/primefaces/primeng/issues/4818) -- Replace p-templateLoader with ngTemplateOutlet [\#4812](https://github.com/primefaces/primeng/issues/4812) -- Keep incorrect value in calendar [\#4785](https://github.com/primefaces/primeng/issues/4785) -- New Table Component aka TurboTable [\#4743](https://github.com/primefaces/primeng/issues/4743) -- Built-in Radio and Checkbox of DataTable performance issue [\#4723](https://github.com/primefaces/primeng/issues/4723) -- New Component: Button [\#4687](https://github.com/primefaces/primeng/issues/4687) -- Dialog should focus first element on open [\#4686](https://github.com/primefaces/primeng/issues/4686) -- New Directive: KeyFilter [\#4670](https://github.com/primefaces/primeng/issues/4670) -- BlockUI for Tree component [\#4669](https://github.com/primefaces/primeng/issues/4669) -- autocomplete onModelChange should be be triggered onInput if forceSelection is true [\#4668](https://github.com/primefaces/primeng/issues/4668) -- Document rowStyleMap usage in DataTable [\#4658](https://github.com/primefaces/primeng/issues/4658) -- Feature request: Add emptyMessage for Dropdown with filter enabled [\#4635](https://github.com/primefaces/primeng/issues/4635) -- Distribute individual component CSS in npm [\#4623](https://github.com/primefaces/primeng/issues/4623) -- FilterPlaceHolder property for MultiSelect [\#4607](https://github.com/primefaces/primeng/issues/4607) -- DragDrop component performance improvements [\#4590](https://github.com/primefaces/primeng/issues/4590) -- PickList reset filters feature [\#4589](https://github.com/primefaces/primeng/issues/4589) -- MultiSelect: expose the currently selected option item [\#4582](https://github.com/primefaces/primeng/issues/4582) -- Add showSourceFilter and showTargetFilter to PickList [\#4581](https://github.com/primefaces/primeng/issues/4581) -- Improve charts responsiveness [\#4577](https://github.com/primefaces/primeng/issues/4577) -- Empty records Tree message [\#4554](https://github.com/primefaces/primeng/issues/4554) -- New Component - Card [\#4535](https://github.com/primefaces/primeng/issues/4535) -- Toolbar BlockableUI [\#4518](https://github.com/primefaces/primeng/issues/4518) -- Better OnPush support for DataTable [\#4501](https://github.com/primefaces/primeng/issues/4501) -- Template support for selected item in Dropdown [\#4497](https://github.com/primefaces/primeng/issues/4497) -- Blockable FileUpload [\#4057](https://github.com/primefaces/primeng/issues/4057) -- Performance improvements for Tooltip [\#4053](https://github.com/primefaces/primeng/issues/4053) -- New Component: ScrollPanel [\#3917](https://github.com/primefaces/primeng/issues/3917) -- AutoDisplay mode to menubar [\#2449](https://github.com/primefaces/primeng/issues/2449) - -**Fixed bugs:** - -- InputMask caret moving on Android 4.x Chrome [\#4799](https://github.com/primefaces/primeng/issues/4799) -- Calendar zIndex problem [\#4758](https://github.com/primefaces/primeng/issues/4758) -- AutoComplete field does not work for nested fields [\#4720](https://github.com/primefaces/primeng/issues/4720) -- TemplateWrapper does not refresh itself [\#4693](https://github.com/primefaces/primeng/issues/4693) -- p-dialog dynamic styleClass attribution after opening, result to make the popup disappear [\#4685](https://github.com/primefaces/primeng/issues/4685) -- Tooltip is aligned wrong when tooltipStyleClass changes the tooltip size [\#4682](https://github.com/primefaces/primeng/issues/4682) -- rich-text editor: onTextChange called on initialization when value exist [\#4674](https://github.com/primefaces/primeng/issues/4674) -- MegaMenu does not accept a menuitem at root [\#4663](https://github.com/primefaces/primeng/issues/4663) -- pTooltip does not close in Safari [\#4659](https://github.com/primefaces/primeng/issues/4659) -- DataList/DataGrid paginator is displayed when it should not be [\#4655](https://github.com/primefaces/primeng/issues/4655) -- Calendar needs double click when minDate/ MaxDate property is set. [\#4641](https://github.com/primefaces/primeng/issues/4641) -- Select event triggered when autocomplete loses focus [\#4634](https://github.com/primefaces/primeng/issues/4634) -- Tree: Dragging-and-dropping anything other than tree nodes throws error [\#4631](https://github.com/primefaces/primeng/issues/4631) -- DataTable column resizing does not consider next column minWith [\#4624](https://github.com/primefaces/primeng/issues/4624) -- Accordion activeIndex doesn't work initially [\#4610](https://github.com/primefaces/primeng/issues/4610) -- Problem of Object equality checks with frozen objects [\#4600](https://github.com/primefaces/primeng/issues/4600) -- DataTable: textarea as custom editor does not receive focus [\#4550](https://github.com/primefaces/primeng/issues/4550) -- Button of label is not updated properly [\#4548](https://github.com/primefaces/primeng/issues/4548) -- Fieldset is always toggleable [\#4527](https://github.com/primefaces/primeng/issues/4527) -- SelectButton does not support OnPush ChangeDetection [\#4520](https://github.com/primefaces/primeng/issues/4520) -- Errors for scrollable table with both resizable and frozen columns [\#4512](https://github.com/primefaces/primeng/issues/4512) -- Cannot use resizableColumns together with dynamic visibility [\#4510](https://github.com/primefaces/primeng/issues/4510) -- handleAndroidInput not updating model [\#4495](https://github.com/primefaces/primeng/issues/4495) - -## [5.0.2](https://github.com/primefaces/primeng/tree/5.0.2) (2017-11-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.0.1...5.0.2) - -**Implemented New Features and Enhancements:** - -- Add a span for accordion header text [\#4522](https://github.com/primefaces/primeng/issues/4522) - -## [5.0.1](https://github.com/primefaces/primeng/tree/5.0.1) (2017-11-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.0.0...5.0.1) - -**Implemented New Features and Enhancements:** - -- Custom style classes for ConfirmDialog [\#4521](https://github.com/primefaces/primeng/issues/4521) -- Provide access to datatable/paginator variables in paginator template [\#4481](https://github.com/primefaces/primeng/issues/4481) - -**Fixed bugs:** - -- Slider indicator missing for horizontal orientation [\#4513](https://github.com/primefaces/primeng/issues/4513) -- ExportCSV False value converted to empty space [\#4511](https://github.com/primefaces/primeng/issues/4511) -- Error in prime 5.0.0 .. autocomplete -\> Cannot read property 'nativeElement' of undefined [\#4483](https://github.com/primefaces/primeng/issues/4483) -- p-header of Custom legend fails [\#4470](https://github.com/primefaces/primeng/issues/4470) -- Button with empty label and text shows "ui-button" [\#1657](https://github.com/primefaces/primeng/issues/1657) - -## [5.0.0](https://github.com/primefaces/primeng/tree/5.0.0) (2017-11-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/5.0.0-rc.0...5.0.0) - -**Implemented New Features and Enhancements:** - -- add datepickerStyleClass to calendar datepicker [\#4440](https://github.com/primefaces/primeng/issues/4440) -- Update Chart.js dependency [\#4391](https://github.com/primefaces/primeng/issues/4391) -- Datatable paginator add template feature [\#4329](https://github.com/primefaces/primeng/issues/4329) -- Ability to customize Dialog visible style property [\#4320](https://github.com/primefaces/primeng/issues/4320) -- Double Click event for TreeTable [\#2468](https://github.com/primefaces/primeng/issues/2468) - -**Fixed bugs:** - -- Footer label going outside the horizontal scroll bar in primeng datatable [\#4439](https://github.com/primefaces/primeng/issues/4439) -- Remove placeholder in non-empty Chips component [\#4438](https://github.com/primefaces/primeng/issues/4438) -- Accordion with \*ngIf directive - tabs in wrong order [\#4437](https://github.com/primefaces/primeng/issues/4437) -- Chips component `onFocus` & `onBlur` events do not pass arguments to callback function [\#4436](https://github.com/primefaces/primeng/issues/4436) -- Color picker appendTo="body" property is not working [\#4423](https://github.com/primefaces/primeng/issues/4423) -- split button panel right aligns to the button, not the trigger [\#4417](https://github.com/primefaces/primeng/issues/4417) -- DataTable - Minor CSS Issue with borders when \[scrollable\]="true" [\#4407](https://github.com/primefaces/primeng/issues/4407) -- When clicking on AutoComplete dropdown button it does not close other list [\#4405](https://github.com/primefaces/primeng/issues/4405) -- 5.0.0-rc.0 generated css error [\#4386](https://github.com/primefaces/primeng/issues/4386) -- Floating-label on p-autocomplete unfloating after selection [\#4319](https://github.com/primefaces/primeng/issues/4319) - -## [5.0.0-rc.0](https://github.com/primefaces/primeng/tree/5.0.0-rc.0) (2017-11-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.3.0...5.0.0-rc.0) - -**Implemented New Features and Enhancements:** - -- Accessible Fieldset [\#4377](https://github.com/primefaces/primeng/issues/4377) -- Accessible Panel [\#4376](https://github.com/primefaces/primeng/issues/4376) -- Accessible TabView [\#4375](https://github.com/primefaces/primeng/issues/4375) -- Accessible Accordion Panel [\#4368](https://github.com/primefaces/primeng/issues/4368) -- Screen Reader support for MultiSelect Items [\#4365](https://github.com/primefaces/primeng/issues/4365) -- Keyboard enhancements for MultiSelect [\#4364](https://github.com/primefaces/primeng/issues/4364) -- trackBy and immutable properties to DataScroller [\#4361](https://github.com/primefaces/primeng/issues/4361) -- RTL Support for SplitButton [\#4305](https://github.com/primefaces/primeng/issues/4305) -- Datatable resize column support at column level enable/disable [\#4292](https://github.com/primefaces/primeng/issues/4292) -- id property to menuitem api [\#2559](https://github.com/primefaces/primeng/issues/2559) - -**Fixed bugs:** - -- Data export displays null/undefined [\#4362](https://github.com/primefaces/primeng/issues/4362) -- ProgressBar compile issue [\#4357](https://github.com/primefaces/primeng/issues/4357) -- Chrome 62 messages button corners [\#4356](https://github.com/primefaces/primeng/issues/4356) -- p-dropdown in DataTable paginator has incorrect width [\#4351](https://github.com/primefaces/primeng/issues/4351) -- p-multiSelect - CSS Issue with showToggleAll [\#4350](https://github.com/primefaces/primeng/issues/4350) -- orderList is not able to re-order multiple items [\#4348](https://github.com/primefaces/primeng/issues/4348) -- p-datatable w/ metaSelectionKey="false" does not emit row data on selection [\#4335](https://github.com/primefaces/primeng/issues/4335) -- Time picker displays 00 for hours for 12 hour time [\#4312](https://github.com/primefaces/primeng/issues/4312) -- Autocomplete remains in focus with forceSelection [\#4298](https://github.com/primefaces/primeng/issues/4298) -- Internal span of file upload component remains disabled [\#4293](https://github.com/primefaces/primeng/issues/4293) -- Double quotes fail in DataTable export [\#4280](https://github.com/primefaces/primeng/issues/4280) - -## [4.3.0](https://github.com/primefaces/primeng/tree/4.3.0) (2017-10-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.3.0-rc.2...4.3.0) - -**Implemented New Features and Enhancements:** - -- Ability to use any object instead of a SelectItem [\#4274](https://github.com/primefaces/primeng/issues/4274) -- Do not display emptyMessage when table is loading [\#4272](https://github.com/primefaces/primeng/issues/4272) -- Utilize scope property in DataTable for Screen Readers [\#4255](https://github.com/primefaces/primeng/issues/4255) -- Add scope property to column component [\#4253](https://github.com/primefaces/primeng/issues/4253) -- Improve Message colors [\#4244](https://github.com/primefaces/primeng/issues/4244) -- Use p-dropdown in Paginator rows per page [\#4242](https://github.com/primefaces/primeng/issues/4242) -- Add autoZIndex to Sidebar [\#4234](https://github.com/primefaces/primeng/issues/4234) -- Customize icon of MultiSelect [\#4232](https://github.com/primefaces/primeng/issues/4232) -- Multiselect should have onFocus event. [\#4224](https://github.com/primefaces/primeng/issues/4224) -- Chips input - ability to auto create chip when focus is left [\#4218](https://github.com/primefaces/primeng/issues/4218) -- Remove obselete property on .ui-datatable-scrollable-wrapper [\#4213](https://github.com/primefaces/primeng/issues/4213) -- label template for MultiSelect [\#4209](https://github.com/primefaces/primeng/issues/4209) -- Datatable editable - all inputs have 'required' attribute [\#4195](https://github.com/primefaces/primeng/issues/4195) -- Calendar should switch to month of today if today is clicked [\#4194](https://github.com/primefaces/primeng/issues/4194) -- Control sorting from model properties without UI interaction [\#4168](https://github.com/primefaces/primeng/issues/4168) -- Add headerStyle/Class, bodyStyle/Class, footerStyle/Class to column [\#4165](https://github.com/primefaces/primeng/issues/4165) -- Improve Dialog Accessibility [\#4161](https://github.com/primefaces/primeng/issues/4161) -- Ability to exclude columns from global filtering [\#4157](https://github.com/primefaces/primeng/issues/4157) -- Expand mode in data table rowgroup [\#4141](https://github.com/primefaces/primeng/issues/4141) -- New Message component [\#4136](https://github.com/primefaces/primeng/issues/4136) -- Property for header display in panel component [\#4131](https://github.com/primefaces/primeng/issues/4131) -- DataTable isSelected check performance improvement [\#4122](https://github.com/primefaces/primeng/issues/4122) -- navlinks in schedule component [\#4109](https://github.com/primefaces/primeng/issues/4109) -- Undetermined progress bar [\#4093](https://github.com/primefaces/primeng/issues/4093) -- Progress Spinner -New Component. [\#4077](https://github.com/primefaces/primeng/issues/4077) -- ForceSelection should also update the value [\#4040](https://github.com/primefaces/primeng/issues/4040) -- name property for Dropdown [\#4009](https://github.com/primefaces/primeng/issues/4009) -- Add baseZIndex and autoZIndex to blockui [\#4005](https://github.com/primefaces/primeng/issues/4005) -- Add baseZIndex and autoZIndex property to Calendar and Dialog [\#3940](https://github.com/primefaces/primeng/issues/3940) -- AutoComplete forceSelection should be caseSensitive [\#3932](https://github.com/primefaces/primeng/issues/3932) -- Customize dropdown trigger icon [\#3843](https://github.com/primefaces/primeng/issues/3843) -- Datatable - Add ui-rowgroup-footer css class [\#3811](https://github.com/primefaces/primeng/issues/3811) -- Calling Add or AddAll method of the MessageServices should not remove previous messages [\#3784](https://github.com/primefaces/primeng/issues/3784) -- Show message summary and detail only when they have value [\#3778](https://github.com/primefaces/primeng/issues/3778) -- Ability not to displaying header toogle checkbox in datatable [\#3761](https://github.com/primefaces/primeng/issues/3761) -- Improve event bindings on OverlayPanel and ContextMenu to avoid unnecessary change detection [\#3671](https://github.com/primefaces/primeng/issues/3671) -- Disabled property for PickList [\#3590](https://github.com/primefaces/primeng/issues/3590) -- Add baseZIndex and controlZIndex props to Growl [\#3586](https://github.com/primefaces/primeng/issues/3586) -- Calendar with time should keep panel open when selecting a day value [\#3584](https://github.com/primefaces/primeng/issues/3584) -- Header template for Listbox [\#3460](https://github.com/primefaces/primeng/issues/3460) -- AutoComplete panel width improvements with appendto [\#2929](https://github.com/primefaces/primeng/issues/2929) -- Add queryParam support to MenuItem. [\#1939](https://github.com/primefaces/primeng/issues/1939) -- Ability to export specific columns [\#1567](https://github.com/primefaces/primeng/issues/1567) - -**Fixed bugs:** - -- AutoComplete forceSelection cleares predefined value [\#4263](https://github.com/primefaces/primeng/issues/4263) -- Slider onSlideEnd event does not trigger due to ngZone.runOutsideAngular\(\) [\#4257](https://github.com/primefaces/primeng/issues/4257) -- Dropdown does not open first time after selecting an item [\#4243](https://github.com/primefaces/primeng/issues/4243) -- DataTable with PMultiSelect error in Chrome 62 [\#4233](https://github.com/primefaces/primeng/issues/4233) -- Chips-Component - 'allowDuplicate' break IE 11 [\#4204](https://github.com/primefaces/primeng/issues/4204) -- Dropdown cuts its placeholder to width of its options [\#4176](https://github.com/primefaces/primeng/issues/4176) -- Property Visible in menumodel does not work, Im using menubar [\#4170](https://github.com/primefaces/primeng/issues/4170) -- Carousel broken on initial loading [\#4163](https://github.com/primefaces/primeng/issues/4163) -- AutoComplete panel opened with dropdown does not hide when clicked outside [\#4162](https://github.com/primefaces/primeng/issues/4162) -- TabMenu adds space when there is no icon [\#4156](https://github.com/primefaces/primeng/issues/4156) -- p-dropdown template on p-datatable triggers sort on click [\#4152](https://github.com/primefaces/primeng/issues/4152) -- Rating throws error on Firefox [\#4148](https://github.com/primefaces/primeng/issues/4148) -- Float label fails with p-autoComplete [\#4145](https://github.com/primefaces/primeng/issues/4145) -- PrimeNG - Calendar Issues with TimePicker in TimeOnly mode. [\#4125](https://github.com/primefaces/primeng/issues/4125) -- datatable radio/checkbox selections not updated at events [\#4119](https://github.com/primefaces/primeng/issues/4119) -- Dropdown list shows "empty" text for null/empty values [\#4112](https://github.com/primefaces/primeng/issues/4112) -- Export Sidebar from 'primeng' shorthand [\#4110](https://github.com/primefaces/primeng/issues/4110) -- Spinner readonly do not affect buttons [\#4108](https://github.com/primefaces/primeng/issues/4108) -- Lazy scrollable datatable: not stable data [\#4096](https://github.com/primefaces/primeng/issues/4096) -- DataTable with Virtual Scroll still flickers [\#4029](https://github.com/primefaces/primeng/issues/4029) -- Remove enableLoader and built-in loading status management from lazy [\#3963](https://github.com/primefaces/primeng/issues/3963) -- \[Float Label\] doesn't work when using textarea [\#3955](https://github.com/primefaces/primeng/issues/3955) -- toggeable p-menu displays no label with ui-fluid css class applied [\#3937](https://github.com/primefaces/primeng/issues/3937) -- Date range picker display bug [\#3926](https://github.com/primefaces/primeng/issues/3926) -- AutoComplete passes wrong item to Unselect in multiple mode [\#3864](https://github.com/primefaces/primeng/issues/3864) -- p-calendar AM/PM stepper does not work correctly when the hour is set to 12. [\#3798](https://github.com/primefaces/primeng/issues/3798) -- Datalist index not working [\#3753](https://github.com/primefaces/primeng/issues/3753) -- MegaMenu doesn't compile with TypeScript 2.4 [\#3640](https://github.com/primefaces/primeng/issues/3640) -- AutoComplete broken with ui-fluid and inputGroup [\#3629](https://github.com/primefaces/primeng/issues/3629) -- paginatorPosition not working [\#3619](https://github.com/primefaces/primeng/issues/3619) -- programmatic element \(pre-\)selection on datatable fails when using dataKey [\#3618](https://github.com/primefaces/primeng/issues/3618) -- p-calendar doesn't display correct date when utc="true" [\#3611](https://github.com/primefaces/primeng/issues/3611) -- Range handles overlap on click of the slider bar for the first time. [\#3606](https://github.com/primefaces/primeng/issues/3606) -- Orderlist: drag&drop in Firefox navigates to the value of dragdropscope [\#3605](https://github.com/primefaces/primeng/issues/3605) -- Multiple dialog - Scroll not blocked after closing the top dialog [\#3604](https://github.com/primefaces/primeng/issues/3604) -- DataTable with dataKey wont update view properly [\#3549](https://github.com/primefaces/primeng/issues/3549) -- Calendar with showTime not updating model when only time has been changed [\#2941](https://github.com/primefaces/primeng/issues/2941) -- Disable filter functionality is not working on custom filter of columns [\#2940](https://github.com/primefaces/primeng/issues/2940) -- Calendar - time in minDate, maxDate is disregarded when showTime is enabled [\#2884](https://github.com/primefaces/primeng/issues/2884) -- Max value on Spinner not working as expected [\#2747](https://github.com/primefaces/primeng/issues/2747) -- Breadcrumb home icon customization fails [\#2531](https://github.com/primefaces/primeng/issues/2531) -- Overlaypanel need a double click on the body to close it, if the event that call show\(\) is not a click event [\#2380](https://github.com/primefaces/primeng/issues/2380) - -## [4.3.0-rc.2](https://github.com/primefaces/primeng/tree/4.3.0-rc.2) (2017-10-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.3.0-rc.1...4.3.0-rc.2) - -## [4.3.0-rc.1](https://github.com/primefaces/primeng/tree/4.3.0-rc.1) (2017-10-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.2.2...4.3.0-rc.1) - -## [4.2.2](https://github.com/primefaces/primeng/tree/4.2.2) (2017-10-05) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.2.1...4.2.2) - -**Implemented New Features and Enhancements:** - -- StartsWith filtering option for Listbox [\#4088](https://github.com/primefaces/primeng/issues/4088) -- Improve Confirm Dialog event performance [\#4085](https://github.com/primefaces/primeng/issues/4085) -- Picklist/OrderList: expose index of element in ng-template [\#4084](https://github.com/primefaces/primeng/issues/4084) -- RouterLinkActive in tabMenu not applied to the li element. [\#4081](https://github.com/primefaces/primeng/issues/4081) -- Performance improvement for Dialog [\#4080](https://github.com/primefaces/primeng/issues/4080) -- Add resetFilterOnHide to Dropdown and MultiSelect [\#3999](https://github.com/primefaces/primeng/issues/3999) -- onFocus and onBlur events for Chips [\#3998](https://github.com/primefaces/primeng/issues/3998) -- Visible flag support for TabMenu [\#3980](https://github.com/primefaces/primeng/issues/3980) -- Visible flag support for MenuBar [\#3942](https://github.com/primefaces/primeng/issues/3942) -- p-rating component with custom icons [\#3795](https://github.com/primefaces/primeng/issues/3795) -- Focus visuals for Listbox [\#3730](https://github.com/primefaces/primeng/issues/3730) -- Documentation of using resetFilter\(\) method from the dropdown component [\#3562](https://github.com/primefaces/primeng/issues/3562) -- Column Grouping support for Scrollable Table with Frozen Columns [\#3559](https://github.com/primefaces/primeng/issues/3559) -- Export selected rows to CSV [\#3504](https://github.com/primefaces/primeng/issues/3504) -- Add multiple property to PanelMenu [\#3303](https://github.com/primefaces/primeng/issues/3303) -- Datatable - Editable - events incorrectly raised on keydown [\#3138](https://github.com/primefaces/primeng/issues/3138) -- New Component: Sidebar [\#3134](https://github.com/primefaces/primeng/issues/3134) -- Add onPanelShow callback to MultiSelect [\#2574](https://github.com/primefaces/primeng/issues/2574) -- Apply TreeNode styleClass on TreeTable row. [\#2441](https://github.com/primefaces/primeng/issues/2441) -- Percentage scrollheight on datatable [\#1905](https://github.com/primefaces/primeng/issues/1905) -- DataTable: expanded row styling [\#1845](https://github.com/primefaces/primeng/issues/1845) - -**Fixed bugs:** - -- Move events do not called on dragdrop for PickList [\#4086](https://github.com/primefaces/primeng/issues/4086) -- Autocomplete with minLength fires completeMethod after onClear [\#4071](https://github.com/primefaces/primeng/issues/4071) -- Dropdown filter has incorrect width under fluid mode [\#4067](https://github.com/primefaces/primeng/issues/4067) -- TieredMenu with appendTo=body isn't removed [\#4056](https://github.com/primefaces/primeng/issues/4056) -- Label problems in Dropdown component [\#4013](https://github.com/primefaces/primeng/issues/4013) -- confirm-dialog: Error when hitting Escape after dialog is closed [\#4004](https://github.com/primefaces/primeng/issues/4004) -- Filtered listbox toggle all fails with new items [\#4002](https://github.com/primefaces/primeng/issues/4002) -- Calendar range/multiple default values cause error [\#3996](https://github.com/primefaces/primeng/issues/3996) -- OrderList throws a "Cannot read property getBoundingClientRect of undefined" [\#3933](https://github.com/primefaces/primeng/issues/3933) -- DataTable RowGroup and Expand bug [\#3930](https://github.com/primefaces/primeng/issues/3930) -- Calendar parseDate function ignores "utc" parameter [\#3927](https://github.com/primefaces/primeng/issues/3927) -- Column reordering does not work with Scrollable Table [\#3910](https://github.com/primefaces/primeng/issues/3910) -- OrderList onReorder is not called on DragDrop [\#3820](https://github.com/primefaces/primeng/issues/3820) -- Filtering by default fails on DataTable [\#3770](https://github.com/primefaces/primeng/issues/3770) -- Dragging and Resizing Dialog highlights content behind and in it [\#3711](https://github.com/primefaces/primeng/issues/3711) -- Validation Clears When Pressing Enter Editable Datatable [\#3547](https://github.com/primefaces/primeng/issues/3547) -- Empty footer in dialog that has a table with footer [\#3545](https://github.com/primefaces/primeng/issues/3545) -- Readonly attribute of p-editor component does not reflect changes [\#3536](https://github.com/primefaces/primeng/issues/3536) -- p-checkbox template/model driven behaviour disparity [\#2906](https://github.com/primefaces/primeng/issues/2906) -- Tooltip remains visible after clicking the target [\#2196](https://github.com/primefaces/primeng/issues/2196) -- Slider fails with big values [\#2145](https://github.com/primefaces/primeng/issues/2145) - -## [4.2.1](https://github.com/primefaces/primeng/tree/4.2.1) (2017-09-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.2.0...4.2.1) - -**Implemented New Features and Enhancements:** - -- Add enableLoader to DataTable [\#3958](https://github.com/primefaces/primeng/issues/3958) -- dropdownMode for AutoComplete [\#3956](https://github.com/primefaces/primeng/issues/3956) - -**Fixed bugs:** - -- FileUpload does not allow multiple files [\#3961](https://github.com/primefaces/primeng/issues/3961) -- IE11 FileUpload messages are not displayed [\#3960](https://github.com/primefaces/primeng/issues/3960) -- VirtualScroll fails if initially hidden [\#3957](https://github.com/primefaces/primeng/issues/3957) -- Paginator rowsPerPageDropdown does not work [\#3944](https://github.com/primefaces/primeng/issues/3944) -- autoComplete dropdown button doesn't work [\#3829](https://github.com/primefaces/primeng/issues/3829) - -## [4.2.0](https://github.com/primefaces/primeng/tree/4.2.0) (2017-09-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.2.0-rc.1...4.2.0) - -**Implemented New Features and Enhancements:** - -- Multiselect - Selected labels delimited list no longer has space following comma. [\#3858](https://github.com/primefaces/primeng/issues/3858) -- 'Move all' buttons should not move filtered item. [\#3855](https://github.com/primefaces/primeng/issues/3855) -- MessageService clear\(\) [\#3837](https://github.com/primefaces/primeng/issues/3837) -- Update Schedule to FullCalendar 3.5.0 [\#3813](https://github.com/primefaces/primeng/issues/3813) -- SelectButton: add custom style to each button option [\#3485](https://github.com/primefaces/primeng/issues/3485) -- EmptyMessage template for DataTable [\#3470](https://github.com/primefaces/primeng/issues/3470) -- MultiSelect should have flag to show/hide select all [\#3417](https://github.com/primefaces/primeng/issues/3417) -- SelectButton onClick event [\#3387](https://github.com/primefaces/primeng/issues/3387) -- Footer for Listbox and Add Fixed Header [\#3379](https://github.com/primefaces/primeng/issues/3379) -- Add life property to Tooltip [\#3370](https://github.com/primefaces/primeng/issues/3370) - -**Fixed bugs:** - -- Global Filter timeout problem [\#3913](https://github.com/primefaces/primeng/issues/3913) -- Column footerTemplate does not work [\#3912](https://github.com/primefaces/primeng/issues/3912) -- ui-dropdown-label-empty class not applied properly [\#3908](https://github.com/primefaces/primeng/issues/3908) -- Virtual scroll + lazy load repeating rows [\#3907](https://github.com/primefaces/primeng/issues/3907) -- Slide doesn't work if the slider was initaly disabled and then got enabled [\#3897](https://github.com/primefaces/primeng/issues/3897) -- Paginator causes route reset [\#3871](https://github.com/primefaces/primeng/issues/3871) -- Calendar onClose event is fired even if overlay is not visible [\#3826](https://github.com/primefaces/primeng/issues/3826) -- Build error: dropdown.d.ts.Dropdown.html \(6,13\): Type 'string' is not assignable to type 'boolean'. [\#3781](https://github.com/primefaces/primeng/issues/3781) -- Calendar validation fails with reactive forms [\#3436](https://github.com/primefaces/primeng/issues/3436) -- DataTable Column Reordering Does Not Match Indicator [\#3395](https://github.com/primefaces/primeng/issues/3395) -- DataTable with Virtual Scroll flickers [\#3377](https://github.com/primefaces/primeng/issues/3377) -- TreeNode styleClass update sets ui-tree-toggler visibility to hidden [\#2675](https://github.com/primefaces/primeng/issues/2675) - -## [4.2.0-rc.1](https://github.com/primefaces/primeng/tree/4.2.0-rc.1) (2017-08-29) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.1.3...4.2.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Null Checks for OrganizationChart [\#3758](https://github.com/primefaces/primeng/issues/3758) -- Make expand/collapse icons configurable in DataTable [\#3744](https://github.com/primefaces/primeng/issues/3744) -- Rewrite Terminal using a Service and Observables [\#3733](https://github.com/primefaces/primeng/issues/3733) -- Loading status icon for AutoComplete [\#3724](https://github.com/primefaces/primeng/issues/3724) -- Improve ContextMenu Global Event Bindings [\#3720](https://github.com/primefaces/primeng/issues/3720) -- MessageService for Growl and Messages [\#3719](https://github.com/primefaces/primeng/issues/3719) -- MenuItem interface title attribute [\#3707](https://github.com/primefaces/primeng/issues/3707) -- Support styling checkbox/radiobutton label based on state [\#3578](https://github.com/primefaces/primeng/issues/3578) -- Display HTML content in p-messages [\#3486](https://github.com/primefaces/primeng/issues/3486) -- Calendar: Inner input element misses the name attribute [\#3461](https://github.com/primefaces/primeng/issues/3461) -- ScreenReader role support for dropdown [\#3446](https://github.com/primefaces/primeng/issues/3446) -- Tree add loading status [\#3381](https://github.com/primefaces/primeng/issues/3381) -- Radiobutton's linefeed behavior is different to Checkbox [\#3363](https://github.com/primefaces/primeng/issues/3363) -- Offsets for Grid CSS [\#3362](https://github.com/primefaces/primeng/issues/3362) -- Floating labels for Inputs [\#3334](https://github.com/primefaces/primeng/issues/3334) -- Add filterField to Column [\#3333](https://github.com/primefaces/primeng/issues/3333) -- Date template for Calendar [\#3321](https://github.com/primefaces/primeng/issues/3321) -- appendTo for SlideMenu [\#3313](https://github.com/primefaces/primeng/issues/3313) -- Reimplement TabView Lazy Loading [\#3295](https://github.com/primefaces/primeng/issues/3295) -- Add tooltipZIndex property [\#3294](https://github.com/primefaces/primeng/issues/3294) -- OnFocus for Spinner [\#3291](https://github.com/primefaces/primeng/issues/3291) -- Visible flag support for Menu [\#3072](https://github.com/primefaces/primeng/issues/3072) -- Templating support for Multiselect component [\#2165](https://github.com/primefaces/primeng/issues/2165) -- Today Button for Calendar [\#1859](https://github.com/primefaces/primeng/issues/1859) -- forceSelection for AutoComplete [\#864](https://github.com/primefaces/primeng/issues/864) -- Clear button for Calendar [\#506](https://github.com/primefaces/primeng/issues/506) - -**Fixed bugs:** - -- Dropdown may cause infinite loop [\#3731](https://github.com/primefaces/primeng/issues/3731) -- AutoComplete does not add ui-state-filled on load if non-empty [\#3729](https://github.com/primefaces/primeng/issues/3729) -- Dropdown placeholder color is different [\#3727](https://github.com/primefaces/primeng/issues/3727) -- Growl onClose also triggers onClick [\#3721](https://github.com/primefaces/primeng/issues/3721) -- Fileupload dragover performance issue [\#3715](https://github.com/primefaces/primeng/issues/3715) -- Paginator "go to first/last page" function is still called in first/last pages [\#3690](https://github.com/primefaces/primeng/issues/3690) -- FileUpload Cannot read property 'nativeElement' of undefined; PrimeNG 4.1.3 Release - [\#3664](https://github.com/primefaces/primeng/issues/3664) -- Spaces are not accepted in p-dropdown filters [\#3657](https://github.com/primefaces/primeng/issues/3657) -- Chips with addOnTab does not move focus after empty input tab [\#3654](https://github.com/primefaces/primeng/issues/3654) -- Add required property to AutoComplete, Spinner and InputMask [\#3503](https://github.com/primefaces/primeng/issues/3503) -- Scrollable datatable layout breaks when column hidden=true is used [\#3471](https://github.com/primefaces/primeng/issues/3471) -- OrderList: Backend array remains unchanged when elements are ordered in component frontend [\#3466](https://github.com/primefaces/primeng/issues/3466) -- Datatable column misalignment issue on page change [\#3465](https://github.com/primefaces/primeng/issues/3465) -- p-autocomplete selects wrong/old option on enter [\#3431](https://github.com/primefaces/primeng/issues/3431) -- Not continuously input the same commands [\#3424](https://github.com/primefaces/primeng/issues/3424) -- BlockUI is not properly destroyed [\#3410](https://github.com/primefaces/primeng/issues/3410) -- Sorting a single column emits an 'onPage' event [\#3408](https://github.com/primefaces/primeng/issues/3408) -- Datatable : onLazyLoad event fire twice when "first" property is different from 0 [\#3399](https://github.com/primefaces/primeng/issues/3399) -- The p-calendar shows NaN when changing showTime at runtime [\#3396](https://github.com/primefaces/primeng/issues/3396) -- Spinner onChange fires undefined [\#3390](https://github.com/primefaces/primeng/issues/3390) -- AutoComplete not updated [\#3360](https://github.com/primefaces/primeng/issues/3360) -- Context Menu problems with Firefox [\#3353](https://github.com/primefaces/primeng/issues/3353) -- Frozen columns not synced after visibility changes [\#3345](https://github.com/primefaces/primeng/issues/3345) -- Paginator rendering issues with some themes [\#3319](https://github.com/primefaces/primeng/issues/3319) -- Incorrect rowHeight calculation when using virtual scrolling [\#3301](https://github.com/primefaces/primeng/issues/3301) -- Loading indicator fails with Lazy DataTable [\#3300](https://github.com/primefaces/primeng/issues/3300) -- Issue with autoComplete and field attribute [\#3289](https://github.com/primefaces/primeng/issues/3289) -- emptyMessage appears before minLength is reached in autoComplete [\#3284](https://github.com/primefaces/primeng/issues/3284) -- disabledDates in calendar are not updating [\#3283](https://github.com/primefaces/primeng/issues/3283) -- dataTable default styleClass is undefined [\#3279](https://github.com/primefaces/primeng/issues/3279) -- Error when selecting a day on a p-calendar inside an editor column [\#3256](https://github.com/primefaces/primeng/issues/3256) - -## [4.1.3](https://github.com/primefaces/primeng/tree/4.1.3) (2017-08-11) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.1.2...4.1.3) - -**Implemented New Features and Enhancements:** - -- Frozen Rows for Scrollable DataTable [\#3642](https://github.com/primefaces/primeng/issues/3642) -- Add defaultSortOrder property to DataTable [\#3637](https://github.com/primefaces/primeng/issues/3637) -- In Checkbox and RadioButton add for attribute in label [\#3617](https://github.com/primefaces/primeng/issues/3617) -- Range selection mode for Calendar [\#3609](https://github.com/primefaces/primeng/issues/3609) -- valueChange event for DataTable [\#3593](https://github.com/primefaces/primeng/issues/3593) -- Chips - Add new chip on Tab keypress [\#3527](https://github.com/primefaces/primeng/issues/3527) -- Tree onDropPoint does not pass dropNode property to onNodeDrop listeners [\#3458](https://github.com/primefaces/primeng/issues/3458) -- Ability to style entire selected treenode [\#3246](https://github.com/primefaces/primeng/issues/3246) -- Autofocus editable dropdown menu [\#3236](https://github.com/primefaces/primeng/issues/3236) -- Multiple Date selection in calendar [\#2970](https://github.com/primefaces/primeng/issues/2970) -- Dynamic mask support to InputMask [\#2632](https://github.com/primefaces/primeng/issues/2632) -- Icons for TreeTable [\#2269](https://github.com/primefaces/primeng/issues/2269) - -**Fixed bugs:** - -- Dropdown should update width when options change [\#3639](https://github.com/primefaces/primeng/issues/3639) -- Schedule default active button style missing from Omega [\#3638](https://github.com/primefaces/primeng/issues/3638) -- Panel onAfterToggle is called early. [\#3607](https://github.com/primefaces/primeng/issues/3607) -- PanelMenu shows top level entries with the label underlined [\#3592](https://github.com/primefaces/primeng/issues/3592) -- Datatable error after hitting enter or escape on edit cell [\#3553](https://github.com/primefaces/primeng/issues/3553) -- Slider doesn't work when using range + orientation vertical [\#3540](https://github.com/primefaces/primeng/issues/3540) -- Dropdown filter: Keypress up/down does not work [\#3511](https://github.com/primefaces/primeng/issues/3511) -- Dropdown not selecting item on enter keyDown [\#3481](https://github.com/primefaces/primeng/issues/3481) -- Datatable - Cannot read property 'tagName' of null - when editable true [\#3478](https://github.com/primefaces/primeng/issues/3478) -- p-tooltip is forever stuck on the page when a hide delay is specified and the tooltip target is hovered again while the tooltip is hiding. [\#3462](https://github.com/primefaces/primeng/issues/3462) -- When dataType is "string" and showTime is true the ngModel value is just a date [\#3441](https://github.com/primefaces/primeng/issues/3441) -- FileUpload does not allow selecting same file [\#3385](https://github.com/primefaces/primeng/issues/3385) -- Row Grouping is not working as expected [\#1830](https://github.com/primefaces/primeng/issues/1830) -- dataTable\#rowStyleClass mess up with row styles [\#1827](https://github.com/primefaces/primeng/issues/1827) - -## [4.1.2](https://github.com/primefaces/primeng/tree/4.1.2) (2017-07-27) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.1.1...4.1.2) - -**Implemented New Features and Enhancements:** - -- Improve editable cell event bindings [\#3510](https://github.com/primefaces/primeng/issues/3510) -- Autocomplete onKeyUp event [\#3494](https://github.com/primefaces/primeng/issues/3494) -- DataTable Performance Optimizations [\#3468](https://github.com/primefaces/primeng/issues/3468) - -**Fixed bugs:** - -- Popup TieredMenu overlay positioning may fail [\#3518](https://github.com/primefaces/primeng/issues/3518) -- TabView activeIndex throws exception if bigger than length [\#3517](https://github.com/primefaces/primeng/issues/3517) -- IE - 'null' shown before tooltip's text [\#3490](https://github.com/primefaces/primeng/issues/3490) -- Tieredmenu popup performance issue [\#3476](https://github.com/primefaces/primeng/issues/3476) -- DataTable Loading Status Icon not working [\#3457](https://github.com/primefaces/primeng/issues/3457) -- Editable dropdown preselection fails with ReactiveForms [\#3407](https://github.com/primefaces/primeng/issues/3407) -- Calendar navigator year bug [\#3337](https://github.com/primefaces/primeng/issues/3337) -- Dropdown selected value not working properly if Editable is true [\#3297](https://github.com/primefaces/primeng/issues/3297) - -## [4.1.1](https://github.com/primefaces/primeng/tree/4.1.1) (2017-07-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.1.0...4.1.1) - -**Implemented New Features and Enhancements:** - -- Add lazy mode to Dropdown [\#3447](https://github.com/primefaces/primeng/issues/3447) -- Add blockScroll property to Dialog [\#3438](https://github.com/primefaces/primeng/issues/3438) -- ColorPicker: Selected Color value should start with a '\#' in hex format [\#3376](https://github.com/primefaces/primeng/issues/3376) -- DataTable loading indicator Input [\#3329](https://github.com/primefaces/primeng/issues/3329) -- p-dialog - Scroll page when modal content overflows [\#3306](https://github.com/primefaces/primeng/issues/3306) -- Double click based transfer on PickList [\#3223](https://github.com/primefaces/primeng/issues/3223) -- Scrollable DataList [\#3210](https://github.com/primefaces/primeng/issues/3210) -- Input Group [\#3181](https://github.com/primefaces/primeng/issues/3181) -- DataTable radioButton unselection [\#2653](https://github.com/primefaces/primeng/issues/2653) -- Add onProgress callback to FileUpload [\#2570](https://github.com/primefaces/primeng/issues/2570) - -**Fixed bugs:** - -- Dropdown fails when opened with space [\#3449](https://github.com/primefaces/primeng/issues/3449) -- disabled buttons can receive hover visuals [\#3448](https://github.com/primefaces/primeng/issues/3448) -- confirmDialog fa missing from dom [\#3444](https://github.com/primefaces/primeng/issues/3444) -- \[Bug\] DataTable with Dropdown has exception on click event [\#3443](https://github.com/primefaces/primeng/issues/3443) -- Navigators may be misaligned on calendar [\#3423](https://github.com/primefaces/primeng/issues/3423) -- Filtering by notEquals raises "TypeError: Cannot read property 'equals' of undefined" [\#3388](https://github.com/primefaces/primeng/issues/3388) -- \[bug report\] Picklist: Drag and Drop not working properly [\#3367](https://github.com/primefaces/primeng/issues/3367) -- Button.ts class name typo [\#3365](https://github.com/primefaces/primeng/issues/3365) -- p-dialog - \[minWidth\] property does not work [\#3324](https://github.com/primefaces/primeng/issues/3324) -- Spinner does not set model to null when a min value is specified [\#3318](https://github.com/primefaces/primeng/issues/3318) -- AutoComplete - Suggestions display issue when suggestions above [\#3312](https://github.com/primefaces/primeng/issues/3312) -- Remove extra styleClass attribute from DataTable with paginator [\#3288](https://github.com/primefaces/primeng/issues/3288) -- Calendar throws an error on Firefox [\#3282](https://github.com/primefaces/primeng/issues/3282) -- Invalid Invalid CSS after "...color: \#ffffff," [\#3280](https://github.com/primefaces/primeng/issues/3280) -- Growl's initial messages do not disappear [\#3228](https://github.com/primefaces/primeng/issues/3228) -- Lightbox positioning issue [\#2292](https://github.com/primefaces/primeng/issues/2292) - -## [4.1.0](https://github.com/primefaces/primeng/tree/4.1.0) (2017-07-12) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.1.0-rc.3...4.1.0) - -**Implemented New Features and Enhancements:** - -- badge and badgeStyleClass for MenuItem [\#3328](https://github.com/primefaces/primeng/issues/3328) -- InputMask misses an onFocus output event [\#3216](https://github.com/primefaces/primeng/issues/3216) -- Filtering for orderlist [\#3007](https://github.com/primefaces/primeng/issues/3007) -- InputSwitch accessibility [\#2951](https://github.com/primefaces/primeng/issues/2951) -- Shift key support for DataTable row selection [\#1283](https://github.com/primefaces/primeng/issues/1283) -- ColorPicker Component [\#50](https://github.com/primefaces/primeng/issues/50) - -**Fixed bugs:** - -- Tooltip setter [\#3355](https://github.com/primefaces/primeng/issues/3355) -- Datatable resizer-helper [\#3354](https://github.com/primefaces/primeng/issues/3354) -- ContextMenu and Menubar doesn't render style or styleClass for MenuItems [\#3296](https://github.com/primefaces/primeng/issues/3296) -- Bug: 4.1.0-rc.3 multiple selection broken in Data Table [\#3277](https://github.com/primefaces/primeng/issues/3277) -- onHide is shown when a dialog is created [\#3051](https://github.com/primefaces/primeng/issues/3051) - -## [4.1.0-rc.3](https://github.com/primefaces/primeng/tree/4.1.0-rc.3) (2017-06-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.1.0-rc.2...4.1.0-rc.3) - -**Implemented New Features and Enhancements:** - -- Optimize MultiSelect event bindings [\#3254](https://github.com/primefaces/primeng/issues/3254) -- Remove ui-dialog-buttonpane [\#3244](https://github.com/primefaces/primeng/issues/3244) -- Immutable property for data components [\#3227](https://github.com/primefaces/primeng/issues/3227) -- Use a DataTable with resizableColumns and scrollable may cause unresponsive web page or lag css animation. [\#3195](https://github.com/primefaces/primeng/issues/3195) -- PanelMenu - Feature Request - Customise Styles [\#3175](https://github.com/primefaces/primeng/issues/3175) -- Bootstrap theme overrides anchor link colors with priority [\#3173](https://github.com/primefaces/primeng/issues/3173) -- Custom content for horizontal megamenu [\#3153](https://github.com/primefaces/primeng/issues/3153) -- Add filterMaxlength property to column [\#3142](https://github.com/primefaces/primeng/issues/3142) -- activeIndex for Accordion [\#3137](https://github.com/primefaces/primeng/issues/3137) -- Compatibility for Scrollable and Responsive datatable [\#2980](https://github.com/primefaces/primeng/issues/2980) -- MenuItem style and styleClass properties [\#2901](https://github.com/primefaces/primeng/issues/2901) -- appendTo property to TieredMenu component [\#2773](https://github.com/primefaces/primeng/issues/2773) -- Make use of direct child selection in CSS where possible/reasonable [\#2700](https://github.com/primefaces/primeng/issues/2700) -- Accordion component padding issues in bootstrap theme [\#2672](https://github.com/primefaces/primeng/issues/2672) -- Improve overflow hidden on DataTable [\#2447](https://github.com/primefaces/primeng/issues/2447) -- Remove placehoder in non-empty multiple autocomplete [\#2197](https://github.com/primefaces/primeng/issues/2197) -- ConfirmDialog focus button when it opens [\#2119](https://github.com/primefaces/primeng/issues/2119) -- Add type property to Spinner [\#2107](https://github.com/primefaces/primeng/issues/2107) -- inputStyle and inputStyleClass for Chips [\#2065](https://github.com/primefaces/primeng/issues/2065) -- Custom content for menubar [\#1997](https://github.com/primefaces/primeng/issues/1997) -- Pass rowIndex to column template \(pTemplate="rowexpansion"\) [\#1910](https://github.com/primefaces/primeng/issues/1910) -- Calendar needs "onClose" event [\#1874](https://github.com/primefaces/primeng/issues/1874) -- Chip duplicate handling [\#1630](https://github.com/primefaces/primeng/issues/1630) -- modal dialogs should prevent the background from being scrolleable [\#1625](https://github.com/primefaces/primeng/issues/1625) -- Simplify menuitem command handling [\#1354](https://github.com/primefaces/primeng/issues/1354) - -**Fixed bugs:** - -- Carousel throws ExpressionChecked error on Angular 4.2.x [\#3263](https://github.com/primefaces/primeng/issues/3263) -- Multiselect component fails with ChangeDetectionStrategy.OnPush [\#3253](https://github.com/primefaces/primeng/issues/3253) -- Left tooltip position fails [\#3252](https://github.com/primefaces/primeng/issues/3252) -- InputSwitch throws expression was checked error with Angular 4.2.x [\#3247](https://github.com/primefaces/primeng/issues/3247) -- Bootstrap theme calendar [\#3243](https://github.com/primefaces/primeng/issues/3243) -- Autocomplete inputtext content not shown [\#3199](https://github.com/primefaces/primeng/issues/3199) -- p-dialog Bootstrap footer style issue with PrimeNG 4.0 [\#3183](https://github.com/primefaces/primeng/issues/3183) -- color picker in reactive forms doesn't select color [\#3179](https://github.com/primefaces/primeng/issues/3179) -- FileUpload firefox problem [\#3165](https://github.com/primefaces/primeng/issues/3165) -- Autocomplete empty text when lost focus [\#3147](https://github.com/primefaces/primeng/issues/3147) -- Orderlist header alignment issues [\#3145](https://github.com/primefaces/primeng/issues/3145) -- Organization Chart - no lines, empty leafs, etc. for Bootstrap theme [\#3130](https://github.com/primefaces/primeng/issues/3130) -- Datatable reset method doesn't emit onLazyLoadEvent [\#3128](https://github.com/primefaces/primeng/issues/3128) -- Picklist header alignment issues [\#3125](https://github.com/primefaces/primeng/issues/3125) -- Type definition file missing for shorthand [\#3123](https://github.com/primefaces/primeng/issues/3123) -- AOT compilation issues [\#3122](https://github.com/primefaces/primeng/issues/3122) -- FileUpload multiple file drag when multiple set to false [\#3120](https://github.com/primefaces/primeng/issues/3120) -- FileUpload remove method throwing error on Firefox [\#3119](https://github.com/primefaces/primeng/issues/3119) -- PanelMenu animation broken on fast click [\#3052](https://github.com/primefaces/primeng/issues/3052) -- DataTable - ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'NaNpx'. Current value: '352px' [\#3041](https://github.com/primefaces/primeng/issues/3041) -- Focused dropdown reveals blinking cursor iOS [\#3027](https://github.com/primefaces/primeng/issues/3027) -- Datatable totalRecords is not updated after calling the resetMethod [\#2948](https://github.com/primefaces/primeng/issues/2948) -- Data table with filter and sort does not work with headerColumnGroup [\#2900](https://github.com/primefaces/primeng/issues/2900) -- Footer Group not displayed on scrollable datatable [\#2894](https://github.com/primefaces/primeng/issues/2894) -- Calendar displayed value not updated on blur [\#2826](https://github.com/primefaces/primeng/issues/2826) -- ExpressionChangedAfterItHasBeenCheckedError in radioButton on reactive form [\#2761](https://github.com/primefaces/primeng/issues/2761) -- Dropdown onChange fires on re-selection of same item [\#2760](https://github.com/primefaces/primeng/issues/2760) -- Memory leak in accordion [\#2696](https://github.com/primefaces/primeng/issues/2696) -- Custom sorting breaks pagination [\#2687](https://github.com/primefaces/primeng/issues/2687) -- Tree - DragDrop makes mistakes when dragging downwards in between other nodes [\#2569](https://github.com/primefaces/primeng/issues/2569) -- Calendar should allow valid blank/null value [\#2471](https://github.com/primefaces/primeng/issues/2471) -- Error in DataTable with ContextMenu [\#2431](https://github.com/primefaces/primeng/issues/2431) -- Calendar clicking on button icon not opening calendar IE9/IE10 [\#2213](https://github.com/primefaces/primeng/issues/2213) -- DataTable filter is not cleared when ::-ms-clear is clicked [\#2179](https://github.com/primefaces/primeng/issues/2179) -- p-confirmdialog is not centered to browser [\#2146](https://github.com/primefaces/primeng/issues/2146) -- Slider: Highlights surrounding text with mouse [\#2143](https://github.com/primefaces/primeng/issues/2143) -- Datatable nested datatable not showing header [\#2090](https://github.com/primefaces/primeng/issues/2090) -- p-calendar bug with IE11 [\#2026](https://github.com/primefaces/primeng/issues/2026) -- Editor's onTextChange event is sending the wrong value for "source" [\#2014](https://github.com/primefaces/primeng/issues/2014) -- can't to add filter for columns in p-headerColumnGroup tag [\#1979](https://github.com/primefaces/primeng/issues/1979) -- Styleclass for TreeNode fails for Horizontal Tree [\#1963](https://github.com/primefaces/primeng/issues/1963) -- MultiSelect value support objects [\#1962](https://github.com/primefaces/primeng/issues/1962) -- \[iOS only\] Dropdown Autocmoplete doesn't show suggestions by clicking on dropdown button [\#1948](https://github.com/primefaces/primeng/issues/1948) -- Editable dropdown caret jumps [\#1897](https://github.com/primefaces/primeng/issues/1897) -- Custom filter selection apply sort [\#1873](https://github.com/primefaces/primeng/issues/1873) -- DataTable filter input deletes characters during typing [\#1813](https://github.com/primefaces/primeng/issues/1813) -- p-gmap in hidden containers fails [\#1806](https://github.com/primefaces/primeng/issues/1806) -- Data-table scroll disappears when filtering in a field shown by width scroll [\#1805](https://github.com/primefaces/primeng/issues/1805) -- Datatable is not updated inside an expansiontemplate [\#1775](https://github.com/primefaces/primeng/issues/1775) -- AutoComplete box-shadow issue while nested in Panel [\#1561](https://github.com/primefaces/primeng/issues/1561) -- DataTable Column with Template onRowClick/onRowSelect not firing [\#1485](https://github.com/primefaces/primeng/issues/1485) -- Menubar event emmiter broken after hide and show [\#857](https://github.com/primefaces/primeng/issues/857) - -## [4.1.0-rc.2](https://github.com/primefaces/primeng/tree/4.1.0-rc.2) (2017-06-16) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.1.0-rc.1...4.1.0-rc.2) - -## [4.1.0-rc.1](https://github.com/primefaces/primeng/tree/4.1.0-rc.1) (2017-06-16) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.3...4.1.0-rc.1) - -**Implemented New Features and Enhancements:** - -- New PrimeNG Website [\#3111](https://github.com/primefaces/primeng/issues/3111) -- Move column click handler to row for performance of DataTable [\#3110](https://github.com/primefaces/primeng/issues/3110) -- Improve Checkbox and Radio Icons CSS in Omega [\#3108](https://github.com/primefaces/primeng/issues/3108) -- Improve DataTable selection performance [\#3101](https://github.com/primefaces/primeng/issues/3101) -- Dropdown should filter run again if model options change [\#3081](https://github.com/primefaces/primeng/issues/3081) -- Picklist Drag and Drop support [\#3075](https://github.com/primefaces/primeng/issues/3075) -- FlipFit for Relative Positioning [\#3063](https://github.com/primefaces/primeng/issues/3063) -- Use native angular animations for SplitButton [\#3062](https://github.com/primefaces/primeng/issues/3062) -- Optimize SplitButton global click listener [\#3061](https://github.com/primefaces/primeng/issues/3061) -- appendTo for SplitButton [\#3060](https://github.com/primefaces/primeng/issues/3060) -- DragDrop support for OrderList [\#3043](https://github.com/primefaces/primeng/issues/3043) -- Custom Upload Handler for FileUpload [\#3040](https://github.com/primefaces/primeng/issues/3040) -- Filter for Picklist [\#3036](https://github.com/primefaces/primeng/issues/3036) -- Multi Filter Support for Picklist [\#3035](https://github.com/primefaces/primeng/issues/3035) -- Animation for panelmenu submenus [\#3025](https://github.com/primefaces/primeng/issues/3025) -- Multifilter function for ObjectUtils [\#3011](https://github.com/primefaces/primeng/issues/3011) -- Filter event for Orderlist [\#3010](https://github.com/primefaces/primeng/issues/3010) -- Multi filter support for Orderlist [\#3009](https://github.com/primefaces/primeng/issues/3009) -- Orderlist set get methods [\#3008](https://github.com/primefaces/primeng/issues/3008) -- New Component: Organization Chart [\#2992](https://github.com/primefaces/primeng/issues/2992) -- Dropdown accessiblity [\#2966](https://github.com/primefaces/primeng/issues/2966) -- Inputswitch accessibility screen reader [\#2953](https://github.com/primefaces/primeng/issues/2953) -- Footer for Panel [\#2591](https://github.com/primefaces/primeng/issues/2591) -- PickList: move all items from target to source issue [\#2573](https://github.com/primefaces/primeng/issues/2573) -- Severity support for SplitButton [\#2482](https://github.com/primefaces/primeng/issues/2482) -- Multi filter support for Dropdown [\#2454](https://github.com/primefaces/primeng/issues/2454) -- Tooltip delay feature [\#1244](https://github.com/primefaces/primeng/issues/1244) -- Refactor OrderList CSS design [\#1240](https://github.com/primefaces/primeng/issues/1240) -- New component: TimePicker [\#1102](https://github.com/primefaces/primeng/issues/1102) -- Add compareSelectionBy property to DataTable. [\#981](https://github.com/primefaces/primeng/issues/981) -- onResize callback for InputTextarea [\#957](https://github.com/primefaces/primeng/issues/957) -- Basic UI mode for FileUpload [\#923](https://github.com/primefaces/primeng/issues/923) -- ConfirmDialog on close should act as reject [\#921](https://github.com/primefaces/primeng/issues/921) -- Color Picker [\#909](https://github.com/primefaces/primeng/issues/909) -- Possibility to do Client-side FileUpload [\#892](https://github.com/primefaces/primeng/issues/892) -- Separators in MenuModel [\#888](https://github.com/primefaces/primeng/issues/888) -- Collision detection for tooltip positioning to keep inside viewport [\#812](https://github.com/primefaces/primeng/issues/812) - -**Fixed bugs:** - -- FieldSet animation fails on fast click [\#3107](https://github.com/primefaces/primeng/issues/3107) -- DataTable Paginator Top CSS Issued [\#3103](https://github.com/primefaces/primeng/issues/3103) -- Changing column width changes table width [\#3096](https://github.com/primefaces/primeng/issues/3096) -- ExpandMode resize issue with Scrollable Table [\#3094](https://github.com/primefaces/primeng/issues/3094) -- Column resize helper misaligned in overflow [\#3092](https://github.com/primefaces/primeng/issues/3092) -- Carousel error on initializing value with non-empty array [\#3084](https://github.com/primefaces/primeng/issues/3084) -- Carousel Viewport undefined error [\#3083](https://github.com/primefaces/primeng/issues/3083) -- Severity buttons of Omega are overriden [\#3080](https://github.com/primefaces/primeng/issues/3080) -- Listbox custom style [\#3077](https://github.com/primefaces/primeng/issues/3077) -- SlideMenu routerLink doesn't work because of a bug in the template [\#3074](https://github.com/primefaces/primeng/issues/3074) -- Binding to first property has no effect on DataTable [\#3044](https://github.com/primefaces/primeng/issues/3044) -- Tooltip text update on change [\#3019](https://github.com/primefaces/primeng/issues/3019) -- Dialog global event handlers are not cleared [\#2976](https://github.com/primefaces/primeng/issues/2976) -- Dropdown panel is disconnected on filtering [\#2936](https://github.com/primefaces/primeng/issues/2936) -- Autocomplete inputStyle/inputStyleClass doesn't work for multiple mode [\#1257](https://github.com/primefaces/primeng/issues/1257) -- p-splitButton: menu not closed when clicked on other splitButton menubutton [\#1008](https://github.com/primefaces/primeng/issues/1008) -- Dropdown should scroll to selected item when overlay gets opened [\#952](https://github.com/primefaces/primeng/issues/952) -- p-autocomplete bug in field based object mapping [\#910](https://github.com/primefaces/primeng/issues/910) - -## [4.0.3](https://github.com/primefaces/primeng/tree/4.0.3) (2017-05-31) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.2...4.0.3) - -**Fixed bugs:** - -- Breadcrumb home item throws exception [\#2935](https://github.com/primefaces/primeng/issues/2935) - -## [4.0.2](https://github.com/primefaces/primeng/tree/4.0.2) (2017-05-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.1...4.0.2) - -**Implemented New Features and Enhancements:** - -- Dedicated footer section for Dialog [\#2920](https://github.com/primefaces/primeng/issues/2920) -- Optimize dialog global event listeners [\#2918](https://github.com/primefaces/primeng/issues/2918) -- Dialog should be responsive by default [\#2917](https://github.com/primefaces/primeng/issues/2917) -- Add breakpoint property to Dialog [\#2916](https://github.com/primefaces/primeng/issues/2916) -- Optimize AutoComplete global document click handler [\#2914](https://github.com/primefaces/primeng/issues/2914) -- Apply box-sizing:border-box to all widgets [\#2912](https://github.com/primefaces/primeng/issues/2912) -- FlyIn animation for Growl [\#2909](https://github.com/primefaces/primeng/issues/2909) -- RTL support for Accordion [\#2899](https://github.com/primefaces/primeng/issues/2899) -- RTL support for Dialog [\#2883](https://github.com/primefaces/primeng/issues/2883) -- Add style and styleClass to RadioButton [\#2881](https://github.com/primefaces/primeng/issues/2881) -- Add style and styleClass to Checkbox [\#2880](https://github.com/primefaces/primeng/issues/2880) -- Mobile Touch support to Slider Component [\#2866](https://github.com/primefaces/primeng/issues/2866) -- Customizable panel toggle icon [\#2865](https://github.com/primefaces/primeng/issues/2865) -- Checkbox should support null/undefined model [\#2864](https://github.com/primefaces/primeng/issues/2864) -- RTL support for TabView [\#2859](https://github.com/primefaces/primeng/issues/2859) -- alwaysShowPaginator property for Paginator [\#2858](https://github.com/primefaces/primeng/issues/2858) -- routerLinkActiveOptions property for MenuItem api [\#2838](https://github.com/primefaces/primeng/issues/2838) -- Add style and styleClass to TriStateCheckbox [\#2836](https://github.com/primefaces/primeng/issues/2836) -- Optimize positioning calculation for Tooltip [\#2830](https://github.com/primefaces/primeng/issues/2830) -- Add onRemove callback to FileUpload [\#2822](https://github.com/primefaces/primeng/issues/2822) -- Can't upload file using PUT request [\#2808](https://github.com/primefaces/primeng/issues/2808) -- Splitbutton new event [\#2804](https://github.com/primefaces/primeng/issues/2804) -- Pass index to Listbox template [\#2772](https://github.com/primefaces/primeng/issues/2772) -- Use Renderer2 over Renderer [\#2764](https://github.com/primefaces/primeng/issues/2764) -- MultiSelect Optional Filter [\#2736](https://github.com/primefaces/primeng/issues/2736) -- Chips Template support Close icon [\#2728](https://github.com/primefaces/primeng/issues/2728) -- Initialization callback for Catpcha [\#2584](https://github.com/primefaces/primeng/issues/2584) -- onEditComplete event is not fired when user hit Tab key [\#2535](https://github.com/primefaces/primeng/issues/2535) -- Multiselect: mouse click on "Close" at the header is bubbled beyond the component [\#2007](https://github.com/primefaces/primeng/issues/2007) -- Align SplitButton router support with other Menu Components [\#721](https://github.com/primefaces/primeng/issues/721) -- Pass filteredValue to onFilter callback [\#678](https://github.com/primefaces/primeng/issues/678) -- Make the event optional in tabView.open\(\) [\#564](https://github.com/primefaces/primeng/issues/564) -- Access Quill API when using the editor [\#522](https://github.com/primefaces/primeng/issues/522) - -**Fixed bugs:** - -- Slider handles are slightly offset [\#2925](https://github.com/primefaces/primeng/issues/2925) -- Vertical slider handle is behind the bar [\#2924](https://github.com/primefaces/primeng/issues/2924) -- Listbox header checkbox not synced with filtering [\#2923](https://github.com/primefaces/primeng/issues/2923) -- ContextMenu may open first item by default [\#2915](https://github.com/primefaces/primeng/issues/2915) -- AutoComplete drop down close down on right click in firefox [\#2913](https://github.com/primefaces/primeng/issues/2913) -- Dropdown breaks editable datatable layout on Firefox [\#2907](https://github.com/primefaces/primeng/issues/2907) -- Calendar icon moves on hover in Omega Theme [\#2896](https://github.com/primefaces/primeng/issues/2896) -- MultiSelect error if options are not provided [\#2895](https://github.com/primefaces/primeng/issues/2895) -- Resizable columns can break Scrollable DataTable [\#2890](https://github.com/primefaces/primeng/issues/2890) -- AutoComplete input does not reflect model changes [\#2882](https://github.com/primefaces/primeng/issues/2882) -- Growl's onClose event references wrong message when message is closed manually [\#2846](https://github.com/primefaces/primeng/issues/2846) -- Multiselect container misaligned on filtering with appendTo="body" [\#2823](https://github.com/primefaces/primeng/issues/2823) -- rowgroupheader colspan not tracking visible columns [\#2814](https://github.com/primefaces/primeng/issues/2814) -- Growl has a flicker effect on remove of a message from multiple messages [\#2805](https://github.com/primefaces/primeng/issues/2805) -- OverlayPanel does not close with OnPush strategy [\#2803](https://github.com/primefaces/primeng/issues/2803) -- SelectButton onFocus throws error on Firefox [\#2801](https://github.com/primefaces/primeng/issues/2801) -- TypeError: Cannot read property 'length' of null for DataTable with headerCheckboxToggleAllPages true [\#2796](https://github.com/primefaces/primeng/issues/2796) -- DeferModule is not exported [\#2792](https://github.com/primefaces/primeng/issues/2792) -- Calendar not working well together with validators [\#2790](https://github.com/primefaces/primeng/issues/2790) -- AutoComplete Module doesn't work properly in IE11 [\#2788](https://github.com/primefaces/primeng/issues/2788) -- Attribute visible doesn't work in context-menu [\#2785](https://github.com/primefaces/primeng/issues/2785) -- Using file upload with a non-wildcard MIME type results in validation errors [\#2699](https://github.com/primefaces/primeng/issues/2699) -- rowIndex is not updating when a row is removed from Datatable [\#2432](https://github.com/primefaces/primeng/issues/2432) -- onSlideEnd event is not getting values on range mode [\#2429](https://github.com/primefaces/primeng/issues/2429) -- AutoComplete dropdown wraps to next line [\#2387](https://github.com/primefaces/primeng/issues/2387) -- icon only toggle button [\#1980](https://github.com/primefaces/primeng/issues/1980) -- Dialog width is not responsive [\#740](https://github.com/primefaces/primeng/issues/740) -- Dialog resizing fails with fixed height [\#737](https://github.com/primefaces/primeng/issues/737) -- Selected values in multiselect label are \(null\) when list of options loaded \*after\* bound selectedValue [\#725](https://github.com/primefaces/primeng/issues/725) - -## [4.0.1](https://github.com/primefaces/primeng/tree/4.0.1) (2017-05-16) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.0...4.0.1) - -**Implemented New Features and Enhancements:** - -- Add positionLeft and positionTop to Dialog [\#2781](https://github.com/primefaces/primeng/issues/2781) -- Add onInput event to calendar. [\#2780](https://github.com/primefaces/primeng/issues/2780) -- Two-Way binding support for Messages [\#2779](https://github.com/primefaces/primeng/issues/2779) -- Add id to Message Api [\#2777](https://github.com/primefaces/primeng/issues/2777) -- Disabled support for Steps [\#2776](https://github.com/primefaces/primeng/issues/2776) -- Add UTC option to Calendar [\#2775](https://github.com/primefaces/primeng/issues/2775) -- Keyboard accessibility for SelectButton [\#2774](https://github.com/primefaces/primeng/issues/2774) -- TieredMenu activeItem type should be MenuItem [\#2770](https://github.com/primefaces/primeng/issues/2770) -- FileUpload component not sending Authentication Credentials [\#2745](https://github.com/primefaces/primeng/issues/2745) -- New pDefer Directive [\#2714](https://github.com/primefaces/primeng/issues/2714) -- Two-Way binding support for Growl [\#2712](https://github.com/primefaces/primeng/issues/2712) -- RowTrackBy for DataTable, DataGrid and DataList [\#2633](https://github.com/primefaces/primeng/issues/2633) -- Add onBlur event to p-spinner [\#2524](https://github.com/primefaces/primeng/issues/2524) -- EmptyMessage for AutoComplete [\#2305](https://github.com/primefaces/primeng/issues/2305) -- Add onSelectionChange to OrderList [\#2180](https://github.com/primefaces/primeng/issues/2180) -- Prevent calendar to go out of viewport bounds [\#2128](https://github.com/primefaces/primeng/issues/2128) -- Filtering support for CSV export [\#982](https://github.com/primefaces/primeng/issues/982) - -**Fixed bugs:** - -- Dialog drag problem with close icon [\#2782](https://github.com/primefaces/primeng/issues/2782) -- Menu component Show\(\) method not working [\#2767](https://github.com/primefaces/primeng/issues/2767) -- TieredMenu routerLink fails [\#2763](https://github.com/primefaces/primeng/issues/2763) -- CSS of accordion interferes with fontawesome [\#2751](https://github.com/primefaces/primeng/issues/2751) -- Scrollable table misaligned if body is smaller than scrollHeight [\#2708](https://github.com/primefaces/primeng/issues/2708) -- Autocomplete component dropdown button style issues in bootstrap [\#2695](https://github.com/primefaces/primeng/issues/2695) -- Calendar TimeOnly incorrect hourformat [\#2693](https://github.com/primefaces/primeng/issues/2693) -- Calendar year navigator spacing issue in Bootstrap theme [\#2692](https://github.com/primefaces/primeng/issues/2692) -- Carousel pagelinks are not visible [\#2659](https://github.com/primefaces/primeng/issues/2659) -- Android Mask Input Cursor Behind Text [\#2519](https://github.com/primefaces/primeng/issues/2519) -- CSV export fails with comma values [\#2460](https://github.com/primefaces/primeng/issues/2460) - -## [4.0.0](https://github.com/primefaces/primeng/tree/4.0.0) (2017-04-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.0-rc.5...4.0.0) - -**Fixed bugs:** - -- AutoComplete with multiple and dropdown gives error on dropdown click [\#2655](https://github.com/primefaces/primeng/issues/2655) -- Autocomplete gives error if suggestions are initialized on load [\#2647](https://github.com/primefaces/primeng/issues/2647) - -## [4.0.0-rc.5](https://github.com/primefaces/primeng/tree/4.0.0-rc.5) (2017-04-28) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.0-rc.4...4.0.0-rc.5) - -**Implemented New Features and Enhancements:** - -- DataTable sort support for Immutable Data [\#2630](https://github.com/primefaces/primeng/issues/2630) -- Replace all document body click with document click [\#2628](https://github.com/primefaces/primeng/issues/2628) -- Type property for AutoComplete [\#2627](https://github.com/primefaces/primeng/issues/2627) - -**Fixed bugs:** - -- p-dropdown crashes when placed on a div with ngIf \(RC.4\) [\#2619](https://github.com/primefaces/primeng/issues/2619) -- DataTable sorting broken when using pagination [\#2618](https://github.com/primefaces/primeng/issues/2618) -- \[showcase\] DataTable selection documentatiton typo [\#2616](https://github.com/primefaces/primeng/issues/2616) -- DataTable, findNextEditableColumn throws exception when using tab from the last cell in the grid [\#2615](https://github.com/primefaces/primeng/issues/2615) -- touched class not set when touching p-editor [\#2614](https://github.com/primefaces/primeng/issues/2614) - -## [4.0.0-rc.4](https://github.com/primefaces/primeng/tree/4.0.0-rc.4) (2017-04-27) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.0-rc.3...4.0.0-rc.4) - -**Implemented New Features and Enhancements:** - -- Remove ngDoCheck from DataTable,DataGrid,DataList,DataScroller [\#2606](https://github.com/primefaces/primeng/issues/2606) -- Multiselect selectedItemsLabel attribute [\#2587](https://github.com/primefaces/primeng/issues/2587) -- Multiselect maxSelectedLabels attribute [\#2586](https://github.com/primefaces/primeng/issues/2586) -- Multiselect displaySelectedLabel attribute [\#2585](https://github.com/primefaces/primeng/issues/2585) -- Add onBlur event to MultiSelect [\#2549](https://github.com/primefaces/primeng/issues/2549) -- MultiSelect label parameter [\#2548](https://github.com/primefaces/primeng/issues/2548) -- Breadcrumb home mouseover displays default cursor [\#2283](https://github.com/primefaces/primeng/issues/2283) - -**Fixed bugs:** - -- AutoComplete and SplitButton compatibility with Push CDS [\#2612](https://github.com/primefaces/primeng/issues/2612) -- Dropdown autocomplete does not work on FF and Safari [\#2604](https://github.com/primefaces/primeng/issues/2604) -- inputtextarea doc is incorrect [\#2595](https://github.com/primefaces/primeng/issues/2595) -- DropDown with filter and appendTo attributes [\#2581](https://github.com/primefaces/primeng/issues/2581) -- SlideMenu Show method is not working [\#2578](https://github.com/primefaces/primeng/issues/2578) -- Dropdown panel is not as wide as supposed to when appendTo is set to body. [\#2551](https://github.com/primefaces/primeng/issues/2551) -- Autocomplete uses Wrong ElementRef for multiple mode [\#2544](https://github.com/primefaces/primeng/issues/2544) -- PanelMenu router links do not work [\#2522](https://github.com/primefaces/primeng/issues/2522) -- SplitButton iconPos property is unused [\#2483](https://github.com/primefaces/primeng/issues/2483) -- Datatable lazy loading filter loop [\#2405](https://github.com/primefaces/primeng/issues/2405) -- AppendTo body closes MultiSelect [\#2345](https://github.com/primefaces/primeng/issues/2345) - -## [4.0.0-rc.3](https://github.com/primefaces/primeng/tree/4.0.0-rc.3) (2017-04-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.6...4.0.0-rc.3) - -**Implemented New Features and Enhancements:** - -- Tab based cell navigation support for non-editable columns [\#2520](https://github.com/primefaces/primeng/issues/2520) -- Apply focus after dropdown item select [\#2513](https://github.com/primefaces/primeng/issues/2513) -- Add closeCell method to DataTable [\#2511](https://github.com/primefaces/primeng/issues/2511) -- Refactor AutoComplete to use ViewChild [\#2499](https://github.com/primefaces/primeng/issues/2499) -- Collision detection to Dropdown overlay [\#2496](https://github.com/primefaces/primeng/issues/2496) -- Add onMapReady event to GMap [\#2435](https://github.com/primefaces/primeng/issues/2435) -- Add loading property to DataTable [\#2395](https://github.com/primefaces/primeng/issues/2395) -- Always center dialog before reopen [\#2310](https://github.com/primefaces/primeng/issues/2310) -- Keyboard navigation on editable cells with custom editors [\#2124](https://github.com/primefaces/primeng/issues/2124) -- Custom content inside BlockUI [\#1623](https://github.com/primefaces/primeng/issues/1623) - -**Fixed bugs:** - -- MenuBar router links do not work [\#2512](https://github.com/primefaces/primeng/issues/2512) -- onNodeDrop doesn't cover onDropPoint [\#2510](https://github.com/primefaces/primeng/issues/2510) -- Sorting on lazy pagination does not reset paginator [\#2493](https://github.com/primefaces/primeng/issues/2493) -- Autocomplete - cursor allways move to the end of the string [\#2488](https://github.com/primefaces/primeng/issues/2488) -- UTF support for CSV export [\#2473](https://github.com/primefaces/primeng/issues/2473) -- AutoComplete hides when click inside input [\#2466](https://github.com/primefaces/primeng/issues/2466) -- Dialogs fail if visible by default [\#2428](https://github.com/primefaces/primeng/issues/2428) -- Calendar selected date is off a day [\#2426](https://github.com/primefaces/primeng/issues/2426) - -## [2.0.6](https://github.com/primefaces/primeng/tree/2.0.6) (2017-04-12) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.0-rc.2...2.0.6) - -**Fixed bugs:** - -- Checkboxes of a disabled listbox are still editable [\#2476](https://github.com/primefaces/primeng/issues/2476) -- Multiselect checkbox gets selected automatically if no search results are found [\#2418](https://github.com/primefaces/primeng/issues/2418) -- Listbox checkbox gets selected automatically if no search results are found [\#2417](https://github.com/primefaces/primeng/issues/2417) - -## [4.0.0-rc.2](https://github.com/primefaces/primeng/tree/4.0.0-rc.2) (2017-03-29) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.5...4.0.0-rc.2) - -**Implemented New Features and Enhancements:** - -- Rename Dialog events [\#2413](https://github.com/primefaces/primeng/issues/2413) -- Immutability support for array properties [\#2396](https://github.com/primefaces/primeng/issues/2396) -- Add routerLinkActive support to Menu Components [\#2393](https://github.com/primefaces/primeng/issues/2393) -- Dynamic Locale support for Calendar [\#2361](https://github.com/primefaces/primeng/issues/2361) -- Add dataKey to Input List components [\#2357](https://github.com/primefaces/primeng/issues/2357) -- Introduce dataKey to DataTable [\#2356](https://github.com/primefaces/primeng/issues/2356) -- Remove overflow from dialog [\#2355](https://github.com/primefaces/primeng/issues/2355) -- Custom header support for Fieldset legend [\#2344](https://github.com/primefaces/primeng/issues/2344) -- Autocomplete with onBlur event [\#2256](https://github.com/primefaces/primeng/issues/2256) -- Add return statement to captcha [\#2132](https://github.com/primefaces/primeng/issues/2132) -- Allow editor template access rowIndex in datatable [\#2104](https://github.com/primefaces/primeng/issues/2104) -- Highlight first item in AutoComplete [\#2040](https://github.com/primefaces/primeng/issues/2040) -- Switch cell to view mode when focus is lost on editable cells [\#1924](https://github.com/primefaces/primeng/issues/1924) -- FileUpload. There is no validation for accept types [\#1694](https://github.com/primefaces/primeng/issues/1694) -- Calendar disable specific dates and/or days such as holidays or weekends [\#1690](https://github.com/primefaces/primeng/issues/1690) -- Datatable selection detection can not work if its value is immutable object array [\#1530](https://github.com/primefaces/primeng/issues/1530) -- HTML support in tooltip [\#377](https://github.com/primefaces/primeng/issues/377) - -**Fixed bugs:** - -- AutoComplete Dropdown UI Flicker on Hover [\#2392](https://github.com/primefaces/primeng/issues/2392) -- AutoComplete Dropdown click throws error [\#2391](https://github.com/primefaces/primeng/issues/2391) -- dt.filter\(\) method in dataTable causes ExpressionChangedAfterItHasBeenCheckedError [\#2384](https://github.com/primefaces/primeng/issues/2384) -- Menu with appendTo is not properly destroyed [\#2366](https://github.com/primefaces/primeng/issues/2366) -- Calendar time format problem with PM [\#2359](https://github.com/primefaces/primeng/issues/2359) -- ExpressionChangedAfterItHasBeenCheckedError with input directives [\#2307](https://github.com/primefaces/primeng/issues/2307) -- Fluid buttons with icons misalignment [\#2304](https://github.com/primefaces/primeng/issues/2304) -- Schedule has an infinite loop on the event. [\#2264](https://github.com/primefaces/primeng/issues/2264) -- Disabled autocomplete values are still deletable [\#2252](https://github.com/primefaces/primeng/issues/2252) -- Potential calendar time dateFormat bug [\#2244](https://github.com/primefaces/primeng/issues/2244) -- Calendar doesnt play well with OnPush change detection strategy [\#2148](https://github.com/primefaces/primeng/issues/2148) -- Reset filter of dropdown if model changes [\#2043](https://github.com/primefaces/primeng/issues/2043) -- Dropdown does not hide on Push ChangeDetection [\#1754](https://github.com/primefaces/primeng/issues/1754) -- SlideMenu breaks initial app load: Expression has changed after it was checked [\#1677](https://github.com/primefaces/primeng/issues/1677) -- Lazy loaded data tables never set multiSortMeta [\#1476](https://github.com/primefaces/primeng/issues/1476) -- Calendar issue UTC - beta19 [\#1113](https://github.com/primefaces/primeng/issues/1113) -- Dialog visible attr change not triggers any hide events [\#956](https://github.com/primefaces/primeng/issues/956) - -## [2.0.5](https://github.com/primefaces/primeng/tree/2.0.5) (2017-03-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.4...2.0.5) - -**Fixed bugs:** - -- Footers are not displayed in Scrollable Table [\#2350](https://github.com/primefaces/primeng/issues/2350) -- ContextMenu onDestroy may cause reference error [\#2349](https://github.com/primefaces/primeng/issues/2349) - -## [2.0.4](https://github.com/primefaces/primeng/tree/2.0.4) (2017-03-17) - -[Full Changelog](https://github.com/primefaces/primeng/compare/4.0.0-rc.1...2.0.4) - -**Implemented New Features and Enhancements:** - -- Mutiselect: no space after comma [\#2331](https://github.com/primefaces/primeng/issues/2331) -- EmptyMessage for DataList [\#2324](https://github.com/primefaces/primeng/issues/2324) - -**Fixed bugs:** - -- SplitButton panel is not shown on top [\#2332](https://github.com/primefaces/primeng/issues/2332) -- Pass global filter to LazyLoadEvent [\#2330](https://github.com/primefaces/primeng/issues/2330) -- Paginators not in sync for DataTable, DataList and DataGrid [\#2329](https://github.com/primefaces/primeng/issues/2329) -- Dropdown panel misaligned on filtering with appendTo [\#2328](https://github.com/primefaces/primeng/issues/2328) -- Ensure that document functions exist before calling in ngOnDestroy\(\) [\#2327](https://github.com/primefaces/primeng/issues/2327) -- class .ui-inputwrapper-filled is not removed on Calendar [\#2326](https://github.com/primefaces/primeng/issues/2326) -- Calendar does not populate date the second time [\#2325](https://github.com/primefaces/primeng/issues/2325) -- Filter of a disabled listbox still functions [\#2323](https://github.com/primefaces/primeng/issues/2323) - -## [4.0.0-rc.1](https://github.com/primefaces/primeng/tree/4.0.0-rc.1) (2017-03-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.3...4.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Add immutable mode to DataTable [\#2282](https://github.com/primefaces/primeng/issues/2282) -- EmptyMessage for DataList [\#2255](https://github.com/primefaces/primeng/issues/2255) -- Add activeIndex to TabView to change tab by code [\#2253](https://github.com/primefaces/primeng/issues/2253) -- Mutiselect: no space after comma [\#2250](https://github.com/primefaces/primeng/issues/2250) -- Selectable property for TreeNode [\#2218](https://github.com/primefaces/primeng/issues/2218) -- Improve absolute positioning with flipfit [\#1904](https://github.com/primefaces/primeng/issues/1904) -- PropagateSelection option for tree [\#1849](https://github.com/primefaces/primeng/issues/1849) -- Feature Request: Add drag and drop support to the tree [\#683](https://github.com/primefaces/primeng/issues/683) -- Class 'ui-state-active' is missing on checkbox for selecting all options in multiselect [\#416](https://github.com/primefaces/primeng/issues/416) -- Attach ContextMenu to any Element [\#358](https://github.com/primefaces/primeng/issues/358) -- ContextMenu in TreeTable [\#274](https://github.com/primefaces/primeng/issues/274) -- Prevent soft keyboard on calendar [\#149](https://github.com/primefaces/primeng/issues/149) - -**Fixed bugs:** - -- Filter of a disabled listbox still functions [\#2296](https://github.com/primefaces/primeng/issues/2296) -- ui-state-filled not managed property on inputtext [\#2295](https://github.com/primefaces/primeng/issues/2295) -- Calendar error at click in date [\#2267](https://github.com/primefaces/primeng/issues/2267) -- Paginators not in sync for DataTable, DataList and DataGrid [\#2263](https://github.com/primefaces/primeng/issues/2263) -- class .ui-inputwrapper-filled is not removed on Calendar [\#2246](https://github.com/primefaces/primeng/issues/2246) -- Ensure that document functions exist before calling in ngOnDestroy\(\) [\#2149](https://github.com/primefaces/primeng/issues/2149) -- Footers are not displayed in Scrollable Table [\#273](https://github.com/primefaces/primeng/issues/273) - -## [2.0.3](https://github.com/primefaces/primeng/tree/2.0.3) (2017-03-08) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.2...2.0.3) - -**Implemented New Features and Enhancements:** - -- ChangeDetection for Charts [\#2235](https://github.com/primefaces/primeng/issues/2235) -- Move animations to new package [\#2234](https://github.com/primefaces/primeng/issues/2234) -- Migrate to ng-template [\#2233](https://github.com/primefaces/primeng/issues/2233) -- pPassword needs attribute to switch on/off metering panel [\#2187](https://github.com/primefaces/primeng/issues/2187) - -**Fixed bugs:** - -- SplitButton panel is not shown on top [\#2228](https://github.com/primefaces/primeng/issues/2228) - -## [2.0.2](https://github.com/primefaces/primeng/tree/2.0.2) (2017-03-03) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.1...2.0.2) - -**Implemented New Features and Enhancements:** - -- onPage event for DataGrid [\#2211](https://github.com/primefaces/primeng/issues/2211) -- target support for menu items [\#2210](https://github.com/primefaces/primeng/issues/2210) -- reinit\(\) method to Chart [\#2204](https://github.com/primefaces/primeng/issues/2204) -- onSourceReorder and onTargetReorder events for PickList [\#2203](https://github.com/primefaces/primeng/issues/2203) -- expose the carousel event [\#2201](https://github.com/primefaces/primeng/issues/2201) -- Change locale of Schedule string [\#2188](https://github.com/primefaces/primeng/issues/2188) -- Add key to ConfirmDialog [\#2186](https://github.com/primefaces/primeng/issues/2186) -- Improve autocomplete performance [\#2166](https://github.com/primefaces/primeng/issues/2166) -- Option to disable formatting in Spinner [\#2161](https://github.com/primefaces/primeng/issues/2161) -- onFocus support for autocomplete [\#2136](https://github.com/primefaces/primeng/issues/2136) -- DataTable expandableRows single mode [\#995](https://github.com/primefaces/primeng/issues/995) -- New Component: Inplace [\#970](https://github.com/primefaces/primeng/issues/970) -- onPage event for DataList [\#412](https://github.com/primefaces/primeng/issues/412) -- Dropdown Placeholder Capability [\#234](https://github.com/primefaces/primeng/issues/234) - -**Fixed bugs:** - -- MenuBar visuals broken on IE11 [\#2175](https://github.com/primefaces/primeng/issues/2175) -- ContextMenu freeze with routerLink and appendTo=body [\#2160](https://github.com/primefaces/primeng/issues/2160) -- DataTable Memory problem after update to 2.0.1 [\#2133](https://github.com/primefaces/primeng/issues/2133) -- Listbox disabled allows item selection [\#2108](https://github.com/primefaces/primeng/issues/2108) -- Schedule Drag and Resize do not update the event data [\#2070](https://github.com/primefaces/primeng/issues/2070) -- Dragging schedule events moves all events [\#2017](https://github.com/primefaces/primeng/issues/2017) -- Files not removed correctly in file upload [\#1707](https://github.com/primefaces/primeng/issues/1707) - -## [2.0.1](https://github.com/primefaces/primeng/tree/2.0.1) (2017-02-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.0...2.0.1) - -**Implemented New Features and Enhancements:** - -- Customizable Multiple selection mode for TreeTable [\#2100](https://github.com/primefaces/primeng/issues/2100) -- Customizable Multiple selection mode for Tree [\#2099](https://github.com/primefaces/primeng/issues/2099) -- Customizable Multiple selection mode for DataTable [\#2098](https://github.com/primefaces/primeng/issues/2098) -- Customizable Multiple selection mode for PickList [\#2097](https://github.com/primefaces/primeng/issues/2097) -- Customizable Multiple selection mode for OrderList [\#2096](https://github.com/primefaces/primeng/issues/2096) -- Customizable Multiple selection mode for Listbox [\#2094](https://github.com/primefaces/primeng/issues/2094) -- Virtual Scrolling for DataTable [\#2062](https://github.com/primefaces/primeng/issues/2062) -- Use ViewChild to access DataScroller [\#2061](https://github.com/primefaces/primeng/issues/2061) -- Checkbox selection for TreeTable [\#2060](https://github.com/primefaces/primeng/issues/2060) -- Multiselect missing documentation [\#2041](https://github.com/primefaces/primeng/issues/2041) -- Captcha Component [\#2027](https://github.com/primefaces/primeng/issues/2027) - -**Fixed bugs:** - -- DataTable Cell failed to turn to Edit mode after 2nd time click [\#2120](https://github.com/primefaces/primeng/issues/2120) -- Spinner buttons post the form [\#2105](https://github.com/primefaces/primeng/issues/2105) -- AutoComplete field resolution lacks chaining [\#2092](https://github.com/primefaces/primeng/issues/2092) -- Refactor equals check in DomHandler [\#2091](https://github.com/primefaces/primeng/issues/2091) -- "showTargetControls" attribute has no effect on target wrapper of PickList [\#2077](https://github.com/primefaces/primeng/issues/2077) -- \[showcase\]Setup wrong import file path [\#2053](https://github.com/primefaces/primeng/issues/2053) -- Autocomplete dropdown focus [\#2037](https://github.com/primefaces/primeng/issues/2037) -- Tree leaf and non-leaf items are not aligned [\#2019](https://github.com/primefaces/primeng/issues/2019) -- Unable to delete characters from Spinner's input field \(Firefox only\) [\#2012](https://github.com/primefaces/primeng/issues/2012) -- Large dialog content or small screens causes the dialog to be positioned outside the viewport [\#1925](https://github.com/primefaces/primeng/issues/1925) -- \[Bug\] Memory leak in DataTable with column template [\#1780](https://github.com/primefaces/primeng/issues/1780) - -## [2.0.0](https://github.com/primefaces/primeng/tree/2.0.0) (2017-02-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.0-rc.3...2.0.0) - -**Implemented New Features and Enhancements:** - -- TriStateCheckbox support for ChangeDetectionStrategy.OnPush [\#2002](https://github.com/primefaces/primeng/issues/2002) -- Add target option to menumodel [\#1994](https://github.com/primefaces/primeng/issues/1994) -- Lightbox appendTo option [\#1987](https://github.com/primefaces/primeng/issues/1987) - -**Fixed bugs:** - -- Horizontal tree misses hover on selection [\#1995](https://github.com/primefaces/primeng/issues/1995) -- Popup menu positioning on window resize [\#1982](https://github.com/primefaces/primeng/issues/1982) -- Spinner onChange doesn't fire with buttons [\#1927](https://github.com/primefaces/primeng/issues/1927) -- p-inputMask not updating [\#1868](https://github.com/primefaces/primeng/issues/1868) - -## [2.0.0-rc.3](https://github.com/primefaces/primeng/tree/2.0.0-rc.3) (2017-02-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.0-rc.2...2.0.0-rc.3) - -**Implemented New Features and Enhancements:** - -- Use ViewChild to select elements in MultiSelect [\#1977](https://github.com/primefaces/primeng/issues/1977) -- Add options property to Schedule [\#1976](https://github.com/primefaces/primeng/issues/1976) -- Tooltip offset inside scrollable container [\#1974](https://github.com/primefaces/primeng/issues/1974) -- AppendTo Target mode for tooltip [\#1968](https://github.com/primefaces/primeng/issues/1968) -- Add visible to menuitem api [\#1959](https://github.com/primefaces/primeng/issues/1959) -- Add contentStyle to dialog [\#1956](https://github.com/primefaces/primeng/issues/1956) -- Multiselect appendTo option [\#1837](https://github.com/primefaces/primeng/issues/1837) -- Tooltip: add a styleClass attribute [\#1510](https://github.com/primefaces/primeng/issues/1510) - -**Fixed bugs:** - -- Dropdown does not support ChangeDetection Push strategy [\#1971](https://github.com/primefaces/primeng/issues/1971) -- Bootstrap theme misses invalid input styles [\#1970](https://github.com/primefaces/primeng/issues/1970) -- Chips do not display invalid style [\#1969](https://github.com/primefaces/primeng/issues/1969) -- AutoComplete dropdown misaligned in multiple mode [\#1967](https://github.com/primefaces/primeng/issues/1967) -- ConfirmDialog should export SharedModule [\#1958](https://github.com/primefaces/primeng/issues/1958) -- Rename disabled of tooltip to disabledTooltip [\#1955](https://github.com/primefaces/primeng/issues/1955) -- Disabled inputs can still get hover [\#1954](https://github.com/primefaces/primeng/issues/1954) -- DataTable rowIndex in body template is NaN [\#1929](https://github.com/primefaces/primeng/issues/1929) -- Scheduler do not load initial events [\#1915](https://github.com/primefaces/primeng/issues/1915) -- event is undefined in Listbox multiple checkbox select [\#1887](https://github.com/primefaces/primeng/issues/1887) -- Ensure that document functions exist before calling in ngOnDestroy\(\) [\#1672](https://github.com/primefaces/primeng/issues/1672) -- Calender : in 12 hourformat manually editing values not updating [\#1648](https://github.com/primefaces/primeng/issues/1648) -- XSS vulnerability on p-tooltip [\#1558](https://github.com/primefaces/primeng/issues/1558) - -## [2.0.0-rc.2](https://github.com/primefaces/primeng/tree/2.0.0-rc.2) (2017-01-27) - -[Full Changelog](https://github.com/primefaces/primeng/compare/2.0.0-rc.1...2.0.0-rc.2) - -**Implemented New Features and Enhancements:** - -- Enhance DataTable Scrolling [\#1921](https://github.com/primefaces/primeng/issues/1921) -- Push change detection for RadioButton and Checkbox [\#1920](https://github.com/primefaces/primeng/issues/1920) - -**Fixed bugs:** - -- Multiselect: select all option does not work well when using the filter [\#1870](https://github.com/primefaces/primeng/issues/1870) -- Remove accordion overflow [\#1869](https://github.com/primefaces/primeng/issues/1869) -- DataTable emptyMessage not working 2.0.0-rc.1 [\#1866](https://github.com/primefaces/primeng/issues/1866) -- Listbox: select all option does not work well when using the filter [\#1862](https://github.com/primefaces/primeng/issues/1862) -- Offset when opening up menu [\#1854](https://github.com/primefaces/primeng/issues/1854) - -## [2.0.0-rc.1](https://github.com/primefaces/primeng/tree/2.0.0-rc.1) (2017-01-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.1.4...2.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Cosmetics for SplitButton [\#1852](https://github.com/primefaces/primeng/issues/1852) -- Use buttons for Spinner instead of anchors [\#1850](https://github.com/primefaces/primeng/issues/1850) -- Improve Growl CSS [\#1848](https://github.com/primefaces/primeng/issues/1848) -- Improve dropdown performance [\#1847](https://github.com/primefaces/primeng/issues/1847) -- Use native animations for dropdown [\#1846](https://github.com/primefaces/primeng/issues/1846) -- style and styleClass for Growl [\#1839](https://github.com/primefaces/primeng/issues/1839) -- Update full calendar to 3.1. [\#1825](https://github.com/primefaces/primeng/issues/1825) -- Replace viewRender with onViewRender in schedule [\#1824](https://github.com/primefaces/primeng/issues/1824) -- Lazy Loading for Accordion and TabView [\#1808](https://github.com/primefaces/primeng/issues/1808) -- Custom header and footer support for Calendar [\#1794](https://github.com/primefaces/primeng/issues/1794) -- StepHour and StepMinute for calendar [\#1791](https://github.com/primefaces/primeng/issues/1791) -- Calendar performance issues [\#1781](https://github.com/primefaces/primeng/issues/1781) -- Editor Toolbar Accessibility [\#1769](https://github.com/primefaces/primeng/issues/1769) -- Dropdown should open using the space key [\#1767](https://github.com/primefaces/primeng/issues/1767) -- Enhance Dropdown event binding for performance [\#1757](https://github.com/primefaces/primeng/issues/1757) -- Add sortField to column [\#1743](https://github.com/primefaces/primeng/issues/1743) -- Frozen Columns for DataTable [\#1742](https://github.com/primefaces/primeng/issues/1742) -- Calendar control validity state [\#1676](https://github.com/primefaces/primeng/issues/1676) -- Readonly support for Dropdown [\#1524](https://github.com/primefaces/primeng/issues/1524) -- Seconds support for Calendar [\#1454](https://github.com/primefaces/primeng/issues/1454) -- Column resize and reorder support for Scrollable DataTable [\#1005](https://github.com/primefaces/primeng/issues/1005) -- New Component: BlockUI [\#976](https://github.com/primefaces/primeng/issues/976) -- Disabled for Tooltip [\#460](https://github.com/primefaces/primeng/issues/460) - -**Fixed bugs:** - -- BlockUI target element style attribute [\#1857](https://github.com/primefaces/primeng/issues/1857) -- Calendar button issue with ui-fluid [\#1853](https://github.com/primefaces/primeng/issues/1853) -- DataTable resize helper positioning issue [\#1826](https://github.com/primefaces/primeng/issues/1826) -- Autocomplete readonly [\#1786](https://github.com/primefaces/primeng/issues/1786) -- onFocus for Calendar [\#1766](https://github.com/primefaces/primeng/issues/1766) -- Single FileUpload still behaves as multiple [\#1759](https://github.com/primefaces/primeng/issues/1759) -- Memory leak in calendar [\#1758](https://github.com/primefaces/primeng/issues/1758) -- p-InputMask does not update its 'filled' property when use within a FormGroup [\#1734](https://github.com/primefaces/primeng/issues/1734) -- Button with Icon: the label is not updated when used with a pipe [\#1719](https://github.com/primefaces/primeng/issues/1719) -- p-multiselect label is not updated when ngModel changes [\#1696](https://github.com/primefaces/primeng/issues/1696) -- Button label updates icon instead of label. [\#1685](https://github.com/primefaces/primeng/issues/1685) -- p-dataTable does not render when multiSortMeta is set [\#1663](https://github.com/primefaces/primeng/issues/1663) -- Templating fails when using any \*ng directives [\#1655](https://github.com/primefaces/primeng/issues/1655) -- DataTable still propagating endless onLazyLoad events - previous case \#1434 [\#1502](https://github.com/primefaces/primeng/issues/1502) - -## [1.1.4](https://github.com/primefaces/primeng/tree/1.1.4) (2017-01-05) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.1.3...1.1.4) - -**Implemented New Features and Enhancements:** - -- Datepicker showOnFocus method [\#1738](https://github.com/primefaces/primeng/issues/1738) -- \[Feature Request\] Allow FileUpload toolbar customization similar to that of the Toolbar component. [\#1712](https://github.com/primefaces/primeng/issues/1712) -- Refactor TabView navigator part [\#1687](https://github.com/primefaces/primeng/issues/1687) -- Custom Editor for DataTable cell? [\#360](https://github.com/primefaces/primeng/issues/360) - -**Fixed bugs:** - -- p-header is not a know element for panel and editor [\#1735](https://github.com/primefaces/primeng/issues/1735) -- DataTable scrollable doesn't show the header of the sorted field [\#1600](https://github.com/primefaces/primeng/issues/1600) - -## [1.1.3](https://github.com/primefaces/primeng/tree/1.1.3) (2017-01-03) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.1.2...1.1.3) - -**Implemented New Features and Enhancements:** - -- Replace Header and Footer with p-header and p-footer [\#1710](https://github.com/primefaces/primeng/issues/1710) -- \[ Feature Request \] Dialogs to have option to hide header [\#1709](https://github.com/primefaces/primeng/issues/1709) -- Use font icons in rating [\#1686](https://github.com/primefaces/primeng/issues/1686) -- Contextmenu submenu appears out of view area [\#1596](https://github.com/primefaces/primeng/issues/1596) -- Replace JS based hover and focus with pseudo classes [\#1536](https://github.com/primefaces/primeng/issues/1536) -- Bootstrap theme 2.0 migration [\#1716](https://github.com/primefaces/primeng/issues/1716) - -**Fixed bugs:** - -- DataTable cells with templating are not updated [\#1711](https://github.com/primefaces/primeng/issues/1711) - -## [1.1.2](https://github.com/primefaces/primeng/tree/1.1.2) (2016-12-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.1.1...1.1.2) - -**Fixed bugs:** - -- Calendar button inside ui-fluid [\#1662](https://github.com/primefaces/primeng/issues/1662) -- Data Table 'trackBy must be a function, but received undefined' [\#1652](https://github.com/primefaces/primeng/issues/1652) - -## [1.1.1](https://github.com/primefaces/primeng/tree/1.1.1) (2016-12-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.1.0...1.1.1) - -**Implemented New Features and Enhancements:** - -- Expose toggleRow for DataTable [\#1644](https://github.com/primefaces/primeng/issues/1644) -- Disabled chips should not display close icon [\#1635](https://github.com/primefaces/primeng/issues/1635) -- Add appendTo for AutoComplete [\#1616](https://github.com/primefaces/primeng/issues/1616) -- \[Enhancement\] DataTable hover highlighting [\#1480](https://github.com/primefaces/primeng/issues/1480) -- DataTable should have @Input\(\) first: number [\#660](https://github.com/primefaces/primeng/issues/660) - -**Fixed bugs:** - -- 'acc' at end of css line causing error. [\#1639](https://github.com/primefaces/primeng/issues/1639) -- Button icon is offset [\#1636](https://github.com/primefaces/primeng/issues/1636) -- Empty dropdown option label not displayed properly [\#1626](https://github.com/primefaces/primeng/issues/1626) -- Bootstrap Theme - Overwrites Application Style [\#1624](https://github.com/primefaces/primeng/issues/1624) -- New bootstrap theme: dropdown in datatable filter has invisible options [\#1618](https://github.com/primefaces/primeng/issues/1618) -- Datatable: \[rowStyleClass\] method isn't called if the table has \[scrollable\]=true [\#1613](https://github.com/primefaces/primeng/issues/1613) -- CSS media queries for ui-grid fails [\#1602](https://github.com/primefaces/primeng/issues/1602) -- Paginator is broken in bootstrap theme [\#1598](https://github.com/primefaces/primeng/issues/1598) -- Accessibility for Togglebutton [\#1597](https://github.com/primefaces/primeng/issues/1597) -- Multiple dropdown autocomplete can't be disabled [\#1592](https://github.com/primefaces/primeng/issues/1592) -- Calendar Select Other Month issue [\#1475](https://github.com/primefaces/primeng/issues/1475) -- Button icon is not dynamic [\#1408](https://github.com/primefaces/primeng/issues/1408) -- Datatable column sorting does not work with global filter [\#654](https://github.com/primefaces/primeng/issues/654) - -## [1.1.0](https://github.com/primefaces/primeng/tree/1.1.0) (2016-12-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.1...1.1.0) - -**Implemented New Features and Enhancements:** - -- Severity buttons [\#1584](https://github.com/primefaces/primeng/issues/1584) -- Add appendTo for context menu [\#1583](https://github.com/primefaces/primeng/issues/1583) -- Pass original event to chip events [\#1581](https://github.com/primefaces/primeng/issues/1581) -- Deprecate type property of pTemplate [\#1572](https://github.com/primefaces/primeng/issues/1572) -- Pass original event to onRowExpand and onRowCollapse [\#1571](https://github.com/primefaces/primeng/issues/1571) -- Community Themes Refactor [\#1559](https://github.com/primefaces/primeng/issues/1559) -- Migrate MegaMenu to new Grid CSS [\#1555](https://github.com/primefaces/primeng/issues/1555) -- Missing tabindex for calendar [\#1549](https://github.com/primefaces/primeng/issues/1549) -- Code review CSS of all components [\#1547](https://github.com/primefaces/primeng/issues/1547) -- Replace px with em unit [\#1545](https://github.com/primefaces/primeng/issues/1545) -- appendTo support for components [\#1544](https://github.com/primefaces/primeng/issues/1544) -- \[Enhancement\] Ability to make Calendar HTML5 Required [\#1540](https://github.com/primefaces/primeng/issues/1540) -- Provide rowIndex to DataList template [\#1539](https://github.com/primefaces/primeng/issues/1539) -- Require a pTemplate for RowExpansion [\#1533](https://github.com/primefaces/primeng/issues/1533) -- New FilterMatchModes for DataTable: "in" and "equals" [\#1527](https://github.com/primefaces/primeng/issues/1527) -- Filtering for Listbox [\#1518](https://github.com/primefaces/primeng/issues/1518) -- onSlideEnd of slider should pass the value [\#1515](https://github.com/primefaces/primeng/issues/1515) -- New Bootstrap Theme [\#1512](https://github.com/primefaces/primeng/issues/1512) -- Expose home menuitem in breadcrumb [\#1509](https://github.com/primefaces/primeng/issues/1509) -- Checkbox support for Listbox [\#1469](https://github.com/primefaces/primeng/issues/1469) -- Improve documentation for dependencies – e.g. Quill [\#1457](https://github.com/primefaces/primeng/issues/1457) -- Migrate all primeng component's css to box-sizing: border-box [\#1379](https://github.com/primefaces/primeng/issues/1379) -- Bootstrap compatibility [\#1236](https://github.com/primefaces/primeng/issues/1236) -- Row Grouping on DataTable [\#403](https://github.com/primefaces/primeng/issues/403) -- Custom Filter Elements for DataTable [\#196](https://github.com/primefaces/primeng/issues/196) - -**Fixed bugs:** - -- Null check for DataTable resolve field data [\#1579](https://github.com/primefaces/primeng/issues/1579) -- p-chips doesn't fire onRemove if chip is deleted with backspace [\#1556](https://github.com/primefaces/primeng/issues/1556) -- datatable: error on destroy if not initialized [\#1520](https://github.com/primefaces/primeng/issues/1520) -- Chips empty value problem [\#1507](https://github.com/primefaces/primeng/issues/1507) -- Add positionStyle property to tooltip [\#1506](https://github.com/primefaces/primeng/issues/1506) -- Karma test throws "documentResizeListener is not a function" message in dialog.js [\#1314](https://github.com/primefaces/primeng/issues/1314) -- Autocomplete panel opens after user tabs off field [\#1277](https://github.com/primefaces/primeng/issues/1277) -- Bug in bootstrap theme for growl componemt [\#1187](https://github.com/primefaces/primeng/issues/1187) -- Bootstrap theme. .ui-growl-item-container.ui-state-highlight.ui-growl-message-... is not defined [\#1143](https://github.com/primefaces/primeng/issues/1143) - -## [1.0.1](https://github.com/primefaces/primeng/tree/1.0.1) (2016-12-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0...1.0.1) - -**Implemented New Features and Enhancements:** - -- DecimalSeparator and ThousandSeparator for Spinner [\#1472](https://github.com/primefaces/primeng/issues/1472) -- New Component: Chips [\#1380](https://github.com/primefaces/primeng/issues/1380) -- Checkbox Selection Mode for Tree [\#1130](https://github.com/primefaces/primeng/issues/1130) - -**Fixed bugs:** - -- Disabled dropdown receives focus [\#1481](https://github.com/primefaces/primeng/issues/1481) -- BlockUI does not block scrollable content [\#1467](https://github.com/primefaces/primeng/issues/1467) -- Drag and Drop: Cannot read property 'parentNode' of undefined [\#1462](https://github.com/primefaces/primeng/issues/1462) -- InputMask name attribute is undefined [\#1445](https://github.com/primefaces/primeng/issues/1445) -- \ doesn't work correctly [\#1442](https://github.com/primefaces/primeng/issues/1442) -- Lazy Loading looping issue [\#1434](https://github.com/primefaces/primeng/issues/1434) -- Reactive RadioButtons not grouped [\#1420](https://github.com/primefaces/primeng/issues/1420) -- Calendar issues with time [\#1417](https://github.com/primefaces/primeng/issues/1417) -- Schedule onDrop event does not pass date [\#1415](https://github.com/primefaces/primeng/issues/1415) -- Dropdrown appendTo="body" miss calculation [\#1411](https://github.com/primefaces/primeng/issues/1411) -- Datatable resize with facets [\#1403](https://github.com/primefaces/primeng/issues/1403) -- Calendar minDate and maxDate bindings don't work [\#1150](https://github.com/primefaces/primeng/issues/1150) -- Drag and Drop not working in IE11 [\#632](https://github.com/primefaces/primeng/issues/632) - -## [1.0.0](https://github.com/primefaces/primeng/tree/1.0.0) (2016-11-23) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0-rc.7...1.0.0) - -**Implemented New Features and Enhancements:** - -- Keyboard accessibility for Checkbox [\#836](https://github.com/primefaces/primeng/issues/836) - -**Fixed bugs:** - -- Datatable column template and expandable rows [\#1396](https://github.com/primefaces/primeng/issues/1396) - -## [1.0.0-rc.7](https://github.com/primefaces/primeng/tree/1.0.0-rc.7) (2016-11-22) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0-rc.6...1.0.0-rc.7) - -**Fixed bugs:** - -- Calendar,SplitButton are broken under ui-fluid [\#1395](https://github.com/primefaces/primeng/issues/1395) -- Tooltip Positioning Issues [\#1383](https://github.com/primefaces/primeng/issues/1383) -- onContextMenuSelect in datatable is not documented in showcase [\#1377](https://github.com/primefaces/primeng/issues/1377) -- Omega theme: Gradient has outdated direction syntax [\#1376](https://github.com/primefaces/primeng/issues/1376) -- Datatable error with selection \(on firefox\) [\#1084](https://github.com/primefaces/primeng/issues/1084) -- Empty tooltips are still displayed [\#705](https://github.com/primefaces/primeng/issues/705) - -## [1.0.0-rc.6](https://github.com/primefaces/primeng/tree/1.0.0-rc.6) (2016-11-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0-rc.5...1.0.0-rc.6) - -**Implemented New Features and Enhancements:** - -- Compatibility with 2.2.0 [\#1369](https://github.com/primefaces/primeng/issues/1369) - -**Fixed bugs:** - -- AccordionTab header collapsing with datatable headerFacet [\#1375](https://github.com/primefaces/primeng/issues/1375) -- Datatable draggable=true when filtering [\#1364](https://github.com/primefaces/primeng/issues/1364) -- Charts keep reloading [\#1363](https://github.com/primefaces/primeng/issues/1363) -- RC5: Updating data does not reflect changes when filtered [\#1362](https://github.com/primefaces/primeng/issues/1362) -- ui-fluid breaks schedule buttons [\#1359](https://github.com/primefaces/primeng/issues/1359) -- SplitButton RC.5 disabled state is broken [\#1353](https://github.com/primefaces/primeng/issues/1353) -- Remove problematic change detection for charts [\#1352](https://github.com/primefaces/primeng/issues/1352) -- Editable Dropdown disabled not working [\#1351](https://github.com/primefaces/primeng/issues/1351) -- Dropdown appendTo doesn't work as intended [\#1348](https://github.com/primefaces/primeng/issues/1348) -- PanelMenu rootitem should not display content if there are no subitems [\#1347](https://github.com/primefaces/primeng/issues/1347) -- Placeholder text isn't displayed correctly on InputMask [\#1345](https://github.com/primefaces/primeng/issues/1345) - -## [1.0.0-rc.5](https://github.com/primefaces/primeng/tree/1.0.0-rc.5) (2016-11-17) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0-rc.4...1.0.0-rc.5) - -**Implemented New Features and Enhancements:** - -- AutoComplete multiple option have no placeholder [\#1329](https://github.com/primefaces/primeng/issues/1329) -- Set minLength of autocomplete as 1 by default [\#1323](https://github.com/primefaces/primeng/issues/1323) -- Down arrow should execute autocomplete [\#1322](https://github.com/primefaces/primeng/issues/1322) -- Row based styling for DataTable [\#1296](https://github.com/primefaces/primeng/issues/1296) -- Spinner buttons overlay [\#1293](https://github.com/primefaces/primeng/issues/1293) -- Refactor Calendar dom query [\#1290](https://github.com/primefaces/primeng/issues/1290) -- Add toggle\(\) to ContextMenu [\#1289](https://github.com/primefaces/primeng/issues/1289) -- Refactor SplitButton [\#1288](https://github.com/primefaces/primeng/issues/1288) -- Steps component should start from 1 [\#1273](https://github.com/primefaces/primeng/issues/1273) -- Style and StyleClass for Dialog [\#1263](https://github.com/primefaces/primeng/issues/1263) -- Auto width for Dialog [\#1262](https://github.com/primefaces/primeng/issues/1262) -- p-fileupload button labels [\#1247](https://github.com/primefaces/primeng/issues/1247) -- multiselect filter logic should be contains [\#1131](https://github.com/primefaces/primeng/issues/1131) -- Add trackBy to DataTable [\#1057](https://github.com/primefaces/primeng/issues/1057) -- Improve TreeTable performance [\#1032](https://github.com/primefaces/primeng/issues/1032) - -**Fixed bugs:** - -- Column reordering misbehaves [\#1327](https://github.com/primefaces/primeng/issues/1327) -- Reorder icons misaligned on FF and IE for datatable [\#1326](https://github.com/primefaces/primeng/issues/1326) -- Growl : TypeError when adding to message array before the component is initialised. [\#1324](https://github.com/primefaces/primeng/issues/1324) -- AutoComplete shows list even input doesn't have focus [\#1321](https://github.com/primefaces/primeng/issues/1321) -- DataTable resizing fails when inside invisible container [\#1320](https://github.com/primefaces/primeng/issues/1320) -- Toolbardemo not working in IE according to wrong html [\#1302](https://github.com/primefaces/primeng/issues/1302) -- Treetable borders are not visible in IE [\#1300](https://github.com/primefaces/primeng/issues/1300) -- Editable dropdown is not in sync with model [\#1298](https://github.com/primefaces/primeng/issues/1298) -- Updating data does not reflect changes when filtered [\#1295](https://github.com/primefaces/primeng/issues/1295) -- Inputs are not functional when inside reordarable columns on IE [\#1294](https://github.com/primefaces/primeng/issues/1294) -- PickList throws error on reorder [\#1292](https://github.com/primefaces/primeng/issues/1292) -- Spinner fails on reactive form [\#1287](https://github.com/primefaces/primeng/issues/1287) -- Slider range handler stuck on maximum [\#1285](https://github.com/primefaces/primeng/issues/1285) -- SlideMenu quick click on item breaks the menu [\#1274](https://github.com/primefaces/primeng/issues/1274) -- Splitbutton without icon property is broken [\#1266](https://github.com/primefaces/primeng/issues/1266) -- Autocomplete event doesn't get fired in Model Driven Form [\#1241](https://github.com/primefaces/primeng/issues/1241) -- Calendar initial value not visible with reactive forms [\#1226](https://github.com/primefaces/primeng/issues/1226) -- Spinner does not allow manual input [\#1224](https://github.com/primefaces/primeng/issues/1224) -- DataTable export does not work in IE [\#1212](https://github.com/primefaces/primeng/issues/1212) -- Slider not working correctly with min value [\#1193](https://github.com/primefaces/primeng/issues/1193) -- PickList: onMoveToSource\(\) event only works when you use onMovetoSource \(note the small 't'\) [\#1115](https://github.com/primefaces/primeng/issues/1115) -- DataTable - Column reordering errors in IE 11 [\#1018](https://github.com/primefaces/primeng/issues/1018) -- Tooltips are positioned incorrectly on FF and IE [\#666](https://github.com/primefaces/primeng/issues/666) -- Charts do not update [\#568](https://github.com/primefaces/primeng/issues/568) -- p-schedule inside p-tabPanel does not render calendar view [\#497](https://github.com/primefaces/primeng/issues/497) - -## [1.0.0-rc.4](https://github.com/primefaces/primeng/tree/1.0.0-rc.4) (2016-11-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0-rc.3...1.0.0-rc.4) - -**Implemented New Features and Enhancements:** - -- Improve ProgressBar Omega Visuals [\#1255](https://github.com/primefaces/primeng/issues/1255) -- Flipfit collision detection for ContextMenu [\#1249](https://github.com/primefaces/primeng/issues/1249) -- Use @ViewChild instead of dom query in Dialog [\#1235](https://github.com/primefaces/primeng/issues/1235) -- Allow binding string to Calendar [\#1231](https://github.com/primefaces/primeng/issues/1231) -- Add dataType to Calendar [\#1230](https://github.com/primefaces/primeng/issues/1230) -- Add dayRender to schedule [\#1225](https://github.com/primefaces/primeng/issues/1225) -- \[Feature Request\] DataTable: Placeholder for column filter input [\#1218](https://github.com/primefaces/primeng/issues/1218) -- Datatable empty message class for styling the emptyMessage [\#1216](https://github.com/primefaces/primeng/issues/1216) -- Add state classes to input components [\#1201](https://github.com/primefaces/primeng/issues/1201) -- Handle ctrl/meta keys for datatable multiple selection [\#794](https://github.com/primefaces/primeng/issues/794) -- Tabbing support for editable cells in DataTable [\#223](https://github.com/primefaces/primeng/issues/223) - -**Fixed bugs:** - -- Resizable columns override custom widths [\#1252](https://github.com/primefaces/primeng/issues/1252) -- Non sortable columns are focusable [\#1251](https://github.com/primefaces/primeng/issues/1251) -- Editable dropdown throws an exception [\#1238](https://github.com/primefaces/primeng/issues/1238) -- Dropdown with no options cause exception on keydown [\#1229](https://github.com/primefaces/primeng/issues/1229) -- Scrollable DataTable fails with percentage height and header [\#1222](https://github.com/primefaces/primeng/issues/1222) -- Datatable ContextMenu Inside of Tabpanel not working correctly [\#1219](https://github.com/primefaces/primeng/issues/1219) -- Scrollable table header misaligned if data changes [\#1217](https://github.com/primefaces/primeng/issues/1217) -- Spinner size attribute throws exception [\#1197](https://github.com/primefaces/primeng/issues/1197) -- Calendar 'onSelect' not fired on time change [\#1192](https://github.com/primefaces/primeng/issues/1192) -- Dialog may not be centered [\#1176](https://github.com/primefaces/primeng/issues/1176) - -## [1.0.0-rc.3](https://github.com/primefaces/primeng/tree/1.0.0-rc.3) (2016-11-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0-rc.2...1.0.0-rc.3) - -## [1.0.0-rc.2](https://github.com/primefaces/primeng/tree/1.0.0-rc.2) (2016-11-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/1.0.0-rc.1...1.0.0-rc.2) - -**Implemented New Features and Enhancements:** - -- use tsconfig.json's "lib": \["es6"\] instead of @types/core-js [\#1191](https://github.com/primefaces/primeng/issues/1191) - -**Fixed bugs:** - -- Cannot find type definition file for 'core-js' [\#1186](https://github.com/primefaces/primeng/issues/1186) - -## [1.0.0-rc.1](https://github.com/primefaces/primeng/tree/1.0.0-rc.1) (2016-11-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.20...1.0.0-rc.1) - -**Implemented New Features and Enhancements:** - -- Severity icons for messages [\#1172](https://github.com/primefaces/primeng/issues/1172) -- Refresh Scrolling of DataTable when data changes [\#1171](https://github.com/primefaces/primeng/issues/1171) -- onFocus and onBlur for dropdown [\#1156](https://github.com/primefaces/primeng/issues/1156) -- Add tableStyle and tableStyleClass to DataTable [\#1155](https://github.com/primefaces/primeng/issues/1155) -- Add readonly to Spinner [\#1148](https://github.com/primefaces/primeng/issues/1148) -- Lazy loading for showcase [\#1141](https://github.com/primefaces/primeng/issues/1141) -- Improve tree rendering performance [\#1088](https://github.com/primefaces/primeng/issues/1088) -- AOT support [\#871](https://github.com/primefaces/primeng/issues/871) -- Missed sources for source maps [\#672](https://github.com/primefaces/primeng/issues/672) - -**Fixed bugs:** - -- Alignment broken with multiple messages [\#1174](https://github.com/primefaces/primeng/issues/1174) -- bug: datatable filter function with lazy [\#1170](https://github.com/primefaces/primeng/issues/1170) -- Paste event does not update input mask value [\#1162](https://github.com/primefaces/primeng/issues/1162) -- DropDown input documentclicklistener is not checked on ngOnDestroy [\#1158](https://github.com/primefaces/primeng/issues/1158) -- EmptyMessage is not getting displayed when scrollable = true - Datatable [\#1153](https://github.com/primefaces/primeng/issues/1153) -- InputMask onComplete bug [\#1151](https://github.com/primefaces/primeng/issues/1151) -- Calendar Input Box Display [\#1140](https://github.com/primefaces/primeng/issues/1140) -- Tree should export SharedModule [\#1135](https://github.com/primefaces/primeng/issues/1135) -- Disabled attribute on multiselect does not work [\#1047](https://github.com/primefaces/primeng/issues/1047) -- Datatable w/ scrollable and scrollHeight=100% miscomputes scrollHeight [\#973](https://github.com/primefaces/primeng/issues/973) -- DataTable with scroll and few data causes headers and table cells to misalign [\#917](https://github.com/primefaces/primeng/issues/917) -- Datatable scrollable="true" breaks checkbox-radio selection [\#860](https://github.com/primefaces/primeng/issues/860) -- Datatable scrollable="true" breaks column template header [\#859](https://github.com/primefaces/primeng/issues/859) -- Stop html autocomplete for inputs in p-autoComplete [\#701](https://github.com/primefaces/primeng/issues/701) -- DataTable: sorting null not properly working [\#681](https://github.com/primefaces/primeng/issues/681) -- Context menu runs off edge of screen [\#593](https://github.com/primefaces/primeng/issues/593) -- Bug in datatable: filterMatchMode="endsWith" if filter number [\#582](https://github.com/primefaces/primeng/issues/582) -- DataTable with explicit widths causes headers and table cells to misalign [\#487](https://github.com/primefaces/primeng/issues/487) - -## [v1.0.0-beta.20](https://github.com/primefaces/primeng/tree/v1.0.0-beta.20) (2016-10-25) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.19...v1.0.0-beta.20) - -**Implemented New Features and Enhancements:** - -- Improve p-dropdown focus visuals for Omega [\#1105](https://github.com/primefaces/primeng/issues/1105) -- Horizontal Orientation for Tree [\#1104](https://github.com/primefaces/primeng/issues/1104) -- New component: Steps [\#1103](https://github.com/primefaces/primeng/issues/1103) -- New component: Inplace [\#1101](https://github.com/primefaces/primeng/issues/1101) -- Declarative datatable column grouping [\#1100](https://github.com/primefaces/primeng/issues/1100) -- TimeOnly option for Calendar [\#1099](https://github.com/primefaces/primeng/issues/1099) - -**Fixed bugs:** - -- Disabled checkbox is still focusable with keyboard [\#1121](https://github.com/primefaces/primeng/issues/1121) -- Exception on editable dropdown keydown [\#1108](https://github.com/primefaces/primeng/issues/1108) -- Initial values in p-calendar are not displayed in specified date format [\#1098](https://github.com/primefaces/primeng/issues/1098) -- Calendar not working in 1.0.0-beta.19 \( in Firefox 49\) [\#1092](https://github.com/primefaces/primeng/issues/1092) -- Disabled radio still clickable via label [\#983](https://github.com/primefaces/primeng/issues/983) - -## [v1.0.0-beta.19](https://github.com/primefaces/primeng/tree/v1.0.0-beta.19) (2016-10-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.18...v1.0.0-beta.19) - -## [v1.0.0-beta.18](https://github.com/primefaces/primeng/tree/v1.0.0-beta.18) (2016-10-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.17...v1.0.0-beta.18) - -**Implemented New Features and Enhancements:** - -- Control method for tab close [\#1075](https://github.com/primefaces/primeng/issues/1075) -- New component: BlockUI [\#1069](https://github.com/primefaces/primeng/issues/1069) -- Transfer events for PickList [\#1053](https://github.com/primefaces/primeng/issues/1053) -- Native calendar without jQuery UI [\#885](https://github.com/primefaces/primeng/issues/885) -- showSourceControls and showTargetControls for PickList [\#395](https://github.com/primefaces/primeng/issues/395) - -**Fixed bugs:** - -- On click of accordion icon Nothing happening [\#1050](https://github.com/primefaces/primeng/issues/1050) -- TriStateCheckbox not taking initial values for false [\#1027](https://github.com/primefaces/primeng/issues/1027) -- Picklist TypeError: Cannot read property 'getBoundingClientRect' of undefined [\#1002](https://github.com/primefaces/primeng/issues/1002) -- Picklist cannot add all on first render [\#1001](https://github.com/primefaces/primeng/issues/1001) - -## [v1.0.0-beta.17](https://github.com/primefaces/primeng/tree/v1.0.0-beta.17) (2016-10-03) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.16...v1.0.0-beta.17) - -**Implemented New Features and Enhancements:** - -- Configurable visibility of confirm dialog buttons [\#994](https://github.com/primefaces/primeng/issues/994) -- Row click event should not be triggered if target is clickable [\#971](https://github.com/primefaces/primeng/issues/971) -- Remove columns from DataGrid [\#969](https://github.com/primefaces/primeng/issues/969) -- Add ui-state-filled to pInputText [\#950](https://github.com/primefaces/primeng/issues/950) -- p-splitButton \[disabled\] @Input [\#947](https://github.com/primefaces/primeng/issues/947) -- Add ui-inputswitch-checked to p-inputswitch [\#944](https://github.com/primefaces/primeng/issues/944) -- DataGrid should use Grid CSS [\#943](https://github.com/primefaces/primeng/issues/943) -- Reimplement mask component as native [\#927](https://github.com/primefaces/primeng/issues/927) -- New component: TriStateCheckbox [\#756](https://github.com/primefaces/primeng/issues/756) -- \[Request\] Double click handler for ListBox Control [\#755](https://github.com/primefaces/primeng/issues/755) -- \[Request\] Add ui-messages-success [\#473](https://github.com/primefaces/primeng/issues/473) - -**Fixed bugs:** - -- Horizontal scrolling is misaligned [\#997](https://github.com/primefaces/primeng/issues/997) -- incomplete file path in aristo theme.css [\#989](https://github.com/primefaces/primeng/issues/989) -- InputSwitch rendering fails inside hidden containers [\#972](https://github.com/primefaces/primeng/issues/972) -- Sort event should not be triggered if target is clickable [\#963](https://github.com/primefaces/primeng/issues/963) -- ConfirmDialog displays stale data -\> dialog is not reusable [\#958](https://github.com/primefaces/primeng/issues/958) -- Overlay Menus position might be offset relative to buttons [\#955](https://github.com/primefaces/primeng/issues/955) -- InputMask does not show invalid state [\#951](https://github.com/primefaces/primeng/issues/951) -- Checkbox keyboard fails with JAWS reader [\#949](https://github.com/primefaces/primeng/issues/949) -- ConfirmDialog rejectIcon ignored [\#946](https://github.com/primefaces/primeng/issues/946) -- p-inputMask doesn't clean itself when model value is set to "undefined" [\#937](https://github.com/primefaces/primeng/issues/937) -- Editable Dropdown doesn't display selected value [\#749](https://github.com/primefaces/primeng/issues/749) -- Multiple selection fails on windows for Tree and TreeTable [\#720](https://github.com/primefaces/primeng/issues/720) - -## [v1.0.0-beta.16](https://github.com/primefaces/primeng/tree/v1.0.0-beta.16) (2016-09-19) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.15...v1.0.0-beta.16) - -**Implemented New Features and Enhancements:** - -- New ConfirmDialog Component [\#901](https://github.com/primefaces/primeng/issues/901) -- Add expanded property to TreeNode [\#900](https://github.com/primefaces/primeng/issues/900) -- Rename click of RadioButton to onClick [\#899](https://github.com/primefaces/primeng/issues/899) -- Add applyFocus\(\) method to dropdown [\#886](https://github.com/primefaces/primeng/issues/886) -- Native slider without jQuery UI [\#884](https://github.com/primefaces/primeng/issues/884) -- Disabled support in model driven forms [\#883](https://github.com/primefaces/primeng/issues/883) -- Multiple templates for Tree [\#881](https://github.com/primefaces/primeng/issues/881) -- Add disabled to menuitem [\#880](https://github.com/primefaces/primeng/issues/880) -- Slide animation for PanelMenu Toggle [\#862](https://github.com/primefaces/primeng/issues/862) -- Enhancement request: Keyboard support for radio buttons [\#847](https://github.com/primefaces/primeng/issues/847) -- Two way binding support for Accordion Tab Selected property [\#843](https://github.com/primefaces/primeng/issues/843) -- Keyboard support for Paginator [\#840](https://github.com/primefaces/primeng/issues/840) -- Keyboard support for DataTable sort headers [\#839](https://github.com/primefaces/primeng/issues/839) -- Keyboard and Screen reader support for TabView [\#838](https://github.com/primefaces/primeng/issues/838) -- Keyboard and Screen reader support for Accordion [\#837](https://github.com/primefaces/primeng/issues/837) - -## [v1.0.0-beta.15](https://github.com/primefaces/primeng/tree/v1.0.0-beta.15) (2016-09-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.14...v1.0.0-beta.15) - -**Implemented New Features and Enhancements:** - -- Allow executing command in panelmenu submenus [\#861](https://github.com/primefaces/primeng/issues/861) -- Upgrade deprecated `Query` implementation to `ContentChildren` [\#850](https://github.com/primefaces/primeng/issues/850) -- Two way binding support for Panel collapsed state [\#842](https://github.com/primefaces/primeng/issues/842) -- Update to RC6 [\#833](https://github.com/primefaces/primeng/issues/833) -- \[Enhancement\] Allow to customize FileUpload UI [\#824](https://github.com/primefaces/primeng/issues/824) -- \[Ehancement\] Add AutoUpload support in FileUpload Component [\#823](https://github.com/primefaces/primeng/issues/823) -- \[Request\] Schedule: add missing eventRender hook [\#777](https://github.com/primefaces/primeng/issues/777) - -**Fixed bugs:** - -- Broken slider [\#863](https://github.com/primefaces/primeng/issues/863) -- TreeTable field resolution improvement [\#835](https://github.com/primefaces/primeng/issues/835) -- Some image files are missing in PrimeNG 1.0.0-beta.14 [\#828](https://github.com/primefaces/primeng/issues/828) -- package.json contains dependencies [\#827](https://github.com/primefaces/primeng/issues/827) -- FileUpload fails on firefox [\#826](https://github.com/primefaces/primeng/issues/826) -- Dropdown preselection fails for objects with null values [\#820](https://github.com/primefaces/primeng/issues/820) -- new `fileupload` component not exported from the barrel making the TypeScript compiler all sad [\#819](https://github.com/primefaces/primeng/issues/819) -- DataTableModule should import InputTextModule [\#768](https://github.com/primefaces/primeng/issues/768) - -## [v1.0.0-beta.14](https://github.com/primefaces/primeng/tree/v1.0.0-beta.14) (2016-08-31) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.13...v1.0.0-beta.14) - -**Implemented New Features and Enhancements:** - -- Templating for TreeTable column headers and footers [\#816](https://github.com/primefaces/primeng/issues/816) -- Pass menuitem metadata to command callbacks [\#809](https://github.com/primefaces/primeng/issues/809) -- Editor should support Quill's "formats" option [\#803](https://github.com/primefaces/primeng/issues/803) -- Slide animation for Fieldset Toggle [\#800](https://github.com/primefaces/primeng/issues/800) -- Move styles from PrimeUI to PrimeNG [\#799](https://github.com/primefaces/primeng/issues/799) -- Slide animation for Accordion Tabs [\#798](https://github.com/primefaces/primeng/issues/798) -- Slide animation for Panel toggle [\#797](https://github.com/primefaces/primeng/issues/797) -- Use NG2 Animate for Dialog FadeIn [\#796](https://github.com/primefaces/primeng/issues/796) -- Add showLabel to progressbar [\#793](https://github.com/primefaces/primeng/issues/793) -- Add disabled option to SelectButton [\#774](https://github.com/primefaces/primeng/issues/774) -- Add appendTo for Dropdown [\#773](https://github.com/primefaces/primeng/issues/773) -- FileUpload Component [\#104](https://github.com/primefaces/primeng/issues/104) -- Templating in Column Header/Footer [\#98](https://github.com/primefaces/primeng/issues/98) - -**Fixed bugs:** - -- Terminal throws exception [\#817](https://github.com/primefaces/primeng/issues/817) -- InputMask - Unmask is not working [\#802](https://github.com/primefaces/primeng/issues/802) -- DataTable Single Mode Selection doesn't unselect [\#783](https://github.com/primefaces/primeng/issues/783) -- Spinner maxlength change doesn't work [\#775](https://github.com/primefaces/primeng/issues/775) -- Can't bind to 'rows' since it isn't a known property of 'p-paginator'. [\#771](https://github.com/primefaces/primeng/issues/771) - -## [v1.0.0-beta.13](https://github.com/primefaces/primeng/tree/v1.0.0-beta.13) (2016-08-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.12...v1.0.0-beta.13) - -**Implemented New Features and Enhancements:** - -- Add expanded to menuitem [\#758](https://github.com/primefaces/primeng/issues/758) -- Replace SplitButtonItem with MenuItem [\#752](https://github.com/primefaces/primeng/issues/752) -- RC5 Support [\#739](https://github.com/primefaces/primeng/issues/739) - -**Fixed bugs:** - -- Dragging a file over datatable header throws Exception [\#759](https://github.com/primefaces/primeng/issues/759) -- Default rows selected in datatables [\#754](https://github.com/primefaces/primeng/issues/754) -- Calendar button cannot be disabled [\#746](https://github.com/primefaces/primeng/issues/746) -- Removed nbsp from components [\#738](https://github.com/primefaces/primeng/issues/738) -- Add allDayText to schedule, Fix allDaySlot typo [\#717](https://github.com/primefaces/primeng/issues/717) - -## [v1.0.0-beta.12](https://github.com/primefaces/primeng/tree/v1.0.0-beta.12) (2016-08-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.11...v1.0.0-beta.12) - -**Implemented New Features and Enhancements:** - -- Editable Dropdown [\#711](https://github.com/primefaces/primeng/issues/711) -- Add yearRange to calendar [\#709](https://github.com/primefaces/primeng/issues/709) -- ContextMenu for Tree [\#680](https://github.com/primefaces/primeng/issues/680) -- Add appendTo for OverlayPanel [\#679](https://github.com/primefaces/primeng/issues/679) -- Make private properties in classes protected [\#677](https://github.com/primefaces/primeng/issues/677) - -**Fixed bugs:** - -- Editor does not reflect value change [\#714](https://github.com/primefaces/primeng/issues/714) -- HeaderCheckbox toggle does not update selection [\#687](https://github.com/primefaces/primeng/issues/687) -- Dropdown onModelChange is not executed when selecting value by arrows [\#685](https://github.com/primefaces/primeng/issues/685) -- OverlayPanel - cannot use inside divs with position: relative [\#676](https://github.com/primefaces/primeng/issues/676) -- OverlayPanel - always opens to the left of the element [\#675](https://github.com/primefaces/primeng/issues/675) -- Tooltip fails on some elements [\#673](https://github.com/primefaces/primeng/issues/673) -- Selecting item from dropdown by using firefox [\#667](https://github.com/primefaces/primeng/issues/667) -- Carousel page links redirect to \# [\#554](https://github.com/primefaces/primeng/issues/554) -- ContextMenu tied to DataTable always opens no matter where you right click on the page [\#414](https://github.com/primefaces/primeng/issues/414) - -## [v1.0.0-beta.11](https://github.com/primefaces/primeng/tree/v1.0.0-beta.11) (2016-07-26) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.10...v1.0.0-beta.11) - -**Implemented New Features and Enhancements:** - -- Initially expanded rows [\#657](https://github.com/primefaces/primeng/issues/657) -- Add appendTo for Dialog [\#656](https://github.com/primefaces/primeng/issues/656) -- Labels for RadioButton [\#655](https://github.com/primefaces/primeng/issues/655) -- Unsubscribe from column changes in DataTable at onDestroy [\#650](https://github.com/primefaces/primeng/issues/650) -- Labels for Checkbox [\#649](https://github.com/primefaces/primeng/issues/649) -- Radio-Checkbox Selection for DataTable [\#648](https://github.com/primefaces/primeng/issues/648) -- PaginatorPosition for DataTable, DataList and DataGrid [\#635](https://github.com/primefaces/primeng/issues/635) -- Missing lifecycle interfaces in Schedule component [\#623](https://github.com/primefaces/primeng/issues/623) - -**Fixed bugs:** - -- Expansion icon displayed with a space [\#658](https://github.com/primefaces/primeng/issues/658) -- Dropdown preselection might fail if options initialized later [\#651](https://github.com/primefaces/primeng/issues/651) -- Dropdown selects wrong item after update to beta.10 [\#643](https://github.com/primefaces/primeng/issues/643) -- ColToggler incompatible with Resizable Columns [\#637](https://github.com/primefaces/primeng/issues/637) -- InputMask with ngModel not updating first character [\#587](https://github.com/primefaces/primeng/issues/587) -- DataTable component: memory leak [\#488](https://github.com/primefaces/primeng/issues/488) -- modal dialog freezes the whole page [\#276](https://github.com/primefaces/primeng/issues/276) - -## [v1.0.0-beta.10](https://github.com/primefaces/primeng/tree/v1.0.0-beta.10) (2016-07-22) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.9...v1.0.0-beta.10) - -**Implemented New Features and Enhancements:** - -- p-menu appendTo property [\#639](https://github.com/primefaces/primeng/issues/639) -- Binary attribute to Checkbox [\#636](https://github.com/primefaces/primeng/issues/636) -- EmptyMessage for DataTable [\#609](https://github.com/primefaces/primeng/issues/609) -- p-dropdown: add a class to the ui-dropdown element if open [\#581](https://github.com/primefaces/primeng/issues/581) -- New templating for components having custom content templates [\#572](https://github.com/primefaces/primeng/issues/572) - -**Fixed bugs:** - -- Dropdown fails when items are loaded async [\#610](https://github.com/primefaces/primeng/issues/610) -- custom list of objects to dropdown [\#364](https://github.com/primefaces/primeng/issues/364) - -## [v1.0.0-beta.9](https://github.com/primefaces/primeng/tree/v1.0.0-beta.9) (2016-06-29) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.8...v1.0.0-beta.9) - -**Implemented New Features and Enhancements:** - -- Add new page number to onPageChange event of Paginator [\#527](https://github.com/primefaces/primeng/issues/527) -- Add onSelectionChange event to Editor [\#526](https://github.com/primefaces/primeng/issues/526) -- onSlideEnd event for slider [\#520](https://github.com/primefaces/primeng/issues/520) -- New InputMask Component [\#510](https://github.com/primefaces/primeng/issues/510) -- Custom content support for dialog header [\#507](https://github.com/primefaces/primeng/issues/507) -- New methods for Schedule [\#495](https://github.com/primefaces/primeng/issues/495) -- Support New Angular2 Form APIs [\#492](https://github.com/primefaces/primeng/issues/492) -- RC3 support [\#491](https://github.com/primefaces/primeng/issues/491) -- DataTables multiple selection without CTRL key [\#284](https://github.com/primefaces/primeng/issues/284) - -**Fixed bugs:** - -- Wrong url link in PanelMenu [\#525](https://github.com/primefaces/primeng/issues/525) -- PanelMenu toggle icon click prevents toggle [\#523](https://github.com/primefaces/primeng/issues/523) -- Dropdown entering filter value with no results breaks dropdown if left uncleared [\#518](https://github.com/primefaces/primeng/issues/518) -- Tool tips are not cleared after navigating to a different page. [\#505](https://github.com/primefaces/primeng/issues/505) -- Quill editor jumps to the beginning when text typed very fast [\#486](https://github.com/primefaces/primeng/issues/486) -- Updating sorted data causes shuffle behavior [\#396](https://github.com/primefaces/primeng/issues/396) - -## [v1.0.0-beta.8](https://github.com/primefaces/primeng/tree/v1.0.0-beta.8) (2016-05-31) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.7...v1.0.0-beta.8) - -**Implemented New Features and Enhancements:** - -- Add routerLink option to MenuItem [\#434](https://github.com/primefaces/primeng/issues/434) - -**Fixed bugs:** - -- Column Reordering throws js error on destroy [\#435](https://github.com/primefaces/primeng/issues/435) -- Datatable Column Reorder - Order fails [\#432](https://github.com/primefaces/primeng/issues/432) - -## [v1.0.0-beta.7](https://github.com/primefaces/primeng/tree/v1.0.0-beta.7) (2016-05-30) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.6...v1.0.0-beta.7) - -**Implemented New Features and Enhancements:** - -- Improve dialog positioning [\#430](https://github.com/primefaces/primeng/issues/430) -- New Grid CSS [\#427](https://github.com/primefaces/primeng/issues/427) -- Validation indicators for Input components [\#418](https://github.com/primefaces/primeng/issues/418) -- Icons for Tab Headers [\#417](https://github.com/primefaces/primeng/issues/417) -- Update Quill Editor [\#411](https://github.com/primefaces/primeng/issues/411) -- Remove chart components [\#409](https://github.com/primefaces/primeng/issues/409) -- Add viewRender event to Schedule [\#404](https://github.com/primefaces/primeng/issues/404) -- Break dependency to PrimeUI javascript [\#400](https://github.com/primefaces/primeng/issues/400) -- Reimplement column reordering for datatable as native [\#399](https://github.com/primefaces/primeng/issues/399) -- Reimplement datatable resizable columns as native [\#398](https://github.com/primefaces/primeng/issues/398) -- Custom icon for calendar/daypicker [\#397](https://github.com/primefaces/primeng/issues/397) -- Reimplement DataTable scrolling as native [\#391](https://github.com/primefaces/primeng/issues/391) -- Update to new router [\#388](https://github.com/primefaces/primeng/issues/388) -- Upgrade to Chart.js 2.x [\#305](https://github.com/primefaces/primeng/issues/305) - -**Fixed bugs:** - -- Dialog mask is not removed on destroy. [\#428](https://github.com/primefaces/primeng/issues/428) -- Multiselect disabled attribute is ignored [\#422](https://github.com/primefaces/primeng/issues/422) -- Disabled button should force removal of ui-state-hover class [\#419](https://github.com/primefaces/primeng/issues/419) -- Spinner - Doesn't change value if underlying value changes [\#415](https://github.com/primefaces/primeng/issues/415) -- datatable is not allowing you to use different ChangeDetectionStrategies in enclosing components which use datatable [\#405](https://github.com/primefaces/primeng/issues/405) -- Editor: Auto-Resize or Layout fix [\#401](https://github.com/primefaces/primeng/issues/401) -- Schedule onEventMouseout callback ignored [\#393](https://github.com/primefaces/primeng/issues/393) -- Dropdown focus gets lost [\#392](https://github.com/primefaces/primeng/issues/392) -- MegaMenu: click doesn't work [\#390](https://github.com/primefaces/primeng/issues/390) - -## [v1.0.0-beta.6](https://github.com/primefaces/primeng/tree/v1.0.0-beta.6) (2016-05-17) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.5...v1.0.0-beta.6) - -**Implemented New Features and Enhancements:** - -- Add onImageClicked event to galleria [\#368](https://github.com/primefaces/primeng/issues/368) -- Add onRowExpand callback to DataTable [\#363](https://github.com/primefaces/primeng/issues/363) -- Reimplement SlideMenu as native [\#362](https://github.com/primefaces/primeng/issues/362) -- Reimplement PanelMenu as native [\#361](https://github.com/primefaces/primeng/issues/361) -- Reimplement MegaMenu as native [\#359](https://github.com/primefaces/primeng/issues/359) -- New component: TabMenu [\#354](https://github.com/primefaces/primeng/issues/354) -- Reimplement ContextMenu as native [\#353](https://github.com/primefaces/primeng/issues/353) -- Reimplement Menubar as a native component [\#352](https://github.com/primefaces/primeng/issues/352) -- Reimplement TieredMenu as native [\#351](https://github.com/primefaces/primeng/issues/351) -- Reimplement menu component as native [\#341](https://github.com/primefaces/primeng/issues/341) -- Reimplement breadcrumb as a native component [\#340](https://github.com/primefaces/primeng/issues/340) -- Reimplement Lightbox as a native component [\#330](https://github.com/primefaces/primeng/issues/330) -- Update the setup [\#319](https://github.com/primefaces/primeng/issues/319) -- Tooltip Component [\#52](https://github.com/primefaces/primeng/issues/52) - -**Fixed bugs:** - -- p-breadcrumb is not working properly if Observable\ is provided in \
  • [\#355](https://github.com/primefaces/primeng/issues/355) -- InputSwitch - Initial value not working [\#348](https://github.com/primefaces/primeng/issues/348) -- Dialog Component - Setting Resizeable False doesn't remove resize handle [\#347](https://github.com/primefaces/primeng/issues/347) -- Schedule onEventDrop event does not work [\#335](https://github.com/primefaces/primeng/issues/335) - -## [v1.0.0-beta.5](https://github.com/primefaces/primeng/tree/v1.0.0-beta.5) (2016-05-09) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.4...v1.0.0-beta.5) - -**Implemented New Features and Enhancements:** - -- p-checkbox by using the keyboard \[improvement\] [\#324](https://github.com/primefaces/primeng/issues/324) -- Inline styles do not work with Angular2 RC [\#321](https://github.com/primefaces/primeng/issues/321) -- Customizable Panel Header Content [\#316](https://github.com/primefaces/primeng/issues/316) -- Remove item with backspace in autocomplete multiple mode [\#313](https://github.com/primefaces/primeng/issues/313) -- Prevent duplicate selection in autocomplete multiple mode [\#309](https://github.com/primefaces/primeng/issues/309) -- ContentHeight property for Dialog [\#307](https://github.com/primefaces/primeng/issues/307) -- Update to RC1 [\#303](https://github.com/primefaces/primeng/issues/303) -- Implement Carousel as a Native Component [\#302](https://github.com/primefaces/primeng/issues/302) -- Dynamic Sorting on data update? [\#298](https://github.com/primefaces/primeng/issues/298) -- DataTable export to csv support [\#263](https://github.com/primefaces/primeng/issues/263) - -**Fixed bugs:** - -- DataTable multi sort throws JS exception [\#326](https://github.com/primefaces/primeng/issues/326) -- SplitButton overlay might go out of bounds horizontally [\#318](https://github.com/primefaces/primeng/issues/318) -- styleClass attribute ignored by SplitButton [\#317](https://github.com/primefaces/primeng/issues/317) -- p-messages not up to date with the doc [\#314](https://github.com/primefaces/primeng/issues/314) -- AutoComplete panel stays open on blur [\#311](https://github.com/primefaces/primeng/issues/311) -- Responsive Datatable seems to be broken [\#306](https://github.com/primefaces/primeng/issues/306) -- Dialog not working on mozilla 43.0.1 [\#301](https://github.com/primefaces/primeng/issues/301) -- DataTable sortField breaks sorting \(beta 4\) [\#299](https://github.com/primefaces/primeng/issues/299) -- Dialog Destroy problem [\#297](https://github.com/primefaces/primeng/issues/297) -- Dialog - Scrolling break [\#296](https://github.com/primefaces/primeng/issues/296) -- Dialog - onBeforeHide and onAfterHide events not fire [\#295](https://github.com/primefaces/primeng/issues/295) -- DataTable - expandableRows with some hidden columns [\#293](https://github.com/primefaces/primeng/issues/293) - -## [v1.0.0-beta.4](https://github.com/primefaces/primeng/tree/v1.0.0-beta.4) (2016-05-02) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.3...v1.0.0-beta.4) - -**Implemented New Features and Enhancements:** - -- Reimplement Password as a native component [\#282](https://github.com/primefaces/primeng/issues/282) -- Reimplement Growl as a native component [\#275](https://github.com/primefaces/primeng/issues/275) -- Add onBlur event to calendar [\#269](https://github.com/primefaces/primeng/issues/269) -- Pass rowIndex to column template [\#268](https://github.com/primefaces/primeng/issues/268) -- update to beta.17 [\#260](https://github.com/primefaces/primeng/issues/260) -- IE 9-10 support for hidden datatable columns [\#257](https://github.com/primefaces/primeng/issues/257) -- Compatibility with Electron [\#256](https://github.com/primefaces/primeng/issues/256) -- Reimplement Galleria as a native component [\#253](https://github.com/primefaces/primeng/issues/253) -- Reimplement Dialog as native [\#249](https://github.com/primefaces/primeng/issues/249) -- Reimplement InputSwitch as a native component [\#239](https://github.com/primefaces/primeng/issues/239) -- Add onRowClick to DataTable [\#233](https://github.com/primefaces/primeng/issues/233) -- p-dropdown support for HTML5 required attribute [\#230](https://github.com/primefaces/primeng/issues/230) -- DataTable global filter without column filters [\#197](https://github.com/primefaces/primeng/issues/197) -- Two components require global var PUI to be defined. [\#183](https://github.com/primefaces/primeng/issues/183) -- Toolbar Component [\#182](https://github.com/primefaces/primeng/issues/182) -- Support for model binding to first and rows in datatable [\#114](https://github.com/primefaces/primeng/issues/114) - -**Fixed bugs:** - -- Button label is not updated when used with a pipe [\#290](https://github.com/primefaces/primeng/issues/290) -- datatable expandableRows and onRowSelect - should not fire onRowSelect if expand arrow is clicked [\#281](https://github.com/primefaces/primeng/issues/281) -- datatable expandableRows does not work with scrollable="true" [\#280](https://github.com/primefaces/primeng/issues/280) -- Growl doesn't remove messages automatically [\#265](https://github.com/primefaces/primeng/issues/265) -- Cannot read property 'left' of undefined error when populating Galleria with observable data [\#262](https://github.com/primefaces/primeng/issues/262) -- p-dropDown: styleclass not honored [\#259](https://github.com/primefaces/primeng/issues/259) -- Bug Autocomplete without any field for multiple=true, display empty selection [\#248](https://github.com/primefaces/primeng/issues/248) -- \[Bug\] pPassword - mediumLabel attribute doesn't work [\#246](https://github.com/primefaces/primeng/issues/246) -- Data Table Expandable Rows break when there is a custom column in between the Row Template [\#245](https://github.com/primefaces/primeng/issues/245) -- p-autoComplete: styleClass attributes not honored [\#242](https://github.com/primefaces/primeng/issues/242) -- beta3 - DataTable default sortField causes crash [\#227](https://github.com/primefaces/primeng/issues/227) - -## [v1.0.0-beta.3](https://github.com/primefaces/primeng/tree/v1.0.0-beta.3) (2016-04-20) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.2...v1.0.0-beta.3) - -**Implemented New Features and Enhancements:** - -- Events for DataTable Page-Sort-Filter [\#215](https://github.com/primefaces/primeng/issues/215) -- Link and Image support to Editor [\#214](https://github.com/primefaces/primeng/issues/214) -- DataTable Column custom sorter support [\#210](https://github.com/primefaces/primeng/issues/210) -- PeerDependency Reorg [\#206](https://github.com/primefaces/primeng/issues/206) -- Add reset\(\) method to datatable [\#181](https://github.com/primefaces/primeng/issues/181) -- Drag Drop Components [\#103](https://github.com/primefaces/primeng/issues/103) -- Row Expansion for DataTable [\#97](https://github.com/primefaces/primeng/issues/97) - -**Fixed bugs:** - -- Potential lifecycle error in autocomplete [\#221](https://github.com/primefaces/primeng/issues/221) -- Dropdown throwing error on empty selectitem array [\#220](https://github.com/primefaces/primeng/issues/220) -- beta2 - dynamically changing p-dropdown \[options\] and ngModel value crashes [\#218](https://github.com/primefaces/primeng/issues/218) -- Range Slider does not pass values [\#216](https://github.com/primefaces/primeng/issues/216) -- AutoComplete passes wrong item to Unselect in multiple mode [\#213](https://github.com/primefaces/primeng/issues/213) -- Autocomplete down arrow on last item [\#211](https://github.com/primefaces/primeng/issues/211) -- DataTable filtering and sorting not working well together [\#207](https://github.com/primefaces/primeng/issues/207) -- Dropdowns remain opened after selecting a new Dropdown [\#203](https://github.com/primefaces/primeng/issues/203) -- Dropdown without value not displayed properly [\#198](https://github.com/primefaces/primeng/issues/198) -- Missing to pass the parameter 'legendTemplate' into Chart js [\#186](https://github.com/primefaces/primeng/issues/186) - -## [v1.0.0-beta.2](https://github.com/primefaces/primeng/tree/v1.0.0-beta.2) (2016-04-14) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v1.0.0-beta.1...v1.0.0-beta.2) - -**Implemented New Features and Enhancements:** - -- DataTable Column Hidden Property Missing\(p-column\) [\#190](https://github.com/primefaces/primeng/issues/190) -- Locale configuration for Schedule [\#184](https://github.com/primefaces/primeng/issues/184) - -**Fixed bugs:** - -- p-radioButton: disabled attribute not honored [\#195](https://github.com/primefaces/primeng/issues/195) -- p-dropDown: disabled attribute not honored [\#192](https://github.com/primefaces/primeng/issues/192) -- p-autoComplete: Input field remains disabled if using the disabled attribute [\#191](https://github.com/primefaces/primeng/issues/191) -- Button label is not updated [\#189](https://github.com/primefaces/primeng/issues/189) -- Events do not work any longer with Dropdown v1.0 [\#187](https://github.com/primefaces/primeng/issues/187) - -## [v1.0.0-beta.1](https://github.com/primefaces/primeng/tree/v1.0.0-beta.1) (2016-04-10) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.9.1...v1.0.0-beta.1) - -**Implemented New Features and Enhancements:** - -- Add getBase64Image\(\) method to charts [\#179](https://github.com/primefaces/primeng/issues/179) -- Add getCanvas\(\) method to charts [\#178](https://github.com/primefaces/primeng/issues/178) -- onReorder event for OrderList [\#166](https://github.com/primefaces/primeng/issues/166) -- TimePicker Component [\#165](https://github.com/primefaces/primeng/issues/165) -- Replace p-radio with p-radioButton [\#164](https://github.com/primefaces/primeng/issues/164) -- Use ngModel in input components instead of value [\#163](https://github.com/primefaces/primeng/issues/163) -- SplitButton SplitButtonItem router support [\#161](https://github.com/primefaces/primeng/issues/161) -- RowsPerPage for Paginator [\#159](https://github.com/primefaces/primeng/issues/159) -- Support NgForm apis for input controls [\#158](https://github.com/primefaces/primeng/issues/158) -- Button with icon for calendar [\#157](https://github.com/primefaces/primeng/issues/157) -- OverlayPanel: Close overlay when clicked again [\#151](https://github.com/primefaces/primeng/issues/151) -- Replace EventEmitter next with emit [\#147](https://github.com/primefaces/primeng/issues/147) -- Reset to first page after filtering [\#143](https://github.com/primefaces/primeng/issues/143) -- Toggleable DataTable Reflow Mode [\#141](https://github.com/primefaces/primeng/issues/141) -- MultiSelect Component [\#138](https://github.com/primefaces/primeng/issues/138) -- Reimplement Dropdown as a native component [\#123](https://github.com/primefaces/primeng/issues/123) -- New Feature : Gmap [\#100](https://github.com/primefaces/primeng/issues/100) -- ContextMenu Integration for DataTable [\#93](https://github.com/primefaces/primeng/issues/93) -- ContextMenu Component [\#36](https://github.com/primefaces/primeng/issues/36) - -**Fixed bugs:** - -- DataTable Filtering get lost after pagination or sorting [\#180](https://github.com/primefaces/primeng/issues/180) -- Sortable and Scrollable sortable of undefined [\#162](https://github.com/primefaces/primeng/issues/162) -- Calendar styleClass ignored [\#160](https://github.com/primefaces/primeng/issues/160) -- Accordion header hover fails with custom content [\#156](https://github.com/primefaces/primeng/issues/156) -- Cell templating ignored on scrollable table [\#155](https://github.com/primefaces/primeng/issues/155) -- PickList target buttons fail [\#152](https://github.com/primefaces/primeng/issues/152) - -## [v0.9.1](https://github.com/primefaces/primeng/tree/v0.9.1) (2016-03-28) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.9.0...v0.9.1) - -**Fixed bugs:** - -- Responsive Charts Fail [\#148](https://github.com/primefaces/primeng/issues/148) - -## [v0.9.0](https://github.com/primefaces/primeng/tree/v0.9.0) (2016-03-25) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.8.2...v0.9.0) - -**Implemented New Features and Enhancements:** - -- AutoComplete Component [\#144](https://github.com/primefaces/primeng/issues/144) -- Add style and styleclass to selectButton [\#136](https://github.com/primefaces/primeng/issues/136) -- Templating support for accordion tab [\#135](https://github.com/primefaces/primeng/issues/135) -- Add headerStyle and headerStyleClass to p:tabPanel [\#132](https://github.com/primefaces/primeng/issues/132) -- Editor Component [\#48](https://github.com/primefaces/primeng/issues/48) - -**Fixed bugs:** - -- Button performance is slow [\#145](https://github.com/primefaces/primeng/issues/145) -- Spinner displays undefined [\#134](https://github.com/primefaces/primeng/issues/134) -- DataTable should not default sort a lazy table [\#133](https://github.com/primefaces/primeng/issues/133) - -## [v0.8.2](https://github.com/primefaces/primeng/tree/v0.8.2) (2016-03-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.8.1...v0.8.2) - -**Implemented New Features and Enhancements:** - -- Add style and styleclass to inputswitch [\#130](https://github.com/primefaces/primeng/issues/130) -- Add ui-inputfield to input texts [\#129](https://github.com/primefaces/primeng/issues/129) - -**Fixed bugs:** - -- Global chart options are ignored [\#131](https://github.com/primefaces/primeng/issues/131) -- primeng.d.ts misses export of TreeNode [\#127](https://github.com/primefaces/primeng/issues/127) - -## [v0.8.1](https://github.com/primefaces/primeng/tree/v0.8.1) (2016-03-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.8.0...v0.8.1) - -## [v0.8.0](https://github.com/primefaces/primeng/tree/v0.8.0) (2016-03-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.7.0...v0.8.0) - -**Implemented New Features and Enhancements:** - -- Include ts files in npm distribution [\#125](https://github.com/primefaces/primeng/issues/125) -- Reimplement Spinner as a native component [\#122](https://github.com/primefaces/primeng/issues/122) -- Default Sorting for DataTable [\#121](https://github.com/primefaces/primeng/issues/121) -- Add style and styleClass to fieldset [\#120](https://github.com/primefaces/primeng/issues/120) -- Add disabled option to Listbox [\#116](https://github.com/primefaces/primeng/issues/116) -- Reimplement Listbox as a native component [\#115](https://github.com/primefaces/primeng/issues/115) -- Case insensitive filtering for DataTable [\#113](https://github.com/primefaces/primeng/issues/113) -- Pass the columns to colReorder event [\#111](https://github.com/primefaces/primeng/issues/111) -- Composite field support for DataTable [\#108](https://github.com/primefaces/primeng/issues/108) -- SplitButton Component [\#106](https://github.com/primefaces/primeng/issues/106) -- OverlayPanel Component [\#105](https://github.com/primefaces/primeng/issues/105) -- New Feature: edit-related events [\#101](https://github.com/primefaces/primeng/issues/101) -- OnRowDblClick Event on Data Table [\#99](https://github.com/primefaces/primeng/issues/99) -- Global filtering for DataTable [\#95](https://github.com/primefaces/primeng/issues/95) -- Multi Column sorting for DataTable [\#94](https://github.com/primefaces/primeng/issues/94) -- TreeTable Component [\#67](https://github.com/primefaces/primeng/issues/67) -- Tree Component [\#66](https://github.com/primefaces/primeng/issues/66) -- Terminal Component [\#51](https://github.com/primefaces/primeng/issues/51) - -**Fixed bugs:** - -- TabPanel duplicates tab on conditional display [\#112](https://github.com/primefaces/primeng/issues/112) -- Disabled checkbox is still editable [\#110](https://github.com/primefaces/primeng/issues/110) -- Multiple selection for datatable fails on windows [\#109](https://github.com/primefaces/primeng/issues/109) - -## [v0.7.0](https://github.com/primefaces/primeng/tree/v0.7.0) (2016-03-13) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.6.0...v0.7.0) - -**Implemented New Features and Enhancements:** - -- Templating support for DataTable [\#96](https://github.com/primefaces/primeng/issues/96) -- Reimplement TabView as a native component [\#91](https://github.com/primefaces/primeng/issues/91) -- Reimplement Accordion as a native component [\#90](https://github.com/primefaces/primeng/issues/90) -- Use peerDependencies [\#88](https://github.com/primefaces/primeng/issues/88) -- Type for LazyLoadEvent [\#87](https://github.com/primefaces/primeng/issues/87) -- Reimplement SelectButton as a native component [\#84](https://github.com/primefaces/primeng/issues/84) -- Reimplement ToggleButton as a native component [\#83](https://github.com/primefaces/primeng/issues/83) -- Reimplement Rating as native component [\#82](https://github.com/primefaces/primeng/issues/82) -- Reimplement Button as a native component [\#81](https://github.com/primefaces/primeng/issues/81) -- DataScroller Component [\#45](https://github.com/primefaces/primeng/issues/45) -- DataGrid Component [\#44](https://github.com/primefaces/primeng/issues/44) -- DataList Component [\#43](https://github.com/primefaces/primeng/issues/43) - -**Fixed bugs:** - -- Error on click of a non-editable column [\#89](https://github.com/primefaces/primeng/issues/89) -- dialog.visible is not in correct value when dialog is closed by pressing 'Esc' [\#85](https://github.com/primefaces/primeng/issues/85) -- Dropdown is not exported [\#80](https://github.com/primefaces/primeng/issues/80) - -## [v0.6.0](https://github.com/primefaces/primeng/tree/v0.6.0) (2016-03-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.5.0...v0.6.0) - -**Implemented New Features and Enhancements:** - -- Reimplement Panel as a native component [\#76](https://github.com/primefaces/primeng/issues/76) -- Reimplement Fieldset as a native component [\#75](https://github.com/primefaces/primeng/issues/75) -- Reimplement InputTextarea as a native directive [\#74](https://github.com/primefaces/primeng/issues/74) -- Reimplement InputText as a native directive [\#73](https://github.com/primefaces/primeng/issues/73) -- Using p:checkbox as a boolean [\#72](https://github.com/primefaces/primeng/issues/72) -- Change module to CommonJS [\#60](https://github.com/primefaces/primeng/issues/60) -- Schedule Component [\#54](https://github.com/primefaces/primeng/issues/54) -- OrderList Component [\#47](https://github.com/primefaces/primeng/issues/47) -- PickList Component [\#46](https://github.com/primefaces/primeng/issues/46) -- Paginator Component [\#42](https://github.com/primefaces/primeng/issues/42) - -**Fixed bugs:** - -- Calendar is not exported [\#71](https://github.com/primefaces/primeng/issues/71) - -## [v0.5.0](https://github.com/primefaces/primeng/tree/v0.5.0) (2016-02-28) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.4.0...v0.5.0) - -**Implemented New Features and Enhancements:** - -- Use template element in dropdown,listbox,carousel [\#68](https://github.com/primefaces/primeng/issues/68) -- CodeHighlighter Directive [\#62](https://github.com/primefaces/primeng/issues/62) -- DataTable Component [\#31](https://github.com/primefaces/primeng/issues/31) - -## [v0.4.0](https://github.com/primefaces/primeng/tree/v0.4.0) (2016-02-21) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.3.0...v0.4.0) - -**Implemented New Features and Enhancements:** - -- PanelMenu Component [\#59](https://github.com/primefaces/primeng/issues/59) -- SlideMenu Component [\#56](https://github.com/primefaces/primeng/issues/56) -- Paginator Component [\#55](https://github.com/primefaces/primeng/issues/55) -- Lightbox Component [\#40](https://github.com/primefaces/primeng/issues/40) -- Slider Component [\#39](https://github.com/primefaces/primeng/issues/39) -- MegaMenu Component [\#38](https://github.com/primefaces/primeng/issues/38) -- PanelMenu Component [\#37](https://github.com/primefaces/primeng/issues/37) -- Menubar Component [\#35](https://github.com/primefaces/primeng/issues/35) -- Breadcrumb Component [\#34](https://github.com/primefaces/primeng/issues/34) -- TieredMenu Component [\#33](https://github.com/primefaces/primeng/issues/33) -- Menu Component [\#32](https://github.com/primefaces/primeng/issues/32) - -## [v0.3.0](https://github.com/primefaces/primeng/tree/v0.3.0) (2016-02-15) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.2.0...v0.3.0) - -**Implemented New Features and Enhancements:** - -- Footer for Dialog [\#41](https://github.com/primefaces/primeng/issues/41) -- Replace .pui- with .ui style prefix [\#30](https://github.com/primefaces/primeng/issues/30) -- Chart Components [\#29](https://github.com/primefaces/primeng/issues/29) - -## [v0.2.0](https://github.com/primefaces/primeng/tree/v0.2.0) (2016-02-07) - -[Full Changelog](https://github.com/primefaces/primeng/compare/v0.1.0...v0.2.0) - -**Implemented New Features and Enhancements:** - -- ProgressBar Component [\#27](https://github.com/primefaces/primeng/issues/27) -- Dropdown Component [\#26](https://github.com/primefaces/primeng/issues/26) -- SelectButton Component [\#25](https://github.com/primefaces/primeng/issues/25) -- DatePicker Component [\#24](https://github.com/primefaces/primeng/issues/24) -- Carousel Component [\#23](https://github.com/primefaces/primeng/issues/23) -- InputSwitch Component [\#22](https://github.com/primefaces/primeng/issues/22) -- Growl component [\#21](https://github.com/primefaces/primeng/issues/21) -- Messages Component [\#20](https://github.com/primefaces/primeng/issues/20) -- Listbox Component [\#19](https://github.com/primefaces/primeng/issues/19) - -## [v0.1.0](https://github.com/primefaces/primeng/tree/v0.1.0) (2016-01-31) - -[Full Changelog](https://github.com/primefaces/primeng/compare/14cfdd41a1904baf648ecab24b2cf027cb00d05e...v0.1.0) - -**Implemented New Features and Enhancements:** - -- Galleria Component [\#18](https://github.com/primefaces/primeng/issues/18) -- InputTextarea directive [\#17](https://github.com/primefaces/primeng/issues/17) -- Grid CSS [\#15](https://github.com/primefaces/primeng/issues/15) -- Accordion Component [\#14](https://github.com/primefaces/primeng/issues/14) -- TabView Component [\#13](https://github.com/primefaces/primeng/issues/13) -- Checkbox Component [\#12](https://github.com/primefaces/primeng/issues/12) -- RadioButton Component [\#11](https://github.com/primefaces/primeng/issues/11) -- Dialog Component [\#10](https://github.com/primefaces/primeng/issues/10) -- ToggleButton component [\#9](https://github.com/primefaces/primeng/issues/9) -- Password Directive [\#8](https://github.com/primefaces/primeng/issues/8) -- Spinner Directive [\#7](https://github.com/primefaces/primeng/issues/7) -- Fieldset Component [\#6](https://github.com/primefaces/primeng/issues/6) -- Panel Component [\#5](https://github.com/primefaces/primeng/issues/5) -- Rating Component [\#4](https://github.com/primefaces/primeng/issues/4) -- Button Component [\#3](https://github.com/primefaces/primeng/issues/3) -- InputText Component [\#2](https://github.com/primefaces/primeng/issues/2) - - - -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/Dockerfile b/Dockerfile index 1b5474a..e26f9b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM docker-private.cdek.ru/node:18.20-alpine AS builder WORKDIR /usr/src/app COPY package*.json ./ -COPY .npmrc ./ RUN npm install COPY . . RUN npm run build diff --git a/README.md b/README.md index 1a324b4..b7adea9 100644 --- a/README.md +++ b/README.md @@ -67,49 +67,3 @@ ## 6. Компиляция темы для использования в других проектах Команда `npm run build-themes` создаст .min.css файлы для использования в проектах. TODO решить как используем файл темы. С эк? - -## 7. FAQ - -TODO: Добавлять ответы на часто задаваемые вопросы. - -### FAQ по дизайн-системе от дизайнеров в [confluence](https://confluence.cdek.ru/pages/viewpage.action?pageId=122762206) - -### 1. Откуда берутся переменные для тем? - -**Ответ:** Дизайнеры при разработке дизайн системы используют переменные и задают им значения. Для выгрузки этих переменных из figma был разработан плагин Prime theme exporter https://www.figma.com/community/plugin/1360256675787932572/prime-theme-exporter . -При изменении этих переменных нужно их заново выгрузить и обновить в проекте. Переменные (токены) расположены здесь https://www.figma.com/design/70PmUKyqbgjyd7dfEc3fzs/%F0%9F%9A%A7-Tokens-PrimeFace-(DS)?node-id=1-2&node-type=canvas&t=woE5QhaEskyYclwq-0 и также там есть описание их выгрузки. -Обращаю внимание, что для выгрузки токенов нужны права на редактирование figma-файла. - -### 2. А где вообще актуальная дизайн система? - -**Ответ:** Тут https://www.figma.com/design/4TYeki0MDLhfPGJstbIicf/UI-kit-PrimeFace-(DS)?node-id=0-1&node-type=canvas&m=dev - -Отмечу, что дизайн система разработана не в теме эк5, а в теме Brand(primary) light. Но в песочнице компонента, можно посмотреть компонент в теме эк5. Для этого нужно выбрать компонент в figma и Open in playground. - -Также добавлены brand темы, которые можно выбрать в темах или подключить в styles.scss для удобного сравнения с figma в ДС. - -### 3. Как то сложно с figma стало, а есть ли что-то про это? - -**Ответ:** Тут https://www.figma.com/design/M2h4N5YM7TIlHhyD90esPI/%F0%9F%9A%A7-FAQ-(DS)?node-id=57-475&node-type=canvas&t=a9NXscSgxb3S7TrD-0 -Наш дизайнер подготовил FAQ по работе с figma в DevMode. - -### 4. Я слышал про какую-то песочницу, что это? - -**Ответ:** Дизайнер при разработке дизайн системы хотел проверять работу компонентов и создал react проект с темой. -https://gitlab.cdek.ru/FrontDev/prime-theme-sandbox/-/tree/feature/styles?ref_type=heads - -### 5. А почему в package.json используется angular 18? Этот прайм для 18 ангуляра? Как они вообще совместимы? - -**Ответ:** package.json использует angular 18 и в демо странице действительно используется 18 ангуляр. -Но компоненты содержат свой package.json src/app/components/package.json в котором указана совместимость с 17 и 18 ангуляром. - -### 6. А выложен ли где-то этот проект? - -**Ответ:** Этот проект выложен в кубах и доступен по https://primeng-cdek.preproduction.k8s-local.cdek.ru/ - -## 8. TODO. Задачи и известные проблемы проекта. - -- [x] Создать пустые темы. -- [x] Внедрить переменные от дизайнеров. -- [] Добавить описание процесса компиляции темы для использования в других проектах. -- [] Разобраться со сборкой в k8s. Есть проблема, что без package-lock.json проекты прайма не собираются. diff --git a/dist-css/package.json b/dist-css/package.json index 6334846..157d154 100644 --- a/dist-css/package.json +++ b/dist-css/package.json @@ -1,6 +1,6 @@ { - "name": "@cdek/primeng", - "version": "0.1.94", + "name": "@cdek-it/angular-ui-kit", + "version": "0.0.1", "description": "", "scripts": {}, "files": [ diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 77af1a3..0000000 --- a/package-lock.json +++ /dev/null @@ -1,25565 +0,0 @@ -{ - "name": "primeng", - "version": "17.18.35", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "primeng", - "version": "17.18.35", - "license": "SEE LICENSE IN LICENSE.md", - "devDependencies": { - "@angular-devkit/build-angular": "18.2.19", - "@angular-eslint/eslint-plugin": "18.0.0", - "@angular-eslint/eslint-plugin-template": "18.0.0", - "@angular-eslint/schematics": "18.0.0", - "@angular-eslint/template-parser": "18.0.0", - "@angular/animations": "18.2.13", - "@angular/build": "18.2.19", - "@angular/cdk": "18.2.13", - "@angular/cli": "18.2.19", - "@angular/common": "18.2.13", - "@angular/compiler": "18.2.13", - "@angular/compiler-cli": "18.2.13", - "@angular/core": "18.2.13", - "@angular/forms": "18.2.13", - "@angular/platform-browser": "18.2.13", - "@angular/platform-browser-dynamic": "18.2.13", - "@angular/platform-server": "18.2.13", - "@angular/router": "18.2.13", - "@angular/ssr": "18.2.13", - "@csstools/postcss-cascade-layers": "5.0.2", - "@csstools/postcss-color-mix-function": "3.0.11", - "@docsearch/js": "^3.3.4", - "@stackblitz/sdk": "1.9.0", - "@tabler/icons-webfont": "^3.19.0", - "@types/express": "^4.17.17", - "@types/jasmine": "~4.3.1", - "@types/jest": "^29.5.1", - "@types/node": "^16.18.67", - "@types/react": "^18.2.41", - "@types/resize-observer-browser": "^0.1.11", - "@typescript-eslint/eslint-plugin": "^7.11.0", - "autoprefixer": "^10.4.20", - "chart.js": "4.4.2", - "codelyzer": "^0.0.28", - "copyfiles": "^2.4.1", - "del": "^7.1.0", - "domino": "^2.1.6", - "esbuild": "0.23.1", - "eslint": "^8.57.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-import": "latest", - "eslint-plugin-jsdoc": "latest", - "eslint-plugin-prefer-arrow": "latest", - "express": "^4.20.0", - "file-saver": "^2.0.5", - "glob": "10.4.5", - "gulp": "^5.0.0", - "gulp-concat": "^2.6.1", - "gulp-flatten": "^0.4.0", - "gulp-rename": "^2.0.0", - "gulp-uglify": "^3.0.2", - "gulp-uglifycss": "^1.1.0", - "jasmine-core": "~4.6.0", - "jspdf": "^2.5.1", - "jspdf-autotable": "^3.5.28", - "karma": "~6.4.2", - "karma-chrome-launcher": "~3.2.0", - "karma-coverage": "~2.2.0", - "karma-jasmine": "~5.1.0", - "karma-jasmine-html-reporter": "~2.0.0", - "minio": "8.0.5", - "ng-packagr": "^18.0.0", - "postcss": "^8.4.49", - "postcss-cli": "^11.0.0", - "prettier": "^3.0.0", - "primeicons": "^7.0.0", - "prismjs": "^1.29.0", - "quill": "2.0.2", - "rxjs": "~7.8.1", - "tailwindcss": "^3.4.14", - "ts-node": "~10.9.1", - "tslib": "^2.5.0", - "typedoc": "0.25.13", - "typescript": "5.4.5", - "xlsx": "^0.18.5", - "zone.js": "~0.14.0" - } - }, - "node_modules/@algolia/abtesting": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/abtesting/-/abtesting-1.3.0.tgz", - "integrity": "sha512-KqPVLdVNfoJzX5BKNGM9bsW8saHeyax8kmPFXul5gejrSPN3qss7PgsFH5mMem7oR8tvjvNkia97ljEYPYCN8Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/autocomplete-core": { - "version": "1.17.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/autocomplete-core/-/autocomplete-core-1.17.9.tgz", - "integrity": "sha512-O7BxrpLDPJWWHv/DLA9DRFWs+iY1uOJZkqUwjS5HSZAGcl0hIVCQ97LTLewiZmZ402JYUrun+8NqFP+hCknlbQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/autocomplete-plugin-algolia-insights": "1.17.9", - "@algolia/autocomplete-shared": "1.17.9" - } - }, - "node_modules/@algolia/autocomplete-plugin-algolia-insights": { - "version": "1.17.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.9.tgz", - "integrity": "sha512-u1fEHkCbWF92DBeB/KHeMacsjsoI0wFhjZtlCq2ddZbAehshbZST6Hs0Avkc0s+4UyBGbMDnSuXHLuvRWK5iDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/autocomplete-shared": "1.17.9" - }, - "peerDependencies": { - "search-insights": ">= 1 < 3" - } - }, - "node_modules/@algolia/autocomplete-preset-algolia": { - "version": "1.17.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.9.tgz", - "integrity": "sha512-Na1OuceSJeg8j7ZWn5ssMu/Ax3amtOwk76u4h5J4eK2Nx2KB5qt0Z4cOapCsxot9VcEN11ADV5aUSlQF4RhGjQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/autocomplete-shared": "1.17.9" - }, - "peerDependencies": { - "@algolia/client-search": ">= 4.9.1 < 6", - "algoliasearch": ">= 4.9.1 < 6" - } - }, - "node_modules/@algolia/autocomplete-shared": { - "version": "1.17.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.9.tgz", - "integrity": "sha512-iDf05JDQ7I0b7JEA/9IektxN/80a2MZ1ToohfmNS3rfeuQnIKI3IJlIafD0xu4StbtQTghx9T3Maa97ytkXenQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "@algolia/client-search": ">= 4.9.1 < 6", - "algoliasearch": ">= 4.9.1 < 6" - } - }, - "node_modules/@algolia/client-abtesting": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/client-abtesting/-/client-abtesting-5.37.0.tgz", - "integrity": "sha512-Dp2Zq+x9qQFnuiQhVe91EeaaPxWBhzwQ6QnznZQnH9C1/ei3dvtmAFfFeaTxM6FzfJXDLvVnaQagTYFTQz3R5g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/client-analytics": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/client-analytics/-/client-analytics-5.37.0.tgz", - "integrity": "sha512-wyXODDOluKogTuZxRII6mtqhAq4+qUR3zIUJEKTiHLe8HMZFxfUEI4NO2qSu04noXZHbv/sRVdQQqzKh12SZuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/client-common": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/client-common/-/client-common-5.37.0.tgz", - "integrity": "sha512-GylIFlPvLy9OMgFG8JkonIagv3zF+Dx3H401Uo2KpmfMVBBJiGfAb9oYfXtplpRMZnZPxF5FnkWaI/NpVJMC+g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/client-insights": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/client-insights/-/client-insights-5.37.0.tgz", - "integrity": "sha512-T63afO2O69XHKw2+F7mfRoIbmXWGzgpZxgOFAdP3fR4laid7pWBt20P4eJ+Zn23wXS5kC9P2K7Bo3+rVjqnYiw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/client-personalization": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/client-personalization/-/client-personalization-5.37.0.tgz", - "integrity": "sha512-1zOIXM98O9zD8bYDCJiUJRC/qNUydGHK/zRK+WbLXrW1SqLFRXECsKZa5KoG166+o5q5upk96qguOtE8FTXDWQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/client-query-suggestions": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/client-query-suggestions/-/client-query-suggestions-5.37.0.tgz", - "integrity": "sha512-31Nr2xOLBCYVal+OMZn1rp1H4lPs1914Tfr3a34wU/nsWJ+TB3vWjfkUUuuYhWoWBEArwuRzt3YNLn0F/KRVkg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/client-search": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/client-search/-/client-search-5.37.0.tgz", - "integrity": "sha512-DAFVUvEg+u7jUs6BZiVz9zdaUebYULPiQ4LM2R4n8Nujzyj7BZzGr2DCd85ip4p/cx7nAZWKM8pLcGtkTRTdsg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/ingestion": { - "version": "1.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/ingestion/-/ingestion-1.37.0.tgz", - "integrity": "sha512-pkCepBRRdcdd7dTLbFddnu886NyyxmhgqiRcHHaDunvX03Ij4WzvouWrQq7B7iYBjkMQrLS8wQqSP0REfA4W8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/monitoring": { - "version": "1.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/monitoring/-/monitoring-1.37.0.tgz", - "integrity": "sha512-fNw7pVdyZAAQQCJf1cc/ih4fwrRdQSgKwgor4gchsI/Q/ss9inmC6bl/69jvoRSzgZS9BX4elwHKdo0EfTli3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/recommend": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/recommend/-/recommend-5.37.0.tgz", - "integrity": "sha512-U+FL5gzN2ldx3TYfQO5OAta2TBuIdabEdFwD5UVfWPsZE5nvOKkc/6BBqP54Z/adW/34c5ZrvvZhlhNTZujJXQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/requester-browser-xhr": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.37.0.tgz", - "integrity": "sha512-Ao8GZo8WgWFABrU7iq+JAftXV0t+UcOtCDL4mzHHZ+rQeTTf1TZssr4d0vIuoqkVNnKt9iyZ7T4lQff4ydcTrw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/requester-fetch": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/requester-fetch/-/requester-fetch-5.37.0.tgz", - "integrity": "sha512-H7OJOXrFg5dLcGJ22uxx8eiFId0aB9b0UBhoOi4SMSuDBe6vjJJ/LeZyY25zPaSvkXNBN3vAM+ad6M0h6ha3AA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@algolia/requester-node-http": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@algolia/requester-node-http/-/requester-node-http-5.37.0.tgz", - "integrity": "sha512-npZ9aeag4SGTx677eqPL3rkSPlQrnzx/8wNrl1P7GpWq9w/eTmRbOq+wKrJ2r78idlY0MMgmY/mld2tq6dc44g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/client-common": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@angular-devkit/architect": { - "version": "0.1802.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/architect/-/architect-0.1802.19.tgz", - "integrity": "sha512-M4B1tzxGX1nWCZr9GMM8OO0yBJO2HFSdK8M8P74vEFQfKIeq3y16IQ5zlEveJrkCOFVtmlIy2C9foMCdNyBRMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "18.2.19", - "rxjs": "7.8.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@angular-devkit/architect/node_modules/@angular-devkit/core": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/core/-/core-18.2.19.tgz", - "integrity": "sha512-Ptf92Zomc6FCr7GWmHKdgOUbA1GpctZwH/hRcpYpU3tM56MG2t5FOFpufnE595GgolOCktabkFEoODMG8PBVDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.17.1", - "ajv-formats": "3.0.1", - "jsonc-parser": "3.3.1", - "picomatch": "4.0.2", - "rxjs": "7.8.1", - "source-map": "0.7.4" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/architect/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/@angular-devkit/architect/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@angular-devkit/architect/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/@angular-devkit/architect/node_modules/readdirp/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/@angular-devkit/architect/node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@angular-devkit/build-angular": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/build-angular/-/build-angular-18.2.19.tgz", - "integrity": "sha512-xwY7v+nGE7TXOc4pgY6u57bLzIPSHuecosYr3TiWHAl9iEcKHzkCCFKsLZyunohHmq/i1uA6g3cC6iwp2xNYyg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.1802.19", - "@angular-devkit/build-webpack": "0.1802.19", - "@angular-devkit/core": "18.2.19", - "@angular/build": "18.2.19", - "@babel/core": "7.26.10", - "@babel/generator": "7.26.10", - "@babel/helper-annotate-as-pure": "7.25.9", - "@babel/helper-split-export-declaration": "7.24.7", - "@babel/plugin-transform-async-generator-functions": "7.26.8", - "@babel/plugin-transform-async-to-generator": "7.25.9", - "@babel/plugin-transform-runtime": "7.26.10", - "@babel/preset-env": "7.26.9", - "@babel/runtime": "7.26.10", - "@discoveryjs/json-ext": "0.6.1", - "@ngtools/webpack": "18.2.19", - "ansi-colors": "4.1.3", - "autoprefixer": "10.4.20", - "babel-loader": "9.1.3", - "browserslist": "^4.21.5", - "copy-webpack-plugin": "12.0.2", - "critters": "0.0.24", - "css-loader": "7.1.2", - "esbuild-wasm": "0.23.0", - "fast-glob": "3.3.2", - "http-proxy-middleware": "3.0.5", - "https-proxy-agent": "7.0.5", - "istanbul-lib-instrument": "6.0.3", - "jsonc-parser": "3.3.1", - "karma-source-map-support": "1.4.0", - "less": "4.2.0", - "less-loader": "12.2.0", - "license-webpack-plugin": "4.0.2", - "loader-utils": "3.3.1", - "magic-string": "0.30.11", - "mini-css-extract-plugin": "2.9.0", - "mrmime": "2.0.0", - "open": "10.1.0", - "ora": "5.4.1", - "parse5-html-rewriting-stream": "7.0.0", - "picomatch": "4.0.2", - "piscina": "4.6.1", - "postcss": "8.4.41", - "postcss-loader": "8.1.1", - "resolve-url-loader": "5.0.0", - "rxjs": "7.8.1", - "sass": "1.77.6", - "sass-loader": "16.0.0", - "semver": "7.6.3", - "source-map-loader": "5.0.0", - "source-map-support": "0.5.21", - "terser": "5.31.6", - "tree-kill": "1.2.2", - "tslib": "2.6.3", - "watchpack": "2.4.1", - "webpack": "5.94.0", - "webpack-dev-middleware": "7.4.2", - "webpack-dev-server": "5.0.4", - "webpack-merge": "6.0.1", - "webpack-subresource-integrity": "5.1.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "optionalDependencies": { - "esbuild": "0.23.0" - }, - "peerDependencies": { - "@angular/compiler-cli": "^18.0.0", - "@angular/localize": "^18.0.0", - "@angular/platform-server": "^18.0.0", - "@angular/service-worker": "^18.0.0", - "@web/test-runner": "^0.18.0", - "browser-sync": "^3.0.2", - "jest": "^29.5.0", - "jest-environment-jsdom": "^29.5.0", - "karma": "^6.3.0", - "ng-packagr": "^18.0.0", - "protractor": "^7.0.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=5.4 <5.6" - }, - "peerDependenciesMeta": { - "@angular/localize": { - "optional": true - }, - "@angular/platform-server": { - "optional": true - }, - "@angular/service-worker": { - "optional": true - }, - "@web/test-runner": { - "optional": true - }, - "browser-sync": { - "optional": true - }, - "jest": { - "optional": true - }, - "jest-environment-jsdom": { - "optional": true - }, - "karma": { - "optional": true - }, - "ng-packagr": { - "optional": true - }, - "protractor": { - "optional": true - }, - "tailwindcss": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular-devkit/core": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/core/-/core-18.2.19.tgz", - "integrity": "sha512-Ptf92Zomc6FCr7GWmHKdgOUbA1GpctZwH/hRcpYpU3tM56MG2t5FOFpufnE595GgolOCktabkFEoODMG8PBVDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.17.1", - "ajv-formats": "3.0.1", - "jsonc-parser": "3.3.1", - "picomatch": "4.0.2", - "rxjs": "7.8.1", - "source-map": "0.7.4" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/aix-ppc64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/aix-ppc64/-/aix-ppc64-0.23.0.tgz", - "integrity": "sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-arm": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm/-/android-arm-0.23.0.tgz", - "integrity": "sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm64/-/android-arm64-0.23.0.tgz", - "integrity": "sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-x64/-/android-x64-0.23.0.tgz", - "integrity": "sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/darwin-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-arm64/-/darwin-arm64-0.23.0.tgz", - "integrity": "sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/darwin-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-x64/-/darwin-x64-0.23.0.tgz", - "integrity": "sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.0.tgz", - "integrity": "sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/freebsd-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-x64/-/freebsd-x64-0.23.0.tgz", - "integrity": "sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-arm": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm/-/linux-arm-0.23.0.tgz", - "integrity": "sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm64/-/linux-arm64-0.23.0.tgz", - "integrity": "sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-ia32": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ia32/-/linux-ia32-0.23.0.tgz", - "integrity": "sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-loong64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-loong64/-/linux-loong64-0.23.0.tgz", - "integrity": "sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-mips64el": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-mips64el/-/linux-mips64el-0.23.0.tgz", - "integrity": "sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-ppc64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ppc64/-/linux-ppc64-0.23.0.tgz", - "integrity": "sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-riscv64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-riscv64/-/linux-riscv64-0.23.0.tgz", - "integrity": "sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-s390x": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-s390x/-/linux-s390x-0.23.0.tgz", - "integrity": "sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-x64/-/linux-x64-0.23.0.tgz", - "integrity": "sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/netbsd-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/netbsd-x64/-/netbsd-x64-0.23.0.tgz", - "integrity": "sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/openbsd-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.0.tgz", - "integrity": "sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/openbsd-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/openbsd-x64/-/openbsd-x64-0.23.0.tgz", - "integrity": "sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/sunos-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/sunos-x64/-/sunos-x64-0.23.0.tgz", - "integrity": "sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-arm64/-/win32-arm64-0.23.0.tgz", - "integrity": "sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-ia32": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-ia32/-/win32-ia32-0.23.0.tgz", - "integrity": "sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-x64/-/win32-x64-0.23.0.tgz", - "integrity": "sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/autoprefixer": { - "version": "10.4.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/autoprefixer/-/autoprefixer-10.4.20.tgz", - "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "browserslist": "^4.23.3", - "caniuse-lite": "^1.0.30001646", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.1", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/esbuild": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/esbuild/-/esbuild-0.23.0.tgz", - "integrity": "sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.23.0", - "@esbuild/android-arm": "0.23.0", - "@esbuild/android-arm64": "0.23.0", - "@esbuild/android-x64": "0.23.0", - "@esbuild/darwin-arm64": "0.23.0", - "@esbuild/darwin-x64": "0.23.0", - "@esbuild/freebsd-arm64": "0.23.0", - "@esbuild/freebsd-x64": "0.23.0", - "@esbuild/linux-arm": "0.23.0", - "@esbuild/linux-arm64": "0.23.0", - "@esbuild/linux-ia32": "0.23.0", - "@esbuild/linux-loong64": "0.23.0", - "@esbuild/linux-mips64el": "0.23.0", - "@esbuild/linux-ppc64": "0.23.0", - "@esbuild/linux-riscv64": "0.23.0", - "@esbuild/linux-s390x": "0.23.0", - "@esbuild/linux-x64": "0.23.0", - "@esbuild/netbsd-x64": "0.23.0", - "@esbuild/openbsd-arm64": "0.23.0", - "@esbuild/openbsd-x64": "0.23.0", - "@esbuild/sunos-x64": "0.23.0", - "@esbuild/win32-arm64": "0.23.0", - "@esbuild/win32-ia32": "0.23.0", - "@esbuild/win32-x64": "0.23.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/readdirp/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true, - "license": "0BSD" - }, - "node_modules/@angular-devkit/build-webpack": { - "version": "0.1802.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/build-webpack/-/build-webpack-0.1802.19.tgz", - "integrity": "sha512-axz1Sasn+c+GJpJexBL+B3Rh1w3wJrQq8k8gkniodjJ594p4ti2qGk7i9Tj8A4cXx5fGY+EpuZvKfI/9Tr7QwA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/architect": "0.1802.19", - "rxjs": "7.8.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "webpack": "^5.30.0", - "webpack-dev-server": "^5.0.2" - } - }, - "node_modules/@angular-devkit/build-webpack/node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@angular-devkit/core": { - "version": "18.2.21", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/core/-/core-18.2.21.tgz", - "integrity": "sha512-Lno6GNbJME85wpc/uqn+wamBxvfZJZFYSH8+oAkkyjU/hk8r5+X8DuyqsKAa0m8t46zSTUsonHsQhVe5vgrZeQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "ajv": "8.17.1", - "ajv-formats": "3.0.1", - "jsonc-parser": "3.3.1", - "picomatch": "4.0.2", - "rxjs": "7.8.1", - "source-map": "0.7.4" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/core/node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@angular-devkit/schematics": { - "version": "18.2.21", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/schematics/-/schematics-18.2.21.tgz", - "integrity": "sha512-yuC2vN4VL48JhnsaOa9J/o0Jl+cxOklRNQp5J2/ypMuRROaVCrZAPiX+ChSHh++kHYMpj8+ggNrrUwRNfMKACQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@angular-devkit/core": "18.2.21", - "jsonc-parser": "3.3.1", - "magic-string": "0.30.11", - "ora": "5.4.1", - "rxjs": "7.8.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "18.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.0.0.tgz", - "integrity": "sha512-c5XNfpWN6vfMoZpnLLeras7nUIVI10ofJu3W3s1s1NpCjP67kY84SPYRJIND1LemVewMQ+mhnP4xJnqvJxC1tA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@angular-eslint/eslint-plugin": { - "version": "18.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-eslint/eslint-plugin/-/eslint-plugin-18.0.0.tgz", - "integrity": "sha512-XhsIR28HiFOg3qbyjr0ZFBvOeFSXowbriFn8pAuiUjYoLJEtNZzPA1Ih/J0Ky5ZXYwcSJbZRQdNR/q1INQEFqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "@angular-eslint/utils": "18.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.20" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "18.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-18.0.0.tgz", - "integrity": "sha512-KN32zW5eutRLumjJNGM77pZ4dpQe/PlffU2fGGVagHSDRrjaEqBmJ/khecUHjz3+VxYLbVWBM2skfb5jC4Lr2g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "@angular-eslint/utils": "18.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.20", - "aria-query": "5.3.0", - "axobject-query": "4.0.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/schematics": { - "version": "18.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-eslint/schematics/-/schematics-18.0.0.tgz", - "integrity": "sha512-s/y+jzwyLi+/HtyUsbP6EjK877TViIGmA1sWw7FHHssRRqBdCoKjDLVeQKJKquOFB/IYSZlpB6KWPzbMFpMv3A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/eslint-plugin": "18.0.0", - "@angular-eslint/eslint-plugin-template": "18.0.0", - "@nx/devkit": "^19.0.6", - "ignore": "5.3.1", - "nx": "^19.0.6", - "semver": "7.6.2", - "strip-json-comments": "3.1.1" - }, - "peerDependencies": { - "@angular-devkit/core": ">= 18.0.0 < 19.0.0", - "@angular-devkit/schematics": ">= 18.0.0 < 19.0.0" - } - }, - "node_modules/@angular-eslint/schematics/node_modules/semver": { - "version": "7.6.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@angular-eslint/template-parser": { - "version": "18.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-eslint/template-parser/-/template-parser-18.0.0.tgz", - "integrity": "sha512-BRecTFL4roM+RUHI6sIOEIAytXGqDDwkHy1H18FuzR2Zvu+hd7yaGnr6s7nusnT6l+2igWgsslPHPgb/p3OPeA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "eslint-scope": "^8.0.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/utils": { - "version": "18.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-eslint/utils/-/utils-18.0.0.tgz", - "integrity": "sha512-ygOlsC5HrknbI8Ah5pa6tGtrpxB0W4UqzZG9Ii7whoWs7OjkBTIbeNy/qaWv1e45MR2/Ytd5BSWK17w0Poyz8w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.20" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular/animations": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/animations/-/animations-18.2.13.tgz", - "integrity": "sha512-rG5J5Ek5Hg+Tz2NjkNOaG6PupiNK/lPfophXpsR1t/nWujqnMWX2krahD/i6kgD+jNWNKCJCYSOVvCx/BHOtKA==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "18.2.13" - } - }, - "node_modules/@angular/build": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/build/-/build-18.2.19.tgz", - "integrity": "sha512-dTqR+mhcZWtCRyOafvzHNVpYxMQnt8HHHqNM0kyEMzcztXL2L9zDlKr0H9d+AgGGq/v4qwCh+1gFDxsHByZwMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.1802.19", - "@babel/core": "7.25.2", - "@babel/helper-annotate-as-pure": "7.24.7", - "@babel/helper-split-export-declaration": "7.24.7", - "@babel/plugin-syntax-import-attributes": "7.24.7", - "@inquirer/confirm": "3.1.22", - "@vitejs/plugin-basic-ssl": "1.1.0", - "browserslist": "^4.23.0", - "critters": "0.0.24", - "esbuild": "0.23.0", - "fast-glob": "3.3.2", - "https-proxy-agent": "7.0.5", - "listr2": "8.2.4", - "lmdb": "3.0.13", - "magic-string": "0.30.11", - "mrmime": "2.0.0", - "parse5-html-rewriting-stream": "7.0.0", - "picomatch": "4.0.2", - "piscina": "4.6.1", - "rollup": "4.22.4", - "sass": "1.77.6", - "semver": "7.6.3", - "vite": "~5.4.17", - "watchpack": "2.4.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "@angular/compiler-cli": "^18.0.0", - "@angular/localize": "^18.0.0", - "@angular/platform-server": "^18.0.0", - "@angular/service-worker": "^18.0.0", - "less": "^4.2.0", - "postcss": "^8.4.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=5.4 <5.6" - }, - "peerDependenciesMeta": { - "@angular/localize": { - "optional": true - }, - "@angular/platform-server": { - "optional": true - }, - "@angular/service-worker": { - "optional": true - }, - "less": { - "optional": true - }, - "postcss": { - "optional": true - }, - "tailwindcss": { - "optional": true - } - } - }, - "node_modules/@angular/build/node_modules/@babel/core": { - "version": "7.25.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/core/-/core-7.25.2.tgz", - "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/helper-compilation-targets": "^7.25.2", - "@babel/helper-module-transforms": "^7.25.2", - "@babel/helpers": "^7.25.0", - "@babel/parser": "^7.25.0", - "@babel/template": "^7.25.0", - "@babel/traverse": "^7.25.2", - "@babel/types": "^7.25.2", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@angular/build/node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@angular/build/node_modules/@babel/helper-annotate-as-pure": { - "version": "7.24.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/aix-ppc64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/aix-ppc64/-/aix-ppc64-0.23.0.tgz", - "integrity": "sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/android-arm": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm/-/android-arm-0.23.0.tgz", - "integrity": "sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/android-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm64/-/android-arm64-0.23.0.tgz", - "integrity": "sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/android-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-x64/-/android-x64-0.23.0.tgz", - "integrity": "sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/darwin-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-arm64/-/darwin-arm64-0.23.0.tgz", - "integrity": "sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/darwin-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-x64/-/darwin-x64-0.23.0.tgz", - "integrity": "sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.0.tgz", - "integrity": "sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/freebsd-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-x64/-/freebsd-x64-0.23.0.tgz", - "integrity": "sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-arm": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm/-/linux-arm-0.23.0.tgz", - "integrity": "sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm64/-/linux-arm64-0.23.0.tgz", - "integrity": "sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-ia32": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ia32/-/linux-ia32-0.23.0.tgz", - "integrity": "sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-loong64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-loong64/-/linux-loong64-0.23.0.tgz", - "integrity": "sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-mips64el": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-mips64el/-/linux-mips64el-0.23.0.tgz", - "integrity": "sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-ppc64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ppc64/-/linux-ppc64-0.23.0.tgz", - "integrity": "sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-riscv64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-riscv64/-/linux-riscv64-0.23.0.tgz", - "integrity": "sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-s390x": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-s390x/-/linux-s390x-0.23.0.tgz", - "integrity": "sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-x64/-/linux-x64-0.23.0.tgz", - "integrity": "sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/netbsd-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/netbsd-x64/-/netbsd-x64-0.23.0.tgz", - "integrity": "sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/openbsd-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.0.tgz", - "integrity": "sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/openbsd-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/openbsd-x64/-/openbsd-x64-0.23.0.tgz", - "integrity": "sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/sunos-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/sunos-x64/-/sunos-x64-0.23.0.tgz", - "integrity": "sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/win32-arm64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-arm64/-/win32-arm64-0.23.0.tgz", - "integrity": "sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/win32-ia32": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-ia32/-/win32-ia32-0.23.0.tgz", - "integrity": "sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/win32-x64": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-x64/-/win32-x64-0.23.0.tgz", - "integrity": "sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@types/node": { - "version": "24.5.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/node/-/node-24.5.2.tgz", - "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "undici-types": "~7.12.0" - } - }, - "node_modules/@angular/build/node_modules/@vitejs/plugin-basic-ssl": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", - "integrity": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14.6.0" - }, - "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" - } - }, - "node_modules/@angular/build/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@angular/build/node_modules/esbuild": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/esbuild/-/esbuild-0.23.0.tgz", - "integrity": "sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.23.0", - "@esbuild/android-arm": "0.23.0", - "@esbuild/android-arm64": "0.23.0", - "@esbuild/android-x64": "0.23.0", - "@esbuild/darwin-arm64": "0.23.0", - "@esbuild/darwin-x64": "0.23.0", - "@esbuild/freebsd-arm64": "0.23.0", - "@esbuild/freebsd-x64": "0.23.0", - "@esbuild/linux-arm": "0.23.0", - "@esbuild/linux-arm64": "0.23.0", - "@esbuild/linux-ia32": "0.23.0", - "@esbuild/linux-loong64": "0.23.0", - "@esbuild/linux-mips64el": "0.23.0", - "@esbuild/linux-ppc64": "0.23.0", - "@esbuild/linux-riscv64": "0.23.0", - "@esbuild/linux-s390x": "0.23.0", - "@esbuild/linux-x64": "0.23.0", - "@esbuild/netbsd-x64": "0.23.0", - "@esbuild/openbsd-arm64": "0.23.0", - "@esbuild/openbsd-x64": "0.23.0", - "@esbuild/sunos-x64": "0.23.0", - "@esbuild/win32-arm64": "0.23.0", - "@esbuild/win32-ia32": "0.23.0", - "@esbuild/win32-x64": "0.23.0" - } - }, - "node_modules/@angular/build/node_modules/vite": { - "version": "5.4.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/vite/-/vite-5.4.20.tgz", - "integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "esbuild": "^0.21.3", - "postcss": "^8.4.43", - "rollup": "^4.20.0" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "sass-embedded": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/aix-ppc64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/win32-x64": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/esbuild": { - "version": "0.21.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/esbuild/-/esbuild-0.21.5.tgz", - "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.21.5", - "@esbuild/android-arm": "0.21.5", - "@esbuild/android-arm64": "0.21.5", - "@esbuild/android-x64": "0.21.5", - "@esbuild/darwin-arm64": "0.21.5", - "@esbuild/darwin-x64": "0.21.5", - "@esbuild/freebsd-arm64": "0.21.5", - "@esbuild/freebsd-x64": "0.21.5", - "@esbuild/linux-arm": "0.21.5", - "@esbuild/linux-arm64": "0.21.5", - "@esbuild/linux-ia32": "0.21.5", - "@esbuild/linux-loong64": "0.21.5", - "@esbuild/linux-mips64el": "0.21.5", - "@esbuild/linux-ppc64": "0.21.5", - "@esbuild/linux-riscv64": "0.21.5", - "@esbuild/linux-s390x": "0.21.5", - "@esbuild/linux-x64": "0.21.5", - "@esbuild/netbsd-x64": "0.21.5", - "@esbuild/openbsd-x64": "0.21.5", - "@esbuild/sunos-x64": "0.21.5", - "@esbuild/win32-arm64": "0.21.5", - "@esbuild/win32-ia32": "0.21.5", - "@esbuild/win32-x64": "0.21.5" - } - }, - "node_modules/@angular/cdk": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/cdk/-/cdk-18.2.13.tgz", - "integrity": "sha512-yBKoqcOwmwXnc5phFMEEMO130/Bz9beQLJrKzIS87f6TXaGCeBs4xrPHq2i7Xx/2TqvMiOD9ucjmlVbtGvNG3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "optionalDependencies": { - "parse5": "^7.1.2" - }, - "peerDependencies": { - "@angular/common": "^18.0.0 || ^19.0.0", - "@angular/core": "^18.0.0 || ^19.0.0", - "rxjs": "^6.5.3 || ^7.4.0" - } - }, - "node_modules/@angular/cli": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/cli/-/cli-18.2.19.tgz", - "integrity": "sha512-LGVMTc36JQuw8QX8Sclxyei306EQW3KslopXbf7cfqt6D5/fHS+FqqA0O7V8ob/vOGMca+l6hQD27nW5Y3W6pA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/architect": "0.1802.19", - "@angular-devkit/core": "18.2.19", - "@angular-devkit/schematics": "18.2.19", - "@inquirer/prompts": "5.3.8", - "@listr2/prompt-adapter-inquirer": "2.0.15", - "@schematics/angular": "18.2.19", - "@yarnpkg/lockfile": "1.1.0", - "ini": "4.1.3", - "jsonc-parser": "3.3.1", - "listr2": "8.2.4", - "npm-package-arg": "11.0.3", - "npm-pick-manifest": "9.1.0", - "pacote": "18.0.6", - "resolve": "1.22.8", - "semver": "7.6.3", - "symbol-observable": "4.0.0", - "yargs": "17.7.2" - }, - "bin": { - "ng": "bin/ng.js" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@angular/cli/node_modules/@angular-devkit/core": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/core/-/core-18.2.19.tgz", - "integrity": "sha512-Ptf92Zomc6FCr7GWmHKdgOUbA1GpctZwH/hRcpYpU3tM56MG2t5FOFpufnE595GgolOCktabkFEoODMG8PBVDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.17.1", - "ajv-formats": "3.0.1", - "jsonc-parser": "3.3.1", - "picomatch": "4.0.2", - "rxjs": "7.8.1", - "source-map": "0.7.4" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular/cli/node_modules/@angular-devkit/schematics": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/schematics/-/schematics-18.2.19.tgz", - "integrity": "sha512-P/0KjkzOf2ZShuShx3cBbjLI7XlcS6B/yCRBo1MQfCC4cZfmzPQoUEOSQeYZgy5pnC24f+dKh/+TWc5uYL/Lvg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "18.2.19", - "jsonc-parser": "3.3.1", - "magic-string": "0.30.11", - "ora": "5.4.1", - "rxjs": "7.8.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@angular/cli/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/@angular/cli/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@angular/cli/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/@angular/cli/node_modules/readdirp/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/@angular/cli/node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@angular/common": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/common/-/common-18.2.13.tgz", - "integrity": "sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "18.2.13", - "rxjs": "^6.5.3 || ^7.4.0" - } - }, - "node_modules/@angular/compiler": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/compiler/-/compiler-18.2.13.tgz", - "integrity": "sha512-TzWcrkopyjFF+WeDr2cRe8CcHjU72KfYV3Sm2TkBkcXrkYX5sDjGWrBGrG3hRB4e4okqchrOCvm1MiTdy2vKMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "18.2.13" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } - } - }, - "node_modules/@angular/compiler-cli": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/compiler-cli/-/compiler-cli-18.2.13.tgz", - "integrity": "sha512-DBSh4AQwkiJDSiVvJATRmjxf6wyUs9pwQLgaFdSlfuTRO+sdb0J2z1r3BYm8t0IqdoyXzdZq2YCH43EmyvD71g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "7.25.2", - "@jridgewell/sourcemap-codec": "^1.4.14", - "chokidar": "^4.0.0", - "convert-source-map": "^1.5.1", - "reflect-metadata": "^0.2.0", - "semver": "^7.0.0", - "tslib": "^2.3.0", - "yargs": "^17.2.1" - }, - "bin": { - "ng-xi18n": "bundles/src/bin/ng_xi18n.js", - "ngc": "bundles/src/bin/ngc.js", - "ngcc": "bundles/ngcc/index.js" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/compiler": "18.2.13", - "typescript": ">=5.4 <5.6" - } - }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core": { - "version": "7.25.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/core/-/core-7.25.2.tgz", - "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/helper-compilation-targets": "^7.25.2", - "@babel/helper-module-transforms": "^7.25.2", - "@babel/helpers": "^7.25.0", - "@babel/parser": "^7.25.0", - "@babel/template": "^7.25.0", - "@babel/traverse": "^7.25.2", - "@babel/types": "^7.25.2", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@angular/core": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/core/-/core-18.2.13.tgz", - "integrity": "sha512-8mbWHMgO95OuFV1Ejy4oKmbe9NOJ3WazQf/f7wks8Bck7pcihd0IKhlPBNjFllbF5o+04EYSwFhEtvEgjMDClA==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.14.10" - } - }, - "node_modules/@angular/forms": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/forms/-/forms-18.2.13.tgz", - "integrity": "sha512-A67D867fu3DSBhdLWWZl/F5pr7v2+dRM2u3U7ZJ0ewh4a+sv+0yqWdJW+a8xIoiHxS+btGEJL2qAKJiH+MCFfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/common": "18.2.13", - "@angular/core": "18.2.13", - "@angular/platform-browser": "18.2.13", - "rxjs": "^6.5.3 || ^7.4.0" - } - }, - "node_modules/@angular/platform-browser": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/platform-browser/-/platform-browser-18.2.13.tgz", - "integrity": "sha512-tu7ZzY6qD3ATdWFzcTcsAKe7M6cJeWbT/4/bF9unyGO3XBPcNYDKoiz10+7ap2PUd0fmPwvuvTvSNJiFEBnB8Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/animations": "18.2.13", - "@angular/common": "18.2.13", - "@angular/core": "18.2.13" - }, - "peerDependenciesMeta": { - "@angular/animations": { - "optional": true - } - } - }, - "node_modules/@angular/platform-browser-dynamic": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.2.13.tgz", - "integrity": "sha512-kbQCf9+8EpuJC7buBxhSiwBtXvjAwAKh6MznD6zd2pyCYqfY6gfRCZQRtK59IfgVtKmEONWI9grEyNIRoTmqJg==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/common": "18.2.13", - "@angular/compiler": "18.2.13", - "@angular/core": "18.2.13", - "@angular/platform-browser": "18.2.13" - } - }, - "node_modules/@angular/platform-server": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/platform-server/-/platform-server-18.2.13.tgz", - "integrity": "sha512-eYYhFQkjg3rIBY0kG0XLZ3v6ObvDq9SMsGVtsddhlmdhkdO0Sdu9d8hjP7LmioO+60vUG2jNW02ROVMhSNBR5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0", - "xhr2": "^0.2.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/animations": "18.2.13", - "@angular/common": "18.2.13", - "@angular/compiler": "18.2.13", - "@angular/core": "18.2.13", - "@angular/platform-browser": "18.2.13" - } - }, - "node_modules/@angular/router": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/router/-/router-18.2.13.tgz", - "integrity": "sha512-VKmfgi/r/CkyBq9nChQ/ptmfu0JT/8ONnLVJ5H+SkFLRYJcIRyHLKjRihMCyVm6xM5yktOdCaW73NTQrFz7+bg==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/common": "18.2.13", - "@angular/core": "18.2.13", - "@angular/platform-browser": "18.2.13", - "rxjs": "^6.5.3 || ^7.4.0" - } - }, - "node_modules/@angular/ssr": { - "version": "18.2.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular/ssr/-/ssr-18.2.13.tgz", - "integrity": "sha512-iLz4t+3kQYU2hvR7hW2YDyJ9mhU3VLbFxn9E29Lk6DlE49XqhDqd0qK8dRWQAzihBaRwfQc+k4GqZhHmQDW4Vg==", - "dev": true, - "license": "MIT", - "dependencies": { - "critters": "0.0.24", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "@angular/common": "^18.0.0", - "@angular/core": "^18.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/code-frame/-/code-frame-7.27.1.tgz", - "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-validator-identifier": "^7.27.1", - "js-tokens": "^4.0.0", - "picocolors": "^1.1.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/compat-data/-/compat-data-7.28.4.tgz", - "integrity": "sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.26.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/core/-/core-7.26.10.tgz", - "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.10", - "@babel/helper-compilation-targets": "^7.26.5", - "@babel/helper-module-transforms": "^7.26.0", - "@babel/helpers": "^7.26.10", - "@babel/parser": "^7.26.10", - "@babel/template": "^7.26.9", - "@babel/traverse": "^7.26.10", - "@babel/types": "^7.26.10", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/core/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.26.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/generator/-/generator-7.26.10.tgz", - "integrity": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.26.10", - "@babel/types": "^7.26.10", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^3.0.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.25.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", - "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.27.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz", - "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.27.2", - "@babel/helper-validator-option": "^7.27.1", - "browserslist": "^4.24.0", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.28.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz", - "integrity": "sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.3", - "@babel/helper-member-expression-to-functions": "^7.27.1", - "@babel/helper-optimise-call-expression": "^7.27.1", - "@babel/helper-replace-supers": "^7.27.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", - "@babel/traverse": "^7.28.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": { - "version": "7.27.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", - "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.27.3" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz", - "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "regexpu-core": "^6.2.0", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": { - "version": "7.27.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", - "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.27.3" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz", - "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-compilation-targets": "^7.27.2", - "@babel/helper-plugin-utils": "^7.27.1", - "debug": "^4.4.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.22.10" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.16.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/@babel/helper-globals": { - "version": "7.28.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-globals/-/helper-globals-7.28.0.tgz", - "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz", - "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz", - "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.28.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz", - "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.28.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz", - "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz", - "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz", - "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "@babel/helper-wrap-function": "^7.27.1", - "@babel/traverse": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": { - "version": "7.27.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", - "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.27.3" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz", - "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.27.1", - "@babel/helper-optimise-call-expression": "^7.27.1", - "@babel/traverse": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz", - "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.27.1", - "@babel/types": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", - "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", - "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", - "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.28.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz", - "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/template": "^7.27.2", - "@babel/traverse": "^7.28.3", - "@babel/types": "^7.28.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helpers/-/helpers-7.28.4.tgz", - "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/template": "^7.27.2", - "@babel/types": "^7.28.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/parser/-/parser-7.28.4.tgz", - "integrity": "sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.28.4" - }, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz", - "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz", - "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz", - "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz", - "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", - "@babel/plugin-transform-optional-chaining": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.28.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz", - "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.28.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz", - "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz", - "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.26.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz", - "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.26.5", - "@babel/helper-remap-async-to-generator": "^7.25.9", - "@babel/traverse": "^7.26.8" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.25.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", - "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-remap-async-to-generator": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz", - "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.4.tgz", - "integrity": "sha512-1yxmvN0MJHOhPVmAsmoW5liWwoILobu/d/ShymZmj867bAdxGbehIrew1DuLpw2Ukv+qDSSPQdYW1dLNE7t11A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz", - "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.28.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz", - "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.28.3", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz", - "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.3", - "@babel/helper-compilation-targets": "^7.27.2", - "@babel/helper-globals": "^7.28.0", - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-replace-supers": "^7.27.1", - "@babel/traverse": "^7.28.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": { - "version": "7.27.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", - "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.27.3" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz", - "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/template": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.28.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz", - "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.28.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz", - "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz", - "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz", - "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz", - "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz", - "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz", - "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz", - "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz", - "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-compilation-targets": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/traverse": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz", - "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz", - "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz", - "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz", - "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz", - "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz", - "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz", - "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1", - "@babel/traverse": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz", - "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz", - "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz", - "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz", - "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz", - "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz", - "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-compilation-targets": "^7.27.2", - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/plugin-transform-destructuring": "^7.28.0", - "@babel/plugin-transform-parameters": "^7.27.7", - "@babel/traverse": "^7.28.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz", - "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-replace-supers": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz", - "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz", - "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.27.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz", - "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz", - "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz", - "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.27.1", - "@babel/helper-create-class-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": { - "version": "7.27.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz", - "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.27.3" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz", - "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz", - "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regexp-modifiers": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz", - "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz", - "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime": { - "version": "7.26.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.26.10.tgz", - "integrity": "sha512-NWaL2qG6HRpONTnj4JvDU6th4jYeZOJgu3QhmFTCihib0ermtOJqktA5BduGm3suhhVe9EMP9c9+mfJ/I9slqw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.26.5", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.11.0", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz", - "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz", - "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz", - "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz", - "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz", - "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz", - "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz", - "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz", - "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz", - "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.27.1", - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/preset-env": { - "version": "7.26.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/preset-env/-/preset-env-7.26.9.tgz", - "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.26.8", - "@babel/helper-compilation-targets": "^7.26.5", - "@babel/helper-plugin-utils": "^7.26.5", - "@babel/helper-validator-option": "^7.25.9", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", - "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-import-assertions": "^7.26.0", - "@babel/plugin-syntax-import-attributes": "^7.26.0", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.25.9", - "@babel/plugin-transform-async-generator-functions": "^7.26.8", - "@babel/plugin-transform-async-to-generator": "^7.25.9", - "@babel/plugin-transform-block-scoped-functions": "^7.26.5", - "@babel/plugin-transform-block-scoping": "^7.25.9", - "@babel/plugin-transform-class-properties": "^7.25.9", - "@babel/plugin-transform-class-static-block": "^7.26.0", - "@babel/plugin-transform-classes": "^7.25.9", - "@babel/plugin-transform-computed-properties": "^7.25.9", - "@babel/plugin-transform-destructuring": "^7.25.9", - "@babel/plugin-transform-dotall-regex": "^7.25.9", - "@babel/plugin-transform-duplicate-keys": "^7.25.9", - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", - "@babel/plugin-transform-dynamic-import": "^7.25.9", - "@babel/plugin-transform-exponentiation-operator": "^7.26.3", - "@babel/plugin-transform-export-namespace-from": "^7.25.9", - "@babel/plugin-transform-for-of": "^7.26.9", - "@babel/plugin-transform-function-name": "^7.25.9", - "@babel/plugin-transform-json-strings": "^7.25.9", - "@babel/plugin-transform-literals": "^7.25.9", - "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", - "@babel/plugin-transform-member-expression-literals": "^7.25.9", - "@babel/plugin-transform-modules-amd": "^7.25.9", - "@babel/plugin-transform-modules-commonjs": "^7.26.3", - "@babel/plugin-transform-modules-systemjs": "^7.25.9", - "@babel/plugin-transform-modules-umd": "^7.25.9", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", - "@babel/plugin-transform-new-target": "^7.25.9", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6", - "@babel/plugin-transform-numeric-separator": "^7.25.9", - "@babel/plugin-transform-object-rest-spread": "^7.25.9", - "@babel/plugin-transform-object-super": "^7.25.9", - "@babel/plugin-transform-optional-catch-binding": "^7.25.9", - "@babel/plugin-transform-optional-chaining": "^7.25.9", - "@babel/plugin-transform-parameters": "^7.25.9", - "@babel/plugin-transform-private-methods": "^7.25.9", - "@babel/plugin-transform-private-property-in-object": "^7.25.9", - "@babel/plugin-transform-property-literals": "^7.25.9", - "@babel/plugin-transform-regenerator": "^7.25.9", - "@babel/plugin-transform-regexp-modifiers": "^7.26.0", - "@babel/plugin-transform-reserved-words": "^7.25.9", - "@babel/plugin-transform-shorthand-properties": "^7.25.9", - "@babel/plugin-transform-spread": "^7.25.9", - "@babel/plugin-transform-sticky-regex": "^7.25.9", - "@babel/plugin-transform-template-literals": "^7.26.8", - "@babel/plugin-transform-typeof-symbol": "^7.26.7", - "@babel/plugin-transform-unicode-escapes": "^7.25.9", - "@babel/plugin-transform-unicode-property-regex": "^7.25.9", - "@babel/plugin-transform-unicode-regex": "^7.25.9", - "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.11.0", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.40.0", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.27.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz", - "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.6-no-external-plugins", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.26.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/runtime/-/runtime-7.26.10.tgz", - "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", - "dev": true, - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.27.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/template/-/template-7.27.2.tgz", - "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.27.1", - "@babel/parser": "^7.27.2", - "@babel/types": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/traverse/-/traverse-7.28.4.tgz", - "integrity": "sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.27.1", - "@babel/generator": "^7.28.3", - "@babel/helper-globals": "^7.28.0", - "@babel/parser": "^7.28.4", - "@babel/template": "^7.27.2", - "@babel/types": "^7.28.4", - "debug": "^4.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.28.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/generator/-/generator-7.28.3.tgz", - "integrity": "sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.28.3", - "@babel/types": "^7.28.2", - "@jridgewell/gen-mapping": "^0.3.12", - "@jridgewell/trace-mapping": "^0.3.28", - "jsesc": "^3.0.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.28.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@babel/types/-/types-7.28.4.tgz", - "integrity": "sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^7.27.1", - "@babel/helper-validator-identifier": "^7.27.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@colors/colors": { - "version": "1.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/@cspotcode/source-map-support": { - "version": "0.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/trace-mapping": "0.3.9" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "node_modules/@csstools/color-helpers": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/color-helpers/-/color-helpers-5.1.0.tgz", - "integrity": "sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - } - }, - "node_modules/@csstools/css-calc": { - "version": "2.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/css-calc/-/css-calc-2.1.4.tgz", - "integrity": "sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4" - } - }, - "node_modules/@csstools/css-color-parser": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/css-color-parser/-/css-color-parser-3.1.0.tgz", - "integrity": "sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT", - "dependencies": { - "@csstools/color-helpers": "^5.1.0", - "@csstools/css-calc": "^2.1.4" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4" - } - }, - "node_modules/@csstools/css-parser-algorithms": { - "version": "3.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz", - "integrity": "sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "@csstools/css-tokenizer": "^3.0.4" - } - }, - "node_modules/@csstools/css-tokenizer": { - "version": "3.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz", - "integrity": "sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT", - "engines": { - "node": ">=18" - } - }, - "node_modules/@csstools/postcss-cascade-layers": { - "version": "5.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.2.tgz", - "integrity": "sha512-nWBE08nhO8uWl6kSAeCx4im7QfVko3zLrtgWZY4/bP87zrSPpSyN/3W3TDqz1jJuH+kbKOHXg5rJnK+ZVYcFFg==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/selector-specificity": "^5.0.0", - "postcss-selector-parser": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@csstools/postcss-color-mix-function": { - "version": "3.0.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.11.tgz", - "integrity": "sha512-cQpXBelpTx0YhScZM5Ve0jDCA4RzwFc7oNafzZOGgCHt/GQVYiU8Vevz9QJcwy/W0Pyi/BneY+KMjz23lI9r+Q==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "@csstools/css-color-parser": "^3.1.0", - "@csstools/css-parser-algorithms": "^3.0.5", - "@csstools/css-tokenizer": "^3.0.4", - "@csstools/postcss-progressive-custom-properties": "^4.2.0", - "@csstools/utilities": "^2.0.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@csstools/postcss-progressive-custom-properties": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.2.0.tgz", - "integrity": "sha512-fWCXRasX17N1NCPTCuwC3FJDV+Wc031f16cFuuMEfIsYJ1q5ABCa59W0C6VeMGqjNv6ldf37vvwXXAeaZjD9PA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@csstools/selector-specificity": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz", - "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^7.0.0" - } - }, - "node_modules/@csstools/utilities": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@csstools/utilities/-/utilities-2.0.0.tgz", - "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "license": "MIT-0", - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/@discoveryjs/json-ext": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@discoveryjs/json-ext/-/json-ext-0.6.1.tgz", - "integrity": "sha512-boghen8F0Q8D+0/Q1/1r6DUEieUJ8w2a1gIknExMSHBsJFOr2+0KUfHiVYBvucPwl3+RU5PFBK833FjFCh3BhA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14.17.0" - } - }, - "node_modules/@docsearch/css": { - "version": "3.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@docsearch/css/-/css-3.9.0.tgz", - "integrity": "sha512-cQbnVbq0rrBwNAKegIac/t6a8nWoUAn8frnkLFW6YARaRmAQr5/Eoe6Ln2fqkUCZ40KpdrKbpSAmgrkviOxuWA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@docsearch/js": { - "version": "3.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@docsearch/js/-/js-3.9.0.tgz", - "integrity": "sha512-4bKHcye6EkLgRE8ze0vcdshmEqxeiJM77M0JXjef7lrYZfSlMunrDOCqyLjiZyo1+c0BhUqA2QpFartIjuHIjw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@docsearch/react": "3.9.0", - "preact": "^10.0.0" - } - }, - "node_modules/@docsearch/react": { - "version": "3.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@docsearch/react/-/react-3.9.0.tgz", - "integrity": "sha512-mb5FOZYZIkRQ6s/NWnM98k879vu5pscWqTLubLFBO87igYYT4VzVazh4h5o/zCvTIZgEt3PvsCOMOswOUo9yHQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/autocomplete-core": "1.17.9", - "@algolia/autocomplete-preset-algolia": "1.17.9", - "@docsearch/css": "3.9.0", - "algoliasearch": "^5.14.2" - }, - "peerDependencies": { - "@types/react": ">= 16.8.0 < 20.0.0", - "react": ">= 16.8.0 < 20.0.0", - "react-dom": ">= 16.8.0 < 20.0.0", - "search-insights": ">= 1 < 3" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "react": { - "optional": true - }, - "react-dom": { - "optional": true - }, - "search-insights": { - "optional": true - } - } - }, - "node_modules/@emnapi/core": { - "version": "1.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@emnapi/core/-/core-1.5.0.tgz", - "integrity": "sha512-sbP8GzB1WDzacS8fgNPpHlp6C9VZe+SJP3F90W9rLemaQj2PzIuTEl1qDOYQf58YIpyjViI24y9aPWCjEzY2cg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@emnapi/wasi-threads": "1.1.0", - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/runtime": { - "version": "1.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@emnapi/runtime/-/runtime-1.5.0.tgz", - "integrity": "sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/wasi-threads": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz", - "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@es-joy/jsdoccomment": { - "version": "0.58.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@es-joy/jsdoccomment/-/jsdoccomment-0.58.0.tgz", - "integrity": "sha512-smMc5pDht/UVsCD3hhw/a/e/p8m0RdRYiluXToVfd+d4yaQQh7nn9bACjkk6nXJvat7EWPAxuFkMEFfrxeGa3Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.8", - "@typescript-eslint/types": "^8.43.0", - "comment-parser": "1.4.1", - "esquery": "^1.6.0", - "jsdoc-type-pratt-parser": "~5.4.0" - }, - "engines": { - "node": ">=20.11.0" - } - }, - "node_modules/@es-joy/jsdoccomment/node_modules/@typescript-eslint/types": { - "version": "8.44.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/types/-/types-8.44.0.tgz", - "integrity": "sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", - "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm/-/android-arm-0.23.1.tgz", - "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz", - "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/android-x64/-/android-x64-0.23.1.tgz", - "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", - "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz", - "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz", - "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz", - "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz", - "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz", - "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz", - "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz", - "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz", - "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz", - "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz", - "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz", - "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz", - "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", - "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-arm64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz", - "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz", - "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz", - "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz", - "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz", - "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz", - "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", - "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.12.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", - "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "2.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@eslint/eslintrc/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@eslint/js": { - "version": "8.57.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@eslint/js/-/js-8.57.1.tgz", - "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@gulpjs/messages": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@gulpjs/messages/-/messages-1.1.0.tgz", - "integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9tVwo8rQQSg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@gulpjs/to-absolute-glob": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz", - "integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-negated-glob": "^1.0.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.13.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", - "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", - "deprecated": "Use @eslint/config-array instead", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@humanwhocodes/object-schema": "^2.0.3", - "debug": "^4.3.1", - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/@img/sharp-darwin-arm64": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz", - "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-darwin-arm64": "1.0.4" - } - }, - "node_modules/@img/sharp-darwin-x64": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz", - "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-darwin-x64": "1.0.4" - } - }, - "node_modules/@img/sharp-libvips-darwin-arm64": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz", - "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "darwin" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-darwin-x64": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz", - "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "darwin" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-arm": { - "version": "1.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz", - "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-arm64": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz", - "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-s390x": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz", - "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linux-x64": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz", - "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linuxmusl-arm64": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz", - "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-libvips-linuxmusl-x64": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz", - "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "LGPL-3.0-or-later", - "optional": true, - "os": [ - "linux" - ], - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-linux-arm": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz", - "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-arm": "1.0.5" - } - }, - "node_modules/@img/sharp-linux-arm64": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz", - "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-arm64": "1.0.4" - } - }, - "node_modules/@img/sharp-linux-s390x": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz", - "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-s390x": "1.0.4" - } - }, - "node_modules/@img/sharp-linux-x64": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz", - "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linux-x64": "1.0.4" - } - }, - "node_modules/@img/sharp-linuxmusl-arm64": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz", - "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linuxmusl-arm64": "1.0.4" - } - }, - "node_modules/@img/sharp-linuxmusl-x64": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz", - "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "Apache-2.0", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-libvips-linuxmusl-x64": "1.0.4" - } - }, - "node_modules/@img/sharp-wasm32": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz", - "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==", - "cpu": [ - "wasm32" - ], - "dev": true, - "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT", - "optional": true, - "dependencies": { - "@emnapi/runtime": "^1.2.0" - }, - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-win32-ia32": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz", - "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "Apache-2.0 AND LGPL-3.0-or-later", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@img/sharp-win32-x64": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz", - "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "Apache-2.0 AND LGPL-3.0-or-later", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - } - }, - "node_modules/@inquirer/checkbox": { - "version": "2.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/checkbox/-/checkbox-2.5.0.tgz", - "integrity": "sha512-sMgdETOfi2dUHT8r7TT1BTKOwNvdDGFDXYWtQ2J69SvlYNntk9I/gJe7r5yvMwwsuKnYbuRs3pNhx4tgNck5aA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/figures": "^1.0.5", - "@inquirer/type": "^1.5.3", - "ansi-escapes": "^4.3.2", - "yoctocolors-cjs": "^2.1.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/confirm": { - "version": "3.1.22", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/confirm/-/confirm-3.1.22.tgz", - "integrity": "sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.0.10", - "@inquirer/type": "^1.5.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/core": { - "version": "9.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/core/-/core-9.2.1.tgz", - "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/figures": "^1.0.6", - "@inquirer/type": "^2.0.0", - "@types/mute-stream": "^0.0.4", - "@types/node": "^22.5.5", - "@types/wrap-ansi": "^3.0.0", - "ansi-escapes": "^4.3.2", - "cli-width": "^4.1.0", - "mute-stream": "^1.0.0", - "signal-exit": "^4.1.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^6.2.0", - "yoctocolors-cjs": "^2.1.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/core/node_modules/@inquirer/type": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/type/-/type-2.0.0.tgz", - "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==", - "dev": true, - "license": "MIT", - "dependencies": { - "mute-stream": "^1.0.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/core/node_modules/@types/node": { - "version": "22.18.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/node/-/node-22.18.6.tgz", - "integrity": "sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "undici-types": "~6.21.0" - } - }, - "node_modules/@inquirer/core/node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@inquirer/editor": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/editor/-/editor-2.2.0.tgz", - "integrity": "sha512-9KHOpJ+dIL5SZli8lJ6xdaYLPPzB8xB9GZItg39MBybzhxA16vxmszmQFrRwbOA918WA2rvu8xhDEg/p6LXKbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3", - "external-editor": "^3.1.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/expand": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/expand/-/expand-2.3.0.tgz", - "integrity": "sha512-qnJsUcOGCSG1e5DTOErmv2BPQqrtT6uzqn1vI/aYGiPKq+FgslGZmtdnXbhuI7IlT7OByDoEEqdnhUnVR2hhLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3", - "yoctocolors-cjs": "^2.1.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/figures": { - "version": "1.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/figures/-/figures-1.0.13.tgz", - "integrity": "sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/input": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/input/-/input-2.3.0.tgz", - "integrity": "sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/number": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/number/-/number-1.1.0.tgz", - "integrity": "sha512-ilUnia/GZUtfSZy3YEErXLJ2Sljo/mf9fiKc08n18DdwdmDbOzRcTv65H1jjDvlsAuvdFXf4Sa/aL7iw/NanVA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/password": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/password/-/password-2.2.0.tgz", - "integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3", - "ansi-escapes": "^4.3.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/prompts": { - "version": "5.3.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/prompts/-/prompts-5.3.8.tgz", - "integrity": "sha512-b2BudQY/Si4Y2a0PdZZL6BeJtl8llgeZa7U2j47aaJSCeAl1e4UI7y8a9bSkO3o/ZbZrgT5muy/34JbsjfIWxA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/checkbox": "^2.4.7", - "@inquirer/confirm": "^3.1.22", - "@inquirer/editor": "^2.1.22", - "@inquirer/expand": "^2.1.22", - "@inquirer/input": "^2.2.9", - "@inquirer/number": "^1.0.10", - "@inquirer/password": "^2.1.22", - "@inquirer/rawlist": "^2.2.4", - "@inquirer/search": "^1.0.7", - "@inquirer/select": "^2.4.7" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/rawlist": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/rawlist/-/rawlist-2.3.0.tgz", - "integrity": "sha512-zzfNuINhFF7OLAtGHfhwOW2TlYJyli7lOUoJUXw/uyklcwalV6WRXBXtFIicN8rTRK1XTiPWB4UY+YuW8dsnLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/type": "^1.5.3", - "yoctocolors-cjs": "^2.1.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/search": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/search/-/search-1.1.0.tgz", - "integrity": "sha512-h+/5LSj51dx7hp5xOn4QFnUaKeARwUCLs6mIhtkJ0JYPBLmEYjdHSYh7I6GrLg9LwpJ3xeX0FZgAG1q0QdCpVQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/figures": "^1.0.5", - "@inquirer/type": "^1.5.3", - "yoctocolors-cjs": "^2.1.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/select": { - "version": "2.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/select/-/select-2.5.0.tgz", - "integrity": "sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/core": "^9.1.0", - "@inquirer/figures": "^1.0.5", - "@inquirer/type": "^1.5.3", - "ansi-escapes": "^4.3.2", - "yoctocolors-cjs": "^2.1.2" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@inquirer/type": { - "version": "1.5.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@inquirer/type/-/type-1.5.5.tgz", - "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", - "dev": true, - "license": "MIT", - "dependencies": { - "mute-stream": "^1.0.0" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-regex/-/ansi-regex-6.2.2.tgz", - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@isaacs/cliui/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/expect-utils": { - "version": "29.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jest/expect-utils/-/expect-utils-29.7.0.tgz", - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "jest-get-type": "^29.6.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/schemas": { - "version": "29.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@sinclair/typebox": "^0.27.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/types": { - "version": "29.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/schemas": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", - "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jridgewell/source-map/-/source-map-0.3.11.tgz", - "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", - "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", - "dev": true, - "license": "MIT" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.31", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", - "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@jsonjoy.com/base64": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jsonjoy.com/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/@jsonjoy.com/buffers": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz", - "integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/@jsonjoy.com/codegen": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz", - "integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/@jsonjoy.com/json-pack": { - "version": "1.14.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jsonjoy.com/json-pack/-/json-pack-1.14.0.tgz", - "integrity": "sha512-LpWbYgVnKzphN5S6uss4M25jJ/9+m6q6UJoeN6zTkK4xAGhKsiBRPVeF7OYMWonn5repMQbE5vieRXcMUrKDKw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@jsonjoy.com/base64": "^1.1.2", - "@jsonjoy.com/buffers": "^1.0.0", - "@jsonjoy.com/codegen": "^1.0.0", - "@jsonjoy.com/json-pointer": "^1.0.1", - "@jsonjoy.com/util": "^1.9.0", - "hyperdyperid": "^1.2.0", - "thingies": "^2.5.0" - }, - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/@jsonjoy.com/json-pointer": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz", - "integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@jsonjoy.com/codegen": "^1.0.0", - "@jsonjoy.com/util": "^1.9.0" - }, - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/@jsonjoy.com/util": { - "version": "1.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@jsonjoy.com/util/-/util-1.9.0.tgz", - "integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@jsonjoy.com/buffers": "^1.0.0", - "@jsonjoy.com/codegen": "^1.0.0" - }, - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/@kurkle/color": { - "version": "0.3.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@kurkle/color/-/color-0.3.4.tgz", - "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==", - "dev": true, - "license": "MIT" - }, - "node_modules/@leichtgewicht/ip-codec": { - "version": "2.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", - "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@listr2/prompt-adapter-inquirer": { - "version": "2.0.15", - "resolved": "https://repo.cdek.ru/repository/npm-public/@listr2/prompt-adapter-inquirer/-/prompt-adapter-inquirer-2.0.15.tgz", - "integrity": "sha512-MZrGem/Ujjd4cPTLYDfCZK2iKKeiO/8OX13S6jqxldLs0Prf2aGqVlJ77nMBqMv7fzqgXEgjrNHLXcKR8l9lOg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@inquirer/type": "^1.5.1" - }, - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "@inquirer/prompts": ">= 3 < 6" - } - }, - "node_modules/@lmdb/lmdb-darwin-arm64": { - "version": "3.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.0.13.tgz", - "integrity": "sha512-uiKPB0Fv6WEEOZjruu9a6wnW/8jrjzlZbxXscMB8kuCJ1k6kHpcBnuvaAWcqhbI7rqX5GKziwWEdD+wi2gNLfA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@lmdb/lmdb-darwin-x64": { - "version": "3.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.0.13.tgz", - "integrity": "sha512-bEVIIfK5mSQoG1R19qA+fJOvCB+0wVGGnXHT3smchBVahYBdlPn2OsZZKzlHWfb1E+PhLBmYfqB5zQXFP7hJig==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@lmdb/lmdb-linux-arm": { - "version": "3.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.0.13.tgz", - "integrity": "sha512-Yml1KlMzOnXj/tnW7yX8U78iAzTk39aILYvCPbqeewAq1kSzl+w59k/fiVkTBfvDi/oW/5YRxL+Fq+Y1Fr1r2Q==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-linux-arm64": { - "version": "3.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.0.13.tgz", - "integrity": "sha512-afbVrsMgZ9dUTNUchFpj5VkmJRxvht/u335jUJ7o23YTbNbnpmXif3VKQGCtnjSh+CZaqm6N3CPG8KO3zwyZ1Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-linux-x64": { - "version": "3.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.0.13.tgz", - "integrity": "sha512-vOtxu0xC0SLdQ2WRXg8Qgd8T32ak4SPqk5zjItRszrJk2BdeXqfGxBJbP7o4aOvSPSmSSv46Lr1EP4HXU8v7Kg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-win32-x64": { - "version": "3.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.0.13.tgz", - "integrity": "sha512-UCrMJQY/gJnOl3XgbWRZZUvGGBuKy6i0YNSptgMzHBjs+QYDYR1Mt/RLTOPy4fzzves65O1EDmlL//OzEqoLlA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz", - "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz", - "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz", - "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz", - "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz", - "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz", - "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@napi-rs/wasm-runtime": { - "version": "0.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz", - "integrity": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@emnapi/core": "^1.1.0", - "@emnapi/runtime": "^1.1.0", - "@tybys/wasm-util": "^0.9.0" - } - }, - "node_modules/@ngtools/webpack": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@ngtools/webpack/-/webpack-18.2.19.tgz", - "integrity": "sha512-bExj5JrByKPibsqBbn5Pjn8lo91AUOTsyP2hgKpnOnmSr62rhWSiRwXltgz2MCiZRmuUznpt93WiOLixgYfYvQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "@angular/compiler-cli": "^18.0.0", - "typescript": ">=5.4 <5.6", - "webpack": "^5.54.0" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@npmcli/agent": { - "version": "2.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/agent/-/agent-2.2.2.tgz", - "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==", - "dev": true, - "license": "ISC", - "dependencies": { - "agent-base": "^7.1.0", - "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.1", - "lru-cache": "^10.0.1", - "socks-proxy-agent": "^8.0.3" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/agent/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/@npmcli/fs": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/fs/-/fs-3.1.1.tgz", - "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", - "dev": true, - "license": "ISC", - "dependencies": { - "semver": "^7.3.5" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/git": { - "version": "5.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/git/-/git-5.0.8.tgz", - "integrity": "sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "@npmcli/promise-spawn": "^7.0.0", - "ini": "^4.1.3", - "lru-cache": "^10.0.1", - "npm-pick-manifest": "^9.0.0", - "proc-log": "^4.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^4.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/git/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16" - } - }, - "node_modules/@npmcli/git/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/@npmcli/git/node_modules/which": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^16.13.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/installed-package-contents": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz", - "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==", - "dev": true, - "license": "ISC", - "dependencies": { - "npm-bundled": "^3.0.0", - "npm-normalize-package-bin": "^3.0.0" - }, - "bin": { - "installed-package-contents": "bin/index.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/node-gyp": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz", - "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/package-json": { - "version": "5.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/package-json/-/package-json-5.2.1.tgz", - "integrity": "sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^5.0.0", - "glob": "^10.2.2", - "hosted-git-info": "^7.0.0", - "json-parse-even-better-errors": "^3.0.0", - "normalize-package-data": "^6.0.0", - "proc-log": "^4.0.0", - "semver": "^7.5.3" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/promise-spawn": { - "version": "7.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz", - "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "which": "^4.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/promise-spawn/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16" - } - }, - "node_modules/@npmcli/promise-spawn/node_modules/which": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^16.13.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/redact": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/redact/-/redact-2.0.1.tgz", - "integrity": "sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/run-script": { - "version": "8.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@npmcli/run-script/-/run-script-8.1.0.tgz", - "integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==", - "dev": true, - "license": "ISC", - "dependencies": { - "@npmcli/node-gyp": "^3.0.0", - "@npmcli/package-json": "^5.0.0", - "@npmcli/promise-spawn": "^7.0.0", - "node-gyp": "^10.0.0", - "proc-log": "^4.0.0", - "which": "^4.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@npmcli/run-script/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16" - } - }, - "node_modules/@npmcli/run-script/node_modules/which": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^16.13.0 || >=18.0.0" - } - }, - "node_modules/@nrwl/devkit": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nrwl/devkit/-/devkit-19.8.14.tgz", - "integrity": "sha512-Oud7BPhFNqE3/YStULn/gHyuGSw2QyxUaHXJApr+DybmYtUms7hQ+cWnY1IY+hRpdtU9ldlg8UYx+VslpS9YNQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nx/devkit": "19.8.14" - } - }, - "node_modules/@nrwl/tao": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nrwl/tao/-/tao-19.8.14.tgz", - "integrity": "sha512-zBeYzzwg43T/Z8ZtLblv0fcKuqJULttqYDekSLILThXp3UOMSerEvruhUgwddCY1jUssfLscz8vacMKISv5X4w==", - "dev": true, - "license": "MIT", - "dependencies": { - "nx": "19.8.14", - "tslib": "^2.3.0" - }, - "bin": { - "tao": "index.js" - } - }, - "node_modules/@nx/devkit": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/devkit/-/devkit-19.8.14.tgz", - "integrity": "sha512-A8dCGttbuqgg9P56VTb0ElD2vM5nc5g0aLnX5PSXo4SkFXwd8DV5GgwJKWB1GO9hYyEtbj4gKek0KxnCtdav4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nrwl/devkit": "19.8.14", - "ejs": "^3.1.7", - "enquirer": "~2.3.6", - "ignore": "^5.0.4", - "minimatch": "9.0.3", - "semver": "^7.5.3", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs-parser": "21.1.1" - }, - "peerDependencies": { - "nx": ">= 19 <= 21" - } - }, - "node_modules/@nx/nx-darwin-arm64": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.14.tgz", - "integrity": "sha512-bZUFf23gAzuwVw71dR8rngye5aCR8Z/ouIo+KayjqB0LWWoi3WzO73s4S69ljftYt4n6z9wvD+Trbb1BKm2fPg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-darwin-x64": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.14.tgz", - "integrity": "sha512-UXXVea8icFG/3rFwpbLYsD6O4wlyJ1STQfOdhGK1Hyuga70AUUdrjVm7HzigAQP/Sb2Nzd7155YXHzfpRPDFYA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-freebsd-x64": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.14.tgz", - "integrity": "sha512-TK2xuXn+BI6hxGaRK1HRUPWeF/nOtezKSqM+6rbippfCzjES/crmp9l5nbI764MMthtUmykCyWvhEfkDca6kbA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.14.tgz", - "integrity": "sha512-33rptyRraqaeQ2Kq6pcZKQqgnYY/7zcGH8fHXgKK7XzKk+7QuPViq+jMEUZP5E3UzZPkIYhsfmZcZqhNRvepJQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.14.tgz", - "integrity": "sha512-2E70qMKOhh7Fp4JGcRbRLvFKq0+ANVdAgSzH47plxOLygIeVAfIXRSuQbCI0EUFa5Sy6hImLaoRSB2GdgKihAw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.14.tgz", - "integrity": "sha512-ltty/PDWqkYgu/6Ye65d7v5nh3D6e0n3SacoKRs2Vtfz5oHYRUkSKizKIhEVfRNuHn3d9j8ve1fdcCN4SDPUBQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.14.tgz", - "integrity": "sha512-JzE3BuO9RCBVdgai18CCze6KUzG0AozE0TtYFxRokfSC05NU3nUhd/o62UsOl7s6Bqt/9nwrW7JC8pNDiCi9OQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-x64-musl": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.14.tgz", - "integrity": "sha512-2rPvDOQLb7Wd6YiU88FMBiLtYco0dVXF99IJBRGAWv+WTI7MNr47OyK2ze+JOsbYY1d8aOGUvckUvCCZvZKEfg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.14.tgz", - "integrity": "sha512-JxW+YPS+EjhUsLw9C6wtk9pQTG3psyFwxhab8y/dgk2s4AOTLyIm0XxgcCJVvB6i4uv+s1g0QXRwp6+q3IR6hg==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.14.tgz", - "integrity": "sha512-RxiPlBWPcGSf9TzIIy62iKRdRhokXMDUsPub9DL2VdVyTMXPZQR25aY/PJeasJN1EQU74hg097LK2wSHi+vzOQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=14" - } - }, - "node_modules/@rollup/plugin-json": { - "version": "6.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/plugin-json/-/plugin-json-6.1.0.tgz", - "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^5.1.0" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/@rollup/plugin-node-resolve": { - "version": "15.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz", - "integrity": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^5.0.1", - "@types/resolve": "1.20.2", - "deepmerge": "^4.2.2", - "is-module": "^1.0.0", - "resolve": "^1.22.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^2.78.0||^3.0.0||^4.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/@rollup/pluginutils": { - "version": "5.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/pluginutils/-/pluginutils-5.3.0.tgz", - "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^2.0.2", - "picomatch": "^4.0.2" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz", - "integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz", - "integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz", - "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz", - "integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz", - "integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz", - "integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz", - "integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz", - "integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz", - "integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz", - "integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz", - "integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz", - "integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz", - "integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz", - "integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz", - "integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz", - "integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/wasm-node": { - "version": "4.50.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rollup/wasm-node/-/wasm-node-4.50.2.tgz", - "integrity": "sha512-2+Q114BRnYdBL8NNxtcYczJ/5LmTk+nXr2xnKeKnoa6HmuI32xzCae5pXDybHF1u6GP9UxhLjWbkWPEM5K1JcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "1.0.8" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/@rtsao/scc": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@rtsao/scc/-/scc-1.1.0.tgz", - "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==", - "dev": true, - "license": "MIT" - }, - "node_modules/@schematics/angular": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@schematics/angular/-/angular-18.2.19.tgz", - "integrity": "sha512-s9aynH/fwB/LT94miVfsaL2C4Qd5BLgjMzWFx7iJ8Hyv7FjOBGYO6eGVovjCt2c6/abG+GQAk4EBOCfg3AUtCA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "18.2.19", - "@angular-devkit/schematics": "18.2.19", - "jsonc-parser": "3.3.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@schematics/angular/node_modules/@angular-devkit/core": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/core/-/core-18.2.19.tgz", - "integrity": "sha512-Ptf92Zomc6FCr7GWmHKdgOUbA1GpctZwH/hRcpYpU3tM56MG2t5FOFpufnE595GgolOCktabkFEoODMG8PBVDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.17.1", - "ajv-formats": "3.0.1", - "jsonc-parser": "3.3.1", - "picomatch": "4.0.2", - "rxjs": "7.8.1", - "source-map": "0.7.4" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@schematics/angular/node_modules/@angular-devkit/schematics": { - "version": "18.2.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@angular-devkit/schematics/-/schematics-18.2.19.tgz", - "integrity": "sha512-P/0KjkzOf2ZShuShx3cBbjLI7XlcS6B/yCRBo1MQfCC4cZfmzPQoUEOSQeYZgy5pnC24f+dKh/+TWc5uYL/Lvg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-devkit/core": "18.2.19", - "jsonc-parser": "3.3.1", - "magic-string": "0.30.11", - "ora": "5.4.1", - "rxjs": "7.8.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@schematics/angular/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/@schematics/angular/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@schematics/angular/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/@schematics/angular/node_modules/readdirp/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/@schematics/angular/node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/@sigstore/bundle": { - "version": "2.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sigstore/bundle/-/bundle-2.3.2.tgz", - "integrity": "sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@sigstore/protobuf-specs": "^0.3.2" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@sigstore/core": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sigstore/core/-/core-1.1.0.tgz", - "integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@sigstore/protobuf-specs": { - "version": "0.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sigstore/protobuf-specs/-/protobuf-specs-0.3.3.tgz", - "integrity": "sha512-RpacQhBlwpBWd7KEJsRKcBQalbV28fvkxwTOJIqhIuDysMMaJW47V4OqW30iJB9uRpqOSxxEAQFdr8tTattReQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.17.0 || >=20.5.0" - } - }, - "node_modules/@sigstore/sign": { - "version": "2.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sigstore/sign/-/sign-2.3.2.tgz", - "integrity": "sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@sigstore/bundle": "^2.3.2", - "@sigstore/core": "^1.0.0", - "@sigstore/protobuf-specs": "^0.3.2", - "make-fetch-happen": "^13.0.1", - "proc-log": "^4.2.0", - "promise-retry": "^2.0.1" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@sigstore/tuf": { - "version": "2.3.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sigstore/tuf/-/tuf-2.3.4.tgz", - "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@sigstore/protobuf-specs": "^0.3.2", - "tuf-js": "^2.2.1" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@sigstore/verify": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sigstore/verify/-/verify-1.2.1.tgz", - "integrity": "sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@sigstore/bundle": "^2.3.2", - "@sigstore/core": "^1.1.0", - "@sigstore/protobuf-specs": "^0.3.2" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@sinclair/typebox": { - "version": "0.27.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@sindresorhus/merge-streams": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", - "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@socket.io/component-emitter": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", - "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@stackblitz/sdk": { - "version": "1.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@stackblitz/sdk/-/sdk-1.9.0.tgz", - "integrity": "sha512-3m6C7f8pnR5KXys/Hqx2x6ylnpqOak6HtnZI6T5keEO0yT+E4Spkw37VEbdwuC+2oxmjdgq6YZEgiKX7hM1GmQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@tabler/icons": { - "version": "3.35.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tabler/icons/-/icons-3.35.0.tgz", - "integrity": "sha512-yYXe+gJ56xlZFiXwV9zVoe3FWCGuZ/D7/G4ZIlDtGxSx5CGQK110wrnT29gUj52kEZoxqF7oURTk97GQxELOFQ==", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/codecalm" - } - }, - "node_modules/@tabler/icons-webfont": { - "version": "3.35.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tabler/icons-webfont/-/icons-webfont-3.35.0.tgz", - "integrity": "sha512-PRnv+lgj2Va6S1nTVcZoYDWZPXUaVNromQ9uxn0B1CbBOjqKXAzC/8yLc8XOXD2fH2DWT2XNw1XaNtlNpc0/Tw==", - "dev": true, - "dependencies": { - "@tabler/icons": "3.35.0", - "sharp": "^0.33.5" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/codecalm" - } - }, - "node_modules/@tsconfig/node10": { - "version": "1.0.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tsconfig/node10/-/node10-1.0.11.tgz", - "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true, - "license": "MIT" - }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true, - "license": "MIT" - }, - "node_modules/@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@tufjs/canonical-json": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz", - "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@tufjs/models": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tufjs/models/-/models-2.0.1.tgz", - "integrity": "sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@tufjs/canonical-json": "2.0.0", - "minimatch": "^9.0.4" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/@tufjs/models/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@tybys/wasm-util": { - "version": "0.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", - "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@types/body-parser": { - "version": "1.19.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/body-parser/-/body-parser-1.19.6.tgz", - "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "node_modules/@types/bonjour": { - "version": "3.5.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/bonjour/-/bonjour-3.5.13.tgz", - "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/connect": { - "version": "3.4.38", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/connect/-/connect-3.4.38.tgz", - "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/connect-history-api-fallback": { - "version": "1.5.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", - "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/node": "*" - } - }, - "node_modules/@types/cors": { - "version": "2.8.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/cors/-/cors-2.8.19.tgz", - "integrity": "sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/estree": { - "version": "1.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/estree/-/estree-1.0.8.tgz", - "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/express": { - "version": "4.17.23", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/express/-/express-4.17.23.tgz", - "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.33", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "4.19.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", - "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" - } - }, - "node_modules/@types/http-errors": { - "version": "2.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/http-errors/-/http-errors-2.0.5.tgz", - "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/http-proxy": { - "version": "1.17.16", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/http-proxy/-/http-proxy-1.17.16.tgz", - "integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", - "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", - "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/jasmine": { - "version": "4.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/jasmine/-/jasmine-4.3.6.tgz", - "integrity": "sha512-3N0FpQTeiWjm+Oo1WUYWguUS7E6JLceiGTriFrG8k5PU7zRLJCzLcWURU3wjMbZGS//a2/LgjsnO3QxIlwxt9g==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/jest": { - "version": "29.5.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/jest/-/jest-29.5.14.tgz", - "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "expect": "^29.0.0", - "pretty-format": "^29.0.0" - } - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/mime": { - "version": "1.3.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/mime/-/mime-1.3.5.tgz", - "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/mute-stream": { - "version": "0.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/mute-stream/-/mute-stream-0.0.4.tgz", - "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/node-forge": { - "version": "1.3.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/node-forge/-/node-forge-1.3.14.tgz", - "integrity": "sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/prop-types": { - "version": "15.7.15", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/prop-types/-/prop-types-15.7.15.tgz", - "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/qs": { - "version": "6.14.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/qs/-/qs-6.14.0.tgz", - "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/raf": { - "version": "3.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/raf/-/raf-3.4.3.tgz", - "integrity": "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/@types/range-parser": { - "version": "1.2.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/range-parser/-/range-parser-1.2.7.tgz", - "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/react": { - "version": "18.3.24", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/react/-/react-18.3.24.tgz", - "integrity": "sha512-0dLEBsA1kI3OezMBF8nSsb7Nk19ZnsyE1LLhB8r27KbgU5H4pvuqZLdtE+aUkJVoXgTVuA+iLIwmZ0TuK4tx6A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/resize-observer-browser": { - "version": "0.1.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/resize-observer-browser/-/resize-observer-browser-0.1.11.tgz", - "integrity": "sha512-cNw5iH8JkMkb3QkCoe7DaZiawbDQEUX8t7iuQaRTyLOyQCR2h+ibBD4GJt7p5yhUHrlOeL7ZtbxNHeipqNsBzQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/resolve": { - "version": "1.20.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/resolve/-/resolve-1.20.2.tgz", - "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/retry": { - "version": "0.12.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/retry/-/retry-0.12.2.tgz", - "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/send": { - "version": "0.17.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/send/-/send-0.17.5.tgz", - "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" - } - }, - "node_modules/@types/serve-index": { - "version": "1.9.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/serve-index/-/serve-index-1.9.4.tgz", - "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/express": "*" - } - }, - "node_modules/@types/serve-static": { - "version": "1.15.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/serve-static/-/serve-static-1.15.8.tgz", - "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/http-errors": "*", - "@types/node": "*", - "@types/send": "*" - } - }, - "node_modules/@types/sockjs": { - "version": "0.3.36", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/sockjs/-/sockjs-0.3.36.tgz", - "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/stack-utils": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/stack-utils/-/stack-utils-2.0.3.tgz", - "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/wrap-ansi": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz", - "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/ws": { - "version": "8.18.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/ws/-/ws-8.18.1.tgz", - "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/yargs": { - "version": "17.0.33", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "21.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz", - "integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/regexpp": "^4.10.0", - "@typescript-eslint/scope-manager": "7.18.0", - "@typescript-eslint/type-utils": "7.18.0", - "@typescript-eslint/utils": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0", - "graphemer": "^1.4.0", - "ignore": "^5.3.1", - "natural-compare": "^1.4.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^7.0.0", - "eslint": "^8.56.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/utils/-/utils-7.18.0.tgz", - "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "7.18.0", - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/typescript-estree": "7.18.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.56.0" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/parser/-/parser-7.18.0.tgz", - "integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==", - "dev": true, - "license": "BSD-2-Clause", - "peer": true, - "dependencies": { - "@typescript-eslint/scope-manager": "7.18.0", - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/typescript-estree": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0", - "debug": "^4.3.4" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.56.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", - "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", - "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/typescript-estree": "7.18.0", - "@typescript-eslint/utils": "7.18.0", - "debug": "^4.3.4", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.56.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/utils/-/utils-7.18.0.tgz", - "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "7.18.0", - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/typescript-estree": "7.18.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.56.0" - } - }, - "node_modules/@typescript-eslint/types": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/types/-/types-7.18.0.tgz", - "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", - "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/utils/-/utils-8.0.0-alpha.20.tgz", - "integrity": "sha512-0aMhjDTvIrkGkHqyM0ZByAwR8BV1f2HhKdYyjtxko8S/Ca4PGjOIjub6VoF+bQwCRxEuV8viNUld78rqm9jqLA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.20", - "@typescript-eslint/types": "8.0.0-alpha.20", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.20" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.20.tgz", - "integrity": "sha512-+Ncj0Q6DT8ZHYNp8h5RndW4Siv52kiPpHEz/i8Sj2rh2y8ZCc5pKSHSslk+eZi0Bdj+/+swNOmDNcL2CrlaEnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.20", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.20" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/types/-/types-8.0.0-alpha.20.tgz", - "integrity": "sha512-xpU1rMQfnnNZxpHN6YUfr18sGOMcpC9hvt54fupcU6N1qMCagEtkRt1U15x086oJAgAITJGa67454ffAoCxv/w==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.20.tgz", - "integrity": "sha512-VQ8Mf8upDCuf0uMTjX/Pdw3gvCZomkG43nuThUuzhK3YFwFmIDTqx0ZWSsYJkVGfll0WrXgIua+rKSP/n6NBWw==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.20", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.20", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.20.tgz", - "integrity": "sha512-ej06rfct0kalfJgIR8nTR7dF1mgfF83hkylrYas7IAElHfgw4zx99BUGa6VrnHZ1PkxdJBp5PgcO2FmmlOoaRQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.20", - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "7.18.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", - "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@ungap/structured-clone": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", - "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", - "dev": true, - "license": "ISC" - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/ast/-/ast-1.14.1.tgz", - "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/helper-numbers": "1.13.2", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.13.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", - "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.13.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", - "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", - "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.13.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", - "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.13.2", - "@webassemblyjs/helper-api-error": "1.13.2", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.13.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", - "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", - "dev": true, - "license": "MIT" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", - "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-buffer": "1.14.1", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/wasm-gen": "1.14.1" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.13.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", - "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.13.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", - "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.13.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", - "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", - "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-buffer": "1.14.1", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/helper-wasm-section": "1.14.1", - "@webassemblyjs/wasm-gen": "1.14.1", - "@webassemblyjs/wasm-opt": "1.14.1", - "@webassemblyjs/wasm-parser": "1.14.1", - "@webassemblyjs/wast-printer": "1.14.1" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", - "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/ieee754": "1.13.2", - "@webassemblyjs/leb128": "1.13.2", - "@webassemblyjs/utf8": "1.13.2" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", - "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-buffer": "1.14.1", - "@webassemblyjs/wasm-gen": "1.14.1", - "@webassemblyjs/wasm-parser": "1.14.1" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", - "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@webassemblyjs/helper-api-error": "1.13.2", - "@webassemblyjs/helper-wasm-bytecode": "1.13.2", - "@webassemblyjs/ieee754": "1.13.2", - "@webassemblyjs/leb128": "1.13.2", - "@webassemblyjs/utf8": "1.13.2" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", - "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.14.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/@yarnpkg/lockfile": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", - "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/@yarnpkg/parsers": { - "version": "3.0.0-rc.46", - "resolved": "https://repo.cdek.ru/repository/npm-public/@yarnpkg/parsers/-/parsers-3.0.0-rc.46.tgz", - "integrity": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "js-yaml": "^3.10.0", - "tslib": "^2.4.0" - }, - "engines": { - "node": ">=14.15.0" - } - }, - "node_modules/@yarnpkg/parsers/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "license": "MIT", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/@yarnpkg/parsers/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@yarnpkg/parsers/node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/@zkochan/js-yaml": { - "version": "0.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz", - "integrity": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@zxing/text-encoding": { - "version": "0.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/@zxing/text-encoding/-/text-encoding-0.9.0.tgz", - "integrity": "sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==", - "dev": true, - "license": "(Unlicense OR Apache-2.0)", - "optional": true - }, - "node_modules/abbrev": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/abbrev/-/abbrev-2.0.0.tgz", - "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "8.15.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/acorn/-/acorn-8.15.0.tgz", - "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", - "dev": true, - "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-import-attributes": { - "version": "1.9.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", - "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.3.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/acorn-walk/-/acorn-walk-8.3.4.tgz", - "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "acorn": "^8.11.0" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/adjust-sourcemap-loader": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", - "dev": true, - "license": "MIT", - "dependencies": { - "loader-utils": "^2.0.0", - "regex-parser": "^2.2.11" - }, - "engines": { - "node": ">=8.9" - } - }, - "node_modules/adjust-sourcemap-loader/node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/adler-32": { - "version": "1.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/adler-32/-/adler-32-1.3.1.tgz", - "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/agent-base": { - "version": "7.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/agent-base/-/agent-base-7.1.4.tgz", - "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 14" - } - }, - "node_modules/aggregate-error": { - "version": "4.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/aggregate-error/-/aggregate-error-4.0.1.tgz", - "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==", - "dev": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^4.0.0", - "indent-string": "^5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ajv": { - "version": "8.17.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv/-/ajv-8.17.1.tgz", - "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "fast-uri": "^3.0.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv-formats/-/ajv-formats-3.0.1.tgz", - "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/algoliasearch": { - "version": "5.37.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/algoliasearch/-/algoliasearch-5.37.0.tgz", - "integrity": "sha512-y7gau/ZOQDqoInTQp0IwTOjkrHc4Aq4R8JgpmCleFwiLl+PbN2DMWoDUWZnrK8AhNJwT++dn28Bt4NZYNLAmuA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@algolia/abtesting": "1.3.0", - "@algolia/client-abtesting": "5.37.0", - "@algolia/client-analytics": "5.37.0", - "@algolia/client-common": "5.37.0", - "@algolia/client-insights": "5.37.0", - "@algolia/client-personalization": "5.37.0", - "@algolia/client-query-suggestions": "5.37.0", - "@algolia/client-search": "5.37.0", - "@algolia/ingestion": "1.37.0", - "@algolia/monitoring": "1.37.0", - "@algolia/recommend": "5.37.0", - "@algolia/requester-browser-xhr": "5.37.0", - "@algolia/requester-fetch": "5.37.0", - "@algolia/requester-node-http": "5.37.0" - }, - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/ansi-colors": { - "version": "4.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-cyan": { - "version": "0.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-cyan/-/ansi-cyan-0.1.1.tgz", - "integrity": "sha512-eCjan3AVo/SxZ0/MyIYRtkpxIu/H3xZN7URr1vXVrISxeyz8fUFz0FJziamK4sS8I+t35y4rHg1b2PklyBe/7A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "dev": true, - "engines": [ - "node >= 0.8.0" - ], - "license": "Apache-2.0", - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-red": { - "version": "0.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-red/-/ansi-red-0.1.1.tgz", - "integrity": "sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-sequence-parser": { - "version": "1.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-sequence-parser/-/ansi-sequence-parser-1.1.3.tgz", - "integrity": "sha512-+fksAx9eG3Ab6LDnLs3ZqZa8KVJ/jYnX+D4Qe1azX+LFGFAXqynCQLOdLpNYN/l9e7l6hMWwZbrnctqr6eSQSw==", - "dev": true, - "license": "MIT" - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/ansi-wrap": { - "version": "0.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-wrap/-/ansi-wrap-0.1.0.tgz", - "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true, - "license": "MIT" - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "license": "ISC", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/anymatch/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/are-docs-informative": { - "version": "0.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/are-docs-informative/-/are-docs-informative-0.0.2.tgz", - "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true, - "license": "MIT" - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "license": "Python-2.0" - }, - "node_modules/aria-query": { - "version": "5.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/aria-query/-/aria-query-5.3.0.tgz", - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "dequal": "^2.0.3" - } - }, - "node_modules/arr-diff": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/arr-diff/-/arr-diff-1.1.0.tgz", - "integrity": "sha512-OQwDZUqYaQwyyhDJHThmzId8daf4/RFNLaeh3AevmSeZ5Y7ug4Ga/yKc6l6kTZOBW781rCj103ZuTh8GAsB3+Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "arr-flatten": "^1.0.1", - "array-slice": "^0.2.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-diff/node_modules/array-slice": { - "version": "0.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/array-slice/-/array-slice-0.2.3.tgz", - "integrity": "sha512-rlVfZW/1Ph2SNySXwR9QYkChp8EkOEiTMO5Vwx60usw04i4nWemkm9RXmQqgkQFaLHsqLuADvjp6IfgL9l2M8Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-union": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/arr-union/-/arr-union-2.1.0.tgz", - "integrity": "sha512-t5db90jq+qdgk8aFnxEkjqta0B/GHrM1pxzuuZz2zWsOXc5nKu3t+76s/PQBA8FTcM/ipspIH9jWG4OxCBc2eA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", - "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "is-array-buffer": "^3.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-each": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/array-each/-/array-each-1.0.1.tgz", - "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", - "dev": true, - "license": "MIT" - }, - "node_modules/array-includes": { - "version": "3.1.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/array-includes/-/array-includes-3.1.9.tgz", - "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.24.0", - "es-object-atoms": "^1.1.1", - "get-intrinsic": "^1.3.0", - "is-string": "^1.1.1", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-slice": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/array-slice/-/array-slice-1.1.0.tgz", - "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/array.prototype.findlastindex": { - "version": "1.2.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz", - "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "es-shim-unscopables": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flat": { - "version": "1.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz", - "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flatmap": { - "version": "1.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz", - "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", - "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.1", - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "is-array-buffer": "^3.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/assign-symbols": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/async": { - "version": "3.2.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/async/-/async-3.2.6.tgz", - "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", - "dev": true, - "license": "MIT" - }, - "node_modules/async-done": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/async-done/-/async-done-2.0.0.tgz", - "integrity": "sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==", - "dev": true, - "license": "MIT", - "dependencies": { - "end-of-stream": "^1.4.4", - "once": "^1.4.0", - "stream-exhaust": "^1.0.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/async-function": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/async-function/-/async-function-1.0.0.tgz", - "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/async-settle": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/async-settle/-/async-settle-2.0.0.tgz", - "integrity": "sha512-Obu/KE8FurfQRN6ODdHN9LuXqwC+JFIM9NRyZqJJ4ZfLJmIYN9Rg0/kb+wF70VV5+fJusTMQlJ1t5rF7J/ETdg==", - "dev": true, - "license": "MIT", - "dependencies": { - "async-done": "^2.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "dev": true, - "license": "(MIT OR Apache-2.0)", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/autoprefixer": { - "version": "10.4.21", - "resolved": "https://repo.cdek.ru/repository/npm-public/autoprefixer/-/autoprefixer-10.4.21.tgz", - "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "browserslist": "^4.24.4", - "caniuse-lite": "^1.0.30001702", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.1.1", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/axios": { - "version": "1.12.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/axios/-/axios-1.12.2.tgz", - "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/axobject-query": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/axobject-query/-/axobject-query-4.0.0.tgz", - "integrity": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "dequal": "^2.0.3" - } - }, - "node_modules/babel-loader": { - "version": "9.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/babel-loader/-/babel-loader-9.1.3.tgz", - "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "find-cache-dir": "^4.0.0", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 14.15.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0", - "webpack": ">=5" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz", - "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.27.7", - "@babel/helper-define-polyfill-provider": "^0.6.5", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.11.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz", - "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.3", - "core-js-compat": "^3.40.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz", - "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.5" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/bach": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/bach/-/bach-2.0.1.tgz", - "integrity": "sha512-A7bvGMGiTOxGMpNupYl9HQTf0FFDNF4VCmks4PJpFyN1AX2pdKuxuwdvUz2Hu388wcgp+OvGFNsumBfFNkR7eg==", - "dev": true, - "license": "MIT", - "dependencies": { - "async-done": "^2.0.0", - "async-settle": "^2.0.0", - "now-and-later": "^3.0.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/bare-events": { - "version": "2.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/bare-events/-/bare-events-2.7.0.tgz", - "integrity": "sha512-b3N5eTW1g7vXkw+0CXh/HazGTcO5KYuu/RCNaJbDMPI6LHDi+7qe8EmxKUVe1sUbY2KZOVZFyj62x0OEz9qyAA==", - "dev": true, - "license": "Apache-2.0", - "optional": true - }, - "node_modules/base64-arraybuffer": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz", - "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/base64id": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^4.5.0 || >= 5.9" - } - }, - "node_modules/baseline-browser-mapping": { - "version": "2.8.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/baseline-browser-mapping/-/baseline-browser-mapping-2.8.6.tgz", - "integrity": "sha512-wrH5NNqren/QMtKUEEJf7z86YjfqW/2uw3IL3/xpqZUC95SSVIFXYQeeGjL6FT/X68IROu6RMehZQS5foy2BXw==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "baseline-browser-mapping": "dist/cli.js" - } - }, - "node_modules/batch": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/batch/-/batch-0.6.1.tgz", - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", - "dev": true, - "license": "MIT" - }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "node_modules/block-stream2": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/block-stream2/-/block-stream2-2.1.0.tgz", - "integrity": "sha512-suhjmLI57Ewpmq00qaygS8UgEq2ly2PCItenIyhMqVjo4t4pGzqMvfgJuX8iWTeSDdfSSqS6j38fL4ToNL7Pfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "readable-stream": "^3.4.0" - } - }, - "node_modules/body-parser": { - "version": "1.20.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/body-parser/-/body-parser-1.20.3.tgz", - "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", - "dev": true, - "license": "MIT", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.5", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.13.0", - "raw-body": "2.5.2", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true, - "license": "MIT" - }, - "node_modules/bonjour-service": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/bonjour-service/-/bonjour-service-1.3.0.tgz", - "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.5" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", - "dev": true, - "license": "ISC" - }, - "node_modules/brace-expansion": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-2.0.2.tgz", - "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-or-node": { - "version": "2.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/browser-or-node/-/browser-or-node-2.1.1.tgz", - "integrity": "sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==", - "dev": true, - "license": "MIT" - }, - "node_modules/browserslist": { - "version": "4.26.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/browserslist/-/browserslist-4.26.2.tgz", - "integrity": "sha512-ECFzp6uFOSB+dcZ5BK/IBaGWssbSYBHvuMeMt3MMFyhI0Z8SqGgEkBLARgpRH3hutIgPVsALcMwbDrJqPxQ65A==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "baseline-browser-mapping": "^2.8.3", - "caniuse-lite": "^1.0.30001741", - "electron-to-chromium": "^1.5.218", - "node-releases": "^2.0.21", - "update-browserslist-db": "^1.1.3" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/btoa": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/btoa/-/btoa-1.2.1.tgz", - "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==", - "dev": true, - "license": "(MIT OR Apache-2.0)", - "bin": { - "btoa": "bin/btoa.js" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "node_modules/buffer-crc32": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/buffer-crc32/-/buffer-crc32-1.0.0.tgz", - "integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/bundle-name": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/bundle-name/-/bundle-name-4.1.0.tgz", - "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "run-applescript": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cacache": { - "version": "18.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/cacache/-/cacache-18.0.4.tgz", - "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "@npmcli/fs": "^3.1.0", - "fs-minipass": "^3.0.0", - "glob": "^10.2.2", - "lru-cache": "^10.0.1", - "minipass": "^7.0.3", - "minipass-collect": "^2.0.1", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "p-map": "^4.0.0", - "ssri": "^10.0.0", - "tar": "^6.1.11", - "unique-filename": "^3.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/cacache/node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cacache/node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/cacache/node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/cacache/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/cacache/node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/call-bind": { - "version": "1.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/call-bind/-/call-bind-1.0.8.tgz", - "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.0", - "es-define-property": "^1.0.0", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/call-bind-apply-helpers": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/call-bound": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/call-bound/-/call-bound-1.0.4.tgz", - "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "get-intrinsic": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001743", - "resolved": "https://repo.cdek.ru/repository/npm-public/caniuse-lite/-/caniuse-lite-1.0.30001743.tgz", - "integrity": "sha512-e6Ojr7RV14Un7dz6ASD0aZDmQPT/A+eZU+nuTNfjqmRrmkmQlnTNWH0SKmqagx9PeW87UVqapSurtAXifmtdmw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "CC-BY-4.0" - }, - "node_modules/canvg": { - "version": "3.0.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/canvg/-/canvg-3.0.11.tgz", - "integrity": "sha512-5ON+q7jCTgMp9cjpu4Jo6XbvfYwSB2Ow3kzHKfIyJfaCAOHLbdKPQqGKgfED/R5B+3TFFfe8pegYA+b423SRyA==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "@babel/runtime": "^7.12.5", - "@types/raf": "^3.4.0", - "core-js": "^3.8.3", - "raf": "^3.4.1", - "regenerator-runtime": "^0.13.7", - "rgbcolor": "^1.0.1", - "stackblur-canvas": "^2.0.0", - "svg-pathdata": "^6.0.3" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/canvg/node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/cfb": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/cfb/-/cfb-1.2.2.tgz", - "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "adler-32": "~1.3.0", - "crc-32": "~1.2.0" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chardet": { - "version": "0.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chardet/-/chardet-0.7.0.tgz", - "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", - "dev": true, - "license": "MIT" - }, - "node_modules/chart.js": { - "version": "4.4.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/chart.js/-/chart.js-4.4.2.tgz", - "integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@kurkle/color": "^0.3.0" - }, - "engines": { - "pnpm": ">=8" - } - }, - "node_modules/chokidar": { - "version": "4.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-4.0.3.tgz", - "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "readdirp": "^4.0.1" - }, - "engines": { - "node": ">= 14.16.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/chownr": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", - "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/clean-stack": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/clean-stack/-/clean-stack-4.2.0.tgz", - "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==", - "dev": true, - "license": "MIT", - "dependencies": { - "escape-string-regexp": "5.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/clean-stack/node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-cursor": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/cli-cursor/-/cli-cursor-5.0.0.tgz", - "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", - "dev": true, - "license": "MIT", - "dependencies": { - "restore-cursor": "^5.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-spinners": { - "version": "2.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-truncate": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/cli-truncate/-/cli-truncate-4.0.0.tgz", - "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", - "dev": true, - "license": "MIT", - "dependencies": { - "slice-ansi": "^5.0.0", - "string-width": "^7.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-truncate/node_modules/ansi-regex": { - "version": "6.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-regex/-/ansi-regex-6.2.2.tgz", - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/cli-truncate/node_modules/emoji-regex": { - "version": "10.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/emoji-regex/-/emoji-regex-10.5.0.tgz", - "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==", - "dev": true, - "license": "MIT" - }, - "node_modules/cli-truncate/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cli-truncate/node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/cli-width": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/cli-width/-/cli-width-4.1.0.tgz", - "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">= 12" - } - }, - "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/cliui/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/clone/-/clone-2.1.2.tgz", - "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/clone-buffer": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/clone-buffer/-/clone-buffer-1.0.0.tgz", - "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/clone-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "license": "MIT", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clone-stats": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==", - "dev": true, - "license": "MIT" - }, - "node_modules/cloneable-readable": { - "version": "1.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/cloneable-readable/-/cloneable-readable-1.1.3.tgz", - "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.1", - "process-nextick-args": "^2.0.0", - "readable-stream": "^2.3.5" - } - }, - "node_modules/cloneable-readable/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/cloneable-readable/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/cloneable-readable/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true, - "license": "MIT" - }, - "node_modules/cloneable-readable/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/codelyzer": { - "version": "0.0.28", - "resolved": "https://repo.cdek.ru/repository/npm-public/codelyzer/-/codelyzer-0.0.28.tgz", - "integrity": "sha512-DfrZrFWP4MnowANXJHUL0ZMhLqAEFLjC3lJofkHZM+QAczdOvlq8CmLrvqspCXmIdyotVD0xyjUWoPGOPo4lKA==", - "dev": true, - "license": "MIT", - "dependencies": { - "sprintf-js": "^1.0.3" - }, - "peerDependencies": { - "tslint": "^3.9.0" - } - }, - "node_modules/codepage": { - "version": "1.15.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/codepage/-/codepage-1.15.0.tgz", - "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/color": { - "version": "4.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/color/-/color-4.2.3.tgz", - "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1", - "color-string": "^1.9.0" - }, - "engines": { - "node": ">=12.5.0" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/color-string": { - "version": "1.9.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/color-string/-/color-string-1.9.1.tgz", - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" - } - }, - "node_modules/colorette": { - "version": "2.0.20", - "resolved": "https://repo.cdek.ru/repository/npm-public/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true, - "license": "MIT" - }, - "node_modules/colors": { - "version": "1.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", - "dev": true, - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "license": "MIT", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "12.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/commander/-/commander-12.1.0.tgz", - "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - } - }, - "node_modules/comment-parser": { - "version": "1.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/comment-parser/-/comment-parser-1.4.1.tgz", - "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12.0.0" - } - }, - "node_modules/common-path-prefix": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/common-path-prefix/-/common-path-prefix-3.0.0.tgz", - "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", - "dev": true, - "license": "ISC" - }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true, - "license": "MIT" - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://repo.cdek.ru/repository/npm-public/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dev": true, - "license": "MIT", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/compression/-/compression-1.8.1.tgz", - "integrity": "sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==", - "dev": true, - "license": "MIT", - "dependencies": { - "bytes": "3.1.2", - "compressible": "~2.0.18", - "debug": "2.6.9", - "negotiator": "~0.6.4", - "on-headers": "~1.1.0", - "safe-buffer": "5.2.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true, - "license": "MIT" - }, - "node_modules/compression/node_modules/negotiator": { - "version": "0.6.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/negotiator/-/negotiator-0.6.4.tgz", - "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, - "license": "MIT" - }, - "node_modules/concat-with-sourcemaps": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz", - "integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==", - "dev": true, - "license": "ISC", - "dependencies": { - "source-map": "^0.6.1" - } - }, - "node_modules/concat-with-sourcemaps/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/connect": { - "version": "3.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/connect-history-api-fallback": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/connect/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/connect/node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/connect/node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/connect/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true, - "license": "MIT" - }, - "node_modules/connect/node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", - "dev": true, - "license": "MIT", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/connect/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-type": { - "version": "1.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "dev": true, - "license": "MIT" - }, - "node_modules/cookie": { - "version": "0.7.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/cookie/-/cookie-0.7.1.tgz", - "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/copy-anything": { - "version": "2.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/copy-anything/-/copy-anything-2.0.6.tgz", - "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-what": "^3.14.1" - }, - "funding": { - "url": "https://github.com/sponsors/mesqueeb" - } - }, - "node_modules/copy-props": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/copy-props/-/copy-props-4.0.0.tgz", - "integrity": "sha512-bVWtw1wQLzzKiYROtvNlbJgxgBYt2bMJpkCbKmXM3xyijvcjjWXEk5nyrrT3bgJ7ODb19ZohE2T0Y3FgNPyoTw==", - "dev": true, - "license": "MIT", - "dependencies": { - "each-props": "^3.0.0", - "is-plain-object": "^5.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/copy-webpack-plugin": { - "version": "12.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz", - "integrity": "sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-glob": "^3.3.2", - "glob-parent": "^6.0.1", - "globby": "^14.0.0", - "normalize-path": "^3.0.0", - "schema-utils": "^4.2.0", - "serialize-javascript": "^6.0.2" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - } - }, - "node_modules/copy-webpack-plugin/node_modules/fast-glob": { - "version": "3.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-glob/-/fast-glob-3.3.3.tgz", - "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.8" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/copy-webpack-plugin/node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/copy-webpack-plugin/node_modules/globby": { - "version": "14.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/globby/-/globby-14.1.0.tgz", - "integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@sindresorhus/merge-streams": "^2.1.0", - "fast-glob": "^3.3.3", - "ignore": "^7.0.3", - "path-type": "^6.0.0", - "slash": "^5.1.0", - "unicorn-magic": "^0.3.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/copy-webpack-plugin/node_modules/ignore": { - "version": "7.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/ignore/-/ignore-7.0.5.tgz", - "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/copy-webpack-plugin/node_modules/path-type": { - "version": "6.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-type/-/path-type-6.0.0.tgz", - "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/copy-webpack-plugin/node_modules/slash": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/slash/-/slash-5.1.0.tgz", - "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/copyfiles": { - "version": "2.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/copyfiles/-/copyfiles-2.4.1.tgz", - "integrity": "sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==", - "dev": true, - "license": "MIT", - "dependencies": { - "glob": "^7.0.5", - "minimatch": "^3.0.3", - "mkdirp": "^1.0.4", - "noms": "0.0.0", - "through2": "^2.0.1", - "untildify": "^4.0.0", - "yargs": "^16.1.0" - }, - "bin": { - "copyfiles": "copyfiles", - "copyup": "copyfiles" - } - }, - "node_modules/copyfiles/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/copyfiles/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/copyfiles/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/copyfiles/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/copyfiles/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/copyfiles/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "license": "MIT", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/copyfiles/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/core-js": { - "version": "3.45.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/core-js/-/core-js-3.45.1.tgz", - "integrity": "sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat": { - "version": "3.45.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/core-js-compat/-/core-js-compat-3.45.1.tgz", - "integrity": "sha512-tqTt5T4PzsMIZ430XGviK4vzYSoeNJ6CXODi6c/voxOT6IZqBht5/EKaSNnYiEjjRYxjVz7DQIsOsY0XNi8PIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "browserslist": "^4.25.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dev": true, - "license": "MIT", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/cosmiconfig": { - "version": "9.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/cosmiconfig/-/cosmiconfig-9.0.0.tgz", - "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", - "dev": true, - "license": "MIT", - "dependencies": { - "env-paths": "^2.2.1", - "import-fresh": "^3.3.0", - "js-yaml": "^4.1.0", - "parse-json": "^5.2.0" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/d-fischer" - }, - "peerDependencies": { - "typescript": ">=4.9.5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/crc-32": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/crc-32/-/crc-32-1.2.2.tgz", - "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "crc32": "bin/crc32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/critters": { - "version": "0.0.24", - "resolved": "https://repo.cdek.ru/repository/npm-public/critters/-/critters-0.0.24.tgz", - "integrity": "sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==", - "deprecated": "Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "chalk": "^4.1.0", - "css-select": "^5.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.2", - "htmlparser2": "^8.0.2", - "postcss": "^8.4.23", - "postcss-media-query-parser": "^0.2.3" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/cross-spawn/-/cross-spawn-7.0.6.tgz", - "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/css-line-break": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/css-line-break/-/css-line-break-2.1.0.tgz", - "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "utrie": "^1.0.2" - } - }, - "node_modules/css-loader": { - "version": "7.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/css-loader/-/css-loader-7.1.2.tgz", - "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", - "dev": true, - "license": "MIT", - "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.33", - "postcss-modules-extract-imports": "^3.1.0", - "postcss-modules-local-by-default": "^4.0.5", - "postcss-modules-scope": "^3.2.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "webpack": "^5.27.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/css-select": { - "version": "5.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/css-select/-/css-select-5.2.2.tgz", - "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/css-what": { - "version": "6.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/css-what/-/css-what-6.2.2.tgz", - "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "license": "MIT", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "dev": true, - "license": "MIT" - }, - "node_modules/custom-event": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/custom-event/-/custom-event-1.0.1.tgz", - "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==", - "dev": true, - "license": "MIT" - }, - "node_modules/data-view-buffer": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/data-view-buffer/-/data-view-buffer-1.0.2.tgz", - "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/data-view-byte-length": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", - "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/inspect-js" - } - }, - "node_modules/data-view-byte-offset": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", - "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/date-format": { - "version": "4.0.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/date-format/-/date-format-4.0.14.tgz", - "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/debug": { - "version": "4.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-4.4.3.tgz", - "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decode-uri-component": { - "version": "0.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/decode-uri-component/-/decode-uri-component-0.2.2.tgz", - "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/default-browser": { - "version": "5.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/default-browser/-/default-browser-5.2.1.tgz", - "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", - "dev": true, - "license": "MIT", - "dependencies": { - "bundle-name": "^4.1.0", - "default-browser-id": "^5.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/default-browser-id": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/default-browser-id/-/default-browser-id-5.0.0.tgz", - "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/default-gateway": { - "version": "6.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "execa": "^5.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/defaults": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/defaults/-/defaults-1.0.4.tgz", - "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", - "dev": true, - "license": "MIT", - "dependencies": { - "clone": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/defaults/node_modules/clone": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/define-lazy-prop": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", - "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/del": { - "version": "7.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/del/-/del-7.1.0.tgz", - "integrity": "sha512-v2KyNk7efxhlyHpjEvfyxaAihKKK0nWCuf6ZtqZcFFpQRG0bJ12Qsr0RpvsICMjAAZ8DOVCxrlqpxISlMHC4Kg==", - "dev": true, - "license": "MIT", - "dependencies": { - "globby": "^13.1.2", - "graceful-fs": "^4.2.10", - "is-glob": "^4.0.3", - "is-path-cwd": "^3.0.0", - "is-path-inside": "^4.0.0", - "p-map": "^5.5.0", - "rimraf": "^3.0.2", - "slash": "^4.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/del/node_modules/globby": { - "version": "13.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/globby/-/globby-13.2.2.tgz", - "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", - "dev": true, - "license": "MIT", - "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.3.0", - "ignore": "^5.2.4", - "merge2": "^1.4.1", - "slash": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/dependency-graph": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/dependency-graph/-/dependency-graph-1.0.0.tgz", - "integrity": "sha512-cW3gggJ28HZ/LExwxP2B++aiKxhJXMSIt9K48FOXQkm+vuG5gyatXnLsONRJdzO/7VfjDIiaOOa/bs4l464Lwg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/detect-file": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/detect-file/-/detect-file-1.0.0.tgz", - "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/detect-libc": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/detect-libc/-/detect-libc-2.1.0.tgz", - "integrity": "sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", - "dev": true, - "license": "MIT" - }, - "node_modules/di": { - "version": "0.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/di/-/di-0.0.1.tgz", - "integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==", - "dev": true, - "license": "MIT" - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/diff-sequences": { - "version": "29.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true, - "license": "MIT" - }, - "node_modules/dns-packet": { - "version": "5.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/dns-packet/-/dns-packet-5.6.1.tgz", - "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@leichtgewicht/ip-codec": "^2.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/dom-serialize": { - "version": "2.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/dom-serialize/-/dom-serialize-2.2.1.tgz", - "integrity": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "custom-event": "~1.0.0", - "ent": "~2.2.0", - "extend": "^3.0.0", - "void-elements": "^2.0.0" - } - }, - "node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "dev": true, - "license": "MIT", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "license": "BSD-2-Clause" - }, - "node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/domino": { - "version": "2.1.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/domino/-/domino-2.1.6.tgz", - "integrity": "sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/dompurify": { - "version": "2.5.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/dompurify/-/dompurify-2.5.8.tgz", - "integrity": "sha512-o1vSNgrmYMQObbSSvF/1brBYEQPHhV1+gsmrusO7/GXtp1T9rCS8cXFqVxK/9crT1jA6Ccv+5MTSjBNqr7Sovw==", - "dev": true, - "license": "(MPL-2.0 OR Apache-2.0)", - "optional": true - }, - "node_modules/domutils": { - "version": "3.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/domutils/-/domutils-3.2.2.tgz", - "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/dotenv": { - "version": "16.4.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/dotenv/-/dotenv-16.4.7.tgz", - "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/dotenv-expand": { - "version": "11.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/dotenv-expand/-/dotenv-expand-11.0.7.tgz", - "integrity": "sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "dotenv": "^16.4.5" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/dunder-proto": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/dunder-proto/-/dunder-proto-1.0.1.tgz", - "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.1", - "es-errors": "^1.3.0", - "gopd": "^1.2.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/duplexer": { - "version": "0.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "dev": true, - "license": "MIT" - }, - "node_modules/each-props": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/each-props/-/each-props-3.0.0.tgz", - "integrity": "sha512-IYf1hpuWrdzse/s/YJOrFmU15lyhSzxelNVAHTEG3DtP4QsLTWZUzcUL3HMXmKQxXpa4EIrBPpwRgj0aehdvAw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-plain-object": "^5.0.0", - "object.defaults": "^1.1.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true, - "license": "MIT" - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", - "dev": true, - "license": "MIT" - }, - "node_modules/ejs": { - "version": "3.1.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/ejs/-/ejs-3.1.10.tgz", - "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "jake": "^10.8.5" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.5.222", - "resolved": "https://repo.cdek.ru/repository/npm-public/electron-to-chromium/-/electron-to-chromium-1.5.222.tgz", - "integrity": "sha512-gA7psSwSwQRE60CEoLz6JBCQPIxNeuzB2nL8vE03GK/OHxlvykbLyeiumQy1iH5C2f3YbRAZpGCMT12a/9ih9w==", - "dev": true, - "license": "ISC" - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/encodeurl": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/encodeurl/-/encodeurl-2.0.0.tgz", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/encoding/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/end-of-stream/-/end-of-stream-1.4.5.tgz", - "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", - "dev": true, - "license": "MIT", - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/engine.io": { - "version": "6.6.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/engine.io/-/engine.io-6.6.4.tgz", - "integrity": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.7.2", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.2.1", - "ws": "~8.17.1" - }, - "engines": { - "node": ">=10.2.0" - } - }, - "node_modules/engine.io-parser": { - "version": "5.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/engine.io-parser/-/engine.io-parser-5.2.3.tgz", - "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/engine.io/node_modules/cookie": { - "version": "0.7.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/cookie/-/cookie-0.7.2.tgz", - "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/engine.io/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/enhanced-resolve": { - "version": "5.18.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz", - "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/enquirer": { - "version": "2.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-colors": "^4.1.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/ent": { - "version": "2.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ent/-/ent-2.2.2.tgz", - "integrity": "sha512-kKvD1tO6BM+oK9HzCPpUdRb4vKFQY/FPTFmurMvh6LlN68VMrdj77w8yp51/kDbpkFOS9J8w5W6zIzgM2H8/hw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "punycode": "^1.4.1", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/env-paths": { - "version": "2.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/environment": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/environment/-/environment-1.1.0.tgz", - "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/err-code": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "dev": true, - "license": "MIT" - }, - "node_modules/errno": { - "version": "0.1.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/errno/-/errno-0.1.8.tgz", - "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "cli.js" - } - }, - "node_modules/error-ex": { - "version": "1.3.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/error-ex/-/error-ex-1.3.4.tgz", - "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.24.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-abstract/-/es-abstract-1.24.0.tgz", - "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.2", - "arraybuffer.prototype.slice": "^1.0.4", - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "data-view-buffer": "^1.0.2", - "data-view-byte-length": "^1.0.2", - "data-view-byte-offset": "^1.0.1", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "es-set-tostringtag": "^2.1.0", - "es-to-primitive": "^1.3.0", - "function.prototype.name": "^1.1.8", - "get-intrinsic": "^1.3.0", - "get-proto": "^1.0.1", - "get-symbol-description": "^1.1.0", - "globalthis": "^1.0.4", - "gopd": "^1.2.0", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "internal-slot": "^1.1.0", - "is-array-buffer": "^3.0.5", - "is-callable": "^1.2.7", - "is-data-view": "^1.0.2", - "is-negative-zero": "^2.0.3", - "is-regex": "^1.2.1", - "is-set": "^2.0.3", - "is-shared-array-buffer": "^1.0.4", - "is-string": "^1.1.1", - "is-typed-array": "^1.1.15", - "is-weakref": "^1.1.1", - "math-intrinsics": "^1.1.0", - "object-inspect": "^1.13.4", - "object-keys": "^1.1.1", - "object.assign": "^4.1.7", - "own-keys": "^1.0.1", - "regexp.prototype.flags": "^1.5.4", - "safe-array-concat": "^1.1.3", - "safe-push-apply": "^1.0.0", - "safe-regex-test": "^1.1.0", - "set-proto": "^1.0.0", - "stop-iteration-iterator": "^1.1.0", - "string.prototype.trim": "^1.2.10", - "string.prototype.trimend": "^1.0.9", - "string.prototype.trimstart": "^1.0.8", - "typed-array-buffer": "^1.0.3", - "typed-array-byte-length": "^1.0.3", - "typed-array-byte-offset": "^1.0.4", - "typed-array-length": "^1.0.7", - "unbox-primitive": "^1.1.0", - "which-typed-array": "^1.1.19" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-define-property": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-define-property/-/es-define-property-1.0.1.tgz", - "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-module-lexer": { - "version": "1.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-module-lexer/-/es-module-lexer-1.7.0.tgz", - "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==", - "dev": true, - "license": "MIT" - }, - "node_modules/es-object-atoms": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-shim-unscopables": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz", - "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-to-primitive": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/es-to-primitive/-/es-to-primitive-1.3.0.tgz", - "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7", - "is-date-object": "^1.0.5", - "is-symbol": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/esbuild": { - "version": "0.23.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/esbuild/-/esbuild-0.23.1.tgz", - "integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.23.1", - "@esbuild/android-arm": "0.23.1", - "@esbuild/android-arm64": "0.23.1", - "@esbuild/android-x64": "0.23.1", - "@esbuild/darwin-arm64": "0.23.1", - "@esbuild/darwin-x64": "0.23.1", - "@esbuild/freebsd-arm64": "0.23.1", - "@esbuild/freebsd-x64": "0.23.1", - "@esbuild/linux-arm": "0.23.1", - "@esbuild/linux-arm64": "0.23.1", - "@esbuild/linux-ia32": "0.23.1", - "@esbuild/linux-loong64": "0.23.1", - "@esbuild/linux-mips64el": "0.23.1", - "@esbuild/linux-ppc64": "0.23.1", - "@esbuild/linux-riscv64": "0.23.1", - "@esbuild/linux-s390x": "0.23.1", - "@esbuild/linux-x64": "0.23.1", - "@esbuild/netbsd-x64": "0.23.1", - "@esbuild/openbsd-arm64": "0.23.1", - "@esbuild/openbsd-x64": "0.23.1", - "@esbuild/sunos-x64": "0.23.1", - "@esbuild/win32-arm64": "0.23.1", - "@esbuild/win32-ia32": "0.23.1", - "@esbuild/win32-x64": "0.23.1" - } - }, - "node_modules/esbuild-wasm": { - "version": "0.23.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/esbuild-wasm/-/esbuild-wasm-0.23.0.tgz", - "integrity": "sha512-6jP8UmWy6R6TUUV8bMuC3ZyZ6lZKI56x0tkxyCIqWwRRJ/DgeQKneh/Oid5EoGoPFLrGNkz47ZEtWAYuiY/u9g==", - "dev": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", - "dev": true, - "license": "MIT" - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "8.57.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint/-/eslint-8.57.1.tgz", - "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", - "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.1", - "@humanwhocodes/config-array": "^0.13.0", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-config-prettier": { - "version": "9.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz", - "integrity": "sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==", - "dev": true, - "license": "MIT", - "bin": { - "eslint-config-prettier": "bin/cli.js" - }, - "peerDependencies": { - "eslint": ">=7.0.0" - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", - "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^3.2.7", - "is-core-module": "^2.13.0", - "resolve": "^1.22.4" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-module-utils": { - "version": "2.12.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz", - "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^3.2.7" - }, - "engines": { - "node": ">=4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.32.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz", - "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rtsao/scc": "^1.1.0", - "array-includes": "^3.1.9", - "array.prototype.findlastindex": "^1.2.6", - "array.prototype.flat": "^1.3.3", - "array.prototype.flatmap": "^1.3.3", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.12.1", - "hasown": "^2.0.2", - "is-core-module": "^2.16.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.8", - "object.groupby": "^1.0.3", - "object.values": "^1.2.1", - "semver": "^6.3.1", - "string.prototype.trimend": "^1.0.9", - "tsconfig-paths": "^3.15.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" - } - }, - "node_modules/eslint-plugin-import/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/eslint-plugin-import/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-jsdoc": { - "version": "59.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-59.0.2.tgz", - "integrity": "sha512-VZuXTN0RCt70SMa0vVoyX0kq9c6j/A9c3u66U3jsSC5juabbXSILK6pfmJMSItIPnOMYQbVFSpo22Mzpsm36bw==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@es-joy/jsdoccomment": "~0.58.0", - "are-docs-informative": "^0.0.2", - "comment-parser": "1.4.1", - "debug": "^4.4.3", - "escape-string-regexp": "^4.0.0", - "espree": "^10.4.0", - "esquery": "^1.6.0", - "object-deep-merge": "^1.0.5", - "parse-imports-exports": "^0.2.4", - "semver": "^7.7.2", - "spdx-expression-parse": "^4.0.0" - }, - "engines": { - "node": ">=20.11.0" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" - } - }, - "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-plugin-jsdoc/node_modules/espree": { - "version": "10.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/espree/-/espree-10.4.0.tgz", - "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.15.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-plugin-jsdoc/node_modules/semver": { - "version": "7.7.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/eslint-plugin-prefer-arrow": { - "version": "1.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz", - "integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "eslint": ">=2.0.0" - } - }, - "node_modules/eslint-scope": { - "version": "8.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-scope/-/eslint-scope-8.4.0.tgz", - "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/eslint/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true, - "license": "MIT" - }, - "node_modules/eslint/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/espree": { - "version": "9.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.9.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "license": "BSD-2-Clause", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esquery": { - "version": "1.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/esquery/-/esquery-1.6.0.tgz", - "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true, - "license": "MIT" - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", - "dev": true, - "license": "MIT" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dev": true, - "license": "MIT", - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/execa/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/execa/node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/expand-tilde": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/expand-tilde/-/expand-tilde-2.0.2.tgz", - "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", - "dev": true, - "license": "MIT", - "dependencies": { - "homedir-polyfill": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expect": { - "version": "29.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/expect-utils": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/exponential-backoff": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/exponential-backoff/-/exponential-backoff-3.1.2.tgz", - "integrity": "sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/express": { - "version": "4.21.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/express/-/express-4.21.2.tgz", - "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.3", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.7.1", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.3.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.3", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.12", - "proxy-addr": "~2.0.7", - "qs": "6.13.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.19.0", - "serve-static": "1.16.2", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/express" - } - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true, - "license": "MIT" - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true, - "license": "MIT" - }, - "node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/external-editor": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/external-editor/-/external-editor-3.1.0.tgz", - "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", - "dev": true, - "license": "MIT", - "dependencies": { - "chardet": "^0.7.0", - "iconv-lite": "^0.4.24", - "tmp": "^0.0.33" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/external-editor/node_modules/tmp": { - "version": "0.0.33", - "resolved": "https://repo.cdek.ru/repository/npm-public/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "dev": true, - "license": "MIT", - "dependencies": { - "os-tmpdir": "~1.0.2" - }, - "engines": { - "node": ">=0.6.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-diff": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-diff/-/fast-diff-1.3.0.tgz", - "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/fast-fifo": { - "version": "1.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-fifo/-/fast-fifo-1.3.2.tgz", - "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true, - "license": "MIT" - }, - "node_modules/fast-uri": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-uri/-/fast-uri-3.1.0.tgz", - "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "BSD-3-Clause" - }, - "node_modules/fast-xml-parser": { - "version": "4.5.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", - "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - } - ], - "license": "MIT", - "dependencies": { - "strnum": "^1.1.1" - }, - "bin": { - "fxparser": "src/cli/cli.js" - } - }, - "node_modules/fastest-levenshtein": { - "version": "1.0.16", - "resolved": "https://repo.cdek.ru/repository/npm-public/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4.9.1" - } - }, - "node_modules/fastq": { - "version": "1.19.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/fastq/-/fastq-1.19.1.tgz", - "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/fdir": { - "version": "6.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fdir/-/fdir-6.5.0.tgz", - "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/fflate": { - "version": "0.8.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/fflate/-/fflate-0.8.2.tgz", - "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", - "dev": true, - "license": "MIT" - }, - "node_modules/figures": { - "version": "3.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, - "license": "MIT", - "dependencies": { - "escape-string-regexp": "^1.0.5" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "license": "MIT", - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/file-saver": { - "version": "2.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/file-saver/-/file-saver-2.0.5.tgz", - "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==", - "dev": true, - "license": "MIT" - }, - "node_modules/filelist": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "minimatch": "^5.0.1" - } - }, - "node_modules/filelist/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "license": "MIT", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/filter-obj": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/finalhandler": { - "version": "1.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/finalhandler/-/finalhandler-1.3.1.tgz", - "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true, - "license": "MIT" - }, - "node_modules/find-cache-dir": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/find-cache-dir/-/find-cache-dir-4.0.0.tgz", - "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", - "dev": true, - "license": "MIT", - "dependencies": { - "common-path-prefix": "^3.0.0", - "pkg-dir": "^7.0.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/findup-sync": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/findup-sync/-/findup-sync-5.0.0.tgz", - "integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "detect-file": "^1.0.0", - "is-glob": "^4.0.3", - "micromatch": "^4.0.4", - "resolve-dir": "^1.0.1" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/fined": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fined/-/fined-2.0.0.tgz", - "integrity": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==", - "dev": true, - "license": "MIT", - "dependencies": { - "expand-tilde": "^2.0.2", - "is-plain-object": "^5.0.0", - "object.defaults": "^1.1.0", - "object.pick": "^1.3.0", - "parse-filepath": "^1.0.2" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/flagged-respawn": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/flagged-respawn/-/flagged-respawn-2.0.0.tgz", - "integrity": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/flat": { - "version": "5.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "dev": true, - "license": "BSD-3-Clause", - "bin": { - "flat": "cli.js" - } - }, - "node_modules/flat-cache": { - "version": "3.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/flatted/-/flatted-3.3.3.tgz", - "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==", - "dev": true, - "license": "ISC" - }, - "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "license": "MIT", - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/for-each": { - "version": "0.3.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/for-each/-/for-each-0.3.5.tgz", - "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/for-in": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/for-own": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/for-own/-/for-own-1.0.0.tgz", - "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", - "dev": true, - "license": "MIT", - "dependencies": { - "for-in": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/foreground-child": { - "version": "3.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/foreground-child/-/foreground-child-3.3.1.tgz", - "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", - "dev": true, - "license": "ISC", - "dependencies": { - "cross-spawn": "^7.0.6", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/form-data": { - "version": "4.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/form-data/-/form-data-4.0.4.tgz", - "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", - "dev": true, - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "es-set-tostringtag": "^2.1.0", - "hasown": "^2.0.2", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/frac": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/frac/-/frac-1.1.2.tgz", - "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", - "dev": true, - "license": "MIT", - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://github.com/sponsors/rawify" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/front-matter": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/front-matter/-/front-matter-4.0.2.tgz", - "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", - "dev": true, - "license": "MIT", - "dependencies": { - "js-yaml": "^3.13.1" - } - }, - "node_modules/front-matter/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "license": "MIT", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/front-matter/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/front-matter/node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/fs-constants": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", - "dev": true, - "license": "MIT" - }, - "node_modules/fs-extra": { - "version": "11.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/fs-extra/-/fs-extra-11.3.2.tgz", - "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=14.14" - } - }, - "node_modules/fs-minipass": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/fs-minipass/-/fs-minipass-3.0.3.tgz", - "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^7.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/fs-mkdirp-stream": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/fs-mkdirp-stream/-/fs-mkdirp-stream-2.0.1.tgz", - "integrity": "sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.8", - "streamx": "^2.12.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true, - "license": "ISC" - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/function.prototype.name": { - "version": "1.1.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/function.prototype.name/-/function.prototype.name-1.1.8.tgz", - "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "functions-have-names": "^1.2.3", - "hasown": "^2.0.2", - "is-callable": "^1.2.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "license": "ISC", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-east-asian-width": { - "version": "1.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", - "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-intrinsic": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind-apply-helpers": "^1.0.2", - "es-define-property": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.1.1", - "function-bind": "^1.1.2", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-symbols": "^1.1.0", - "hasown": "^2.0.2", - "math-intrinsics": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-proto": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/get-proto/-/get-proto-1.0.1.tgz", - "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-symbol-description": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/get-symbol-description/-/get-symbol-description-1.1.0.tgz", - "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/glob": { - "version": "10.4.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", - "dev": true, - "license": "ISC", - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/glob-stream": { - "version": "8.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-stream/-/glob-stream-8.0.3.tgz", - "integrity": "sha512-fqZVj22LtFJkHODT+M4N1RJQ3TjnnQhfE9GwZI8qXscYarnhpip70poMldRnP8ipQ/w0B621kOhfc53/J9bd/A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@gulpjs/to-absolute-glob": "^4.0.0", - "anymatch": "^3.1.3", - "fastq": "^1.13.0", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "is-negated-glob": "^1.0.0", - "normalize-path": "^3.0.0", - "streamx": "^2.12.5" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/glob-to-regex.js": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-to-regex.js/-/glob-to-regex.js-1.0.1.tgz", - "integrity": "sha512-CG/iEvgQqfzoVsMUbxSJcwbG2JwyZ3naEqPkeltwl0BSS8Bp83k3xlGms+0QdWFUAwV+uvo80wNswKF6FWEkKg==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/glob-watcher": { - "version": "6.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-watcher/-/glob-watcher-6.0.0.tgz", - "integrity": "sha512-wGM28Ehmcnk2NqRORXFOTOR064L4imSw3EeOqU5bIwUf62eXGwg89WivH6VMahL8zlQHeodzvHpXplrqzrz3Nw==", - "dev": true, - "license": "MIT", - "dependencies": { - "async-done": "^2.0.0", - "chokidar": "^3.5.3" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/glob-watcher/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/glob-watcher/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/glob-watcher/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/glob-watcher/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/glob/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/global-modules": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/global-modules/-/global-modules-1.0.0.tgz", - "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", - "dev": true, - "license": "MIT", - "dependencies": { - "global-prefix": "^1.0.1", - "is-windows": "^1.0.1", - "resolve-dir": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/global-prefix": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/global-prefix/-/global-prefix-1.0.2.tgz", - "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", - "dev": true, - "license": "MIT", - "dependencies": { - "expand-tilde": "^2.0.2", - "homedir-polyfill": "^1.0.1", - "ini": "^1.3.4", - "is-windows": "^1.0.1", - "which": "^1.2.14" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/global-prefix/node_modules/ini": { - "version": "1.3.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true, - "license": "ISC" - }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/globals": { - "version": "13.24.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globals/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globalthis": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.2.1", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globby/node_modules/slash": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/glogg": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/glogg/-/glogg-2.2.0.tgz", - "integrity": "sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==", - "dev": true, - "license": "MIT", - "dependencies": { - "sparkles": "^2.1.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/gopd": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/gopd/-/gopd-1.2.0.tgz", - "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/graphemer": { - "version": "1.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true, - "license": "MIT" - }, - "node_modules/gulp": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulp/-/gulp-5.0.1.tgz", - "integrity": "sha512-PErok3DZSA5WGMd6XXV3IRNO0mlB+wW3OzhFJLEec1jSERg2j1bxJ6e5Fh6N6fn3FH2T9AP4UYNb/pYlADB9sA==", - "dev": true, - "license": "MIT", - "dependencies": { - "glob-watcher": "^6.0.0", - "gulp-cli": "^3.1.0", - "undertaker": "^2.0.0", - "vinyl-fs": "^4.0.2" - }, - "bin": { - "gulp": "bin/gulp.js" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/gulp-cli": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulp-cli/-/gulp-cli-3.1.0.tgz", - "integrity": "sha512-zZzwlmEsTfXcxRKiCHsdyjZZnFvXWM4v1NqBJSYbuApkvVKivjcmOS2qruAJ+PkEHLFavcDKH40DPc1+t12a9Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@gulpjs/messages": "^1.1.0", - "chalk": "^4.1.2", - "copy-props": "^4.0.0", - "gulplog": "^2.2.0", - "interpret": "^3.1.1", - "liftoff": "^5.0.1", - "mute-stdout": "^2.0.0", - "replace-homedir": "^2.0.0", - "semver-greatest-satisfied-range": "^2.0.0", - "string-width": "^4.2.3", - "v8flags": "^4.0.0", - "yargs": "^16.2.0" - }, - "bin": { - "gulp": "bin/gulp.js" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/gulp-cli/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/gulp-cli/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/gulp-cli/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "license": "MIT", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/gulp-cli/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/gulp-concat": { - "version": "2.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulp-concat/-/gulp-concat-2.6.1.tgz", - "integrity": "sha512-a2scActrQrDBpBbR3WUZGyGS1JEPLg5PZJdIa7/Bi3GuKAmPYDK6SFhy/NZq5R8KsKKFvtfR0fakbUCcKGCCjg==", - "dev": true, - "license": "MIT", - "dependencies": { - "concat-with-sourcemaps": "^1.0.0", - "through2": "^2.0.0", - "vinyl": "^2.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/gulp-flatten": { - "version": "0.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulp-flatten/-/gulp-flatten-0.4.0.tgz", - "integrity": "sha512-eg4spVTAiv1xXmugyaCxWne1oPtNG0UHEtABx5W8ScLiqAYceyYm6GYA36x0Qh8KOIXmAZV97L2aYGnKREG3Sg==", - "dev": true, - "license": "MIT", - "dependencies": { - "plugin-error": "^0.1.2", - "through2": "^2.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/gulp-rename": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulp-rename/-/gulp-rename-2.1.0.tgz", - "integrity": "sha512-dGuzuH8jQGqCMqC544IEPhs5+O2l+IkdoSZsgd4kY97M1CxQeI3qrmweQBIrxLBbjbe/8uEWK8HHcNBc3OCy4g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/gulp-uglify": { - "version": "3.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulp-uglify/-/gulp-uglify-3.0.2.tgz", - "integrity": "sha512-gk1dhB74AkV2kzqPMQBLA3jPoIAPd/nlNzP2XMDSG8XZrqnlCiDGAqC+rZOumzFvB5zOphlFh6yr3lgcAb/OOg==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-each": "^1.0.1", - "extend-shallow": "^3.0.2", - "gulplog": "^1.0.0", - "has-gulplog": "^0.1.0", - "isobject": "^3.0.1", - "make-error-cause": "^1.1.1", - "safe-buffer": "^5.1.2", - "through2": "^2.0.0", - "uglify-js": "^3.0.5", - "vinyl-sourcemaps-apply": "^0.2.0" - } - }, - "node_modules/gulp-uglify/node_modules/glogg": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glogg/-/glogg-1.0.2.tgz", - "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "sparkles": "^1.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/gulp-uglify/node_modules/gulplog": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulplog/-/gulplog-1.0.0.tgz", - "integrity": "sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==", - "dev": true, - "license": "MIT", - "dependencies": { - "glogg": "^1.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/gulp-uglify/node_modules/sparkles": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/sparkles/-/sparkles-1.0.1.tgz", - "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/gulp-uglifycss": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulp-uglifycss/-/gulp-uglifycss-1.1.0.tgz", - "integrity": "sha512-O2VDBPdS16SO3BPSCsHDnsvdCx1B/WgH2qvJaUOD+r1d8v87UjeqEtfmqR2eJ171D0F4shw8/oW5ezA6pqVXEQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "plugin-error": "^1.0.1", - "through2": "^2.0.3", - "uglifycss": "^0.0.25", - "vinyl": "^2.1.0" - } - }, - "node_modules/gulp-uglifycss/node_modules/ansi-colors": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-colors/-/ansi-colors-1.1.0.tgz", - "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-wrap": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gulp-uglifycss/node_modules/arr-diff": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gulp-uglifycss/node_modules/arr-union": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/gulp-uglifycss/node_modules/plugin-error": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/plugin-error/-/plugin-error-1.0.1.tgz", - "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-colors": "^1.0.1", - "arr-diff": "^4.0.0", - "arr-union": "^3.1.0", - "extend-shallow": "^3.0.2" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/gulplog": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/gulplog/-/gulplog-2.2.0.tgz", - "integrity": "sha512-V2FaKiOhpR3DRXZuYdRLn/qiY0yI5XmqbTKrYbdemJ+xOh2d2MOweI/XFgMzd/9+1twdvMwllnZbWZNJ+BOm4A==", - "dev": true, - "license": "MIT", - "dependencies": { - "glogg": "^2.2.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/handle-thing": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", - "dev": true, - "license": "MIT" - }, - "node_modules/has-bigints": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/has-bigints/-/has-bigints-1.1.0.tgz", - "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-gulplog": { - "version": "0.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/has-gulplog/-/has-gulplog-0.1.0.tgz", - "integrity": "sha512-+F4GzLjwHNNDEAJW2DC1xXfEoPkRDmUdJ7CBYw4MpqtDwOnqdImJl7GWlpqx+Wko6//J8uKTnIe4wZSv7yCqmw==", - "dev": true, - "license": "MIT", - "dependencies": { - "sparkles": "^1.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/has-gulplog/node_modules/sparkles": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/sparkles/-/sparkles-1.0.1.tgz", - "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/has-proto/-/has-proto-1.2.0.tgz", - "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/has-symbols/-/has-symbols-1.1.0.tgz", - "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/homedir-polyfill": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", - "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "parse-passwd": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hosted-git-info": { - "version": "7.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/hosted-git-info/-/hosted-git-info-7.0.2.tgz", - "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", - "dev": true, - "license": "ISC", - "dependencies": { - "lru-cache": "^10.0.1" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/hpack.js": { - "version": "2.1.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } - }, - "node_modules/hpack.js/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/hpack.js/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/hpack.js/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true, - "license": "MIT" - }, - "node_modules/hpack.js/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/html-entities": { - "version": "2.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/html-entities/-/html-entities-2.6.0.tgz", - "integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/mdevils" - }, - { - "type": "patreon", - "url": "https://patreon.com/mdevils" - } - ], - "license": "MIT" - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true, - "license": "MIT" - }, - "node_modules/html2canvas": { - "version": "1.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/html2canvas/-/html2canvas-1.4.1.tgz", - "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "css-line-break": "^2.1.0", - "text-segmentation": "^1.0.3" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/htmlparser2": { - "version": "8.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", - "dev": true, - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "license": "MIT", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "entities": "^4.4.0" - } - }, - "node_modules/http-cache-semantics": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", - "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", - "dev": true, - "license": "BSD-2-Clause" - }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", - "dev": true, - "license": "MIT" - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-parser-js": { - "version": "0.5.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-parser-js/-/http-parser-js-0.5.10.tgz", - "integrity": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==", - "dev": true, - "license": "MIT" - }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/http-proxy-agent": { - "version": "7.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", - "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", - "dev": true, - "license": "MIT", - "dependencies": { - "agent-base": "^7.1.0", - "debug": "^4.3.4" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/http-proxy-middleware": { - "version": "3.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-proxy-middleware/-/http-proxy-middleware-3.0.5.tgz", - "integrity": "sha512-GLZZm1X38BPY4lkXA01jhwxvDoOkkXqjgVyUzVxiEK4iuRu03PZoYHhHRwxnfhQMDuaxi3vVri0YgSro/1oWqg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/http-proxy": "^1.17.15", - "debug": "^4.3.6", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.3", - "is-plain-object": "^5.0.0", - "micromatch": "^4.0.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/https-proxy-agent": { - "version": "7.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", - "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", - "dev": true, - "license": "MIT", - "dependencies": { - "agent-base": "^7.0.2", - "debug": "4" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=10.17.0" - } - }, - "node_modules/hyperdyperid": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/hyperdyperid/-/hyperdyperid-1.2.0.tgz", - "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.18" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://repo.cdek.ru/repository/npm-public/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/icss-utils": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "BSD-3-Clause" - }, - "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/ignore-walk": { - "version": "6.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/ignore-walk/-/ignore-walk-6.0.5.tgz", - "integrity": "sha512-VuuG0wCnjhnylG1ABXT3dAuIpTNDs/G8jlpmwXY03fXoXy/8ZK8/T+hMzt8L4WnrLCJgdybqgPagnF/f97cg3A==", - "dev": true, - "license": "ISC", - "dependencies": { - "minimatch": "^9.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/image-size": { - "version": "0.5.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", - "dev": true, - "license": "MIT", - "optional": true, - "bin": { - "image-size": "bin/image-size.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/immutable": { - "version": "4.3.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/immutable/-/immutable-4.3.7.tgz", - "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", - "dev": true, - "license": "MIT" - }, - "node_modules/import-fresh": { - "version": "3.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/import-fresh/-/import-fresh-3.3.1.tgz", - "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dev": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/ini": { - "version": "4.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ini/-/ini-4.1.3.tgz", - "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/injection-js": { - "version": "2.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/injection-js/-/injection-js-2.5.0.tgz", - "integrity": "sha512-UpY2ONt4xbht4GhSqQ2zMJ1rBIQq4uOY+DlR6aOeYyqK7xadXt7UQbJIyxmgk288bPMkIZKjViieHm0O0i72Jw==", - "dev": true, - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - } - }, - "node_modules/internal-slot": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/internal-slot/-/internal-slot-1.1.0.tgz", - "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.2", - "side-channel": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/interpret": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/interpret/-/interpret-3.1.1.tgz", - "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/ip-address": { - "version": "10.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ip-address/-/ip-address-10.0.1.tgz", - "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12" - } - }, - "node_modules/ipaddr.js": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ipaddr.js/-/ipaddr.js-2.2.0.tgz", - "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/is-absolute": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-absolute/-/is-absolute-1.0.0.tgz", - "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-relative": "^1.0.0", - "is-windows": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-arguments": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-arguments/-/is-arguments-1.2.0.tgz", - "integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-array-buffer/-/is-array-buffer-3.0.5.tgz", - "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true, - "license": "MIT" - }, - "node_modules/is-async-function": { - "version": "2.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-async-function/-/is-async-function-2.1.1.tgz", - "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "async-function": "^1.0.0", - "call-bound": "^1.0.3", - "get-proto": "^1.0.1", - "has-tostringtag": "^1.0.2", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-bigint": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-bigint/-/is-bigint-1.1.0.tgz", - "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-bigints": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-boolean-object": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-boolean-object/-/is-boolean-object-1.2.2.tgz", - "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.16.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-core-module/-/is-core-module-2.16.1.tgz", - "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", - "dev": true, - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-data-view": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-data-view/-/is-data-view-1.0.2.tgz", - "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "get-intrinsic": "^1.2.6", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-date-object": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-date-object/-/is-date-object-1.1.0.tgz", - "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-docker": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-docker/-/is-docker-3.0.0.tgz", - "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", - "dev": true, - "license": "MIT", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extendable/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "license": "MIT", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finalizationregistry": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", - "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", - "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-generator-function": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-generator-function/-/is-generator-function-1.1.0.tgz", - "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "get-proto": "^1.0.0", - "has-tostringtag": "^1.0.2", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-inside-container": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-inside-container/-/is-inside-container-1.0.0.tgz", - "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-docker": "^3.0.0" - }, - "bin": { - "is-inside-container": "cli.js" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-interactive": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-lambda": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/is-map": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-map/-/is-map-2.0.3.tgz", - "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-module": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", - "dev": true, - "license": "MIT" - }, - "node_modules/is-negated-glob": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-negated-glob/-/is-negated-glob-1.0.0.tgz", - "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-network-error": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-network-error/-/is-network-error-1.3.0.tgz", - "integrity": "sha512-6oIwpsgRfnDiyEDLMay/GqCl3HoAtH5+RUKW29gYkL0QA+ipzpDLA16yQs7/RHCSu+BwgbJaOUqa4A99qNVQVw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-number-object/-/is-number-object-1.1.1.tgz", - "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-path-cwd": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-path-cwd/-/is-path-cwd-3.0.0.tgz", - "integrity": "sha512-kyiNFFLU0Ampr6SDZitD/DwUo4Zs1nSdnygUBqsu3LooL00Qvb5j+UnvApUn/TTj1J3OuE6BTdQ5rudKmU2ZaA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-path-inside": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-path-inside/-/is-path-inside-4.0.0.tgz", - "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-plain-obj": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-regex": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-regex/-/is-regex-1.2.1.tgz", - "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "gopd": "^1.2.0", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-relative": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-relative/-/is-relative-1.0.0.tgz", - "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-unc-path": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-set": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-set/-/is-set-2.0.3.tgz", - "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", - "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-string": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-string/-/is-string-1.1.1.tgz", - "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-symbol/-/is-symbol-1.1.1.tgz", - "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "has-symbols": "^1.1.0", - "safe-regex-test": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typed-array": { - "version": "1.1.15", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-typed-array/-/is-typed-array-1.1.15.tgz", - "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-unc-path": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-unc-path/-/is-unc-path-1.0.0.tgz", - "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "unc-path-regex": "^0.1.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-valid-glob": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-valid-glob/-/is-valid-glob-1.0.0.tgz", - "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-weakmap": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-weakmap/-/is-weakmap-2.0.2.tgz", - "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-weakref/-/is-weakref-1.1.1.tgz", - "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-weakset/-/is-weakset-2.0.4.tgz", - "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "get-intrinsic": "^1.2.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-what": { - "version": "3.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-what/-/is-what-3.14.1.tgz", - "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", - "dev": true, - "license": "MIT" - }, - "node_modules/is-windows": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-wsl": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-wsl/-/is-wsl-3.1.0.tgz", - "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-inside-container": "^1.0.0" - }, - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true, - "license": "MIT" - }, - "node_modules/isbinaryfile": { - "version": "4.0.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/isbinaryfile/-/isbinaryfile-4.0.10.tgz", - "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/gjtorikian/" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true, - "license": "ISC" - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument": { - "version": "6.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", - "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@babel/core": "^7.23.9", - "@babel/parser": "^7.23.9", - "@istanbuljs/schema": "^0.1.3", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-report": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^4.0.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-source-maps/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-reports": { - "version": "3.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/istanbul-reports/-/istanbul-reports-3.2.0.tgz", - "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jackspeak": { - "version": "3.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/jake": { - "version": "10.9.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/jake/-/jake-10.9.4.tgz", - "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "async": "^3.2.6", - "filelist": "^1.0.4", - "picocolors": "^1.1.1" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jasmine-core": { - "version": "4.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/jasmine-core/-/jasmine-core-4.6.1.tgz", - "integrity": "sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/jest-diff": { - "version": "29.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jest-diff/-/jest-diff-29.7.0.tgz", - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^29.6.3", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-get-type": { - "version": "29.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/jest-get-type/-/jest-get-type-29.6.3.tgz", - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-matcher-utils": { - "version": "29.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^29.7.0", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-message-util": { - "version": "29.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jest-message-util/-/jest-message-util-29.7.0.tgz", - "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.6.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-message-util/node_modules/slash": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-util": { - "version": "29.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-util/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/jiti": { - "version": "1.21.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/jiti/-/jiti-1.21.7.tgz", - "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "dev": true, - "license": "MIT", - "bin": { - "jiti": "bin/jiti.js" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsdoc-type-pratt-parser": { - "version": "5.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-5.4.0.tgz", - "integrity": "sha512-F9GQ+F1ZU6qvSrZV8fNFpjDNf614YzR2eF6S0+XbDjAcUI28FSoXnYZFjQmb1kFx3rrJb5PnxUH3/Yti6fcM+g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/jsesc": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsesc/-/jsesc-3.1.0.tgz", - "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", - "dev": true, - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/json-parse-even-better-errors": { - "version": "3.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz", - "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true, - "license": "MIT" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true, - "license": "MIT" - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, - "license": "MIT", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsonc-parser": { - "version": "3.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsonc-parser/-/jsonc-parser-3.3.1.tgz", - "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/jsonfile": { - "version": "6.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsonfile/-/jsonfile-6.2.0.tgz", - "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==", - "dev": true, - "license": "MIT", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/jsonparse": { - "version": "1.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", - "dev": true, - "engines": [ - "node >= 0.2.0" - ], - "license": "MIT" - }, - "node_modules/jspdf": { - "version": "2.5.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/jspdf/-/jspdf-2.5.2.tgz", - "integrity": "sha512-myeX9c+p7znDWPk0eTrujCzNjT+CXdXyk7YmJq5nD5V7uLLKmSXnlQ/Jn/kuo3X09Op70Apm0rQSnFWyGK8uEQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.2", - "atob": "^2.1.2", - "btoa": "^1.2.1", - "fflate": "^0.8.1" - }, - "optionalDependencies": { - "canvg": "^3.0.6", - "core-js": "^3.6.0", - "dompurify": "^2.5.4", - "html2canvas": "^1.0.0-rc.5" - } - }, - "node_modules/jspdf-autotable": { - "version": "3.8.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/jspdf-autotable/-/jspdf-autotable-3.8.4.tgz", - "integrity": "sha512-rSffGoBsJYX83iTRv8Ft7FhqfgEL2nLpGAIiqruEQQ3e4r0qdLFbPUB7N9HAle0I3XgpisvyW751VHCqKUVOgQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "jspdf": "^2.5.1" - } - }, - "node_modules/karma": { - "version": "6.4.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/karma/-/karma-6.4.4.tgz", - "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@colors/colors": "1.5.0", - "body-parser": "^1.19.0", - "braces": "^3.0.2", - "chokidar": "^3.5.1", - "connect": "^3.7.0", - "di": "^0.0.1", - "dom-serialize": "^2.2.1", - "glob": "^7.1.7", - "graceful-fs": "^4.2.6", - "http-proxy": "^1.18.1", - "isbinaryfile": "^4.0.8", - "lodash": "^4.17.21", - "log4js": "^6.4.1", - "mime": "^2.5.2", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.5", - "qjobs": "^1.2.0", - "range-parser": "^1.2.1", - "rimraf": "^3.0.2", - "socket.io": "^4.7.2", - "source-map": "^0.6.1", - "tmp": "^0.2.1", - "ua-parser-js": "^0.7.30", - "yargs": "^16.1.1" - }, - "bin": { - "karma": "bin/karma" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/karma-chrome-launcher": { - "version": "3.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", - "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "which": "^1.2.1" - } - }, - "node_modules/karma-chrome-launcher/node_modules/which": { - "version": "1.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/karma-coverage": { - "version": "2.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/karma-coverage/-/karma-coverage-2.2.1.tgz", - "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", - "dev": true, - "license": "MIT", - "dependencies": { - "istanbul-lib-coverage": "^3.2.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.1", - "istanbul-reports": "^3.0.5", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/karma-coverage/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/karma-coverage/node_modules/istanbul-lib-instrument": { - "version": "5.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/karma-coverage/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/karma-coverage/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/karma-jasmine": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/karma-jasmine/-/karma-jasmine-5.1.0.tgz", - "integrity": "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "jasmine-core": "^4.1.0" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "karma": "^6.0.0" - } - }, - "node_modules/karma-jasmine-html-reporter": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.0.0.tgz", - "integrity": "sha512-SB8HNNiazAHXM1vGEzf8/tSyEhkfxuDdhYdPBX2Mwgzt0OuF2gicApQ+uvXLID/gXyJQgvrM9+1/2SxZFUUDIA==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "jasmine-core": "^4.0.0", - "karma": "^6.0.0", - "karma-jasmine": "^5.0.0" - } - }, - "node_modules/karma-source-map-support": { - "version": "1.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", - "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", - "dev": true, - "license": "MIT", - "dependencies": { - "source-map-support": "^0.5.5" - } - }, - "node_modules/karma/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/karma/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/karma/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/karma/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/karma/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/karma/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/karma/node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/karma/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/karma/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/karma/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/karma/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "license": "MIT", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/karma/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/last-run": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/last-run/-/last-run-2.0.0.tgz", - "integrity": "sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/launch-editor": { - "version": "2.11.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/launch-editor/-/launch-editor-2.11.1.tgz", - "integrity": "sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==", - "dev": true, - "license": "MIT", - "dependencies": { - "picocolors": "^1.1.1", - "shell-quote": "^1.8.3" - } - }, - "node_modules/lead": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/lead/-/lead-4.0.0.tgz", - "integrity": "sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/less": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/less/-/less-4.2.0.tgz", - "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "copy-anything": "^2.0.1", - "parse-node-version": "^1.0.1", - "tslib": "^2.3.0" - }, - "bin": { - "lessc": "bin/lessc" - }, - "engines": { - "node": ">=6" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "needle": "^3.1.0", - "source-map": "~0.6.0" - } - }, - "node_modules/less-loader": { - "version": "12.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/less-loader/-/less-loader-12.2.0.tgz", - "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "less": "^3.5.0 || ^4.0.0", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/less/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/less/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true, - "license": "MIT", - "optional": true, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/less/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/less/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "license": "ISC", - "optional": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/less/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "license": "BSD-3-Clause", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/license-webpack-plugin": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", - "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", - "dev": true, - "license": "ISC", - "dependencies": { - "webpack-sources": "^3.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-sources": { - "optional": true - } - } - }, - "node_modules/liftoff": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/liftoff/-/liftoff-5.0.1.tgz", - "integrity": "sha512-wwLXMbuxSF8gMvubFcFRp56lkFV69twvbU5vDPbaw+Q+/rF8j0HKjGbIdlSi+LuJm9jf7k9PB+nTxnsLMPcv2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "extend": "^3.0.2", - "findup-sync": "^5.0.0", - "fined": "^2.0.0", - "flagged-respawn": "^2.0.0", - "is-plain-object": "^5.0.0", - "rechoir": "^0.8.0", - "resolve": "^1.20.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/lilconfig": { - "version": "3.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/lilconfig/-/lilconfig-3.1.3.tgz", - "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" - } - }, - "node_modules/lines-and-columns": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/lines-and-columns/-/lines-and-columns-2.0.3.tgz", - "integrity": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/listr2": { - "version": "8.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/listr2/-/listr2-8.2.4.tgz", - "integrity": "sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "cli-truncate": "^4.0.0", - "colorette": "^2.0.20", - "eventemitter3": "^5.0.1", - "log-update": "^6.1.0", - "rfdc": "^1.4.1", - "wrap-ansi": "^9.0.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/listr2/node_modules/ansi-regex": { - "version": "6.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-regex/-/ansi-regex-6.2.2.tgz", - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/listr2/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/listr2/node_modules/emoji-regex": { - "version": "10.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/emoji-regex/-/emoji-regex-10.5.0.tgz", - "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==", - "dev": true, - "license": "MIT" - }, - "node_modules/listr2/node_modules/eventemitter3": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", - "dev": true, - "license": "MIT" - }, - "node_modules/listr2/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/listr2/node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/listr2/node_modules/wrap-ansi": { - "version": "9.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-9.0.2.tgz", - "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.2.1", - "string-width": "^7.0.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/lmdb": { - "version": "3.0.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/lmdb/-/lmdb-3.0.13.tgz", - "integrity": "sha512-UGe+BbaSUQtAMZobTb4nHvFMrmvuAQKSeaqAX2meTEQjfsbpl5sxdHD8T72OnwD4GU9uwNhYXIVe4QGs8N9Zyw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "msgpackr": "^1.10.2", - "node-addon-api": "^6.1.0", - "node-gyp-build-optional-packages": "5.2.2", - "ordered-binary": "^1.4.1", - "weak-lru-cache": "^1.2.2" - }, - "bin": { - "download-lmdb-prebuilds": "bin/download-prebuilds.js" - }, - "optionalDependencies": { - "@lmdb/lmdb-darwin-arm64": "3.0.13", - "@lmdb/lmdb-darwin-x64": "3.0.13", - "@lmdb/lmdb-linux-arm": "3.0.13", - "@lmdb/lmdb-linux-arm64": "3.0.13", - "@lmdb/lmdb-linux-x64": "3.0.13", - "@lmdb/lmdb-win32-x64": "3.0.13" - } - }, - "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/loader-utils": { - "version": "3.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/loader-utils/-/loader-utils-3.3.1.tgz", - "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12.13.0" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://repo.cdek.ru/repository/npm-public/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://repo.cdek.ru/repository/npm-public/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.", - "dev": true, - "license": "MIT" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update": { - "version": "6.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/log-update/-/log-update-6.1.0.tgz", - "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-escapes": "^7.0.0", - "cli-cursor": "^5.0.0", - "slice-ansi": "^7.1.0", - "strip-ansi": "^7.1.0", - "wrap-ansi": "^9.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/ansi-escapes": { - "version": "7.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-escapes/-/ansi-escapes-7.1.0.tgz", - "integrity": "sha512-YdhtCd19sKRKfAAUsrcC1wzm4JuzJoiX4pOJqIoW2qmKj5WzG/dL8uUJ0361zaXtHqK7gEhOwtAtz7t3Yq3X5g==", - "dev": true, - "license": "MIT", - "dependencies": { - "environment": "^1.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/ansi-regex": { - "version": "6.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-regex/-/ansi-regex-6.2.2.tgz", - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-update/node_modules/emoji-regex": { - "version": "10.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/emoji-regex/-/emoji-regex-10.5.0.tgz", - "integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==", - "dev": true, - "license": "MIT" - }, - "node_modules/log-update/node_modules/is-fullwidth-code-point": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz", - "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "get-east-asian-width": "^1.3.1" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "7.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/slice-ansi/-/slice-ansi-7.1.2.tgz", - "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.2.1", - "is-fullwidth-code-point": "^5.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/log-update/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/strip-ansi": { - "version": "7.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-ansi/-/strip-ansi-7.1.2.tgz", - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/log-update/node_modules/wrap-ansi": { - "version": "9.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-9.0.2.tgz", - "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.2.1", - "string-width": "^7.0.0", - "strip-ansi": "^7.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/log4js": { - "version": "6.9.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/log4js/-/log4js-6.9.1.tgz", - "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "date-format": "^4.0.14", - "debug": "^4.3.4", - "flatted": "^3.2.7", - "rfdc": "^1.3.0", - "streamroller": "^3.1.5" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/lunr": { - "version": "2.3.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", - "dev": true, - "license": "MIT" - }, - "node_modules/magic-string": { - "version": "0.30.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/magic-string/-/magic-string-0.30.11.tgz", - "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0" - } - }, - "node_modules/make-dir": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", - "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^7.5.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "dev": true, - "license": "ISC" - }, - "node_modules/make-error-cause": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/make-error-cause/-/make-error-cause-1.2.2.tgz", - "integrity": "sha512-4TO2Y3HkBnis4c0dxhAgD/jprySYLACf7nwN6V0HAHDx59g12WlRpUmFy1bRHamjGUEEBrEvCq6SUpsEE2lhUg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "make-error": "^1.2.0" - } - }, - "node_modules/make-fetch-happen": { - "version": "13.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz", - "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==", - "dev": true, - "license": "ISC", - "dependencies": { - "@npmcli/agent": "^2.0.0", - "cacache": "^18.0.0", - "http-cache-semantics": "^4.1.1", - "is-lambda": "^1.0.1", - "minipass": "^7.0.2", - "minipass-fetch": "^3.0.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "proc-log": "^4.2.0", - "promise-retry": "^2.0.1", - "ssri": "^10.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/map-cache": { - "version": "0.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/marked": { - "version": "4.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", - "dev": true, - "license": "MIT", - "bin": { - "marked": "bin/marked.js" - }, - "engines": { - "node": ">= 12" - } - }, - "node_modules/math-intrinsics": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/memfs": { - "version": "4.42.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/memfs/-/memfs-4.42.0.tgz", - "integrity": "sha512-RG+4HMGyIVp6UWDWbFmZ38yKrSzblPnfJu0PyPt0hw52KW4PPlPp+HdV4qZBG0hLDuYVnf8wfQT4NymKXnlQjA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@jsonjoy.com/json-pack": "^1.11.0", - "@jsonjoy.com/util": "^1.9.0", - "glob-to-regex.js": "^1.0.1", - "thingies": "^2.5.0", - "tree-dump": "^1.0.3", - "tslib": "^2.0.0" - }, - "engines": { - "node": ">= 4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true, - "license": "MIT" - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" - } - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "dev": true, - "license": "MIT", - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/micromatch/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/mime": { - "version": "2.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "dev": true, - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://repo.cdek.ru/repository/npm-public/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, - "license": "MIT", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/mimic-function": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/mimic-function/-/mimic-function-5.0.1.tgz", - "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mini-css-extract-plugin": { - "version": "2.9.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", - "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", - "dev": true, - "license": "MIT", - "dependencies": { - "schema-utils": "^4.0.0", - "tapable": "^2.2.1" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - } - }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", - "dev": true, - "license": "ISC" - }, - "node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/minio": { - "version": "8.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/minio/-/minio-8.0.5.tgz", - "integrity": "sha512-/vAze1uyrK2R/DSkVutE4cjVoAowvIQ18RAwn7HrqnLecLlMazFnY0oNBqfuoAWvu7mZIGX75AzpuV05TJeoHg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "async": "^3.2.4", - "block-stream2": "^2.1.0", - "browser-or-node": "^2.1.1", - "buffer-crc32": "^1.0.0", - "eventemitter3": "^5.0.1", - "fast-xml-parser": "^4.4.1", - "ipaddr.js": "^2.0.1", - "lodash": "^4.17.21", - "mime-types": "^2.1.35", - "query-string": "^7.1.3", - "stream-json": "^1.8.0", - "through2": "^4.0.2", - "web-encoding": "^1.1.5", - "xml2js": "^0.5.0 || ^0.6.2" - }, - "engines": { - "node": "^16 || ^18 || >=20" - } - }, - "node_modules/minio/node_modules/eventemitter3": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", - "dev": true, - "license": "MIT" - }, - "node_modules/minio/node_modules/through2": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "readable-stream": "3" - } - }, - "node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/minipass-collect": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass-collect/-/minipass-collect-2.0.1.tgz", - "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^7.0.3" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/minipass-fetch": { - "version": "3.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass-fetch/-/minipass-fetch-3.0.5.tgz", - "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", - "dev": true, - "license": "MIT", - "dependencies": { - "minipass": "^7.0.3", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - } - }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-flush/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-flush/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true, - "license": "ISC" - }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-pipeline/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true, - "license": "ISC" - }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true, - "license": "ISC" - }, - "node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dev": true, - "license": "MIT", - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minizlib/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minizlib/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true, - "license": "ISC" - }, - "node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true, - "license": "MIT", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/mrmime": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - } - }, - "node_modules/ms": { - "version": "2.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true, - "license": "MIT" - }, - "node_modules/msgpackr": { - "version": "1.11.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/msgpackr/-/msgpackr-1.11.5.tgz", - "integrity": "sha512-UjkUHN0yqp9RWKy0Lplhh+wlpdt9oQBYgULZOiFhV3VclSF1JnSQWZ5r9gORQlNYaUKQoR8itv7g7z1xDDuACA==", - "dev": true, - "license": "MIT", - "optionalDependencies": { - "msgpackr-extract": "^3.0.2" - } - }, - "node_modules/msgpackr-extract": { - "version": "3.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz", - "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "dependencies": { - "node-gyp-build-optional-packages": "5.2.2" - }, - "bin": { - "download-msgpackr-prebuilds": "bin/download-prebuilds.js" - }, - "optionalDependencies": { - "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" - } - }, - "node_modules/multicast-dns": { - "version": "7.2.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", - "dev": true, - "license": "MIT", - "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } - }, - "node_modules/mute-stdout": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mute-stdout/-/mute-stdout-2.0.0.tgz", - "integrity": "sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/mute-stream": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mute-stream/-/mute-stream-1.0.0.tgz", - "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true, - "license": "MIT" - }, - "node_modules/needle": { - "version": "3.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/needle/-/needle-3.3.1.tgz", - "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.3", - "sax": "^1.2.4" - }, - "bin": { - "needle": "bin/needle" - }, - "engines": { - "node": ">= 4.4.x" - } - }, - "node_modules/needle/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true, - "license": "MIT" - }, - "node_modules/ng-packagr": { - "version": "18.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ng-packagr/-/ng-packagr-18.2.1.tgz", - "integrity": "sha512-dy9ZDpZb3QpAz+Y/m8VAu7ctr2VrnRU3gmQwJagnNybVJtCsKn3lZA3IW7Z7GTLoG5IALSPouiCgiB/C8ozv7w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@rollup/plugin-json": "^6.1.0", - "@rollup/plugin-node-resolve": "^15.2.3", - "@rollup/wasm-node": "^4.18.0", - "ajv": "^8.12.0", - "ansi-colors": "^4.1.3", - "browserslist": "^4.22.1", - "cacache": "^18.0.0", - "chokidar": "^3.5.3", - "commander": "^12.0.0", - "convert-source-map": "^2.0.0", - "dependency-graph": "^1.0.0", - "esbuild": "^0.23.0", - "fast-glob": "^3.3.1", - "find-cache-dir": "^3.3.2", - "injection-js": "^2.4.0", - "jsonc-parser": "^3.2.0", - "less": "^4.2.0", - "ora": "^5.1.0", - "piscina": "^4.4.0", - "postcss": "^8.4.31", - "rxjs": "^7.8.1", - "sass": "^1.69.5" - }, - "bin": { - "ng-packagr": "cli/main.js" - }, - "engines": { - "node": "^18.19.1 || >=20.11.1" - }, - "optionalDependencies": { - "rollup": "^4.18.0" - }, - "peerDependencies": { - "@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "tslib": "^2.3.0", - "typescript": ">=5.4 <5.6" - }, - "peerDependenciesMeta": { - "tailwindcss": { - "optional": true - } - } - }, - "node_modules/ng-packagr/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/ng-packagr/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/ng-packagr/node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dev": true, - "license": "MIT", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/ng-packagr/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ng-packagr/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/ng-packagr/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ng-packagr/node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ng-packagr/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ng-packagr/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ng-packagr/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/ng-packagr/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ng-packagr/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/ng-packagr/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/nice-napi": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/nice-napi/-/nice-napi-1.0.2.tgz", - "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "!win32" - ], - "dependencies": { - "node-addon-api": "^3.0.0", - "node-gyp-build": "^4.2.2" - } - }, - "node_modules/nice-napi/node_modules/node-addon-api": { - "version": "3.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-addon-api/-/node-addon-api-3.2.1.tgz", - "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/node-addon-api": { - "version": "6.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-addon-api/-/node-addon-api-6.1.0.tgz", - "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", - "dev": true, - "license": "MIT" - }, - "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", - "dev": true, - "license": "(BSD-3-Clause OR GPL-2.0)", - "engines": { - "node": ">= 6.13.0" - } - }, - "node_modules/node-gyp": { - "version": "10.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-gyp/-/node-gyp-10.3.1.tgz", - "integrity": "sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "env-paths": "^2.2.0", - "exponential-backoff": "^3.1.1", - "glob": "^10.3.10", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^13.0.0", - "nopt": "^7.0.0", - "proc-log": "^4.1.0", - "semver": "^7.3.5", - "tar": "^6.2.1", - "which": "^4.0.0" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/node-gyp-build": { - "version": "4.8.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-gyp-build/-/node-gyp-build-4.8.4.tgz", - "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", - "dev": true, - "license": "MIT", - "optional": true, - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" - } - }, - "node_modules/node-gyp-build-optional-packages": { - "version": "5.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz", - "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==", - "dev": true, - "license": "MIT", - "dependencies": { - "detect-libc": "^2.0.1" - }, - "bin": { - "node-gyp-build-optional-packages": "bin.js", - "node-gyp-build-optional-packages-optional": "optional.js", - "node-gyp-build-optional-packages-test": "build-test.js" - } - }, - "node_modules/node-gyp/node_modules/isexe": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/isexe/-/isexe-3.1.1.tgz", - "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=16" - } - }, - "node_modules/node-gyp/node_modules/which": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^3.1.1" - }, - "bin": { - "node-which": "bin/which.js" - }, - "engines": { - "node": "^16.13.0 || >=18.0.0" - } - }, - "node_modules/node-machine-id": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-machine-id/-/node-machine-id-1.1.12.tgz", - "integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/node-releases": { - "version": "2.0.21", - "resolved": "https://repo.cdek.ru/repository/npm-public/node-releases/-/node-releases-2.0.21.tgz", - "integrity": "sha512-5b0pgg78U3hwXkCM8Z9b2FJdPZlr9Psr9V2gQPESdGHqbntyFJKFW4r5TeWGFzafGY3hzs1JC62VEQMbl1JFkw==", - "dev": true, - "license": "MIT" - }, - "node_modules/noms": { - "version": "0.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/noms/-/noms-0.0.0.tgz", - "integrity": "sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==", - "dev": true, - "license": "ISC", - "dependencies": { - "inherits": "^2.0.1", - "readable-stream": "~1.0.31" - } - }, - "node_modules/noms/node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/noms/node_modules/readable-stream": { - "version": "1.0.34", - "resolved": "https://repo.cdek.ru/repository/npm-public/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "node_modules/noms/node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "https://repo.cdek.ru/repository/npm-public/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/nopt": { - "version": "7.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/nopt/-/nopt-7.2.1.tgz", - "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", - "dev": true, - "license": "ISC", - "dependencies": { - "abbrev": "^2.0.0" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/normalize-package-data": { - "version": "6.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/normalize-package-data/-/normalize-package-data-6.0.2.tgz", - "integrity": "sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "hosted-git-info": "^7.0.0", - "semver": "^7.3.5", - "validate-npm-package-license": "^3.0.4" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/now-and-later": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/now-and-later/-/now-and-later-3.0.0.tgz", - "integrity": "sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "once": "^1.4.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/npm-bundled": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-bundled/-/npm-bundled-3.0.1.tgz", - "integrity": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "npm-normalize-package-bin": "^3.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm-install-checks": { - "version": "6.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-install-checks/-/npm-install-checks-6.3.0.tgz", - "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "semver": "^7.1.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm-normalize-package-bin": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", - "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm-package-arg": { - "version": "11.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-package-arg/-/npm-package-arg-11.0.3.tgz", - "integrity": "sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==", - "dev": true, - "license": "ISC", - "dependencies": { - "hosted-git-info": "^7.0.0", - "proc-log": "^4.0.0", - "semver": "^7.3.5", - "validate-npm-package-name": "^5.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/npm-packlist": { - "version": "8.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-packlist/-/npm-packlist-8.0.2.tgz", - "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==", - "dev": true, - "license": "ISC", - "dependencies": { - "ignore-walk": "^6.0.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/npm-pick-manifest": { - "version": "9.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-pick-manifest/-/npm-pick-manifest-9.1.0.tgz", - "integrity": "sha512-nkc+3pIIhqHVQr085X9d2JzPzLyjzQS96zbruppqC9aZRm/x8xx6xhI98gHtsfELP2bE+loHq8ZaHFHhe+NauA==", - "dev": true, - "license": "ISC", - "dependencies": { - "npm-install-checks": "^6.0.0", - "npm-normalize-package-bin": "^3.0.0", - "npm-package-arg": "^11.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/npm-registry-fetch": { - "version": "17.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-registry-fetch/-/npm-registry-fetch-17.1.0.tgz", - "integrity": "sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==", - "dev": true, - "license": "ISC", - "dependencies": { - "@npmcli/redact": "^2.0.0", - "jsonparse": "^1.3.1", - "make-fetch-happen": "^13.0.0", - "minipass": "^7.0.2", - "minipass-fetch": "^3.0.0", - "minizlib": "^2.1.2", - "npm-package-arg": "^11.0.0", - "proc-log": "^4.0.0" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/nth-check": { - "version": "2.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/nx": { - "version": "19.8.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/nx/-/nx-19.8.14.tgz", - "integrity": "sha512-yprBOWV16eQntz5h5SShYHMVeN50fUb6yHfzsqNiFneCJeyVjyJ585m+2TuVbE11vT1amU0xCjHcSGfJBBnm8g==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.8.14", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "3.0.0-rc.46", - "@zkochan/js-yaml": "0.0.7", - "axios": "^1.7.4", - "chalk": "^4.1.0", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^8.0.1", - "dotenv": "~16.4.5", - "dotenv-expand": "~11.0.6", - "enquirer": "~2.3.6", - "figures": "3.2.0", - "flat": "^5.0.2", - "front-matter": "^4.0.2", - "ignore": "^5.0.4", - "jest-diff": "^29.4.1", - "jsonc-parser": "3.2.0", - "lines-and-columns": "2.0.3", - "minimatch": "9.0.3", - "node-machine-id": "1.1.12", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "ora": "5.3.0", - "semver": "^7.5.3", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^4.1.2", - "tslib": "^2.3.0", - "yargs": "^17.6.2", - "yargs-parser": "21.1.1" - }, - "bin": { - "nx": "bin/nx.js", - "nx-cloud": "bin/nx-cloud.js" - }, - "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.8.14", - "@nx/nx-darwin-x64": "19.8.14", - "@nx/nx-freebsd-x64": "19.8.14", - "@nx/nx-linux-arm-gnueabihf": "19.8.14", - "@nx/nx-linux-arm64-gnu": "19.8.14", - "@nx/nx-linux-arm64-musl": "19.8.14", - "@nx/nx-linux-x64-gnu": "19.8.14", - "@nx/nx-linux-x64-musl": "19.8.14", - "@nx/nx-win32-arm64-msvc": "19.8.14", - "@nx/nx-win32-x64-msvc": "19.8.14" - }, - "peerDependencies": { - "@swc-node/register": "^1.8.0", - "@swc/core": "^1.3.85" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/nx/node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "license": "MIT", - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/nx/node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/nx/node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true, - "license": "MIT", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/nx/node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/nx/node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true, - "license": "MIT" - }, - "node_modules/nx/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/nx/node_modules/open": { - "version": "8.4.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/open/-/open-8.4.2.tgz", - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/nx/node_modules/ora": { - "version": "5.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ora/-/ora-5.3.0.tgz", - "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "bl": "^4.0.3", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "log-symbols": "^4.0.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/nx/node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/nx/node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/nx/node_modules/tsconfig-paths": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", - "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", - "dev": true, - "license": "MIT", - "dependencies": { - "json5": "^2.2.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-deep-merge": { - "version": "1.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/object-deep-merge/-/object-deep-merge-1.0.5.tgz", - "integrity": "sha512-3DioFgOzetbxbeUq8pB2NunXo8V0n4EvqsWM/cJoI6IA9zghd7cl/2pBOuWRf4dlvA+fcg5ugFMZaN2/RuoaGg==", - "dev": true, - "license": "MIT", - "dependencies": { - "type-fest": "4.2.0" - } - }, - "node_modules/object-deep-merge/node_modules/type-fest": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/type-fest/-/type-fest-4.2.0.tgz", - "integrity": "sha512-5zknd7Dss75pMSED270A1RQS3KloqRJA9XbXLe0eCxyw7xXFb3rd+9B0UQ/0E+LQT6lnrLviEolYORlRWamn4w==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/object-inspect": { - "version": "1.13.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/object-inspect/-/object-inspect-1.13.4.tgz", - "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/object.assign/-/object.assign-4.1.7.tgz", - "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0", - "has-symbols": "^1.1.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.defaults": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/object.defaults/-/object.defaults-1.1.0.tgz", - "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==", - "dev": true, - "license": "MIT", - "dependencies": { - "array-each": "^1.0.1", - "array-slice": "^1.0.0", - "for-own": "^1.0.0", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/object.fromentries/-/object.fromentries-2.0.8.tgz", - "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.2", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.groupby": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/object.groupby/-/object.groupby-1.0.3.tgz", - "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.values": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/object.values/-/object.values-1.2.1.tgz", - "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.3", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", - "dev": true, - "license": "MIT" - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/on-headers/-/on-headers-1.1.0.tgz", - "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/onetime": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/onetime/-/onetime-7.0.0.tgz", - "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "mimic-function": "^5.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/open": { - "version": "10.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/open/-/open-10.1.0.tgz", - "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", - "dev": true, - "license": "MIT", - "dependencies": { - "default-browser": "^5.2.1", - "define-lazy-prop": "^3.0.0", - "is-inside-container": "^1.0.0", - "is-wsl": "^3.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/optimist": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/optimist/-/optimist-0.6.1.tgz", - "integrity": "sha512-snN4O4TkigujZphWLN0E//nQmm7790RYaE53DdL7ZYwee2D8DDo9/EyYiKUfN3rneWUjhJnueija3G9I2i0h3g==", - "dev": true, - "license": "MIT/X11", - "peer": true, - "dependencies": { - "minimist": "~0.0.1", - "wordwrap": "~0.0.2" - } - }, - "node_modules/optimist/node_modules/minimist": { - "version": "0.0.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha512-iotkTvxc+TwOm5Ieim8VnSNvCDjCK9S8G3scJ50ZthspSxa7jx50jkhYduuAtAjvfDUwSgOwf8+If99AlOEhyw==", - "dev": true, - "license": "MIT", - "peer": true - }, - "node_modules/optionator": { - "version": "0.9.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", - "dev": true, - "license": "MIT", - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.5" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/ora": { - "version": "5.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ora/node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, - "license": "MIT", - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ora/node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ora/node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dev": true, - "license": "MIT", - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/ora/node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/ordered-binary": { - "version": "1.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ordered-binary/-/ordered-binary-1.6.0.tgz", - "integrity": "sha512-IQh2aMfMIDbPjI/8a3Edr+PiOpcsB7yo8NdW7aHWVaoR/pcDldunMvnnwbk/auPGqmKeAdxtZl7MHX/QmPwhvQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/own-keys": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/own-keys/-/own-keys-1.0.1.tgz", - "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.6", - "object-keys": "^1.1.1", - "safe-push-apply": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-map": { - "version": "5.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-map/-/p-map-5.5.0.tgz", - "integrity": "sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "aggregate-error": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-retry": { - "version": "6.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-retry/-/p-retry-6.2.1.tgz", - "integrity": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/retry": "0.12.2", - "is-network-error": "^1.0.0", - "retry": "^0.13.1" - }, - "engines": { - "node": ">=16.17" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-retry/node_modules/retry": { - "version": "0.13.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/package-json-from-dist": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", - "dev": true, - "license": "BlueOak-1.0.0" - }, - "node_modules/pacote": { - "version": "18.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/pacote/-/pacote-18.0.6.tgz", - "integrity": "sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==", - "dev": true, - "license": "ISC", - "dependencies": { - "@npmcli/git": "^5.0.0", - "@npmcli/installed-package-contents": "^2.0.1", - "@npmcli/package-json": "^5.1.0", - "@npmcli/promise-spawn": "^7.0.0", - "@npmcli/run-script": "^8.0.0", - "cacache": "^18.0.0", - "fs-minipass": "^3.0.0", - "minipass": "^7.0.2", - "npm-package-arg": "^11.0.0", - "npm-packlist": "^8.0.0", - "npm-pick-manifest": "^9.0.0", - "npm-registry-fetch": "^17.0.0", - "proc-log": "^4.0.0", - "promise-retry": "^2.0.1", - "sigstore": "^2.2.0", - "ssri": "^10.0.0", - "tar": "^6.1.11" - }, - "bin": { - "pacote": "bin/index.js" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/parchment": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/parchment/-/parchment-3.0.0.tgz", - "integrity": "sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-filepath": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse-filepath/-/parse-filepath-1.0.2.tgz", - "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-absolute": "^1.0.0", - "map-cache": "^0.2.0", - "path-root": "^0.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/parse-imports-exports": { - "version": "0.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse-imports-exports/-/parse-imports-exports-0.2.4.tgz", - "integrity": "sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "parse-statements": "1.0.11" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parse-json/node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true, - "license": "MIT" - }, - "node_modules/parse-json/node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/parse-node-version": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse-node-version/-/parse-node-version-1.0.1.tgz", - "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/parse-passwd": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse-passwd/-/parse-passwd-1.0.0.tgz", - "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parse-statements": { - "version": "1.0.11", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse-statements/-/parse-statements-1.0.11.tgz", - "integrity": "sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==", - "dev": true, - "license": "MIT" - }, - "node_modules/parse5": { - "version": "7.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse5/-/parse5-7.3.0.tgz", - "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==", - "dev": true, - "license": "MIT", - "dependencies": { - "entities": "^6.0.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/parse5-html-rewriting-stream": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", - "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", - "dev": true, - "license": "MIT", - "dependencies": { - "entities": "^4.3.0", - "parse5": "^7.0.0", - "parse5-sax-parser": "^7.0.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/parse5-sax-parser": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", - "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", - "dev": true, - "license": "MIT", - "dependencies": { - "parse5": "^7.0.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/parse5/node_modules/entities": { - "version": "6.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/entities/-/entities-6.0.1.tgz", - "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true, - "license": "MIT" - }, - "node_modules/path-root": { - "version": "0.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-root/-/path-root-0.1.1.tgz", - "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", - "dev": true, - "license": "MIT", - "dependencies": { - "path-root-regex": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-root-regex": { - "version": "0.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-root-regex/-/path-root-regex-0.1.2.tgz", - "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "dev": true, - "license": "BlueOak-1.0.0", - "dependencies": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "dev": true, - "license": "ISC" - }, - "node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/pirates/-/pirates-4.0.7.tgz", - "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/piscina": { - "version": "4.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/piscina/-/piscina-4.6.1.tgz", - "integrity": "sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==", - "dev": true, - "license": "MIT", - "optionalDependencies": { - "nice-napi": "^1.0.2" - } - }, - "node_modules/pkg-dir": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/pkg-dir/-/pkg-dir-7.0.0.tgz", - "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", - "dev": true, - "license": "MIT", - "dependencies": { - "find-up": "^6.3.0" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "6.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^7.1.0", - "path-exists": "^5.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "7.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^6.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^1.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "6.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/path-exists": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/pkg-dir/node_modules/yocto-queue": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/yocto-queue/-/yocto-queue-1.2.1.tgz", - "integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/plugin-error": { - "version": "0.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/plugin-error/-/plugin-error-0.1.2.tgz", - "integrity": "sha512-WzZHcm4+GO34sjFMxQMqZbsz3xiNEgonCskQ9v+IroMmYgk/tas8dG+Hr2D6IbRPybZ12oWpzE/w3cGJ6FJzOw==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-cyan": "^0.1.1", - "ansi-red": "^0.1.1", - "arr-diff": "^1.0.1", - "arr-union": "^2.0.1", - "extend-shallow": "^1.1.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/plugin-error/node_modules/extend-shallow": { - "version": "1.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/extend-shallow/-/extend-shallow-1.1.4.tgz", - "integrity": "sha512-L7AGmkO6jhDkEBBGWlLtftA80Xq8DipnrRPr0pyi7GQLXkaq9JYA4xF4z6qnadIC6euiTDKco0cGSU9muw+WTw==", - "dev": true, - "license": "MIT", - "dependencies": { - "kind-of": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/plugin-error/node_modules/kind-of": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/kind-of/-/kind-of-1.1.0.tgz", - "integrity": "sha512-aUH6ElPnMGon2/YkxRIigV32MOpTVcoXQ1Oo8aYn40s+sJ3j+0gFZsT8HKDcxNy7Fi9zuquWtGaGAahOdv5p/g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/possible-typed-array-names": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", - "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-cli": { - "version": "11.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-cli/-/postcss-cli-11.0.1.tgz", - "integrity": "sha512-0UnkNPSayHKRe/tc2YGW6XnSqqOA9eqpiRMgRlV1S6HdGi16vwJBx7lviARzbV1HpQHqLLRH3o8vTcB0cLc+5g==", - "dev": true, - "license": "MIT", - "dependencies": { - "chokidar": "^3.3.0", - "dependency-graph": "^1.0.0", - "fs-extra": "^11.0.0", - "picocolors": "^1.0.0", - "postcss-load-config": "^5.0.0", - "postcss-reporter": "^7.0.0", - "pretty-hrtime": "^1.0.3", - "read-cache": "^1.0.0", - "slash": "^5.0.0", - "tinyglobby": "^0.2.12", - "yargs": "^17.0.0" - }, - "bin": { - "postcss": "index.js" - }, - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-cli/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/postcss-cli/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-cli/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/postcss-cli/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/postcss-cli/node_modules/slash": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/slash/-/slash-5.1.0.tgz", - "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-js": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-js/-/postcss-js-4.1.0.tgz", - "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "peerDependencies": { - "postcss": "^8.4.21" - } - }, - "node_modules/postcss-load-config": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-load-config/-/postcss-load-config-5.1.0.tgz", - "integrity": "sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "lilconfig": "^3.1.1", - "yaml": "^2.4.2" - }, - "engines": { - "node": ">= 18" - }, - "peerDependencies": { - "jiti": ">=1.21.0", - "postcss": ">=8.0.9", - "tsx": "^4.8.1" - }, - "peerDependenciesMeta": { - "jiti": { - "optional": true - }, - "postcss": { - "optional": true - }, - "tsx": { - "optional": true - } - } - }, - "node_modules/postcss-loader": { - "version": "8.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-loader/-/postcss-loader-8.1.1.tgz", - "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "cosmiconfig": "^9.0.0", - "jiti": "^1.20.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", - "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", - "dev": true, - "license": "MIT" - }, - "node_modules/postcss-modules-extract-imports": { - "version": "3.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", - "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-local-by-default": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz", - "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==", - "dev": true, - "license": "MIT", - "dependencies": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^7.0.0", - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-scope": { - "version": "3.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", - "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", - "dev": true, - "license": "ISC", - "dependencies": { - "postcss-selector-parser": "^7.0.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "icss-utils": "^5.0.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-nested": { - "version": "6.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-nested/-/postcss-nested-6.2.0.tgz", - "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "postcss-selector-parser": "^6.1.1" - }, - "engines": { - "node": ">=12.0" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-nested/node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-reporter": { - "version": "7.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-reporter/-/postcss-reporter-7.1.0.tgz", - "integrity": "sha512-/eoEylGWyy6/DOiMP5lmFRdmDKThqgn7D6hP2dXKJI/0rJSO1ADFNngZfDzxL0YAxFvws+Rtpuji1YIHj4mySA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "picocolors": "^1.0.0", - "thenby": "^1.3.4" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-selector-parser": { - "version": "7.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", - "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/preact": { - "version": "10.27.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/preact/-/preact-10.27.2.tgz", - "integrity": "sha512-5SYSgFKSyhCbk6SrXyMpqjb5+MQBgfvEKE/OC+PujcY34sOpqtr+0AZQtPYx5IA6VxynQ7rUPCtKzyovpj9Bpg==", - "dev": true, - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/preact" - } - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/prettier": { - "version": "3.6.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/prettier/-/prettier-3.6.2.tgz", - "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", - "dev": true, - "license": "MIT", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/pretty-format": { - "version": "29.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jest/schemas": "^29.6.3", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/primeicons": { - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/primeicons/-/primeicons-7.0.0.tgz", - "integrity": "sha512-jK3Et9UzwzTsd6tzl2RmwrVY/b8raJ3QZLzoDACj+oTJ0oX7L9Hy+XnVwgo4QVKlKpnP/Ur13SXV/pVh4LzaDw==", - "dev": true, - "license": "MIT" - }, - "node_modules/prismjs": { - "version": "1.30.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/prismjs/-/prismjs-1.30.0.tgz", - "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/proc-log": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/proc-log/-/proc-log-4.2.0.tgz", - "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true, - "license": "MIT" - }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "dev": true, - "license": "ISC" - }, - "node_modules/promise-retry": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", - "dev": true, - "license": "MIT", - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "dev": true, - "license": "MIT", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-addr/node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "dev": true, - "license": "MIT" - }, - "node_modules/prr": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/prr/-/prr-1.0.1.tgz", - "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", - "dev": true, - "license": "MIT", - "optional": true - }, - "node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/qjobs": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/qjobs/-/qjobs-1.2.0.tgz", - "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.9" - } - }, - "node_modules/qs": { - "version": "6.13.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "side-channel": "^1.0.6" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/query-string": { - "version": "7.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/query-string/-/query-string-7.1.3.tgz", - "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==", - "dev": true, - "license": "MIT", - "dependencies": { - "decode-uri-component": "^0.2.2", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/quill": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/quill/-/quill-2.0.2.tgz", - "integrity": "sha512-QfazNrhMakEdRG57IoYFwffUIr04LWJxbS/ZkidRFXYCQt63c1gK6Z7IHUXMx/Vh25WgPBU42oBaNzQ0K1R/xw==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "eventemitter3": "^5.0.1", - "lodash-es": "^4.17.21", - "parchment": "^3.0.0", - "quill-delta": "^5.1.0" - }, - "engines": { - "npm": ">=8.2.3" - } - }, - "node_modules/quill-delta": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/quill-delta/-/quill-delta-5.1.0.tgz", - "integrity": "sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-diff": "^1.3.0", - "lodash.clonedeep": "^4.5.0", - "lodash.isequal": "^4.5.0" - }, - "engines": { - "node": ">= 12.0.0" - } - }, - "node_modules/quill/node_modules/eventemitter3": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", - "dev": true, - "license": "MIT" - }, - "node_modules/raf": { - "version": "3.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/raf/-/raf-3.4.1.tgz", - "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "performance-now": "^2.1.0" - } - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.5.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", - "dev": true, - "license": "MIT", - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/react-is": { - "version": "18.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "dev": true, - "license": "MIT" - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { - "version": "4.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-4.1.2.tgz", - "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 14.18.0" - }, - "funding": { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/rechoir": { - "version": "0.8.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/rechoir/-/rechoir-0.8.0.tgz", - "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "resolve": "^1.20.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/reflect-metadata": { - "version": "0.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/reflect-metadata/-/reflect-metadata-0.2.2.tgz", - "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/reflect.getprototypeof": { - "version": "1.0.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", - "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.9", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "get-intrinsic": "^1.2.7", - "get-proto": "^1.0.1", - "which-builtin-type": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true, - "license": "MIT" - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz", - "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==", - "dev": true, - "license": "MIT", - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true, - "license": "MIT" - }, - "node_modules/regex-parser": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/regex-parser/-/regex-parser-2.3.1.tgz", - "integrity": "sha512-yXLRqatcCuKtVHsWrNg0JL3l1zGfdXeEvDa0bdu4tCDQw0RpMDZsqbkyRTUnKMR0tXF627V2oEWjBEaEdqTwtQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", - "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "define-properties": "^1.2.1", - "es-errors": "^1.3.0", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "set-function-name": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regexpu-core": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/regexpu-core/-/regexpu-core-6.3.1.tgz", - "integrity": "sha512-DzcswPr252wEr7Qz8AyAVbfyBDKLoYp6eRA1We2Fa9qirRFSdtkP5sHr3yglDKy2BbA0fd2T+j/CUSKes3FeVQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.2.2", - "regjsgen": "^0.8.0", - "regjsparser": "^0.12.0", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.2.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsgen": { - "version": "0.8.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/regjsparser": { - "version": "0.12.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/regjsparser/-/regjsparser-0.12.0.tgz", - "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "jsesc": "~3.0.2" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "dev": true, - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", - "dev": true, - "license": "ISC" - }, - "node_modules/replace-ext": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/replace-ext/-/replace-ext-1.0.1.tgz", - "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/replace-homedir": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/replace-homedir/-/replace-homedir-2.0.0.tgz", - "integrity": "sha512-bgEuQQ/BHW0XkkJtawzrfzHFSN70f/3cNOiHa2QsYxqrjaC30X1k74FJ6xswVBP0sr0SpGIdVFuPwfrYziVeyw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-dir": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/resolve-dir/-/resolve-dir-1.0.1.tgz", - "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", - "dev": true, - "license": "MIT", - "dependencies": { - "expand-tilde": "^2.0.0", - "global-modules": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-options": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/resolve-options/-/resolve-options-2.0.0.tgz", - "integrity": "sha512-/FopbmmFOQCfsCx77BRFdKOniglTiHumLgwvd6IDPihy1GKkadZbgQJBcTb2lMzSR1pndzd96b1nZrreZ7+9/A==", - "dev": true, - "license": "MIT", - "dependencies": { - "value-or-function": "^4.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/resolve-url-loader": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", - "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", - "dev": true, - "license": "MIT", - "dependencies": { - "adjust-sourcemap-loader": "^4.0.0", - "convert-source-map": "^1.7.0", - "loader-utils": "^2.0.0", - "postcss": "^8.2.14", - "source-map": "0.6.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/resolve-url-loader/node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dev": true, - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/resolve-url-loader/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/restore-cursor": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/restore-cursor/-/restore-cursor-5.1.0.tgz", - "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", - "dev": true, - "license": "MIT", - "dependencies": { - "onetime": "^7.0.0", - "signal-exit": "^4.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/retry": { - "version": "0.12.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, - "node_modules/reusify": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/reusify/-/reusify-1.1.0.tgz", - "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", - "dev": true, - "license": "MIT", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rfdc": { - "version": "1.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rfdc/-/rfdc-1.4.1.tgz", - "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true, - "license": "MIT" - }, - "node_modules/rgbcolor": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/rgbcolor/-/rgbcolor-1.0.1.tgz", - "integrity": "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==", - "dev": true, - "license": "MIT OR SEE LICENSE IN FEEL-FREE.md", - "optional": true, - "engines": { - "node": ">= 0.8.15" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/rollup": { - "version": "4.22.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/rollup/-/rollup-4.22.4.tgz", - "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "1.0.5" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.22.4", - "@rollup/rollup-android-arm64": "4.22.4", - "@rollup/rollup-darwin-arm64": "4.22.4", - "@rollup/rollup-darwin-x64": "4.22.4", - "@rollup/rollup-linux-arm-gnueabihf": "4.22.4", - "@rollup/rollup-linux-arm-musleabihf": "4.22.4", - "@rollup/rollup-linux-arm64-gnu": "4.22.4", - "@rollup/rollup-linux-arm64-musl": "4.22.4", - "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4", - "@rollup/rollup-linux-riscv64-gnu": "4.22.4", - "@rollup/rollup-linux-s390x-gnu": "4.22.4", - "@rollup/rollup-linux-x64-gnu": "4.22.4", - "@rollup/rollup-linux-x64-musl": "4.22.4", - "@rollup/rollup-win32-arm64-msvc": "4.22.4", - "@rollup/rollup-win32-ia32-msvc": "4.22.4", - "@rollup/rollup-win32-x64-msvc": "4.22.4", - "fsevents": "~2.3.2" - } - }, - "node_modules/rollup/node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true, - "license": "MIT" - }, - "node_modules/run-applescript": { - "version": "7.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/run-applescript/-/run-applescript-7.1.0.tgz", - "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/rxjs": { - "version": "7.8.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/rxjs/-/rxjs-7.8.2.tgz", - "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/safe-array-concat": { - "version": "1.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/safe-array-concat/-/safe-array-concat-1.1.3.tgz", - "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "get-intrinsic": "^1.2.6", - "has-symbols": "^1.1.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">=0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT" - }, - "node_modules/safe-push-apply": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/safe-push-apply/-/safe-push-apply-1.0.0.tgz", - "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-regex-test": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/safe-regex-test/-/safe-regex-test-1.1.0.tgz", - "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "is-regex": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true, - "license": "MIT" - }, - "node_modules/sass": { - "version": "1.77.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/sass/-/sass-1.77.6.tgz", - "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/sass-loader": { - "version": "16.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/sass-loader/-/sass-loader-16.0.0.tgz", - "integrity": "sha512-n13Z+3rU9A177dk4888czcVFiC8CL9dii4qpXWUg3YIIgZEvi9TCFKjOQcbK0kJM7DJu9VucrZFddvNfYCPwtw==", - "dev": true, - "license": "MIT", - "dependencies": { - "neo-async": "^2.6.2" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", - "sass": "^1.3.0", - "sass-embedded": "*", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "node-sass": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/sass/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/sass/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/sass/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/sass/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/sax": { - "version": "1.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/sax/-/sax-1.4.1.tgz", - "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", - "dev": true, - "license": "ISC" - }, - "node_modules/schema-utils": { - "version": "4.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/schema-utils/-/schema-utils-4.3.2.tgz", - "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/schema-utils/node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/search-insights": { - "version": "2.17.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/search-insights/-/search-insights-2.17.3.tgz", - "integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==", - "dev": true, - "license": "MIT", - "peer": true - }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", - "dev": true, - "license": "MIT" - }, - "node_modules/selfsigned": { - "version": "2.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/selfsigned/-/selfsigned-2.4.1.tgz", - "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node-forge": "^1.3.0", - "node-forge": "^1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver": { - "version": "7.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver-greatest-satisfied-range": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-2.0.0.tgz", - "integrity": "sha512-lH3f6kMbwyANB7HuOWRMlLCa2itaCrZJ+SAqqkSZrZKO/cAsk2EOyaKHUtNkVLFyFW9pct22SFesFp3Z7zpA0g==", - "dev": true, - "license": "MIT", - "dependencies": { - "sver": "^1.8.3" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/send": { - "version": "0.19.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/send/-/send-0.19.0.tgz", - "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true, - "license": "MIT" - }, - "node_modules/send/node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/send/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true, - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/serialize-javascript": { - "version": "6.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/serve-index": { - "version": "1.9.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", - "dev": true, - "license": "MIT", - "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-index/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/serve-index/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "dev": true, - "license": "MIT", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", - "dev": true, - "license": "ISC" - }, - "node_modules/serve-index/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true, - "license": "MIT" - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/serve-index/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-static": { - "version": "1.16.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/serve-static/-/serve-static-1.16.2.tgz", - "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", - "dev": true, - "license": "MIT", - "dependencies": { - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.19.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/set-function-name": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "functions-have-names": "^1.2.3", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/set-proto": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/set-proto/-/set-proto-1.0.0.tgz", - "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", - "dev": true, - "license": "MIT", - "dependencies": { - "dunder-proto": "^1.0.1", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", - "dev": true, - "license": "ISC" - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dev": true, - "license": "MIT", - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/sharp": { - "version": "0.33.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/sharp/-/sharp-0.33.5.tgz", - "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==", - "dev": true, - "hasInstallScript": true, - "license": "Apache-2.0", - "dependencies": { - "color": "^4.2.3", - "detect-libc": "^2.0.3", - "semver": "^7.6.3" - }, - "engines": { - "node": "^18.17.0 || ^20.3.0 || >=21.0.0" - }, - "funding": { - "url": "https://opencollective.com/libvips" - }, - "optionalDependencies": { - "@img/sharp-darwin-arm64": "0.33.5", - "@img/sharp-darwin-x64": "0.33.5", - "@img/sharp-libvips-darwin-arm64": "1.0.4", - "@img/sharp-libvips-darwin-x64": "1.0.4", - "@img/sharp-libvips-linux-arm": "1.0.5", - "@img/sharp-libvips-linux-arm64": "1.0.4", - "@img/sharp-libvips-linux-s390x": "1.0.4", - "@img/sharp-libvips-linux-x64": "1.0.4", - "@img/sharp-libvips-linuxmusl-arm64": "1.0.4", - "@img/sharp-libvips-linuxmusl-x64": "1.0.4", - "@img/sharp-linux-arm": "0.33.5", - "@img/sharp-linux-arm64": "0.33.5", - "@img/sharp-linux-s390x": "0.33.5", - "@img/sharp-linux-x64": "0.33.5", - "@img/sharp-linuxmusl-arm64": "0.33.5", - "@img/sharp-linuxmusl-x64": "0.33.5", - "@img/sharp-wasm32": "0.33.5", - "@img/sharp-win32-ia32": "0.33.5", - "@img/sharp-win32-x64": "0.33.5" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/shiki": { - "version": "0.14.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/shiki/-/shiki-0.14.7.tgz", - "integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-sequence-parser": "^1.1.0", - "jsonc-parser": "^3.2.0", - "vscode-oniguruma": "^1.7.0", - "vscode-textmate": "^8.0.0" - } - }, - "node_modules/side-channel": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/side-channel/-/side-channel-1.1.0.tgz", - "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "object-inspect": "^1.13.3", - "side-channel-list": "^1.0.0", - "side-channel-map": "^1.0.1", - "side-channel-weakmap": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-list": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/side-channel-list/-/side-channel-list-1.0.0.tgz", - "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "object-inspect": "^1.13.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-map": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/side-channel-map/-/side-channel-map-1.0.1.tgz", - "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.5", - "object-inspect": "^1.13.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel-weakmap": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.5", - "object-inspect": "^1.13.3", - "side-channel-map": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/sigstore": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/sigstore/-/sigstore-2.3.1.tgz", - "integrity": "sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@sigstore/bundle": "^2.3.2", - "@sigstore/core": "^1.0.0", - "@sigstore/protobuf-specs": "^0.3.2", - "@sigstore/sign": "^2.3.2", - "@sigstore/tuf": "^2.3.4", - "@sigstore/verify": "^1.2.1" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/simple-swizzle": { - "version": "0.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/simple-swizzle/-/simple-swizzle-0.2.4.tgz", - "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.3.1" - } - }, - "node_modules/simple-swizzle/node_modules/is-arrayish": { - "version": "0.3.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-arrayish/-/is-arrayish-0.3.4.tgz", - "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==", - "dev": true, - "license": "MIT" - }, - "node_modules/slash": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/slice-ansi": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/slice-ansi/-/slice-ansi-5.0.0.tgz", - "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^6.0.0", - "is-fullwidth-code-point": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "6.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ansi-styles/-/ansi-styles-6.2.3.tgz", - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/smart-buffer": { - "version": "4.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socket.io": { - "version": "4.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/socket.io/-/socket.io-4.8.1.tgz", - "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==", - "dev": true, - "license": "MIT", - "dependencies": { - "accepts": "~1.3.4", - "base64id": "~2.0.0", - "cors": "~2.8.5", - "debug": "~4.3.2", - "engine.io": "~6.6.0", - "socket.io-adapter": "~2.5.2", - "socket.io-parser": "~4.2.4" - }, - "engines": { - "node": ">=10.2.0" - } - }, - "node_modules/socket.io-adapter": { - "version": "2.5.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz", - "integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "~4.3.4", - "ws": "~8.17.1" - } - }, - "node_modules/socket.io-adapter/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io-parser": { - "version": "4.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/socket.io-parser/-/socket.io-parser-4.2.4.tgz", - "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", - "dev": true, - "license": "MIT", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/sockjs": { - "version": "0.3.24", - "resolved": "https://repo.cdek.ru/repository/npm-public/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "node_modules/socks": { - "version": "2.8.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/socks/-/socks-2.8.7.tgz", - "integrity": "sha512-HLpt+uLy/pxB+bum/9DzAgiKS8CX1EvbWxI4zlmgGCExImLdiad2iCwXT5Z4c9c3Eq8rP2318mPW2c+QbtjK8A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ip-address": "^10.0.1", - "smart-buffer": "^4.2.0" - }, - "engines": { - "node": ">= 10.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks-proxy-agent": { - "version": "8.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", - "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", - "dev": true, - "license": "MIT", - "dependencies": { - "agent-base": "^7.1.2", - "debug": "^4.3.4", - "socks": "^2.8.3" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">= 8" - } - }, - "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-loader": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map-loader/-/source-map-loader-5.0.0.tgz", - "integrity": "sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==", - "dev": true, - "license": "MIT", - "dependencies": { - "iconv-lite": "^0.6.3", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.72.1" - } - }, - "node_modules/source-map-loader/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "license": "MIT", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sparkles": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/sparkles/-/sparkles-2.1.0.tgz", - "integrity": "sha512-r7iW1bDw8R/cFifrD3JnQJX0K1jqT0kprL48BiBpLZLJPmAm34zsVBsK5lc7HirZYZqMW65dOXZgbAGt/I6frg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/spdx-correct": { - "version": "3.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-correct/node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "dev": true, - "license": "CC-BY-3.0" - }, - "node_modules/spdx-expression-parse": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz", - "integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.22", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz", - "integrity": "sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==", - "dev": true, - "license": "CC0-1.0" - }, - "node_modules/spdy": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "dev": true, - "license": "MIT", - "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "node_modules/split-on-first": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/sprintf-js": { - "version": "1.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/sprintf-js/-/sprintf-js-1.1.3.tgz", - "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/ssf": { - "version": "0.11.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ssf/-/ssf-0.11.2.tgz", - "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "frac": "~1.1.2" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/ssri": { - "version": "10.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/ssri/-/ssri-10.0.6.tgz", - "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^7.0.3" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/stack-utils": { - "version": "2.0.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/stack-utils/-/stack-utils-2.0.6.tgz", - "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/stackblur-canvas": { - "version": "2.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/stackblur-canvas/-/stackblur-canvas-2.7.0.tgz", - "integrity": "sha512-yf7OENo23AGJhBriGx0QivY5JP6Y1HbrrDI6WLt6C5auYZXlQrheoY8hD4ibekFKz1HOfE48Ww8kMWMnJD/zcQ==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.14" - } - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/stop-iteration-iterator": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz", - "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "internal-slot": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/stream-chain": { - "version": "2.2.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/stream-chain/-/stream-chain-2.2.5.tgz", - "integrity": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==", - "dev": true, - "license": "BSD-3-Clause" - }, - "node_modules/stream-composer": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/stream-composer/-/stream-composer-1.0.2.tgz", - "integrity": "sha512-bnBselmwfX5K10AH6L4c8+S5lgZMWI7ZYrz2rvYjCPB2DIMC4Ig8OpxGpNJSxRZ58oti7y1IcNvjBAz9vW5m4w==", - "dev": true, - "license": "MIT", - "dependencies": { - "streamx": "^2.13.2" - } - }, - "node_modules/stream-exhaust": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/stream-exhaust/-/stream-exhaust-1.0.2.tgz", - "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==", - "dev": true, - "license": "MIT" - }, - "node_modules/stream-json": { - "version": "1.9.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/stream-json/-/stream-json-1.9.1.tgz", - "integrity": "sha512-uWkjJ+2Nt/LO9Z/JyKZbMusL8Dkh97uUBTv3AJQ74y07lVahLY4eEFsPsE97pxYBwr8nnjMAIch5eqI0gPShyw==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "stream-chain": "^2.2.5" - } - }, - "node_modules/streamroller": { - "version": "3.1.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/streamroller/-/streamroller-3.1.5.tgz", - "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", - "dev": true, - "license": "MIT", - "dependencies": { - "date-format": "^4.0.14", - "debug": "^4.3.4", - "fs-extra": "^8.1.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/streamroller/node_modules/fs-extra": { - "version": "8.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/streamroller/node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", - "dev": true, - "license": "MIT", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/streamroller/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/streamx": { - "version": "2.22.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/streamx/-/streamx-2.22.1.tgz", - "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-fifo": "^1.3.2", - "text-decoder": "^1.1.0" - }, - "optionalDependencies": { - "bare-events": "^2.2.0" - } - }, - "node_modules/strict-uri-encode": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", - "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "define-data-property": "^1.1.4", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.5", - "es-object-atoms": "^1.0.0", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", - "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "call-bound": "^1.0.2", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/strnum": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/strnum/-/strnum-1.1.2.tgz", - "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/NaturalIntelligence" - } - ], - "license": "MIT" - }, - "node_modules/strong-log-transformer": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz", - "integrity": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "duplexer": "^0.1.1", - "minimist": "^1.2.0", - "through": "^2.3.4" - }, - "bin": { - "sl-log-transformer": "bin/sl-log-transformer.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/sucrase": { - "version": "3.35.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/sucrase/-/sucrase-3.35.0.tgz", - "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.2", - "commander": "^4.0.0", - "glob": "^10.3.10", - "lines-and-columns": "^1.1.6", - "mz": "^2.7.0", - "pirates": "^4.0.1", - "ts-interface-checker": "^0.1.9" - }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/sucrase/node_modules/commander": { - "version": "4.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/sucrase/node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/sver": { - "version": "1.8.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/sver/-/sver-1.8.4.tgz", - "integrity": "sha512-71o1zfzyawLfIWBOmw8brleKyvnbn73oVHNCsu51uPMz/HWiKkkXsI31JjHW5zqXEqnPYkIiHd8ZmL7FCimLEA==", - "dev": true, - "license": "MIT", - "optionalDependencies": { - "semver": "^6.3.0" - } - }, - "node_modules/sver/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "optional": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/svg-pathdata": { - "version": "6.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/svg-pathdata/-/svg-pathdata-6.0.3.tgz", - "integrity": "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==", - "dev": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/symbol-observable": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/symbol-observable/-/symbol-observable-4.0.0.tgz", - "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/tailwindcss": { - "version": "3.4.17", - "resolved": "https://repo.cdek.ru/repository/npm-public/tailwindcss/-/tailwindcss-3.4.17.tgz", - "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", - "dev": true, - "license": "MIT", - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "arg": "^5.0.2", - "chokidar": "^3.6.0", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.3.2", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "jiti": "^1.21.6", - "lilconfig": "^3.1.3", - "micromatch": "^4.0.8", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.1.1", - "postcss": "^8.4.47", - "postcss-import": "^15.1.0", - "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.2", - "postcss-nested": "^6.2.0", - "postcss-selector-parser": "^6.1.2", - "resolve": "^1.22.8", - "sucrase": "^3.35.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/tailwindcss/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/tailwindcss/node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/tailwindcss/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/tailwindcss/node_modules/postcss-load-config": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-load-config/-/postcss-load-config-4.0.2.tgz", - "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "lilconfig": "^3.0.0", - "yaml": "^2.3.4" - }, - "engines": { - "node": ">= 14" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/tailwindcss/node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", - "dev": true, - "license": "MIT", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tailwindcss/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/tapable": { - "version": "2.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/tapable/-/tapable-2.2.3.tgz", - "integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/tar": { - "version": "6.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/tar/-/tar-6.2.1.tgz", - "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", - "dev": true, - "license": "ISC", - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^5.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/tar-stream": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "bl": "^4.0.3", - "end-of-stream": "^1.4.1", - "fs-constants": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/tar/node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dev": true, - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/tar/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=8" - } - }, - "node_modules/tar/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true, - "license": "ISC" - }, - "node_modules/teex": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/teex/-/teex-1.0.1.tgz", - "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==", - "dev": true, - "license": "MIT", - "dependencies": { - "streamx": "^2.12.5" - } - }, - "node_modules/terser": { - "version": "5.31.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/terser/-/terser-5.31.6.tgz", - "integrity": "sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.14", - "resolved": "https://repo.cdek.ru/repository/npm-public/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz", - "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.25", - "jest-worker": "^27.4.5", - "schema-utils": "^4.3.0", - "serialize-javascript": "^6.0.2", - "terser": "^5.31.1" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/text-decoder": { - "version": "1.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/text-decoder/-/text-decoder-1.2.3.tgz", - "integrity": "sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "b4a": "^1.6.4" - } - }, - "node_modules/text-decoder/node_modules/b4a": { - "version": "1.7.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/b4a/-/b4a-1.7.1.tgz", - "integrity": "sha512-ZovbrBV0g6JxK5cGUF1Suby1vLfKjv4RWi8IxoaO/Mon8BDD9I21RxjHFtgQ+kskJqLAVyQZly3uMBui+vhc8Q==", - "dev": true, - "license": "Apache-2.0", - "peerDependencies": { - "react-native-b4a": "*" - }, - "peerDependenciesMeta": { - "react-native-b4a": { - "optional": true - } - } - }, - "node_modules/text-segmentation": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/text-segmentation/-/text-segmentation-1.0.3.tgz", - "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "utrie": "^1.0.2" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true, - "license": "MIT" - }, - "node_modules/thenby": { - "version": "1.3.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/thenby/-/thenby-1.3.4.tgz", - "integrity": "sha512-89Gi5raiWA3QZ4b2ePcEwswC3me9JIg+ToSgtE0JWeCynLnLxNr/f9G+xfo9K+Oj4AFdom8YNJjibIARTJmapQ==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dev": true, - "license": "MIT", - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", - "dev": true, - "license": "MIT", - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/thingies": { - "version": "2.5.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/thingies/-/thingies-2.5.0.tgz", - "integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "^2" - } - }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true, - "license": "MIT" - }, - "node_modules/through2": { - "version": "2.0.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/through2/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/through2/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/through2/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true, - "license": "MIT" - }, - "node_modules/through2/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/thunky": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", - "dev": true, - "license": "MIT" - }, - "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://repo.cdek.ru/repository/npm-public/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "fdir": "^6.5.0", - "picomatch": "^4.0.3" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/tmp": { - "version": "0.2.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/tmp/-/tmp-0.2.5.tgz", - "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14.14" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/to-through": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/to-through/-/to-through-3.0.0.tgz", - "integrity": "sha512-y8MN937s/HVhEoBU1SxfHC+wxCHkV1a9gW8eAdTadYh/bGyesZIVcbjI+mSpFbSVwQici/XjBjuUyri1dnXwBw==", - "dev": true, - "license": "MIT", - "dependencies": { - "streamx": "^2.12.5" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/tree-dump": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/tree-dump/-/tree-dump-1.1.0.tgz", - "integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/tree-kill": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true, - "license": "MIT", - "bin": { - "tree-kill": "cli.js" - } - }, - "node_modules/ts-api-utils": { - "version": "1.4.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/ts-api-utils/-/ts-api-utils-1.4.3.tgz", - "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=16" - }, - "peerDependencies": { - "typescript": ">=4.2.0" - } - }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "dev": true, - "license": "Apache-2.0" - }, - "node_modules/ts-node": { - "version": "10.9.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true - } - } - }, - "node_modules/ts-node/node_modules/arg": { - "version": "4.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true, - "license": "MIT" - }, - "node_modules/tsconfig-paths": { - "version": "3.15.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", - "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "dev": true, - "license": "0BSD" - }, - "node_modules/tslint": { - "version": "3.15.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/tslint/-/tslint-3.15.1.tgz", - "integrity": "sha512-wkqXlDiU1qG31dMuxnCSNeNMdKmSaEMYgJ2RERgFkt1WvVEF/wYwUYR396DDDcJDDBYpq16a6XJodQh70IRtBQ==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "colors": "^1.1.2", - "diff": "^2.2.1", - "findup-sync": "~0.3.0", - "glob": "^7.0.3", - "optimist": "~0.6.0", - "resolve": "^1.1.7", - "underscore.string": "^3.3.4" - }, - "bin": { - "tslint": "bin/tslint" - }, - "peerDependencies": { - "typescript": ">=1.7.3" - } - }, - "node_modules/tslint/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://repo.cdek.ru/repository/npm-public/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/tslint/node_modules/diff": { - "version": "2.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/diff/-/diff-2.2.3.tgz", - "integrity": "sha512-9wfm3RLzMp/PyTFWuw9liEzdlxsdGixCW0ZTU1XDmtlAkvpVXTPGF8KnfSs0hm3BPbg19OrUPPsRkHXoREpP1g==", - "dev": true, - "license": "BSD-3-Clause", - "peer": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/tslint/node_modules/findup-sync": { - "version": "0.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/findup-sync/-/findup-sync-0.3.0.tgz", - "integrity": "sha512-z8Nrwhi6wzxNMIbxlrTzuUW6KWuKkogZ/7OdDVq+0+kxn77KUH1nipx8iU6suqkHqc4y6n7a9A8IpmxY/pTjWg==", - "dev": true, - "peer": true, - "dependencies": { - "glob": "~5.0.0" - }, - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/tslint/node_modules/findup-sync/node_modules/glob": { - "version": "5.0.15", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob/-/glob-5.0.15.tgz", - "integrity": "sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "peer": true, - "dependencies": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tslint/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "dev": true, - "license": "ISC", - "peer": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/tslint/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "license": "ISC", - "peer": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tuf-js": { - "version": "2.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/tuf-js/-/tuf-js-2.2.1.tgz", - "integrity": "sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@tufjs/models": "2.0.1", - "debug": "^4.3.4", - "make-fetch-happen": "^13.0.1" - }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "license": "MIT", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://repo.cdek.ru/repository/npm-public/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typed-array-buffer": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", - "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "es-errors": "^1.3.0", - "is-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/typed-array-byte-length": { - "version": "1.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", - "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.8", - "for-each": "^0.3.3", - "gopd": "^1.2.0", - "has-proto": "^1.2.0", - "is-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-byte-offset": { - "version": "1.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", - "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "for-each": "^0.3.3", - "gopd": "^1.2.0", - "has-proto": "^1.2.0", - "is-typed-array": "^1.1.15", - "reflect.getprototypeof": "^1.0.9" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-length": { - "version": "1.0.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/typed-array-length/-/typed-array-length-1.0.7.tgz", - "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "is-typed-array": "^1.1.13", - "possible-typed-array-names": "^1.0.0", - "reflect.getprototypeof": "^1.0.6" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-assert": { - "version": "1.0.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/typed-assert/-/typed-assert-1.0.9.tgz", - "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", - "dev": true, - "license": "MIT" - }, - "node_modules/typedoc": { - "version": "0.25.13", - "resolved": "https://repo.cdek.ru/repository/npm-public/typedoc/-/typedoc-0.25.13.tgz", - "integrity": "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "lunr": "^2.3.9", - "marked": "^4.3.0", - "minimatch": "^9.0.3", - "shiki": "^0.14.7" - }, - "bin": { - "typedoc": "bin/typedoc" - }, - "engines": { - "node": ">= 16" - }, - "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x" - } - }, - "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/ua-parser-js": { - "version": "0.7.41", - "resolved": "https://repo.cdek.ru/repository/npm-public/ua-parser-js/-/ua-parser-js-0.7.41.tgz", - "integrity": "sha512-O3oYyCMPYgNNHuO7Jjk3uacJWZF8loBgwrfd/5LE/HyZ3lUIOdniQ7DNXJcIgZbwioZxk0fLfI4EVnetdiX5jg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/ua-parser-js" - }, - { - "type": "paypal", - "url": "https://paypal.me/faisalman" - }, - { - "type": "github", - "url": "https://github.com/sponsors/faisalman" - } - ], - "license": "MIT", - "bin": { - "ua-parser-js": "script/cli.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/uglify-js": { - "version": "3.19.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/uglify-js/-/uglify-js-3.19.3.tgz", - "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", - "dev": true, - "license": "BSD-2-Clause", - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/uglifycss": { - "version": "0.0.25", - "resolved": "https://repo.cdek.ru/repository/npm-public/uglifycss/-/uglifycss-0.0.25.tgz", - "integrity": "sha512-MPfsrz1Cek1uby3nnPbCBjfcu4q4HxdLnWzYPShO+mHYjEO+C1PDAHH4Q7rZLImv3UF5LXOHCdoz4g32+nb5xw==", - "dev": true, - "license": "MIT", - "bin": { - "uglifycss": "uglifycss" - } - }, - "node_modules/unbox-primitive": { - "version": "1.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/unbox-primitive/-/unbox-primitive-1.1.0.tgz", - "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.3", - "has-bigints": "^1.0.2", - "has-symbols": "^1.1.0", - "which-boxed-primitive": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/unc-path-regex": { - "version": "0.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/unc-path-regex/-/unc-path-regex-0.1.2.tgz", - "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/underscore.string": { - "version": "3.3.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/underscore.string/-/underscore.string-3.3.6.tgz", - "integrity": "sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "sprintf-js": "^1.1.1", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": "*" - } - }, - "node_modules/undertaker": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/undertaker/-/undertaker-2.0.0.tgz", - "integrity": "sha512-tO/bf30wBbTsJ7go80j0RzA2rcwX6o7XPBpeFcb+jzoeb4pfMM2zUeSDIkY1AWqeZabWxaQZ/h8N9t35QKDLPQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "bach": "^2.0.1", - "fast-levenshtein": "^3.0.0", - "last-run": "^2.0.0", - "undertaker-registry": "^2.0.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/undertaker-registry": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/undertaker-registry/-/undertaker-registry-2.0.0.tgz", - "integrity": "sha512-+hhVICbnp+rlzZMgxXenpvTxpuvA67Bfgtt+O9WOE5jo7w/dyiF1VmoZVIHvP2EkUjsyKyTwYKlLhA+j47m1Ew==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/undertaker/node_modules/fast-levenshtein": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz", - "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "fastest-levenshtein": "^1.0.7" - } - }, - "node_modules/undici-types": { - "version": "7.12.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/undici-types/-/undici-types-7.12.0.tgz", - "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", - "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz", - "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz", - "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicorn-magic": { - "version": "0.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/unicorn-magic/-/unicorn-magic-0.3.0.tgz", - "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/unique-filename": { - "version": "3.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/unique-filename/-/unique-filename-3.0.0.tgz", - "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", - "dev": true, - "license": "ISC", - "dependencies": { - "unique-slug": "^4.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/unique-slug": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/unique-slug/-/unique-slug-4.0.0.tgz", - "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/universalify": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/untildify": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/uri-js/node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/util": { - "version": "0.12.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/util/-/util-0.12.5.tgz", - "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "is-arguments": "^1.0.4", - "is-generator-function": "^1.0.7", - "is-typed-array": "^1.1.3", - "which-typed-array": "^1.1.2" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true, - "license": "MIT" - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/utrie": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/utrie/-/utrie-1.0.2.tgz", - "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==", - "dev": true, - "license": "MIT", - "optional": true, - "dependencies": { - "base64-arraybuffer": "^1.0.2" - } - }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/v8-compile-cache-lib": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", - "dev": true, - "license": "MIT" - }, - "node_modules/v8flags": { - "version": "4.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/v8flags/-/v8flags-4.0.1.tgz", - "integrity": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/validate-npm-package-name": { - "version": "5.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", - "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/value-or-function": { - "version": "4.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/value-or-function/-/value-or-function-4.0.0.tgz", - "integrity": "sha512-aeVK81SIuT6aMJfNo9Vte8Dw0/FZINGBV8BfCraGtqVxIeLAEhJyoWs8SmvRVmXfGss2PmmOwZCuBPbZR+IYWg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/vinyl": { - "version": "2.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl/-/vinyl-2.2.1.tgz", - "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", - "dev": true, - "license": "MIT", - "dependencies": { - "clone": "^2.1.1", - "clone-buffer": "^1.0.0", - "clone-stats": "^1.0.0", - "cloneable-readable": "^1.0.0", - "remove-trailing-separator": "^1.0.1", - "replace-ext": "^1.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/vinyl-contents": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl-contents/-/vinyl-contents-2.0.0.tgz", - "integrity": "sha512-cHq6NnGyi2pZ7xwdHSW1v4Jfnho4TEGtxZHw01cmnc8+i7jgR6bRnED/LbrKan/Q7CvVLbnvA5OepnhbpjBZ5Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "bl": "^5.0.0", - "vinyl": "^3.0.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/vinyl-contents/node_modules/bl": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/bl/-/bl-5.1.0.tgz", - "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "buffer": "^6.0.3", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "node_modules/vinyl-contents/node_modules/buffer": { - "version": "6.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/vinyl-contents/node_modules/replace-ext": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/replace-ext/-/replace-ext-2.0.0.tgz", - "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/vinyl-contents/node_modules/vinyl": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl/-/vinyl-3.0.1.tgz", - "integrity": "sha512-0QwqXteBNXgnLCdWdvPQBX6FXRHtIH3VhJPTd5Lwn28tJXc34YqSCWUmkOvtJHBmB3gGoPtrOKk3Ts8/kEZ9aA==", - "dev": true, - "license": "MIT", - "dependencies": { - "clone": "^2.1.2", - "remove-trailing-separator": "^1.1.0", - "replace-ext": "^2.0.0", - "teex": "^1.0.1" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/vinyl-fs": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl-fs/-/vinyl-fs-4.0.2.tgz", - "integrity": "sha512-XRFwBLLTl8lRAOYiBqxY279wY46tVxLaRhSwo3GzKEuLz1giffsOquWWboD/haGf5lx+JyTigCFfe7DWHoARIA==", - "dev": true, - "license": "MIT", - "dependencies": { - "fs-mkdirp-stream": "^2.0.1", - "glob-stream": "^8.0.3", - "graceful-fs": "^4.2.11", - "iconv-lite": "^0.6.3", - "is-valid-glob": "^1.0.0", - "lead": "^4.0.0", - "normalize-path": "3.0.0", - "resolve-options": "^2.0.0", - "stream-composer": "^1.0.2", - "streamx": "^2.14.0", - "to-through": "^3.0.0", - "value-or-function": "^4.0.0", - "vinyl": "^3.0.1", - "vinyl-sourcemap": "^2.0.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/vinyl-fs/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/vinyl-fs/node_modules/replace-ext": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/replace-ext/-/replace-ext-2.0.0.tgz", - "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/vinyl-fs/node_modules/vinyl": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl/-/vinyl-3.0.1.tgz", - "integrity": "sha512-0QwqXteBNXgnLCdWdvPQBX6FXRHtIH3VhJPTd5Lwn28tJXc34YqSCWUmkOvtJHBmB3gGoPtrOKk3Ts8/kEZ9aA==", - "dev": true, - "license": "MIT", - "dependencies": { - "clone": "^2.1.2", - "remove-trailing-separator": "^1.1.0", - "replace-ext": "^2.0.0", - "teex": "^1.0.1" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/vinyl-sourcemap": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl-sourcemap/-/vinyl-sourcemap-2.0.0.tgz", - "integrity": "sha512-BAEvWxbBUXvlNoFQVFVHpybBbjW1r03WhohJzJDSfgrrK5xVYIDTan6xN14DlyImShgDRv2gl9qhM6irVMsV0Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "convert-source-map": "^2.0.0", - "graceful-fs": "^4.2.10", - "now-and-later": "^3.0.0", - "streamx": "^2.12.5", - "vinyl": "^3.0.0", - "vinyl-contents": "^2.0.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/vinyl-sourcemap/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true, - "license": "MIT" - }, - "node_modules/vinyl-sourcemap/node_modules/replace-ext": { - "version": "2.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/replace-ext/-/replace-ext-2.0.0.tgz", - "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10" - } - }, - "node_modules/vinyl-sourcemap/node_modules/vinyl": { - "version": "3.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl/-/vinyl-3.0.1.tgz", - "integrity": "sha512-0QwqXteBNXgnLCdWdvPQBX6FXRHtIH3VhJPTd5Lwn28tJXc34YqSCWUmkOvtJHBmB3gGoPtrOKk3Ts8/kEZ9aA==", - "dev": true, - "license": "MIT", - "dependencies": { - "clone": "^2.1.2", - "remove-trailing-separator": "^1.1.0", - "replace-ext": "^2.0.0", - "teex": "^1.0.1" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/vinyl-sourcemaps-apply": { - "version": "0.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz", - "integrity": "sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==", - "dev": true, - "license": "ISC", - "dependencies": { - "source-map": "^0.5.1" - } - }, - "node_modules/vinyl-sourcemaps-apply/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://repo.cdek.ru/repository/npm-public/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/void-elements": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/vscode-oniguruma": { - "version": "1.7.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", - "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==", - "dev": true, - "license": "MIT" - }, - "node_modules/vscode-textmate": { - "version": "8.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/vscode-textmate/-/vscode-textmate-8.0.0.tgz", - "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==", - "dev": true, - "license": "MIT" - }, - "node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", - "dev": true, - "license": "MIT", - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/wbuf": { - "version": "1.7.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/wcwidth": { - "version": "1.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", - "dev": true, - "license": "MIT", - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/weak-lru-cache": { - "version": "1.2.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz", - "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", - "dev": true, - "license": "MIT" - }, - "node_modules/web-encoding": { - "version": "1.1.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/web-encoding/-/web-encoding-1.1.5.tgz", - "integrity": "sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==", - "dev": true, - "license": "MIT", - "dependencies": { - "util": "^0.12.3" - }, - "optionalDependencies": { - "@zxing/text-encoding": "0.9.0" - } - }, - "node_modules/webpack": { - "version": "5.94.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/webpack/-/webpack-5.94.0.tgz", - "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.12.1", - "@webassemblyjs/wasm-edit": "^1.12.1", - "@webassemblyjs/wasm-parser": "^1.12.1", - "acorn": "^8.7.1", - "acorn-import-attributes": "^1.9.5", - "browserslist": "^4.21.10", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.1", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.11", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.1", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-middleware": { - "version": "7.4.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz", - "integrity": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==", - "dev": true, - "license": "MIT", - "dependencies": { - "colorette": "^2.0.10", - "memfs": "^4.6.0", - "mime-types": "^2.1.31", - "on-finished": "^2.4.1", - "range-parser": "^1.2.1", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server": { - "version": "5.0.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/webpack-dev-server/-/webpack-dev-server-5.0.4.tgz", - "integrity": "sha512-dljXhUgx3HqKP2d8J/fUMvhxGhzjeNVarDLcbO/EWMSgRizDkxHQDZQaLFL5VJY9tRBj2Gz+rvCEYYvhbqPHNA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/bonjour": "^3.5.13", - "@types/connect-history-api-fallback": "^1.5.4", - "@types/express": "^4.17.21", - "@types/serve-index": "^1.9.4", - "@types/serve-static": "^1.15.5", - "@types/sockjs": "^0.3.36", - "@types/ws": "^8.5.10", - "ansi-html-community": "^0.0.8", - "bonjour-service": "^1.2.1", - "chokidar": "^3.6.0", - "colorette": "^2.0.10", - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "default-gateway": "^6.0.3", - "express": "^4.17.3", - "graceful-fs": "^4.2.6", - "html-entities": "^2.4.0", - "http-proxy-middleware": "^2.0.3", - "ipaddr.js": "^2.1.0", - "launch-editor": "^2.6.1", - "open": "^10.0.3", - "p-retry": "^6.2.0", - "rimraf": "^5.0.5", - "schema-utils": "^4.2.0", - "selfsigned": "^2.4.1", - "serve-index": "^1.9.1", - "sockjs": "^0.3.24", - "spdy": "^4.0.2", - "webpack-dev-middleware": "^7.1.0", - "ws": "^8.16.0" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/webpack-dev-server/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": { - "version": "2.0.9", - "resolved": "https://repo.cdek.ru/repository/npm-public/http-proxy-middleware/-/http-proxy-middleware-2.0.9.tgz", - "integrity": "sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "@types/express": "^4.17.13" - }, - "peerDependenciesMeta": { - "@types/express": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/webpack-dev-server/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/webpack-dev-server/node_modules/rimraf": { - "version": "5.0.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/rimraf/-/rimraf-5.0.10.tgz", - "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^10.3.7" - }, - "bin": { - "rimraf": "dist/esm/bin.mjs" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/webpack-merge": { - "version": "6.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/webpack-merge/-/webpack-merge-6.0.1.tgz", - "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", - "dev": true, - "license": "MIT", - "dependencies": { - "clone-deep": "^4.0.1", - "flat": "^5.0.2", - "wildcard": "^2.0.1" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/webpack-sources": { - "version": "3.3.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/webpack-sources/-/webpack-sources-3.3.3.tgz", - "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack-subresource-integrity": { - "version": "5.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/webpack-subresource-integrity/-/webpack-subresource-integrity-5.1.0.tgz", - "integrity": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "typed-assert": "^1.0.8" - }, - "engines": { - "node": ">= 12" - }, - "peerDependencies": { - "html-webpack-plugin": ">= 5.0.0-beta.1 < 6", - "webpack": "^5.12.0" - }, - "peerDependenciesMeta": { - "html-webpack-plugin": { - "optional": true - } - } - }, - "node_modules/webpack/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true, - "license": "MIT", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/webpack/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/webpack/node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true, - "license": "MIT" - }, - "node_modules/webpack/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true, - "license": "MIT" - }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/websocket-driver": { - "version": "0.7.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/websocket-driver/-/websocket-driver-0.7.4.tgz", - "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/websocket-extensions": { - "version": "0.1.4", - "resolved": "https://repo.cdek.ru/repository/npm-public/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "license": "ISC", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", - "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-bigint": "^1.1.0", - "is-boolean-object": "^1.2.1", - "is-number-object": "^1.1.1", - "is-string": "^1.1.1", - "is-symbol": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-builtin-type": { - "version": "1.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/which-builtin-type/-/which-builtin-type-1.2.1.tgz", - "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bound": "^1.0.2", - "function.prototype.name": "^1.1.6", - "has-tostringtag": "^1.0.2", - "is-async-function": "^2.0.0", - "is-date-object": "^1.1.0", - "is-finalizationregistry": "^1.1.0", - "is-generator-function": "^1.0.10", - "is-regex": "^1.2.1", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.1.0", - "which-collection": "^1.0.2", - "which-typed-array": "^1.1.16" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-collection": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/which-collection/-/which-collection-1.0.2.tgz", - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-map": "^2.0.3", - "is-set": "^2.0.3", - "is-weakmap": "^2.0.2", - "is-weakset": "^2.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.19", - "resolved": "https://repo.cdek.ru/repository/npm-public/which-typed-array/-/which-typed-array-1.1.19.tgz", - "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", - "dev": true, - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.8", - "call-bound": "^1.0.4", - "for-each": "^0.3.5", - "get-proto": "^1.0.1", - "gopd": "^1.2.0", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/wildcard": { - "version": "2.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/wildcard/-/wildcard-2.0.1.tgz", - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/wmf": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/wmf/-/wmf-1.0.2.tgz", - "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/word": { - "version": "0.3.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/word/-/word-0.3.0.tgz", - "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wordwrap": { - "version": "0.0.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==", - "dev": true, - "license": "MIT", - "peer": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true, - "license": "ISC" - }, - "node_modules/ws": { - "version": "8.17.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/xhr2": { - "version": "0.2.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/xhr2/-/xhr2-0.2.1.tgz", - "integrity": "sha512-sID0rrVCqkVNUn8t6xuv9+6FViXjUVXq8H5rWOH2rz9fDNQEd4g0EA2XlcEdJXRz5BMEn4O1pJFdT+z4YHhoWw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/xlsx": { - "version": "0.18.5", - "resolved": "https://repo.cdek.ru/repository/npm-public/xlsx/-/xlsx-0.18.5.tgz", - "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "adler-32": "~1.3.0", - "cfb": "~1.2.1", - "codepage": "~1.15.0", - "crc-32": "~1.2.1", - "ssf": "~0.11.2", - "wmf": "~1.0.1", - "word": "~0.3.0" - }, - "bin": { - "xlsx": "bin/xlsx.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/xml2js": { - "version": "0.6.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/xml2js/-/xml2js-0.6.2.tgz", - "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", - "dev": true, - "license": "MIT", - "dependencies": { - "sax": ">=0.6.0", - "xmlbuilder": "~11.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/xmlbuilder": { - "version": "11.0.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/xmlbuilder/-/xmlbuilder-11.0.1.tgz", - "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://repo.cdek.ru/repository/npm-public/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, - "license": "ISC" - }, - "node_modules/yaml": { - "version": "2.8.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/yaml/-/yaml-2.8.1.tgz", - "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", - "dev": true, - "license": "ISC", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - } - }, - "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/yn": { - "version": "3.1.1", - "resolved": "https://repo.cdek.ru/repository/npm-public/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://repo.cdek.ru/repository/npm-public/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/yoctocolors-cjs": { - "version": "2.1.3", - "resolved": "https://repo.cdek.ru/repository/npm-public/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz", - "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zone.js": { - "version": "0.14.10", - "resolved": "https://repo.cdek.ru/repository/npm-public/zone.js/-/zone.js-0.14.10.tgz", - "integrity": "sha512-YGAhaO7J5ywOXW6InXNlLmfU194F8lVgu7bRntUF3TiG8Y3nBK0x1UJJuHUP/e8IyihkjCYqhCScpSwnlaSRkQ==", - "dev": true, - "license": "MIT" - } - } -} diff --git a/s3-publish-themes.js b/s3-publish-themes.js deleted file mode 100644 index 4f98894..0000000 --- a/s3-publish-themes.js +++ /dev/null @@ -1,63 +0,0 @@ -const fs = require('fs'); -const path = require('path'); -const Minio = require('minio'); -const cssPackage = require('./dist-css/package.json'); - -const accessKey = process.argv[2]; -const secretKey = process.argv[3]; - -const minioClient = new Minio.Client({ - endPoint: 's3-cluster-11.cdek.ru', - port: 443, - useSSL: true, - accessKey, - secretKey -}); - -const bucketName = 'ek5-common'; -const folderPath = path.join(__dirname, 'dist-css/css'); -const version = cssPackage.version; - -async function uploadFile(fileName) { - const filePath = path.join(folderPath, fileName, 'theme.min.css'); - const metaData = { - 'Content-Type': 'text/css', - }; - const minioPath = `ng-themes/${fileName.replace('.min.css', '')}/${version}/theme.min.css` - - try { - await minioClient.fPutObject(bucketName, minioPath, filePath, metaData); - console.log(`Файл ${fileName} успешно загружен в бакет ${bucketName}`); - } catch (err) { - console.error(`Ошибка при загрузке файла ${fileName}:`, err); - } -} - -async function uploadAllFiles() { - try { - const bucketExists = await minioClient.bucketExists(bucketName); - if (!bucketExists) { - await minioClient.makeBucket(bucketName); - console.log(`Бакет ${bucketName} создан`); - } - - const files = fs.readdirSync(folderPath).filter(i => i.includes('.min.css')); - - if (files.length === 0) { - console.log('В папке css нет файлов для загрузки'); - return; - } - - console.log(`Найдено ${files.length} файлов для загрузки`); - - for (const file of files) { - await uploadFile(file); - } - - console.log('Все файлы обработаны'); - } catch (err) { - console.error('Ошибка:', err); - } -} - -uploadAllFiles();