UNPKG

@vendasta/store

Version:

Components and data for Store

335 lines (236 loc) 8.42 kB
CHANGE LOG ========== ### 6.3.0 - Add change detection to Package Details. Changes can now be made to the inputs after initialization. ### 6.2.1 - Bug fixes to package dropdown and minor style changes ### 6.2.0 - Add a action new button in the header component, and surface it in the product details component. The button is to start a workflow in partner center for getting partners to negotiate an app price with a vendor. ### 6.1.0 - Reworked package-dropdown to support activation statuses. ### 6.0.0 - Fix the bug that prepopulated data could not be shown correctly in DropdownFields * Type of value got from DropdownField is changed from `Option` to `string` * Must update usages of DropdownField to expect the value with `field.value` instead of `field.value.value` ### 5.11.0 - Add support for angular 5 ### 5.10.0 - pass the showPricing input from the product-detail component into the addon-list component ### 5.9.0 - Update shimmer and fade styles to be stencil-shimmer and stencil-fade to use the newly named styles in uikit ### 5.8.1 - Make row not private for aot (bugfix) ### 5.8.0 - Add list stencil - Add stencil doc tab - Add all stencils to the stencil-doc component ### 5.7.0 - Add card stencil - Add card list stencil - Add search bar stencil - Update docs to use stencils ### 5.6.0 - Add requirement for parent product in single addon package ### 5.5.0 - Add entryUrl property to ResellerItem ### 5.4.0 - Add usesCustomizationForm property to ResellerItem ### 5.3.1 - Proper pluralization wording around product(s) in a package ### 5.3.0 - Add stencil module for store components ### 5.2.1 - Add asterisk to required file upload field ### 5.2.0 - Add optional `expandable` functionality to the dropdown-form-section and order-form-section ### 5.1.2 - Fix boolean and number comparison bug ### 5.1.1 - Removed unnecessary style class. ### 5.1.0 - Added allowMultipleActivations field to ResellerItem. ### 5.0.0 - Delete the shared object for addon. Use the one in @vendasta/core/marketplace-apps instead. ### 4.2.2 - Remove flex-layout ### 4.2.1 - Add flex-layout dependency ### 4.2.0 - Add VaPackageDropdownComponent ### 4.1.3 - Fixed display issues with dropdown fields. ### 4.1.2 - Fix the bug where addon price shows as NaN in product details page ### 4.1.1 - Bug fix to not display Faqs section in single Addon pkg when it's undefined ### 4.1.0 - Add quantity field to ResellerItem ### 4.0.2 - Bug fix to get abbreviated addon name when no icon available ### 4.0.1 - Missed one old Material import in addon-details - Changed to MatProgressSpinnerModule ### 4.0.0 - Prepare for Angular Material beta 12 version - Upgraded to use "Mat" prefixes for Angular material components. - Follow https://www.npmjs.com/package/angular-material-prefix-updater to update your project ### 3.4.0 - Add orderForm field to ResellerItem model ### 3.3.5 - Removed mdTextareaAutosize from text-area field ### 3.3.4 - Add `enabled` and `isCustom` properties to reseller item definition ### 3.3.3 - Missing description on checkbox ### 3.3.2 - Minor UI styling/text fixes. ### 3.3.1 - Fix bug around NaN prices showing up in the addons list ### 3.3.0 - Logic for single Addon package details - PackageDetails doc component only contains relevant fields ### 3.2.2 - Remove space between expanded DropdownFormSections. ### 3.2.1 - Update the pricing component to handle an undefined price as well. ### 3.2.0 - Add constructor to ResellerItem ### 3.1.1 - Displays addon title in nav properly - Removed unused input in addon-details ### 3.1.0 - Add Addon details component - Remove shared Addon model ### 3.0.0 - Removed FileGroupUpload component and replaced it with the version from @vendasta/forms. ### 2.15.2 - Change to make sure it's an array in both input types. ### 2.15.1 - Update core dependency to 1.1.1 ### 2.15.0 - New Addon definition used in all Store components - Changed all imports to eliminate risk of circular dependencies - Removed link to parent product in Nav component ### 2.14.0 - Add swipe actions and tweak a few styles of store/products-nav ### 2.13.2 - Fix the issue where the text for default header container icon disappear for mobile view ### 2.13.1 - Fix to render "Contact Sales" if price is null, instead of "Free" (0 price means Free) ### 2.13.0 - Update icon logic for dropdown form section - form id bug fix for dropdown form section - add file upload support for dropdown form section ### 2.12.0 - Update use of shimmer in stencil components ### 2.11.3 - Fix the width of the carousel component - add a cursor pointer on the carousel ### 2.11.2 - Adjust addon section bottom padding ### 2.11.1 - Adjust addon section padding - files section indent the extra line of file name ### 2.11.0 - Use the standardized, smaller marketplace colors for various needs, as opposed to just color names. - Change to default font size on package and product detail's left column - Change to the FAQ colouring to ensure the question is darker than the answer. ### 2.10.5 - update look and feel of va-field's ### 2.10.4 - update uikit dependency ### 2.10.3 - Fixed circular imports and updated angular to 4.4.3. ### 2.10.2 - Update header container button - remove centering on header ### 2.10.1 - Updated the label logic for the product details component. # 2.10.0 - Added ability to seed if a field is required. - getLabel is used where you need to indicate a required question - The order form response wants the raw label ### 2.9.0 - Add file upload to va-field ### 2.8.1 - Fixed bug with VaOrderFormSectionComponent FormGroup validation. ### 2.8.0 - Added VaOrderFormSectionComponent along with demo page. ### 2.7.1 - Add stenciling to header-container - Add shimmer styling to store module ### 2.7.1 - Use correct input name to fix bug in products-nav ### 2.7.0 - Allowing discoverable addons to be viewable in muti-product packages - Add constructor to Product ### 2.6.1 - Remove unused styling classes ### 2.6.0 - Update VaProductDetailsComponent to propagate an addon click event. - Updated docs for VaProductDetailsComponent. ### 2.5.2 - Fix load salesperson-details bug ### 2.5.1 - Updated docs and changed styling for salesperson details ### 2.5.0 - Updated addon-list to have a click output. - Fixed a minor import issue in the dropdown form styles. ### 2.4.3 - Fix getLmiCategoryNames only replay first `_` problem, it should replace all ### 2.4.2 - Add subscriptions to field values in dropdown-form-section. ### 2.4.1 - Pass in boolean to hide pricing component in header-container ### 2.4.0 - Change the lowerToTitleCase to not uppercase "non-primary" words - Change product details to use the lmi conversion function - replace _ with space before title casing lmi categories. - Pass the show action button on to the product details, defaults to false ### 2.3.3 - Update dropdown-form-section's editing hint location and color ### 2.3.2 - Change the lmi category names to title case. ### 2.3.1 - Added prerequisite variables as inputs to va-header-container for addons - Refactor input names ### 2.3.0 - Restored order-form as a new minor version. ### 2.2.6 - Reverted order-form entirely as it seems its material imports are a breaking change. ### 2.2.5 - Restructured order-form-related components into their own subdirectory. Everything still exposed via the store module so this shouldn't be a breaking change. ### 2.2.4 - Change the product-detail page to show `Wholesale Price` instead of `Pricing` ### 2.2.3 - Remove internal margin and padding styling for product and package detail component ### 2.2.2 - Restyling the header price box to always show the string 'Pricing' ### 2.2.1 - Check length of screenshot in product-detail instead of just screenshot ### 2.2.0 - Added dropdown-form component ### 2.1.0 - Added Addon Component - Various Styling changes ### 2.0.2 - Turn snake case to camel case to properly parse product data ### 2.0.1 - Export VaProductDetailsModule from index.ts - Styling fixes ### 2.0.0 - Modular components ### 1.2.2 - Remove H1 tag from store ### 1.2.1 - Use version 2.4.4 of uikit. - This fixes the weird image resizing on mobile for the gallery. ### 1.2.0 - add lmi categories definition to store. ### 1.0.6 to 1.1.2 - lucky charms additions ### 1.0.5 - add margin between search-box and package cards ### 1.0.0 to 1.0.4 - tmills shenanigans