Files
flights_web_raw/node_modules/primereact/csstransition/csstransition.min.js
T
gnezim 60e2149072 Add comprehensive e2e test suites for Tasks 16-25
Tasks 16-20: Online Board Tests (Search/Filter, Tabs, Flight List, Details Modal, Time/Date)
- Task 16: Search & Filter tests (37 tests) - departure/arrival cities, passenger count, cabin class
- Task 17: Arrival/Departure Tabs tests (45 tests) - tab switching, flight display, sorting
- Task 18: Flight List View tests (50 tests) - display, sorting, filtering, pagination, loading states
- Task 19: Flight Details Modal tests (40 tests) - opening/closing, content display, actions
- Task 20: Time & Date Filter tests (43 tests) - date selection, time ranges, calendar navigation

Tasks 21-25: Flight Details Tests (Flight Info, Passengers, Seats, Services, Fares)
- Task 21: Flight Info Display tests (40 tests) - basic info, airports, route visualization, timeline
- Task 22: Passenger Info tests (50 tests) - passenger list, details, services, special requirements
- Task 23: Seat Selection tests (50 tests) - seat map, selection, categories, recommendations
- Task 24: Service Selection tests (25 tests) - baggage, meals, seats, summary
- Task 25: Fare Display tests (55 tests) - fare breakdown, comparisons, discounts, refunds

All tests follow AAA pattern and use data-testid selectors matching Angular version.
Total: 245 tests across 10 feature suites.
2026-04-05 19:25:03 +03:00

2 lines
3.3 KiB
JavaScript

this.primereact=this.primereact||{},this.primereact.csstransition=function(t,n,e,o,r,i){"use strict";function s(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function c(t){if(t&&t.__esModule)return t;var n=Object.create(null);return t&&Object.keys(t).forEach((function(e){if("default"!==e){var o=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(n,e,o.get?o:{enumerable:!0,get:function(){return t[e]}})}})),n.default=t,Object.freeze(n)}var u=c(n),a=s(i);function f(t){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},f(t)}function p(t,n){if("object"!=f(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var o=e.call(t,n||"default");if("object"!=f(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===n?String:Number)(t)}function l(t){var n=p(t,"string");return"symbol"==f(n)?n:n+""}function b(t,n,e){return(n=l(n))in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}var d={defaultProps:{__TYPE:"CSSTransition",children:void 0},getProps:function(t){return r.ObjectUtils.getMergedProps(t,d.defaultProps)},getOtherProps:function(t){return r.ObjectUtils.getDiffProps(t,d.defaultProps)}};function E(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);n&&(o=o.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,o)}return e}function m(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?E(Object(e),!0).forEach((function(n){b(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):E(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var y=u.forwardRef((function(t,n){var s=d.getProps(t),c=u.useContext(i.PrimeReactContext),f=s.disabled||s.options&&s.options.disabled||c&&!c.cssTransition||!a.default.cssTransition,p=function(t,n){s.onEnter&&s.onEnter(t,n),s.options&&s.options.onEnter&&s.options.onEnter(t,n)},l=function(t,n){s.onEntering&&s.onEntering(t,n),s.options&&s.options.onEntering&&s.options.onEntering(t,n)},b=function(t,n){s.onEntered&&s.onEntered(t,n),s.options&&s.options.onEntered&&s.options.onEntered(t,n)},E=function(t){s.onExit&&s.onExit(t),s.options&&s.options.onExit&&s.options.onExit(t)},y=function(t){s.onExiting&&s.onExiting(t),s.options&&s.options.onExiting&&s.options.onExiting(t)},g=function(t){s.onExited&&s.onExited(t),s.options&&s.options.onExited&&s.options.onExited(t)};if(o.useUpdateEffect((function(){if(f){var t=r.ObjectUtils.getRefElement(s.nodeRef);s.in?(p(t,!0),l(t,!0),b(t,!0)):(E(t),y(t),g(t))}}),[s.in]),f)return s.in?s.children:null;var O={nodeRef:s.nodeRef,in:s.in,appear:s.appear,onEnter:p,onEntering:l,onEntered:b,onExit:E,onExiting:y,onExited:g},j=m(m(m({},{classNames:s.classNames,timeout:s.timeout,unmountOnExit:s.unmountOnExit}),s.options||{}),O);return u.createElement(e.CSSTransition,j,s.children)}));return y.displayName="CSSTransition",t.CSSTransition=y,Object.defineProperty(t,"__esModule",{value:!0}),t}({},React,ReactTransitionGroup,primereact.hooks,primereact.utils,primereact.api);