adp-web-components 0.0.89 → 0.0.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/cn-BHnqYtun.js +2597 -0
- package/dist/cjs/contact-us-form.cjs.entry.js +11 -22
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +15 -32
- package/dist/cjs/flexible-container.cjs.entry.js +134 -0
- package/dist/cjs/form-dialog_8.cjs.entry.js +44 -100
- package/dist/cjs/{get-local-language-e539cfdc.js → get-local-language-XsAJEAsO.js} +338 -295
- package/dist/cjs/{index-a8de3655.js → index-BjyafrBw.js} +525 -288
- package/dist/cjs/information-table.cjs.entry.js +40 -0
- package/dist/cjs/loader.cjs.js +3 -6
- package/dist/cjs/loading-spinner.cjs.entry.js +6 -10
- package/dist/cjs/part-lookup.cjs.entry.js +14 -21
- package/dist/cjs/service-booking-form.cjs.entry.js +10 -21
- package/dist/cjs/shift-accordion.cjs.entry.js +29 -0
- package/dist/cjs/shift-components.cjs.js +7 -8
- package/dist/cjs/shift-slider.cjs.entry.js +70 -0
- package/dist/cjs/shift-tab-content_7.cjs.entry.js +1487 -0
- package/dist/cjs/shift-tabs_2.cjs.entry.js +301 -0
- package/dist/cjs/{type-3183db65.js → type-BAD2dFzP.js} +32 -123
- package/dist/cjs/{type-87edb16d.js → type-CCsnwaKp.js} +11 -8
- package/dist/cjs/{type-c576b922.js → type-DT5vXP0E.js} +4 -4
- package/dist/cjs/{type-3d22f1fc.js → vehicle-info-layout-BSAeLW7e.js} +11 -1
- package/dist/cjs/vehicle-lookup.cjs.entry.js +60 -50
- package/dist/cjs/vin-extractor.cjs.entry.js +22 -32
- package/dist/collection/collection-manifest.json +19 -13
- package/dist/collection/components/components/card-content.js +7 -0
- package/dist/collection/components/components/flexible-container.css +1 -0
- package/dist/collection/components/components/flexible-container.js +317 -0
- package/dist/collection/components/components/information-table.css +1 -0
- package/dist/collection/components/components/information-table.js +137 -0
- package/dist/collection/components/components/loading-spinner.css +1 -1
- package/dist/collection/components/components/loading-spinner.js +4 -5
- package/dist/collection/components/components/material-card.js +34 -0
- package/dist/collection/components/{vehicle-lookup/service-history.css → components/shift-accordion.css} +1 -1
- package/dist/collection/components/components/shift-accordion.js +102 -0
- package/dist/collection/components/components/shift-slider.css +1 -0
- package/dist/collection/components/components/shift-slider.js +95 -0
- package/dist/collection/components/components/shift-tab-content.css +1 -0
- package/dist/collection/components/components/shift-tab-content.js +98 -0
- package/dist/collection/components/components/shift-tabs.css +1 -0
- package/dist/collection/components/components/shift-tabs.js +140 -0
- package/dist/collection/components/components/vehicle-info-layout.js +7 -0
- package/dist/collection/components/form-elements/form-dialog.css +1 -1
- package/dist/collection/components/form-elements/form-dialog.js +13 -9
- package/dist/collection/components/form-elements/form-input.css +1 -1
- package/dist/collection/components/form-elements/form-input.js +42 -26
- package/dist/collection/components/form-elements/form-select.css +1 -1
- package/dist/collection/components/form-elements/form-select.js +54 -38
- package/dist/collection/components/form-elements/form-shadow-input.css +1 -1
- package/dist/collection/components/form-elements/form-shadow-input.js +11 -9
- package/dist/collection/components/form-elements/form-structure-error.css +1 -1
- package/dist/collection/components/form-elements/form-structure-error.js +4 -2
- package/dist/collection/components/form-elements/form-structure.css +1 -1
- package/dist/collection/components/form-elements/form-structure.js +29 -13
- package/dist/collection/components/form-elements/form-submit.css +1 -1
- package/dist/collection/components/form-elements/form-submit.js +15 -7
- package/dist/collection/components/form-elements/form-text-area.css +1 -1
- package/dist/collection/components/form-elements/form-text-area.js +33 -20
- package/dist/collection/components/forms/contact-us/form.css +1 -1
- package/dist/collection/components/forms/contact-us-form.js +37 -22
- package/dist/collection/components/forms/service-booking-form.js +37 -22
- package/dist/collection/components/part-lookup/dead-stock-lookup.js +40 -27
- package/dist/collection/components/part-lookup/distributor-lookup.js +46 -29
- package/dist/collection/components/part-lookup/manufacturer-lookup.js +54 -35
- package/dist/collection/components/part-lookup/part-lookup.js +39 -23
- package/dist/collection/components/vehicle-lookup/components/CardsContainer.js +5 -5
- package/dist/collection/components/vehicle-lookup/components/StatusCard.js +2 -2
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +99 -47
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-claimable-items.js +959 -0
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-item-claim-form.js +590 -0
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -1
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +123 -53
- package/dist/collection/components/vehicle-lookup/vehicle-paint-thickness.css +1 -0
- package/dist/collection/components/vehicle-lookup/{paint-thickness.js → vehicle-paint-thickness.js} +99 -43
- package/dist/collection/components/vehicle-lookup/vehicle-service-history.css +3 -0
- package/dist/collection/components/vehicle-lookup/{service-history.js → vehicle-service-history.js} +101 -38
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +3 -1
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +66 -38
- package/dist/collection/components/vehicle-lookup/vehicle-warranty-details.css +3 -0
- package/dist/collection/components/vehicle-lookup/{warranty-details.js → vehicle-warranty-details.js} +168 -54
- package/dist/collection/components/vin-extractor/vin-extractor.js +60 -39
- package/dist/collection/global/lib/children-with-tag.js +24 -0
- package/dist/collection/global/lib/container-has-tag.js +28 -0
- package/dist/collection/global/lib/get-local-language.js +15 -5
- package/dist/collection/global/lib/scroll-into-container-view.js +16 -0
- package/dist/collection/global/types/generated/part/dead-stock-dto.js +1 -0
- package/dist/collection/global/types/generated/part/hs-code-dto.js +1 -0
- package/dist/collection/global/types/generated/part/part-lookup-dto.js +1 -0
- package/dist/collection/global/types/generated/part/part-price-dto.js +1 -0
- package/dist/collection/global/types/generated/part/price-dto.js +1 -0
- package/dist/collection/global/types/generated/part/stock-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/accessory-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-image-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/paint-thickness-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/ssc-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/ssc-labor-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/ssc-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-broker-sale-information.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-identifiers-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-labor-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-lookup-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-part-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-sale-information.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-history-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-item-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-service-item-group.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-specification-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-variant-info-dto.js +1 -0
- package/dist/collection/global/types/generated/vehicle-lookup/vehicle-warranty-dto.js +1 -0
- package/dist/collection/locale-mapper.js +3 -3
- package/dist/collection/locales/partLookup/manufacturer/type.js +3 -3
- package/dist/collection/locales/vehicleLookup/{dynamicClaim → claimableItems}/type.js +9 -6
- package/dist/collection/locales/vehicleLookup/warranty/type.js +1 -0
- package/dist/collection/locales/vehicleLookup/wrapper-type.js +2 -2
- package/dist/collection/templates/part-lookup/mock-data.js +14 -14
- package/dist/collection/templates/vehicle-lookup/mock-data.js +228 -191
- package/dist/collection/templates/vehicle-lookup/warranty-mock-data.js +45 -27
- package/dist/components/contact-us-form.js +1 -1
- package/dist/components/dead-stock-lookup.js +1 -1
- package/dist/components/distributor-lookup.js +1 -1
- package/dist/components/flexible-container.d.ts +11 -0
- package/dist/components/flexible-container.js +5 -0
- package/dist/components/form-dialog.js +1 -1
- package/dist/components/form-input.js +1 -1
- package/dist/components/form-select.js +1 -1
- package/dist/components/form-shadow-input.js +1 -1
- package/dist/components/form-structure-error.js +1 -1
- package/dist/components/form-structure.js +1 -1
- package/dist/components/form-submit.js +1 -1
- package/dist/components/form-text-area.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{paint-thickness.d.ts → information-table.d.ts} +4 -4
- package/dist/components/information-table.js +5 -0
- package/dist/components/loading-spinner.js +1 -1
- package/dist/components/manufacturer-lookup.js +1 -1
- package/dist/components/p-1vy-Ba6r.js +5 -0
- package/dist/components/p-B6QhQCZi.js +5 -0
- package/dist/components/p-BDkK65_1.js +5 -0
- package/dist/components/p-BK16Cn81.js +5 -0
- package/dist/components/{p-c981ee34.js → p-BaJpYztb.js} +1 -1
- package/dist/components/p-C-4kx8qU.js +5 -0
- package/dist/components/p-C1F_f1WE.js +5 -0
- package/dist/components/p-CACnUI7c.js +5 -0
- package/dist/components/p-CDOvd2iD.js +5 -0
- package/dist/components/p-CGzOJT7g.js +5 -0
- package/dist/components/p-CINfIgzX.js +5 -0
- package/dist/components/p-CJpwqpuQ.js +5 -0
- package/dist/components/p-CK4E5G0i.js +5 -0
- package/dist/components/p-CUqXnLyM.js +5 -0
- package/dist/components/p-CjWDXQ_q.js +5 -0
- package/dist/components/p-Cl9ct-bZ.js +5 -0
- package/dist/components/p-CqGVdvFp.js +5 -0
- package/dist/components/p-D2bxjSGr.js +5 -0
- package/dist/components/p-D63WC2_Y.js +5 -0
- package/dist/components/p-D7yku_Qi.js +5 -0
- package/dist/components/p-DXHx6lre.js +5 -0
- package/dist/components/p-DXj5zsQK.js +5 -0
- package/dist/components/p-DsCtgcZn.js +5 -0
- package/dist/components/p-DxjQlmaz.js +5 -0
- package/dist/components/p-JtBlsz4j.js +5 -0
- package/dist/components/p-P3fAKtye.js +5 -0
- package/dist/components/p-nxlqujKv.js +5 -0
- package/dist/components/p-vvHN2Olh.js +5 -0
- package/dist/components/p-yQ70lKV2.js +5 -0
- package/dist/components/part-lookup.js +1 -1
- package/dist/components/service-booking-form.js +1 -1
- package/dist/components/{service-history.d.ts → shift-accordion.d.ts} +4 -4
- package/dist/components/shift-accordion.js +5 -0
- package/dist/components/{dynamic-claim.d.ts → shift-slider.d.ts} +4 -4
- package/dist/components/shift-slider.js +5 -0
- package/dist/components/{warranty-details.d.ts → shift-tab-content.d.ts} +4 -4
- package/dist/components/shift-tab-content.js +5 -0
- package/dist/components/{dynamic-redeem.d.ts → shift-tabs.d.ts} +4 -4
- package/dist/components/shift-tabs.js +5 -0
- package/dist/components/vehicle-accessories.js +1 -1
- package/dist/components/vehicle-claimable-items.d.ts +11 -0
- package/dist/components/vehicle-claimable-items.js +5 -0
- package/dist/components/vehicle-item-claim-form.d.ts +11 -0
- package/dist/components/vehicle-item-claim-form.js +5 -0
- package/dist/components/vehicle-lookup.js +1 -1
- package/dist/components/vehicle-paint-thickness.d.ts +11 -0
- package/dist/components/vehicle-paint-thickness.js +5 -0
- package/dist/components/vehicle-service-history.d.ts +11 -0
- package/dist/components/vehicle-service-history.js +5 -0
- package/dist/components/vehicle-specification.js +1 -1
- package/dist/components/vehicle-warranty-details.d.ts +11 -0
- package/dist/components/vehicle-warranty-details.js +5 -0
- package/dist/components/vin-extractor.js +1 -1
- package/dist/esm/cn-BK16Cn81.js +2595 -0
- package/dist/esm/contact-us-form.entry.js +11 -20
- package/dist/esm/dead-stock-lookup_3.entry.js +15 -30
- package/dist/esm/flexible-container.entry.js +132 -0
- package/dist/esm/form-dialog_8.entry.js +44 -98
- package/dist/esm/{get-local-language-e286080a.js → get-local-language-BPo-xYwK.js} +339 -296
- package/dist/esm/{index-3a623f7c.js → index-CikEOqe0.js} +524 -268
- package/dist/esm/information-table.entry.js +38 -0
- package/dist/esm/loader.js +3 -4
- package/dist/esm/loading-spinner.entry.js +6 -8
- package/dist/esm/part-lookup.entry.js +14 -19
- package/dist/esm/service-booking-form.entry.js +10 -19
- package/dist/esm/shift-accordion.entry.js +27 -0
- package/dist/esm/shift-components.js +5 -5
- package/dist/esm/shift-slider.entry.js +68 -0
- package/dist/esm/shift-tab-content_7.entry.js +1479 -0
- package/dist/esm/shift-tabs_2.entry.js +298 -0
- package/dist/esm/{type-dc3e60a4.js → type-CfLRnI1J.js} +10 -7
- package/dist/esm/{type-1d1a2052.js → type-D9Rd8Kcd.js} +5 -5
- package/dist/esm/{type-68307857.js → type-DHujxJVp.js} +32 -123
- package/dist/esm/vehicle-info-layout-D1bvY1nt.js +43 -0
- package/dist/esm/vehicle-lookup.entry.js +55 -43
- package/dist/esm/vin-extractor.entry.js +22 -30
- package/dist/locales/errors/ru.json +10 -10
- package/dist/locales/partLookup/deadStock/ru.json +3 -3
- package/dist/locales/partLookup/distributor/ru.json +14 -14
- package/dist/locales/partLookup/manufacturer/ar.json +3 -3
- package/dist/locales/partLookup/manufacturer/en.json +3 -3
- package/dist/locales/partLookup/manufacturer/ku.json +3 -3
- package/dist/locales/partLookup/manufacturer/ru.json +15 -15
- package/dist/locales/partLookup/manufacturer/type.ts +3 -3
- package/dist/locales/vehicleLookup/accessories/ru.json +6 -6
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/ar.json +6 -3
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/en.json +4 -1
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/ku.json +6 -3
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/ru.json +10 -7
- package/dist/locales/vehicleLookup/{dynamicClaim → claimableItems}/type.ts +10 -7
- package/dist/locales/vehicleLookup/paintThickness/ru.json +7 -7
- package/dist/locales/vehicleLookup/serviceHistory/ru.json +8 -8
- package/dist/locales/vehicleLookup/specification/ru.json +8 -8
- package/dist/locales/vehicleLookup/warranty/ar.json +1 -0
- package/dist/locales/vehicleLookup/warranty/en.json +1 -0
- package/dist/locales/vehicleLookup/warranty/ku.json +1 -0
- package/dist/locales/vehicleLookup/warranty/ru.json +17 -16
- package/dist/locales/vehicleLookup/warranty/type.ts +1 -0
- package/dist/locales/vehicleLookup/wrapper-type.ts +2 -2
- package/dist/shift-components/p-0c8bbdd0.entry.js +5 -0
- package/dist/shift-components/p-238f5df0.entry.js +5 -0
- package/dist/shift-components/p-389f444c.entry.js +5 -0
- package/dist/shift-components/p-5dd208de.entry.js +5 -0
- package/dist/shift-components/p-5f91eb5f.entry.js +5 -0
- package/dist/shift-components/p-76dd44e9.entry.js +5 -0
- package/dist/shift-components/p-9a51dae0.entry.js +5 -0
- package/dist/shift-components/p-BAMA88Mr.js +5 -0
- package/dist/shift-components/p-BK16Cn81.js +5 -0
- package/dist/shift-components/p-Br0JD1CD.js +5 -0
- package/dist/shift-components/p-CIU9c3pi.js +5 -0
- package/dist/shift-components/p-CikEOqe0.js +6 -0
- package/dist/shift-components/p-CuQ84qxe.js +5 -0
- package/dist/shift-components/p-DHb8KxaG.js +5 -0
- package/dist/shift-components/p-af44ca99.entry.js +5 -0
- package/dist/shift-components/p-b6497f63.entry.js +5 -0
- package/dist/shift-components/p-d0e6cd78.entry.js +5 -0
- package/dist/shift-components/p-f1225504.entry.js +5 -0
- package/dist/shift-components/p-f282c740.entry.js +5 -0
- package/dist/shift-components/p-faabbd23.entry.js +5 -0
- package/dist/shift-components/p-ff0fec09.entry.js +5 -0
- package/dist/shift-components/shift-components.esm.js +1 -1
- package/dist/types/components/components/card-content.d.ts +10 -0
- package/dist/types/components/components/flexible-container.d.ts +30 -0
- package/dist/types/components/components/information-table.d.ts +20 -0
- package/dist/types/components/components/material-card.d.ts +16 -0
- package/dist/types/components/components/shift-accordion.d.ts +13 -0
- package/dist/types/components/components/shift-slider.d.ts +11 -0
- package/dist/types/components/components/shift-tab-content.d.ts +12 -0
- package/dist/types/components/components/shift-tabs.d.ts +12 -0
- package/dist/types/components/components/vehicle-info-layout.d.ts +11 -0
- package/dist/types/components/part-lookup/dead-stock-lookup.d.ts +5 -5
- package/dist/types/components/part-lookup/distributor-lookup.d.ts +5 -5
- package/dist/types/components/part-lookup/manufacturer-lookup.d.ts +5 -5
- package/dist/types/components/vehicle-lookup/components/CardsContainer.d.ts +5 -4
- package/dist/types/components/vehicle-lookup/components/StatusCard.d.ts +4 -2
- package/dist/types/components/vehicle-lookup/vehicle-accessories.d.ts +6 -5
- package/dist/types/components/vehicle-lookup/{dynamic-claim.d.ts → vehicle-claimable-items.d.ts} +31 -22
- package/dist/types/components/vehicle-lookup/{dynamic-redeem.d.ts → vehicle-item-claim-form.d.ts} +34 -10
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +20 -16
- package/dist/types/components/vehicle-lookup/{paint-thickness.d.ts → vehicle-paint-thickness.d.ts} +8 -6
- package/dist/types/components/vehicle-lookup/{service-history.d.ts → vehicle-service-history.d.ts} +7 -6
- package/dist/types/components/vehicle-lookup/vehicle-specification.d.ts +6 -5
- package/dist/types/components/vehicle-lookup/{warranty-details.d.ts → vehicle-warranty-details.d.ts} +9 -8
- package/dist/types/components.d.ts +1060 -195
- package/dist/types/global/api/partInformation.d.ts +5 -5
- package/dist/types/global/api/vehicleInformation.d.ts +4 -4
- package/dist/types/global/lib/children-with-tag.d.ts +1 -0
- package/dist/types/global/lib/container-has-tag.d.ts +1 -0
- package/dist/types/global/lib/scroll-into-container-view.d.ts +1 -0
- package/dist/types/global/types/generated/part/branch-dead-stock-dto.d.ts +5 -0
- package/dist/types/global/types/generated/part/dead-stock-dto.d.ts +6 -0
- package/dist/types/global/types/generated/part/hs-code-dto.d.ts +5 -0
- package/dist/types/global/types/generated/part/part-lookup-dto.d.ts +27 -0
- package/dist/types/global/types/generated/part/part-price-dto.d.ts +10 -0
- package/dist/types/global/types/generated/part/price-dto.d.ts +6 -0
- package/dist/types/global/types/generated/part/stock-part-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/accessory-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-dto.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-image-dto.d.ts +4 -0
- package/dist/types/global/types/generated/vehicle-lookup/paint-thickness-part-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/ssc-dto.d.ts +10 -0
- package/dist/types/global/types/generated/vehicle-lookup/ssc-labor-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/ssc-part-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-broker-sale-information.d.ts +7 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-identifiers-dto.d.ts +9 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-labor-dto.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-lookup-dto.d.ts +27 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-part-dto.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-sale-information.d.ts +16 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-history-dto.d.ts +16 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-dto.d.ts +34 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-service-item-group.d.ts +6 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-specification-dto.d.ts +22 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-variant-info-dto.d.ts +5 -0
- package/dist/types/global/types/generated/vehicle-lookup/vehicle-warranty-dto.d.ts +8 -0
- package/dist/types/locale-mapper.d.ts +2 -2
- package/dist/types/locales/partLookup/distributor/type.d.ts +2 -2
- package/dist/types/locales/partLookup/manufacturer/type.d.ts +6 -6
- package/dist/types/locales/partLookup/wrapper-type.d.ts +8 -8
- package/dist/types/locales/vehicleLookup/accessories/type.d.ts +2 -2
- package/dist/types/locales/vehicleLookup/{dynamicClaim → claimableItems}/type.d.ts +28 -16
- package/dist/types/locales/vehicleLookup/paintThickness/type.d.ts +4 -4
- package/dist/types/locales/vehicleLookup/serviceHistory/type.d.ts +4 -4
- package/dist/types/locales/vehicleLookup/warranty/type.d.ts +2 -0
- package/dist/types/locales/vehicleLookup/wrapper-type.d.ts +52 -44
- package/dist/types/stencil-public-runtime.d.ts +23 -1
- package/package.json +10 -8
- package/LICENSE +0 -21
- package/dist/cjs/app-globals-4aa8f46f.js +0 -46
- package/dist/cjs/cn-f559f9e5.js +0 -2588
- package/dist/cjs/dynamic-claim_6.cjs.entry.js +0 -1224
- package/dist/cjs/dynamic-redeem.cjs.entry.js +0 -210
- package/dist/collection/components/vehicle-lookup/components/SSCTable.js +0 -18
- package/dist/collection/components/vehicle-lookup/dynamic-claim.css +0 -1
- package/dist/collection/components/vehicle-lookup/dynamic-claim.js +0 -756
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.css +0 -1
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.js +0 -444
- package/dist/collection/components/vehicle-lookup/paint-thickness.css +0 -1
- package/dist/collection/components/vehicle-lookup/warranty-details.css +0 -1
- package/dist/collection/global/types/vehicle-information.js +0 -5
- package/dist/collection/templates/vehicle-lookup/vehicle-lookup.js +0 -285
- package/dist/components/dynamic-claim.js +0 -5
- package/dist/components/dynamic-redeem.js +0 -5
- package/dist/components/p-0aea36b4.js +0 -5
- package/dist/components/p-0fa9085a.js +0 -5
- package/dist/components/p-1c45c079.js +0 -5
- package/dist/components/p-28cf4dbe.js +0 -5
- package/dist/components/p-29a57e34.js +0 -5
- package/dist/components/p-2c893802.js +0 -5
- package/dist/components/p-3a216a1c.js +0 -5
- package/dist/components/p-48a28736.js +0 -5
- package/dist/components/p-48a9b8e5.js +0 -5
- package/dist/components/p-4ddb3435.js +0 -5
- package/dist/components/p-5709db05.js +0 -5
- package/dist/components/p-5afcb14f.js +0 -5
- package/dist/components/p-7a1dd4fc.js +0 -5
- package/dist/components/p-7d3dd7c2.js +0 -5
- package/dist/components/p-8b1d90d7.js +0 -5
- package/dist/components/p-8cd53e18.js +0 -5
- package/dist/components/p-98d9e7ab.js +0 -5
- package/dist/components/p-aacd560d.js +0 -5
- package/dist/components/p-c4f620e9.js +0 -5
- package/dist/components/p-ca0bda87.js +0 -5
- package/dist/components/p-d3f029ed.js +0 -5
- package/dist/components/p-dfb3925b.js +0 -5
- package/dist/components/p-ec493f9b.js +0 -5
- package/dist/components/p-f437e795.js +0 -5
- package/dist/components/p-ffad35ad.js +0 -5
- package/dist/components/paint-thickness.js +0 -5
- package/dist/components/service-history.js +0 -5
- package/dist/components/warranty-details.js +0 -5
- package/dist/esm/app-globals-68faa233.js +0 -44
- package/dist/esm/cn-cc419b94.js +0 -2586
- package/dist/esm/dynamic-claim_6.entry.js +0 -1215
- package/dist/esm/dynamic-redeem.entry.js +0 -206
- package/dist/esm/type-885c56ae.js +0 -34
- package/dist/shift-components/p-025b3a45.entry.js +0 -5
- package/dist/shift-components/p-07ee30c6.js +0 -5
- package/dist/shift-components/p-232a8be0.entry.js +0 -5
- package/dist/shift-components/p-40e52936.entry.js +0 -5
- package/dist/shift-components/p-446d908d.js +0 -5
- package/dist/shift-components/p-50d68cc4.entry.js +0 -5
- package/dist/shift-components/p-67d3532e.js +0 -5
- package/dist/shift-components/p-69f1a7ff.entry.js +0 -5
- package/dist/shift-components/p-6b3651bd.js +0 -5
- package/dist/shift-components/p-6ec0650f.js +0 -5
- package/dist/shift-components/p-83b755da.entry.js +0 -5
- package/dist/shift-components/p-90bf4148.entry.js +0 -5
- package/dist/shift-components/p-9474a4da.js +0 -6
- package/dist/shift-components/p-98d9e7ab.js +0 -5
- package/dist/shift-components/p-997b9bfb.entry.js +0 -5
- package/dist/shift-components/p-9e11eb3e.entry.js +0 -5
- package/dist/shift-components/p-ab79b6e8.entry.js +0 -5
- package/dist/shift-components/p-c802d527.js +0 -5
- package/dist/types/components/vehicle-lookup/components/SSCTable.d.ts +0 -9
- package/dist/types/global/types/part-information.d.ts +0 -53
- package/dist/types/global/types/vehicle-information.d.ts +0 -182
- package/loader/package.json +0 -11
- package/readme.md +0 -15
- /package/dist/cjs/{loader-baf2418b.js → loader-jtAYWeFG.js} +0 -0
- /package/dist/cjs/{validate-vin-32e95695.js → validate-vin-CJDIXpJO.js} +0 -0
- /package/dist/collection/global/types/{part-information.js → generated/part/branch-dead-stock-dto.js} +0 -0
- /package/dist/components/{p-00a27a58.js → p-B5YdqGVm.js} +0 -0
- /package/dist/components/{p-fab97ac7.js → p-BT4rhLRL.js} +0 -0
- /package/dist/components/{p-a21e2e2e.js → p-C-EQDloC.js} +0 -0
- /package/dist/components/{p-383b4ddf.js → p-CUREVASG.js} +0 -0
- /package/dist/esm/{loader-027b88af.js → loader-C-EQDloC.js} +0 -0
- /package/dist/esm/{validate-vin-f4d23a44.js → validate-vin-CUREVASG.js} +0 -0
- /package/dist/shift-components/{p-a21e2e2e.js → p-C-EQDloC.js} +0 -0
- /package/dist/shift-components/{p-383b4ddf.js → p-CUREVASG.js} +0 -0
|
@@ -16,12 +16,8 @@ export class DistributorLookup {
|
|
|
16
16
|
this.hiddenFields = '';
|
|
17
17
|
this.language = 'en';
|
|
18
18
|
this.localizationName = '';
|
|
19
|
-
this.errorCallback = undefined;
|
|
20
|
-
this.loadingStateChange = undefined;
|
|
21
|
-
this.loadedResponse = undefined;
|
|
22
19
|
this.state = 'idle';
|
|
23
20
|
this.errorMessage = null;
|
|
24
|
-
this.partInformation = undefined;
|
|
25
21
|
this.externalPartNumber = null;
|
|
26
22
|
this.sharedLocales = sharedLocalesSchema.getDefault();
|
|
27
23
|
this.locale = distributerSchema.getDefault();
|
|
@@ -101,7 +97,7 @@ export class DistributorLookup {
|
|
|
101
97
|
const partsInformation = this.partInformation
|
|
102
98
|
? [
|
|
103
99
|
{ label: texts.description, key: 'partDescription', value: this.partInformation.partDescription },
|
|
104
|
-
{ label: texts.productGroup, key: '
|
|
100
|
+
{ label: texts.productGroup, key: 'productGroup', value: this.partInformation.productGroup },
|
|
105
101
|
{
|
|
106
102
|
label: texts.localDescription.replace('$', localName),
|
|
107
103
|
key: 'localDescription',
|
|
@@ -166,6 +162,7 @@ export class DistributorLookup {
|
|
|
166
162
|
return {
|
|
167
163
|
"baseUrl": {
|
|
168
164
|
"type": "string",
|
|
165
|
+
"attribute": "base-url",
|
|
169
166
|
"mutable": false,
|
|
170
167
|
"complexType": {
|
|
171
168
|
"original": "string",
|
|
@@ -178,12 +175,14 @@ export class DistributorLookup {
|
|
|
178
175
|
"tags": [],
|
|
179
176
|
"text": ""
|
|
180
177
|
},
|
|
181
|
-
"
|
|
178
|
+
"getter": false,
|
|
179
|
+
"setter": false,
|
|
182
180
|
"reflect": false,
|
|
183
181
|
"defaultValue": "''"
|
|
184
182
|
},
|
|
185
183
|
"isDev": {
|
|
186
184
|
"type": "boolean",
|
|
185
|
+
"attribute": "is-dev",
|
|
187
186
|
"mutable": false,
|
|
188
187
|
"complexType": {
|
|
189
188
|
"original": "boolean",
|
|
@@ -196,12 +195,14 @@ export class DistributorLookup {
|
|
|
196
195
|
"tags": [],
|
|
197
196
|
"text": ""
|
|
198
197
|
},
|
|
199
|
-
"
|
|
198
|
+
"getter": false,
|
|
199
|
+
"setter": false,
|
|
200
200
|
"reflect": false,
|
|
201
201
|
"defaultValue": "false"
|
|
202
202
|
},
|
|
203
203
|
"queryString": {
|
|
204
204
|
"type": "string",
|
|
205
|
+
"attribute": "query-string",
|
|
205
206
|
"mutable": false,
|
|
206
207
|
"complexType": {
|
|
207
208
|
"original": "string",
|
|
@@ -214,12 +215,14 @@ export class DistributorLookup {
|
|
|
214
215
|
"tags": [],
|
|
215
216
|
"text": ""
|
|
216
217
|
},
|
|
217
|
-
"
|
|
218
|
+
"getter": false,
|
|
219
|
+
"setter": false,
|
|
218
220
|
"reflect": false,
|
|
219
221
|
"defaultValue": "''"
|
|
220
222
|
},
|
|
221
223
|
"hiddenFields": {
|
|
222
224
|
"type": "string",
|
|
225
|
+
"attribute": "hidden-fields",
|
|
223
226
|
"mutable": false,
|
|
224
227
|
"complexType": {
|
|
225
228
|
"original": "string",
|
|
@@ -232,12 +235,14 @@ export class DistributorLookup {
|
|
|
232
235
|
"tags": [],
|
|
233
236
|
"text": ""
|
|
234
237
|
},
|
|
235
|
-
"
|
|
238
|
+
"getter": false,
|
|
239
|
+
"setter": false,
|
|
236
240
|
"reflect": false,
|
|
237
241
|
"defaultValue": "''"
|
|
238
242
|
},
|
|
239
243
|
"language": {
|
|
240
244
|
"type": "string",
|
|
245
|
+
"attribute": "language",
|
|
241
246
|
"mutable": false,
|
|
242
247
|
"complexType": {
|
|
243
248
|
"original": "LanguageKeys",
|
|
@@ -256,12 +261,14 @@ export class DistributorLookup {
|
|
|
256
261
|
"tags": [],
|
|
257
262
|
"text": ""
|
|
258
263
|
},
|
|
259
|
-
"
|
|
264
|
+
"getter": false,
|
|
265
|
+
"setter": false,
|
|
260
266
|
"reflect": false,
|
|
261
267
|
"defaultValue": "'en'"
|
|
262
268
|
},
|
|
263
269
|
"localizationName": {
|
|
264
270
|
"type": "string",
|
|
271
|
+
"attribute": "localization-name",
|
|
265
272
|
"mutable": false,
|
|
266
273
|
"complexType": {
|
|
267
274
|
"original": "string",
|
|
@@ -274,12 +281,14 @@ export class DistributorLookup {
|
|
|
274
281
|
"tags": [],
|
|
275
282
|
"text": ""
|
|
276
283
|
},
|
|
277
|
-
"
|
|
284
|
+
"getter": false,
|
|
285
|
+
"setter": false,
|
|
278
286
|
"reflect": false,
|
|
279
287
|
"defaultValue": "''"
|
|
280
288
|
},
|
|
281
289
|
"errorCallback": {
|
|
282
290
|
"type": "unknown",
|
|
291
|
+
"attribute": "error-callback",
|
|
283
292
|
"mutable": false,
|
|
284
293
|
"complexType": {
|
|
285
294
|
"original": "(errorMessage: string) => void",
|
|
@@ -291,10 +300,13 @@ export class DistributorLookup {
|
|
|
291
300
|
"docs": {
|
|
292
301
|
"tags": [],
|
|
293
302
|
"text": ""
|
|
294
|
-
}
|
|
303
|
+
},
|
|
304
|
+
"getter": false,
|
|
305
|
+
"setter": false
|
|
295
306
|
},
|
|
296
307
|
"loadingStateChange": {
|
|
297
308
|
"type": "unknown",
|
|
309
|
+
"attribute": "loading-state-change",
|
|
298
310
|
"mutable": false,
|
|
299
311
|
"complexType": {
|
|
300
312
|
"original": "(isLoading: boolean) => void",
|
|
@@ -306,19 +318,22 @@ export class DistributorLookup {
|
|
|
306
318
|
"docs": {
|
|
307
319
|
"tags": [],
|
|
308
320
|
"text": ""
|
|
309
|
-
}
|
|
321
|
+
},
|
|
322
|
+
"getter": false,
|
|
323
|
+
"setter": false
|
|
310
324
|
},
|
|
311
325
|
"loadedResponse": {
|
|
312
326
|
"type": "unknown",
|
|
327
|
+
"attribute": "loaded-response",
|
|
313
328
|
"mutable": false,
|
|
314
329
|
"complexType": {
|
|
315
|
-
"original": "(response:
|
|
316
|
-
"resolved": "(response:
|
|
330
|
+
"original": "(response: PartLookupDTO) => void",
|
|
331
|
+
"resolved": "(response: PartLookupDTO) => void",
|
|
317
332
|
"references": {
|
|
318
|
-
"
|
|
333
|
+
"PartLookupDTO": {
|
|
319
334
|
"location": "import",
|
|
320
|
-
"path": "~types/part-
|
|
321
|
-
"id": "src/global/types/part-
|
|
335
|
+
"path": "~types/generated/part/part-lookup-dto",
|
|
336
|
+
"id": "src/global/types/generated/part/part-lookup-dto.ts::PartLookupDTO"
|
|
322
337
|
}
|
|
323
338
|
}
|
|
324
339
|
},
|
|
@@ -327,7 +342,9 @@ export class DistributorLookup {
|
|
|
327
342
|
"docs": {
|
|
328
343
|
"tags": [],
|
|
329
344
|
"text": ""
|
|
330
|
-
}
|
|
345
|
+
},
|
|
346
|
+
"getter": false,
|
|
347
|
+
"setter": false
|
|
331
348
|
}
|
|
332
349
|
};
|
|
333
350
|
}
|
|
@@ -345,10 +362,10 @@ export class DistributorLookup {
|
|
|
345
362
|
return {
|
|
346
363
|
"setData": {
|
|
347
364
|
"complexType": {
|
|
348
|
-
"signature": "(newData:
|
|
365
|
+
"signature": "(newData: PartLookupDTO | string, headers?: any) => Promise<void>",
|
|
349
366
|
"parameters": [{
|
|
350
367
|
"name": "newData",
|
|
351
|
-
"type": "string |
|
|
368
|
+
"type": "string | PartLookupDTO",
|
|
352
369
|
"docs": ""
|
|
353
370
|
}, {
|
|
354
371
|
"name": "headers",
|
|
@@ -360,10 +377,10 @@ export class DistributorLookup {
|
|
|
360
377
|
"location": "global",
|
|
361
378
|
"id": "global::Promise"
|
|
362
379
|
},
|
|
363
|
-
"
|
|
380
|
+
"PartLookupDTO": {
|
|
364
381
|
"location": "import",
|
|
365
|
-
"path": "~types/part-
|
|
366
|
-
"id": "src/global/types/part-
|
|
382
|
+
"path": "~types/generated/part/part-lookup-dto",
|
|
383
|
+
"id": "src/global/types/generated/part/part-lookup-dto.ts::PartLookupDTO"
|
|
367
384
|
},
|
|
368
385
|
"ReturnType": {
|
|
369
386
|
"location": "global",
|
|
@@ -430,10 +447,10 @@ export class DistributorLookup {
|
|
|
430
447
|
},
|
|
431
448
|
"setMockData": {
|
|
432
449
|
"complexType": {
|
|
433
|
-
"signature": "(newMockData: MockJson<
|
|
450
|
+
"signature": "(newMockData: MockJson<PartLookupDTO>) => Promise<void>",
|
|
434
451
|
"parameters": [{
|
|
435
452
|
"name": "newMockData",
|
|
436
|
-
"type": "{ [key: string]:
|
|
453
|
+
"type": "{ [key: string]: PartLookupDTO; }",
|
|
437
454
|
"docs": ""
|
|
438
455
|
}],
|
|
439
456
|
"references": {
|
|
@@ -446,10 +463,10 @@ export class DistributorLookup {
|
|
|
446
463
|
"path": "~types/components",
|
|
447
464
|
"id": "src/global/types/components.ts::MockJson"
|
|
448
465
|
},
|
|
449
|
-
"
|
|
466
|
+
"PartLookupDTO": {
|
|
450
467
|
"location": "import",
|
|
451
|
-
"path": "~types/part-
|
|
452
|
-
"id": "src/global/types/part-
|
|
468
|
+
"path": "~types/generated/part/part-lookup-dto",
|
|
469
|
+
"id": "src/global/types/generated/part/part-lookup-dto.ts::PartLookupDTO"
|
|
453
470
|
}
|
|
454
471
|
},
|
|
455
472
|
"return": "Promise<void>"
|
|
@@ -17,12 +17,8 @@ export class ManufacturerLookup {
|
|
|
17
17
|
this.language = 'en';
|
|
18
18
|
this.localizationName = '';
|
|
19
19
|
this.headerTitle = 'Manufacturer';
|
|
20
|
-
this.errorCallback = undefined;
|
|
21
|
-
this.loadingStateChange = undefined;
|
|
22
|
-
this.loadedResponse = undefined;
|
|
23
20
|
this.state = 'idle';
|
|
24
21
|
this.errorMessage = null;
|
|
25
|
-
this.partInformation = undefined;
|
|
26
22
|
this.externalPartNumber = null;
|
|
27
23
|
this.sharedLocales = sharedLocalesSchema.getDefault();
|
|
28
24
|
this.locale = manufacturerSchema.getDefault();
|
|
@@ -113,16 +109,16 @@ export class ManufacturerLookup {
|
|
|
113
109
|
{ label: texts.specialPrice, key: 'specialPrice', value: null },
|
|
114
110
|
{ label: texts.wholesalesPrice, key: 'salesPrice', value: null },
|
|
115
111
|
{ label: texts.pnc, key: 'pnc', value: this.partInformation.pnc },
|
|
116
|
-
{ label: texts.pncName.replace('$', localName), key: '
|
|
117
|
-
{ label: texts.binCode, key: '
|
|
118
|
-
{ label: texts.
|
|
119
|
-
{ label: texts.
|
|
120
|
-
{ label: texts.
|
|
112
|
+
{ label: texts.pncName.replace('$', localName), key: 'pnc', value: this.partInformation.pnc },
|
|
113
|
+
{ label: texts.binCode, key: 'binType', value: this.partInformation.binType },
|
|
114
|
+
{ label: texts.length, key: 'length', value: this.partInformation.length },
|
|
115
|
+
{ label: texts.width, key: 'width', value: this.partInformation.width },
|
|
116
|
+
{ label: texts.height, key: 'height', value: this.partInformation.height },
|
|
121
117
|
{ label: texts.netWeight, key: 'netWeight', value: this.partInformation.netWeight },
|
|
122
118
|
{ label: texts.grossWeight, key: 'grossWeight', value: this.partInformation.grossWeight },
|
|
123
119
|
{ label: texts.cubicMeasure, key: 'cubicMeasure', value: this.partInformation.cubicMeasure },
|
|
124
120
|
{ label: texts.hsCode, key: 'hsCode', value: this.partInformation.hsCode },
|
|
125
|
-
{ label: texts.uzHsCode, key: '
|
|
121
|
+
{ label: texts.uzHsCode, key: 'hsCode', value: this.partInformation.hsCode },
|
|
126
122
|
]
|
|
127
123
|
: [];
|
|
128
124
|
const displayedManufacturerData = manufacturerData.filter(part => !hiddenFields.includes(part.key));
|
|
@@ -146,6 +142,7 @@ export class ManufacturerLookup {
|
|
|
146
142
|
return {
|
|
147
143
|
"baseUrl": {
|
|
148
144
|
"type": "string",
|
|
145
|
+
"attribute": "base-url",
|
|
149
146
|
"mutable": false,
|
|
150
147
|
"complexType": {
|
|
151
148
|
"original": "string",
|
|
@@ -158,12 +155,14 @@ export class ManufacturerLookup {
|
|
|
158
155
|
"tags": [],
|
|
159
156
|
"text": ""
|
|
160
157
|
},
|
|
161
|
-
"
|
|
158
|
+
"getter": false,
|
|
159
|
+
"setter": false,
|
|
162
160
|
"reflect": false,
|
|
163
161
|
"defaultValue": "''"
|
|
164
162
|
},
|
|
165
163
|
"isDev": {
|
|
166
164
|
"type": "boolean",
|
|
165
|
+
"attribute": "is-dev",
|
|
167
166
|
"mutable": false,
|
|
168
167
|
"complexType": {
|
|
169
168
|
"original": "boolean",
|
|
@@ -176,12 +175,14 @@ export class ManufacturerLookup {
|
|
|
176
175
|
"tags": [],
|
|
177
176
|
"text": ""
|
|
178
177
|
},
|
|
179
|
-
"
|
|
178
|
+
"getter": false,
|
|
179
|
+
"setter": false,
|
|
180
180
|
"reflect": false,
|
|
181
181
|
"defaultValue": "false"
|
|
182
182
|
},
|
|
183
183
|
"queryString": {
|
|
184
184
|
"type": "string",
|
|
185
|
+
"attribute": "query-string",
|
|
185
186
|
"mutable": false,
|
|
186
187
|
"complexType": {
|
|
187
188
|
"original": "string",
|
|
@@ -194,12 +195,14 @@ export class ManufacturerLookup {
|
|
|
194
195
|
"tags": [],
|
|
195
196
|
"text": ""
|
|
196
197
|
},
|
|
197
|
-
"
|
|
198
|
+
"getter": false,
|
|
199
|
+
"setter": false,
|
|
198
200
|
"reflect": false,
|
|
199
201
|
"defaultValue": "''"
|
|
200
202
|
},
|
|
201
203
|
"hiddenFields": {
|
|
202
204
|
"type": "string",
|
|
205
|
+
"attribute": "hidden-fields",
|
|
203
206
|
"mutable": false,
|
|
204
207
|
"complexType": {
|
|
205
208
|
"original": "string",
|
|
@@ -212,12 +215,14 @@ export class ManufacturerLookup {
|
|
|
212
215
|
"tags": [],
|
|
213
216
|
"text": ""
|
|
214
217
|
},
|
|
215
|
-
"
|
|
218
|
+
"getter": false,
|
|
219
|
+
"setter": false,
|
|
216
220
|
"reflect": false,
|
|
217
221
|
"defaultValue": "''"
|
|
218
222
|
},
|
|
219
223
|
"language": {
|
|
220
224
|
"type": "string",
|
|
225
|
+
"attribute": "language",
|
|
221
226
|
"mutable": false,
|
|
222
227
|
"complexType": {
|
|
223
228
|
"original": "LanguageKeys",
|
|
@@ -236,12 +241,14 @@ export class ManufacturerLookup {
|
|
|
236
241
|
"tags": [],
|
|
237
242
|
"text": ""
|
|
238
243
|
},
|
|
239
|
-
"
|
|
244
|
+
"getter": false,
|
|
245
|
+
"setter": false,
|
|
240
246
|
"reflect": false,
|
|
241
247
|
"defaultValue": "'en'"
|
|
242
248
|
},
|
|
243
249
|
"localizationName": {
|
|
244
250
|
"type": "string",
|
|
251
|
+
"attribute": "localization-name",
|
|
245
252
|
"mutable": false,
|
|
246
253
|
"complexType": {
|
|
247
254
|
"original": "string",
|
|
@@ -254,12 +261,14 @@ export class ManufacturerLookup {
|
|
|
254
261
|
"tags": [],
|
|
255
262
|
"text": ""
|
|
256
263
|
},
|
|
257
|
-
"
|
|
264
|
+
"getter": false,
|
|
265
|
+
"setter": false,
|
|
258
266
|
"reflect": false,
|
|
259
267
|
"defaultValue": "''"
|
|
260
268
|
},
|
|
261
269
|
"headerTitle": {
|
|
262
270
|
"type": "string",
|
|
271
|
+
"attribute": "header-title",
|
|
263
272
|
"mutable": false,
|
|
264
273
|
"complexType": {
|
|
265
274
|
"original": "string",
|
|
@@ -272,12 +281,14 @@ export class ManufacturerLookup {
|
|
|
272
281
|
"tags": [],
|
|
273
282
|
"text": ""
|
|
274
283
|
},
|
|
275
|
-
"
|
|
284
|
+
"getter": false,
|
|
285
|
+
"setter": false,
|
|
276
286
|
"reflect": false,
|
|
277
287
|
"defaultValue": "'Manufacturer'"
|
|
278
288
|
},
|
|
279
289
|
"errorCallback": {
|
|
280
290
|
"type": "unknown",
|
|
291
|
+
"attribute": "error-callback",
|
|
281
292
|
"mutable": false,
|
|
282
293
|
"complexType": {
|
|
283
294
|
"original": "(errorMessage: string) => void",
|
|
@@ -289,10 +300,13 @@ export class ManufacturerLookup {
|
|
|
289
300
|
"docs": {
|
|
290
301
|
"tags": [],
|
|
291
302
|
"text": ""
|
|
292
|
-
}
|
|
303
|
+
},
|
|
304
|
+
"getter": false,
|
|
305
|
+
"setter": false
|
|
293
306
|
},
|
|
294
307
|
"loadingStateChange": {
|
|
295
308
|
"type": "unknown",
|
|
309
|
+
"attribute": "loading-state-change",
|
|
296
310
|
"mutable": false,
|
|
297
311
|
"complexType": {
|
|
298
312
|
"original": "(isLoading: boolean) => void",
|
|
@@ -304,19 +318,22 @@ export class ManufacturerLookup {
|
|
|
304
318
|
"docs": {
|
|
305
319
|
"tags": [],
|
|
306
320
|
"text": ""
|
|
307
|
-
}
|
|
321
|
+
},
|
|
322
|
+
"getter": false,
|
|
323
|
+
"setter": false
|
|
308
324
|
},
|
|
309
325
|
"loadedResponse": {
|
|
310
326
|
"type": "unknown",
|
|
327
|
+
"attribute": "loaded-response",
|
|
311
328
|
"mutable": false,
|
|
312
329
|
"complexType": {
|
|
313
|
-
"original": "(response:
|
|
314
|
-
"resolved": "(response:
|
|
330
|
+
"original": "(response: PartLookupDTO) => void",
|
|
331
|
+
"resolved": "(response: PartLookupDTO) => void",
|
|
315
332
|
"references": {
|
|
316
|
-
"
|
|
333
|
+
"PartLookupDTO": {
|
|
317
334
|
"location": "import",
|
|
318
|
-
"path": "~types/part-
|
|
319
|
-
"id": "src/global/types/part-
|
|
335
|
+
"path": "~types/generated/part/part-lookup-dto",
|
|
336
|
+
"id": "src/global/types/generated/part/part-lookup-dto.ts::PartLookupDTO"
|
|
320
337
|
}
|
|
321
338
|
}
|
|
322
339
|
},
|
|
@@ -325,7 +342,9 @@ export class ManufacturerLookup {
|
|
|
325
342
|
"docs": {
|
|
326
343
|
"tags": [],
|
|
327
344
|
"text": ""
|
|
328
|
-
}
|
|
345
|
+
},
|
|
346
|
+
"getter": false,
|
|
347
|
+
"setter": false
|
|
329
348
|
}
|
|
330
349
|
};
|
|
331
350
|
}
|
|
@@ -343,10 +362,10 @@ export class ManufacturerLookup {
|
|
|
343
362
|
return {
|
|
344
363
|
"setData": {
|
|
345
364
|
"complexType": {
|
|
346
|
-
"signature": "(newData:
|
|
365
|
+
"signature": "(newData: PartLookupDTO | string, headers?: any) => Promise<void>",
|
|
347
366
|
"parameters": [{
|
|
348
367
|
"name": "newData",
|
|
349
|
-
"type": "string |
|
|
368
|
+
"type": "string | PartLookupDTO",
|
|
350
369
|
"docs": ""
|
|
351
370
|
}, {
|
|
352
371
|
"name": "headers",
|
|
@@ -358,10 +377,10 @@ export class ManufacturerLookup {
|
|
|
358
377
|
"location": "global",
|
|
359
378
|
"id": "global::Promise"
|
|
360
379
|
},
|
|
361
|
-
"
|
|
380
|
+
"PartLookupDTO": {
|
|
362
381
|
"location": "import",
|
|
363
|
-
"path": "~types/part-
|
|
364
|
-
"id": "src/global/types/part-
|
|
382
|
+
"path": "~types/generated/part/part-lookup-dto",
|
|
383
|
+
"id": "src/global/types/generated/part/part-lookup-dto.ts::PartLookupDTO"
|
|
365
384
|
},
|
|
366
385
|
"ReturnType": {
|
|
367
386
|
"location": "global",
|
|
@@ -428,10 +447,10 @@ export class ManufacturerLookup {
|
|
|
428
447
|
},
|
|
429
448
|
"setMockData": {
|
|
430
449
|
"complexType": {
|
|
431
|
-
"signature": "(newMockData: MockJson<
|
|
450
|
+
"signature": "(newMockData: MockJson<PartLookupDTO>) => Promise<void>",
|
|
432
451
|
"parameters": [{
|
|
433
452
|
"name": "newMockData",
|
|
434
|
-
"type": "{ [key: string]:
|
|
453
|
+
"type": "{ [key: string]: PartLookupDTO; }",
|
|
435
454
|
"docs": ""
|
|
436
455
|
}],
|
|
437
456
|
"references": {
|
|
@@ -444,10 +463,10 @@ export class ManufacturerLookup {
|
|
|
444
463
|
"path": "~types/components",
|
|
445
464
|
"id": "src/global/types/components.ts::MockJson"
|
|
446
465
|
},
|
|
447
|
-
"
|
|
466
|
+
"PartLookupDTO": {
|
|
448
467
|
"location": "import",
|
|
449
|
-
"path": "~types/part-
|
|
450
|
-
"id": "src/global/types/part-
|
|
468
|
+
"path": "~types/generated/part/part-lookup-dto",
|
|
469
|
+
"id": "src/global/types/generated/part/part-lookup-dto.ts::PartLookupDTO"
|
|
451
470
|
}
|
|
452
471
|
},
|
|
453
472
|
"return": "Promise<void>"
|