@taiga-ui/addon-commerce 3.58.0 → 3.59.0-canary.10da730
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/components/input-card/abstract-input-card.d.ts +1 -1
- package/components/input-card/input-card.component.d.ts +1 -1
- package/components/input-card/input-card.directive.d.ts +1 -1
- package/components/input-card-grouped/input-card-grouped.component.d.ts +1 -1
- package/components/input-cvc/input-cvc.component.d.ts +1 -1
- package/components/input-expire/input-expire.component.d.ts +1 -1
- package/components/money/money.component.d.ts +1 -1
- package/components/money/pipes/fraction-part.pipe.d.ts +1 -1
- package/components/money/pipes/integer-part.pipe.d.ts +1 -1
- package/components/money/pipes/sign-symbol.pipe.d.ts +1 -1
- package/components/thumbnail-card/deprecated.d.ts +1 -1
- package/components/thumbnail-card/thumbnail-card.component.d.ts +1 -1
- package/{esm2015/components/input-card/abstract-input-card.js → esm2020/components/input-card/abstract-input-card.mjs} +3 -3
- package/esm2020/components/input-card/input-card.component.mjs +91 -0
- package/{esm2015/components/input-card/input-card.directive.js → esm2020/components/input-card/input-card.directive.mjs} +3 -3
- package/{esm2015/components/input-card/input-card.module.js → esm2020/components/input-card/input-card.module.mjs} +9 -11
- package/esm2020/components/input-card-grouped/input-card-grouped.component.mjs +337 -0
- package/{esm2015/components/input-card-grouped/input-card-grouped.module.js → esm2020/components/input-card-grouped/input-card-grouped.module.mjs} +19 -21
- package/esm2020/components/input-card-grouped/input-card-grouped.options.mjs +14 -0
- package/esm2020/components/input-card-grouped/input-card-grouped.providers.mjs +28 -0
- package/esm2020/components/input-cvc/input-cvc.component.mjs +91 -0
- package/{esm2015/components/input-cvc/input-cvc.module.js → esm2020/components/input-cvc/input-cvc.module.mjs} +8 -10
- package/esm2020/components/input-expire/input-expire.component.mjs +73 -0
- package/{esm2015/components/input-expire/input-expire.module.js → esm2020/components/input-expire/input-expire.module.mjs} +8 -10
- package/esm2020/components/money/money.component.mjs +78 -0
- package/{esm2015/components/money/money.module.js → esm2020/components/money/money.module.mjs} +5 -5
- package/{esm2015/components/money/pipes/fraction-part.pipe.js → esm2020/components/money/pipes/fraction-part.pipe.mjs} +3 -3
- package/{esm2015/components/money/pipes/integer-part.pipe.js → esm2020/components/money/pipes/integer-part.pipe.mjs} +9 -5
- package/{esm2015/components/money/pipes/sign-symbol.pipe.js → esm2020/components/money/pipes/sign-symbol.pipe.mjs} +3 -3
- package/esm2020/components/money/utils/format-fraction-part.mjs +11 -0
- package/esm2020/components/thumbnail-card/deprecated.mjs +35 -0
- package/{esm2015/components/thumbnail-card/thumbnail-card.component.js → esm2020/components/thumbnail-card/thumbnail-card.component.mjs} +7 -12
- package/{esm2015/components/thumbnail-card/thumbnail-card.module.js → esm2020/components/thumbnail-card/thumbnail-card.module.mjs} +5 -5
- package/{esm2015/pipes/currency/currency.module.js → esm2020/pipes/currency/currency.module.mjs} +4 -4
- package/{esm2015/pipes/currency/currency.pipe.js → esm2020/pipes/currency/currency.pipe.mjs} +3 -3
- package/{esm2015/pipes/format-card/format-card.module.js → esm2020/pipes/format-card/format-card.module.mjs} +4 -4
- package/{esm2015/pipes/format-card/format-card.pipe.js → esm2020/pipes/format-card/format-card.pipe.mjs} +3 -3
- package/{esm2015/utils/get-code-by-currency.js → esm2020/utils/get-code-by-currency.mjs} +2 -3
- package/{esm2015/utils/get-currency-by-code.js → esm2020/utils/get-currency-by-code.mjs} +2 -3
- package/esm2020/utils/get-payment-system.mjs +105 -0
- package/esm2020/validators/card-expire.validator.mjs +8 -0
- package/esm2020/validators/card-number.validator.mjs +8 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-card-grouped.mjs +450 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-card-grouped.mjs.map +1 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-card.mjs +230 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-card.mjs.map +1 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-cvc.mjs +128 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-cvc.mjs.map +1 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-expire.mjs +110 -0
- package/fesm2015/taiga-ui-addon-commerce-components-input-expire.mjs.map +1 -0
- package/fesm2015/taiga-ui-addon-commerce-components-money.mjs +205 -0
- package/fesm2015/taiga-ui-addon-commerce-components-money.mjs.map +1 -0
- package/fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.mjs +100 -0
- package/fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce-components.js → taiga-ui-addon-commerce-components.mjs} +1 -1
- package/fesm2015/taiga-ui-addon-commerce-components.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce-constants.js → taiga-ui-addon-commerce-constants.mjs} +1 -1
- package/fesm2015/taiga-ui-addon-commerce-constants.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce-enums.js → taiga-ui-addon-commerce-enums.mjs} +1 -1
- package/fesm2015/taiga-ui-addon-commerce-enums.mjs.map +1 -0
- package/fesm2015/taiga-ui-addon-commerce-interfaces.mjs +4 -0
- package/fesm2015/taiga-ui-addon-commerce-interfaces.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce-pipes.js → taiga-ui-addon-commerce-pipes.mjs} +15 -15
- package/fesm2015/taiga-ui-addon-commerce-pipes.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce-tokens.js → taiga-ui-addon-commerce-tokens.mjs} +1 -1
- package/fesm2015/taiga-ui-addon-commerce-tokens.mjs.map +1 -0
- package/fesm2015/taiga-ui-addon-commerce-types.mjs +4 -0
- package/fesm2015/taiga-ui-addon-commerce-types.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce-utils.js → taiga-ui-addon-commerce-utils.mjs} +1 -1
- package/fesm2015/taiga-ui-addon-commerce-utils.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce-validators.js → taiga-ui-addon-commerce-validators.mjs} +1 -1
- package/fesm2015/taiga-ui-addon-commerce-validators.mjs.map +1 -0
- package/fesm2015/{taiga-ui-addon-commerce.js → taiga-ui-addon-commerce.mjs} +1 -1
- package/fesm2015/taiga-ui-addon-commerce.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-components-input-card-grouped.mjs +440 -0
- package/fesm2020/taiga-ui-addon-commerce-components-input-card-grouped.mjs.map +1 -0
- package/{fesm2015/taiga-ui-addon-commerce-components-input-card.js → fesm2020/taiga-ui-addon-commerce-components-input-card.mjs} +28 -38
- package/fesm2020/taiga-ui-addon-commerce-components-input-card.mjs.map +1 -0
- package/{fesm2015/taiga-ui-addon-commerce-components-input-cvc.js → fesm2020/taiga-ui-addon-commerce-components-input-cvc.mjs} +27 -36
- package/fesm2020/taiga-ui-addon-commerce-components-input-cvc.mjs.map +1 -0
- package/{fesm2015/taiga-ui-addon-commerce-components-input-expire.js → fesm2020/taiga-ui-addon-commerce-components-input-expire.mjs} +20 -29
- package/fesm2020/taiga-ui-addon-commerce-components-input-expire.mjs.map +1 -0
- package/{fesm2015/taiga-ui-addon-commerce-components-money.js → fesm2020/taiga-ui-addon-commerce-components-money.mjs} +67 -65
- package/fesm2020/taiga-ui-addon-commerce-components-money.mjs.map +1 -0
- package/{fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.js → fesm2020/taiga-ui-addon-commerce-components-thumbnail-card.mjs} +19 -29
- package/fesm2020/taiga-ui-addon-commerce-components-thumbnail-card.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-components.mjs +11 -0
- package/fesm2020/taiga-ui-addon-commerce-components.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-constants.mjs +103 -0
- package/fesm2020/taiga-ui-addon-commerce-constants.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-enums.mjs +721 -0
- package/fesm2020/taiga-ui-addon-commerce-enums.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-interfaces.mjs +4 -0
- package/fesm2020/taiga-ui-addon-commerce-interfaces.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-pipes.mjs +67 -0
- package/fesm2020/taiga-ui-addon-commerce-pipes.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-tokens.mjs +23 -0
- package/fesm2020/taiga-ui-addon-commerce-tokens.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-types.mjs +4 -0
- package/fesm2020/taiga-ui-addon-commerce-types.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-utils.mjs +443 -0
- package/fesm2020/taiga-ui-addon-commerce-utils.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce-validators.mjs +25 -0
- package/fesm2020/taiga-ui-addon-commerce-validators.mjs.map +1 -0
- package/fesm2020/taiga-ui-addon-commerce.mjs +14 -0
- package/fesm2020/taiga-ui-addon-commerce.mjs.map +1 -0
- package/package.json +172 -39
- package/pipes/currency/currency.pipe.d.ts +1 -1
- package/pipes/format-card/format-card.pipe.d.ts +1 -1
- package/types/code-length.d.ts +1 -1
- package/types/currency-variants.d.ts +2 -2
- package/types/money-sign.d.ts +2 -2
- package/types/payment-system.d.ts +1 -1
- package/bundles/taiga-ui-addon-commerce-components-input-card-grouped.umd.js +0 -917
- package/bundles/taiga-ui-addon-commerce-components-input-card-grouped.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-components-input-card.umd.js +0 -635
- package/bundles/taiga-ui-addon-commerce-components-input-card.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-components-input-cvc.umd.js +0 -507
- package/bundles/taiga-ui-addon-commerce-components-input-cvc.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-components-input-expire.umd.js +0 -480
- package/bundles/taiga-ui-addon-commerce-components-input-expire.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-components-money.umd.js +0 -272
- package/bundles/taiga-ui-addon-commerce-components-money.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-components-thumbnail-card.umd.js +0 -475
- package/bundles/taiga-ui-addon-commerce-components-thumbnail-card.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-components.umd.js +0 -51
- package/bundles/taiga-ui-addon-commerce-components.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-constants.umd.js +0 -114
- package/bundles/taiga-ui-addon-commerce-constants.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-enums.umd.js +0 -729
- package/bundles/taiga-ui-addon-commerce-enums.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-interfaces.umd.js +0 -11
- package/bundles/taiga-ui-addon-commerce-interfaces.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-pipes.umd.js +0 -110
- package/bundles/taiga-ui-addon-commerce-pipes.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-tokens.umd.js +0 -31
- package/bundles/taiga-ui-addon-commerce-tokens.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-types.umd.js +0 -11
- package/bundles/taiga-ui-addon-commerce-types.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-utils.umd.js +0 -793
- package/bundles/taiga-ui-addon-commerce-utils.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce-validators.umd.js +0 -40
- package/bundles/taiga-ui-addon-commerce-validators.umd.js.map +0 -1
- package/bundles/taiga-ui-addon-commerce.umd.js +0 -69
- package/bundles/taiga-ui-addon-commerce.umd.js.map +0 -1
- package/components/input-card/package.json +0 -10
- package/components/input-card/taiga-ui-addon-commerce-components-input-card.d.ts +0 -5
- package/components/input-card-grouped/package.json +0 -10
- package/components/input-card-grouped/taiga-ui-addon-commerce-components-input-card-grouped.d.ts +0 -5
- package/components/input-cvc/package.json +0 -10
- package/components/input-cvc/taiga-ui-addon-commerce-components-input-cvc.d.ts +0 -5
- package/components/input-expire/package.json +0 -10
- package/components/input-expire/taiga-ui-addon-commerce-components-input-expire.d.ts +0 -5
- package/components/money/package.json +0 -10
- package/components/money/taiga-ui-addon-commerce-components-money.d.ts +0 -5
- package/components/package.json +0 -10
- package/components/taiga-ui-addon-commerce-components.d.ts +0 -5
- package/components/thumbnail-card/package.json +0 -10
- package/components/thumbnail-card/taiga-ui-addon-commerce-components-thumbnail-card.d.ts +0 -5
- package/constants/package.json +0 -10
- package/constants/taiga-ui-addon-commerce-constants.d.ts +0 -5
- package/enums/package.json +0 -10
- package/enums/taiga-ui-addon-commerce-enums.d.ts +0 -5
- package/esm2015/components/input-card/input-card.component.js +0 -99
- package/esm2015/components/input-card-grouped/input-card-grouped.component.js +0 -357
- package/esm2015/components/input-card-grouped/input-card-grouped.options.js +0 -9
- package/esm2015/components/input-card-grouped/input-card-grouped.providers.js +0 -29
- package/esm2015/components/input-cvc/input-cvc.component.js +0 -98
- package/esm2015/components/input-expire/input-expire.component.js +0 -80
- package/esm2015/components/money/money.component.js +0 -83
- package/esm2015/components/money/utils/format-fraction-part.js +0 -8
- package/esm2015/components/thumbnail-card/deprecated.js +0 -40
- package/esm2015/utils/get-payment-system.js +0 -106
- package/esm2015/validators/card-expire.validator.js +0 -9
- package/esm2015/validators/card-number.validator.js +0 -8
- package/fesm2015/taiga-ui-addon-commerce-components-input-card-grouped.js +0 -458
- package/fesm2015/taiga-ui-addon-commerce-components-input-card-grouped.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-components-input-card.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-components-input-cvc.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-components-input-expire.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-components-money.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-components-thumbnail-card.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-components.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-constants.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-enums.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-interfaces.js +0 -4
- package/fesm2015/taiga-ui-addon-commerce-interfaces.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-pipes.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-tokens.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-types.js +0 -4
- package/fesm2015/taiga-ui-addon-commerce-types.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-utils.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce-validators.js.map +0 -1
- package/fesm2015/taiga-ui-addon-commerce.js.map +0 -1
- package/interfaces/package.json +0 -10
- package/interfaces/taiga-ui-addon-commerce-interfaces.d.ts +0 -5
- package/pipes/package.json +0 -10
- package/pipes/taiga-ui-addon-commerce-pipes.d.ts +0 -5
- package/taiga-ui-addon-commerce.d.ts +0 -5
- package/tokens/package.json +0 -10
- package/tokens/taiga-ui-addon-commerce-tokens.d.ts +0 -5
- package/types/package.json +0 -10
- package/types/taiga-ui-addon-commerce-types.d.ts +0 -5
- package/utils/package.json +0 -10
- package/utils/taiga-ui-addon-commerce-utils.d.ts +0 -5
- package/validators/package.json +0 -10
- package/validators/taiga-ui-addon-commerce-validators.d.ts +0 -5
- /package/{esm2015/components/index.js → esm2020/components/index.mjs} +0 -0
- /package/{esm2015/components/input-card/index.js → esm2020/components/input-card/index.mjs} +0 -0
- /package/{esm2015/components/input-card/input-card.options.js → esm2020/components/input-card/input-card.options.mjs} +0 -0
- /package/{esm2015/components/input-card/taiga-ui-addon-commerce-components-input-card.js → esm2020/components/input-card/taiga-ui-addon-commerce-components-input-card.mjs} +0 -0
- /package/{esm2015/components/input-card-grouped/index.js → esm2020/components/input-card-grouped/index.mjs} +0 -0
- /package/{esm2015/components/input-card-grouped/taiga-ui-addon-commerce-components-input-card-grouped.js → esm2020/components/input-card-grouped/taiga-ui-addon-commerce-components-input-card-grouped.mjs} +0 -0
- /package/{esm2015/components/input-cvc/index.js → esm2020/components/input-cvc/index.mjs} +0 -0
- /package/{esm2015/components/input-cvc/taiga-ui-addon-commerce-components-input-cvc.js → esm2020/components/input-cvc/taiga-ui-addon-commerce-components-input-cvc.mjs} +0 -0
- /package/{esm2015/components/input-expire/index.js → esm2020/components/input-expire/index.mjs} +0 -0
- /package/{esm2015/components/input-expire/taiga-ui-addon-commerce-components-input-expire.js → esm2020/components/input-expire/taiga-ui-addon-commerce-components-input-expire.mjs} +0 -0
- /package/{esm2015/components/money/index.js → esm2020/components/money/index.mjs} +0 -0
- /package/{esm2015/components/money/money.options.js → esm2020/components/money/money.options.mjs} +0 -0
- /package/{esm2015/components/money/taiga-ui-addon-commerce-components-money.js → esm2020/components/money/taiga-ui-addon-commerce-components-money.mjs} +0 -0
- /package/{esm2015/components/money/utils/format-sign-symbol.js → esm2020/components/money/utils/format-sign-symbol.mjs} +0 -0
- /package/{esm2015/components/taiga-ui-addon-commerce-components.js → esm2020/components/taiga-ui-addon-commerce-components.mjs} +0 -0
- /package/{esm2015/components/thumbnail-card/index.js → esm2020/components/thumbnail-card/index.mjs} +0 -0
- /package/{esm2015/components/thumbnail-card/taiga-ui-addon-commerce-components-thumbnail-card.js → esm2020/components/thumbnail-card/taiga-ui-addon-commerce-components-thumbnail-card.mjs} +0 -0
- /package/{esm2015/constants/card-holder-mask.js → esm2020/constants/card-holder-mask.mjs} +0 -0
- /package/{esm2015/constants/card-mask.js → esm2020/constants/card-mask.mjs} +0 -0
- /package/{esm2015/constants/default-card-validator.js → esm2020/constants/default-card-validator.mjs} +0 -0
- /package/{esm2015/constants/index.js → esm2020/constants/index.mjs} +0 -0
- /package/{esm2015/constants/taiga-ui-addon-commerce-constants.js → esm2020/constants/taiga-ui-addon-commerce-constants.mjs} +0 -0
- /package/{esm2015/enums/currency-code.js → esm2020/enums/currency-code.mjs} +0 -0
- /package/{esm2015/enums/currency.js → esm2020/enums/currency.mjs} +0 -0
- /package/{esm2015/enums/index.js → esm2020/enums/index.mjs} +0 -0
- /package/{esm2015/enums/taiga-ui-addon-commerce-enums.js → esm2020/enums/taiga-ui-addon-commerce-enums.mjs} +0 -0
- /package/{esm2015/index.js → esm2020/index.mjs} +0 -0
- /package/{esm2015/interfaces/card.js → esm2020/interfaces/card.mjs} +0 -0
- /package/{esm2015/interfaces/index.js → esm2020/interfaces/index.mjs} +0 -0
- /package/{esm2015/interfaces/taiga-ui-addon-commerce-interfaces.js → esm2020/interfaces/taiga-ui-addon-commerce-interfaces.mjs} +0 -0
- /package/{esm2015/pipes/index.js → esm2020/pipes/index.mjs} +0 -0
- /package/{esm2015/pipes/taiga-ui-addon-commerce-pipes.js → esm2020/pipes/taiga-ui-addon-commerce-pipes.mjs} +0 -0
- /package/{esm2015/taiga-ui-addon-commerce.js → esm2020/taiga-ui-addon-commerce.mjs} +0 -0
- /package/{esm2015/tokens/i18n.js → esm2020/tokens/i18n.mjs} +0 -0
- /package/{esm2015/tokens/index.js → esm2020/tokens/index.mjs} +0 -0
- /package/{esm2015/tokens/taiga-ui-addon-commerce-tokens.js → esm2020/tokens/taiga-ui-addon-commerce-tokens.mjs} +0 -0
- /package/{esm2015/types/code-length.js → esm2020/types/code-length.mjs} +0 -0
- /package/{esm2015/types/currency-variants.js → esm2020/types/currency-variants.mjs} +0 -0
- /package/{esm2015/types/index.js → esm2020/types/index.mjs} +0 -0
- /package/{esm2015/types/money-sign.js → esm2020/types/money-sign.mjs} +0 -0
- /package/{esm2015/types/payment-system.js → esm2020/types/payment-system.mjs} +0 -0
- /package/{esm2015/types/taiga-ui-addon-commerce-types.js → esm2020/types/taiga-ui-addon-commerce-types.mjs} +0 -0
- /package/{esm2015/utils/create-auto-corrected-expire-pipe.js → esm2020/utils/create-auto-corrected-expire-pipe.mjs} +0 -0
- /package/{esm2015/utils/format-currency.js → esm2020/utils/format-currency.mjs} +0 -0
- /package/{esm2015/utils/get-currency-symbol.js → esm2020/utils/get-currency-symbol.mjs} +0 -0
- /package/{esm2015/utils/index.js → esm2020/utils/index.mjs} +0 -0
- /package/{esm2015/utils/is-card-length-valid.js → esm2020/utils/is-card-length-valid.mjs} +0 -0
- /package/{esm2015/utils/is-card-number-valid.js → esm2020/utils/is-card-number-valid.mjs} +0 -0
- /package/{esm2015/utils/is-expire-valid.js → esm2020/utils/is-expire-valid.mjs} +0 -0
- /package/{esm2015/utils/payment-system-icons.js → esm2020/utils/payment-system-icons.mjs} +0 -0
- /package/{esm2015/utils/taiga-ui-addon-commerce-utils.js → esm2020/utils/taiga-ui-addon-commerce-utils.mjs} +0 -0
- /package/{esm2015/validators/index.js → esm2020/validators/index.mjs} +0 -0
- /package/{esm2015/validators/luhn.validator.js → esm2020/validators/luhn.validator.mjs} +0 -0
- /package/{esm2015/validators/taiga-ui-addon-commerce-validators.js → esm2020/validators/taiga-ui-addon-commerce-validators.mjs} +0 -0
|
@@ -26,5 +26,5 @@ export declare abstract class AbstractTuiInputCard<T, Options extends TuiInputCa
|
|
|
26
26
|
get bin(): string | null;
|
|
27
27
|
protected getPaymentSystem(cardNumber?: string | null): TuiPaymentSystem | null;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractTuiInputCard<any, any>, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractTuiInputCard<any, any>, never, never, { "cardSrc": "cardSrc"; "autocompleteEnabled": "autocompleteEnabled"; }, { "binChange": "binChange"; }, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractTuiInputCard<any, any>, never, never, { "cardSrc": "cardSrc"; "autocompleteEnabled": "autocompleteEnabled"; }, { "binChange": "binChange"; }, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -19,5 +19,5 @@ export declare class TuiInputCardComponent extends AbstractTuiInputCard<string>
|
|
|
19
19
|
writeValue(value: string | null): void;
|
|
20
20
|
protected getFallbackValue(): string;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputCardComponent, [{ optional: true; self: true; }, null, null, null]>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputCardComponent, "tui-input-card", never, {}, {}, never, ["*", "input"]>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputCardComponent, "tui-input-card", never, {}, {}, never, ["*", "input"], false, never>;
|
|
23
23
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TuiInputCardDirective extends AbstractTuiTextfieldHost<TuiI
|
|
|
6
6
|
onValueChange(value: string): void;
|
|
7
7
|
ngAfterViewInit(): void;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputCardDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputCardDirective, "tui-input-card", never, {}, {}, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputCardDirective, "tui-input-card", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -87,5 +87,5 @@ export declare class TuiInputCardGroupedComponent extends AbstractTuiInputCard<T
|
|
|
87
87
|
private updateProperty;
|
|
88
88
|
private focusInput;
|
|
89
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputCardGroupedComponent, [{ optional: true; self: true; }, null, null, null, null, null, null, null, null]>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputCardGroupedComponent, "tui-input-card-grouped", never, { "exampleText": "exampleText"; "cardValidator": "cardValidator"; "codeLength": "codeLength"; }, { "autofilledChange": "autofilledChange"; }, ["dropdown", "datalist"], never>;
|
|
90
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputCardGroupedComponent, "tui-input-card-grouped", never, { "exampleText": "exampleText"; "cardValidator": "cardValidator"; "codeLength": "codeLength"; }, { "autofilledChange": "autofilledChange"; }, ["dropdown", "datalist"], never, false, never>;
|
|
91
91
|
}
|
|
@@ -24,5 +24,5 @@ export declare class TuiInputCVCComponent extends AbstractTuiControl<string> imp
|
|
|
24
24
|
onValueChange(value: string): void;
|
|
25
25
|
protected getFallbackValue(): string;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputCVCComponent, [{ optional: true; self: true; }, null, null, null]>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputCVCComponent, "tui-input-cvc", never, { "autocompleteEnabled": "autocompleteEnabled"; "length": "length"; }, {}, never, ["*"]>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputCVCComponent, "tui-input-cvc", never, { "autocompleteEnabled": "autocompleteEnabled"; "length": "length"; }, {}, never, ["*"], false, never>;
|
|
28
28
|
}
|
|
@@ -16,5 +16,5 @@ export declare class TuiInputExpireComponent extends AbstractTuiControl<string>
|
|
|
16
16
|
onFocused(focused: boolean): void;
|
|
17
17
|
protected getFallbackValue(): string;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputExpireComponent, [{ optional: true; self: true; }, null, null]>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputExpireComponent, "tui-input-expire", never, { "autocompleteEnabled": "autocompleteEnabled"; }, {}, never, ["*"]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiInputExpireComponent, "tui-input-expire", never, { "autocompleteEnabled": "autocompleteEnabled"; }, {}, never, ["*"], false, never>;
|
|
20
20
|
}
|
|
@@ -19,5 +19,5 @@ export declare class TuiMoneyComponent {
|
|
|
19
19
|
get inheritColor(): boolean;
|
|
20
20
|
constructor(options: TuiMoneyOptions);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiMoneyComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMoneyComponent, "tui-money", never, { "value": "value"; "decimal": "decimal"; "currency": "currency"; "currencyAlign": "currencyAlign"; "sign": "sign"; "colored": "colored"; "precision": "precision"; "singleColor": "singleColor"; }, {}, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiMoneyComponent, "tui-money", never, { "value": "value"; "decimal": "decimal"; "currency": "currency"; "currencyAlign": "currencyAlign"; "sign": "sign"; "colored": "colored"; "precision": "precision"; "singleColor": "singleColor"; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TuiFractionPartPipe implements PipeTransform {
|
|
|
6
6
|
constructor(numberFormat: TuiNumberFormatSettings);
|
|
7
7
|
transform(value: number, decimal: TuiDecimal, precision: number): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiFractionPartPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TuiFractionPartPipe, "tuiFractionPart">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TuiFractionPartPipe, "tuiFractionPart", false>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class TuiIntegerPartPipe implements PipeTransform {
|
|
|
6
6
|
constructor(numberFormat: TuiNumberFormatSettings);
|
|
7
7
|
transform(value: number, precision?: number): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiIntegerPartPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TuiIntegerPartPipe, "tuiIntegerPart">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TuiIntegerPartPipe, "tuiIntegerPart", false>;
|
|
10
10
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class TuiSignSymbolPipe implements PipeTransform {
|
|
5
5
|
transform(value: number, sign: TuiMoneySign): TuiMoneySignSymbol;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSignSymbolPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TuiSignSymbolPipe, "tuiSignSymbol">;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TuiSignSymbolPipe, "tuiSignSymbol", false>;
|
|
8
8
|
}
|
|
@@ -7,7 +7,7 @@ import * as i2 from "@taiga-ui/core";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class TuiCardComponent extends TuiThumbnailCardComponent {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCardComponent, "tui-card", never, {}, {}, never, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiCardComponent, "tui-card", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
13
|
* @deprecated use {@link TuiThumbnailCardModule}
|
|
@@ -13,5 +13,5 @@ export declare class TuiThumbnailCardComponent {
|
|
|
13
13
|
get hasBrandLogo(): boolean;
|
|
14
14
|
get paymentSystemLogo(): string;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TuiThumbnailCardComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TuiThumbnailCardComponent, "tui-thumbnail-card", never, { "active": "active"; "brandLogo": "brandLogo"; "cardNumber": "cardNumber"; "paymentSystem": "paymentSystem"; "size": "size"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TuiThumbnailCardComponent, "tui-thumbnail-card", never, { "active": "active"; "brandLogo": "brandLogo"; "cardNumber": "cardNumber"; "paymentSystem": "paymentSystem"; "size": "size"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -39,12 +39,12 @@ export class AbstractTuiInputCard extends AbstractTuiNullableControl {
|
|
|
39
39
|
return this.options.paymentSystemHandler(cardNumber);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
AbstractTuiInputCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
AbstractTuiInputCard.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
42
|
+
AbstractTuiInputCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AbstractTuiInputCard, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
|
|
43
|
+
AbstractTuiInputCard.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: AbstractTuiInputCard, inputs: { cardSrc: "cardSrc", autocompleteEnabled: "autocompleteEnabled" }, outputs: { binChange: "binChange" }, usesInheritance: true, ngImport: i0 });
|
|
44
44
|
__decorate([
|
|
45
45
|
tuiPure
|
|
46
46
|
], AbstractTuiInputCard.prototype, "getPaymentSystem", null);
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AbstractTuiInputCard, decorators: [{
|
|
48
48
|
type: Directive
|
|
49
49
|
}], ctorParameters: function () { return [{ type: i1.NgControl, decorators: [{
|
|
50
50
|
type: Optional
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, HostBinding, Inject, Optional, Self, ViewChild, } from '@angular/core';
|
|
2
|
+
import { NgControl } from '@angular/forms';
|
|
3
|
+
import { TUI_CARD_MASK } from '@taiga-ui/addon-commerce/constants';
|
|
4
|
+
import { tuiAsControl, tuiAsFocusableItemAccessor } from '@taiga-ui/cdk';
|
|
5
|
+
import { TUI_TEXTFIELD_SIZE, TuiPrimitiveTextfieldComponent, } from '@taiga-ui/core';
|
|
6
|
+
import { AbstractTuiInputCard } from './abstract-input-card';
|
|
7
|
+
import { TUI_INPUT_CARD_OPTIONS } from './input-card.options';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
import * as i1 from "@maskito/angular";
|
|
10
|
+
import * as i2 from "@taiga-ui/core";
|
|
11
|
+
import * as i3 from "@taiga-ui/kit";
|
|
12
|
+
import * as i4 from "@angular/forms";
|
|
13
|
+
export class TuiInputCardComponent extends AbstractTuiInputCard {
|
|
14
|
+
constructor(control, cdr, textfieldSize, options) {
|
|
15
|
+
super(control, cdr, options);
|
|
16
|
+
this.textfieldSize = textfieldSize;
|
|
17
|
+
this.maskOptions = {
|
|
18
|
+
mask: TUI_CARD_MASK,
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
get size() {
|
|
22
|
+
return this.textfieldSize.size;
|
|
23
|
+
}
|
|
24
|
+
get card() {
|
|
25
|
+
return this.value ?? '';
|
|
26
|
+
}
|
|
27
|
+
get nativeFocusableElement() {
|
|
28
|
+
return this.input?.nativeFocusableElement ?? null;
|
|
29
|
+
}
|
|
30
|
+
get focused() {
|
|
31
|
+
return !!this.input && this.input.focused;
|
|
32
|
+
}
|
|
33
|
+
onValueChange(value) {
|
|
34
|
+
const parsed = value.split(' ').join('');
|
|
35
|
+
const currentBin = this.bin;
|
|
36
|
+
this.value = parsed;
|
|
37
|
+
const newBin = this.bin;
|
|
38
|
+
if (currentBin !== newBin) {
|
|
39
|
+
this.binChange.emit(newBin);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
onFocused(focused) {
|
|
43
|
+
this.updateFocused(focused);
|
|
44
|
+
}
|
|
45
|
+
writeValue(value) {
|
|
46
|
+
const currentBin = this.bin;
|
|
47
|
+
super.writeValue(value);
|
|
48
|
+
const newBin = this.bin;
|
|
49
|
+
if (currentBin !== newBin) {
|
|
50
|
+
this.binChange.emit(newBin);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
getFallbackValue() {
|
|
54
|
+
return '';
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
TuiInputCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardComponent, deps: [{ token: NgControl, optional: true, self: true }, { token: ChangeDetectorRef }, { token: TUI_TEXTFIELD_SIZE }, { token: TUI_INPUT_CARD_OPTIONS }], target: i0.ɵɵFactoryTarget.Component });
|
|
58
|
+
TuiInputCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TuiInputCardComponent, selector: "tui-input-card", host: { properties: { "attr.data-size": "this.size" } }, providers: [
|
|
59
|
+
tuiAsFocusableItemAccessor(TuiInputCardComponent),
|
|
60
|
+
tuiAsControl(TuiInputCardComponent),
|
|
61
|
+
], viewQueries: [{ propertyName: "input", first: true, predicate: TuiPrimitiveTextfieldComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "<tui-primitive-textfield\n tuiValueAccessor\n class=\"t-input\"\n [disabled]=\"disabled\"\n [focusable]=\"focusable\"\n [invalid]=\"computedInvalid\"\n [maskito]=\"maskOptions\"\n [nativeId]=\"nativeId\"\n [pseudoActive]=\"pseudoActive\"\n [pseudoFocus]=\"pseudoFocus\"\n [pseudoHover]=\"pseudoHover\"\n [readOnly]=\"readOnly\"\n [tuiTextfieldCustomContent]=\"cardSrc || (defaultIcon && logo)\"\n [value]=\"card | maskito: maskOptions\"\n (focusedChange)=\"onFocused($event)\"\n (valueChange)=\"onValueChange($event)\"\n>\n <ng-content></ng-content>\n <ng-content\n ngProjectAs=\"input\"\n select=\"input\"\n ></ng-content>\n</tui-primitive-textfield>\n<ng-template #logo>\n <tui-svg\n class=\"t-payment-system\"\n [src]=\"defaultIcon\"\n ></tui-svg>\n</ng-template>\n", styles: [":host{display:block;border-radius:var(--tui-radius-m);text-align:left}.t-input{border-radius:inherit;text-align:inherit}.t-payment-system{width:2rem;height:2rem;color:#1434cb}\n"], dependencies: [{ kind: "directive", type: i1.MaskitoDirective, selector: "[maskito]", inputs: ["maskito", "maskitoElement"] }, { kind: "component", type: i2.TuiPrimitiveTextfieldComponent, selector: "tui-primitive-textfield", inputs: ["editable", "filler", "iconCleaner", "readOnly", "invalid", "disabled", "prefix", "postfix", "value"], outputs: ["valueChange"] }, { kind: "directive", type: i2.TuiPrimitiveTextfieldDirective, selector: "tui-primitive-textfield" }, { kind: "directive", type: i2.TuiTextfieldCustomContentDirective, selector: "[tuiTextfieldCustomContent]", inputs: ["tuiTextfieldCustomContent"] }, { kind: "directive", type: i3.TuiValueAccessorDirective, selector: "[tuiValueAccessor]" }, { kind: "component", type: i2.TuiSvgComponent, selector: "tui-svg", inputs: ["src"] }, { kind: "pipe", type: i1.MaskitoPipe, name: "maskito" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardComponent, decorators: [{
|
|
63
|
+
type: Component,
|
|
64
|
+
args: [{ selector: 'tui-input-card', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
65
|
+
tuiAsFocusableItemAccessor(TuiInputCardComponent),
|
|
66
|
+
tuiAsControl(TuiInputCardComponent),
|
|
67
|
+
], template: "<tui-primitive-textfield\n tuiValueAccessor\n class=\"t-input\"\n [disabled]=\"disabled\"\n [focusable]=\"focusable\"\n [invalid]=\"computedInvalid\"\n [maskito]=\"maskOptions\"\n [nativeId]=\"nativeId\"\n [pseudoActive]=\"pseudoActive\"\n [pseudoFocus]=\"pseudoFocus\"\n [pseudoHover]=\"pseudoHover\"\n [readOnly]=\"readOnly\"\n [tuiTextfieldCustomContent]=\"cardSrc || (defaultIcon && logo)\"\n [value]=\"card | maskito: maskOptions\"\n (focusedChange)=\"onFocused($event)\"\n (valueChange)=\"onValueChange($event)\"\n>\n <ng-content></ng-content>\n <ng-content\n ngProjectAs=\"input\"\n select=\"input\"\n ></ng-content>\n</tui-primitive-textfield>\n<ng-template #logo>\n <tui-svg\n class=\"t-payment-system\"\n [src]=\"defaultIcon\"\n ></tui-svg>\n</ng-template>\n", styles: [":host{display:block;border-radius:var(--tui-radius-m);text-align:left}.t-input{border-radius:inherit;text-align:inherit}.t-payment-system{width:2rem;height:2rem;color:#1434cb}\n"] }]
|
|
68
|
+
}], ctorParameters: function () { return [{ type: i4.NgControl, decorators: [{
|
|
69
|
+
type: Optional
|
|
70
|
+
}, {
|
|
71
|
+
type: Self
|
|
72
|
+
}, {
|
|
73
|
+
type: Inject,
|
|
74
|
+
args: [NgControl]
|
|
75
|
+
}] }, { type: i0.ChangeDetectorRef, decorators: [{
|
|
76
|
+
type: Inject,
|
|
77
|
+
args: [ChangeDetectorRef]
|
|
78
|
+
}] }, { type: i2.TuiTextfieldSizeDirective, decorators: [{
|
|
79
|
+
type: Inject,
|
|
80
|
+
args: [TUI_TEXTFIELD_SIZE]
|
|
81
|
+
}] }, { type: undefined, decorators: [{
|
|
82
|
+
type: Inject,
|
|
83
|
+
args: [TUI_INPUT_CARD_OPTIONS]
|
|
84
|
+
}] }]; }, propDecorators: { input: [{
|
|
85
|
+
type: ViewChild,
|
|
86
|
+
args: [TuiPrimitiveTextfieldComponent]
|
|
87
|
+
}], size: [{
|
|
88
|
+
type: HostBinding,
|
|
89
|
+
args: ['attr.data-size']
|
|
90
|
+
}] } });
|
|
91
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hZGRvbi1jb21tZXJjZS9jb21wb25lbnRzL2lucHV0LWNhcmQvaW5wdXQtY2FyZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hZGRvbi1jb21tZXJjZS9jb21wb25lbnRzL2lucHV0LWNhcmQvaW5wdXQtY2FyZC50ZW1wbGF0ZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFDdkIsaUJBQWlCLEVBQ2pCLFNBQVMsRUFDVCxXQUFXLEVBQ1gsTUFBTSxFQUNOLFFBQVEsRUFDUixJQUFJLEVBQ0osU0FBUyxHQUNaLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBQyxTQUFTLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQztBQUV6QyxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sb0NBQW9DLENBQUM7QUFDakUsT0FBTyxFQUFDLFlBQVksRUFBRSwwQkFBMEIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQ0gsa0JBQWtCLEVBQ2xCLDhCQUE4QixHQUlqQyxNQUFNLGdCQUFnQixDQUFDO0FBRXhCLE9BQU8sRUFBQyxvQkFBb0IsRUFBQyxNQUFNLHVCQUF1QixDQUFDO0FBQzNELE9BQU8sRUFBQyxzQkFBc0IsRUFBc0IsTUFBTSxzQkFBc0IsQ0FBQzs7Ozs7O0FBWWpGLE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxvQkFBNEI7SUFRbkUsWUFJSSxPQUF5QixFQUNFLEdBQXNCLEVBRWhDLGFBQXdDLEVBQ3pCLE9BQTRCO1FBRTVELEtBQUssQ0FBQyxPQUFPLEVBQUUsR0FBRyxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBSFosa0JBQWEsR0FBYixhQUFhLENBQTJCO1FBWHBELGdCQUFXLEdBQW1CO1lBQ25DLElBQUksRUFBRSxhQUFhO1NBQ3RCLENBQUM7SUFhRixDQUFDO0lBRUQsSUFDSSxJQUFJO1FBQ0osT0FBTyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQztJQUNuQyxDQUFDO0lBRUQsSUFBSSxJQUFJO1FBQ0osT0FBTyxJQUFJLENBQUMsS0FBSyxJQUFJLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRUQsSUFBSSxzQkFBc0I7UUFDdEIsT0FBTyxJQUFJLENBQUMsS0FBSyxFQUFFLHNCQUFzQixJQUFJLElBQUksQ0FBQztJQUN0RCxDQUFDO0lBRUQsSUFBSSxPQUFPO1FBQ1AsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQztJQUM5QyxDQUFDO0lBRUQsYUFBYSxDQUFDLEtBQWE7UUFDdkIsTUFBTSxNQUFNLEdBQUcsS0FBSyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDekMsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQztRQUU1QixJQUFJLENBQUMsS0FBSyxHQUFHLE1BQU0sQ0FBQztRQUVwQixNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDO1FBRXhCLElBQUksVUFBVSxLQUFLLE1BQU0sRUFBRTtZQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztTQUMvQjtJQUNMLENBQUM7SUFFRCxTQUFTLENBQUMsT0FBZ0I7UUFDdEIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNoQyxDQUFDO0lBRVEsVUFBVSxDQUFDLEtBQW9CO1FBQ3BDLE1BQU0sVUFBVSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUM7UUFFNUIsS0FBSyxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUV4QixNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsR0FBRyxDQUFDO1FBRXhCLElBQUksVUFBVSxLQUFLLE1BQU0sRUFBRTtZQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztTQUMvQjtJQUNMLENBQUM7SUFFa0IsZ0JBQWdCO1FBQy9CLE9BQU8sRUFBRSxDQUFDO0lBQ2QsQ0FBQzs7bUhBckVRLHFCQUFxQixrQkFXbEIsU0FBUyx5Q0FFVCxpQkFBaUIsYUFDakIsa0JBQWtCLGFBRWxCLHNCQUFzQjt1R0FoQnpCLHFCQUFxQixrR0FMbkI7UUFDUCwwQkFBMEIsQ0FBQyxxQkFBcUIsQ0FBQztRQUNqRCxZQUFZLENBQUMscUJBQXFCLENBQUM7S0FDdEMsaUVBR1UsOEJBQThCLHVFQ3BDN0MsMDFCQTZCQTs0RkRNYSxxQkFBcUI7a0JBVmpDLFNBQVM7K0JBQ0ksZ0JBQWdCLG1CQUdULHVCQUF1QixDQUFDLE1BQU0sYUFDcEM7d0JBQ1AsMEJBQTBCLHVCQUF1Qjt3QkFDakQsWUFBWSx1QkFBdUI7cUJBQ3RDOzswQkFXSSxRQUFROzswQkFDUixJQUFJOzswQkFDSixNQUFNOzJCQUFDLFNBQVM7OzBCQUVoQixNQUFNOzJCQUFDLGlCQUFpQjs7MEJBQ3hCLE1BQU07MkJBQUMsa0JBQWtCOzswQkFFekIsTUFBTTsyQkFBQyxzQkFBc0I7NENBZGpCLEtBQUs7c0JBRHJCLFNBQVM7dUJBQUMsOEJBQThCO2dCQXFCckMsSUFBSTtzQkFEUCxXQUFXO3VCQUFDLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICAgQ29tcG9uZW50LFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIEluamVjdCxcbiAgICBPcHRpb25hbCxcbiAgICBTZWxmLFxuICAgIFZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge05nQ29udHJvbH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHtNYXNraXRvT3B0aW9uc30gZnJvbSAnQG1hc2tpdG8vY29yZSc7XG5pbXBvcnQge1RVSV9DQVJEX01BU0t9IGZyb20gJ0B0YWlnYS11aS9hZGRvbi1jb21tZXJjZS9jb25zdGFudHMnO1xuaW1wb3J0IHt0dWlBc0NvbnRyb2wsIHR1aUFzRm9jdXNhYmxlSXRlbUFjY2Vzc29yfSBmcm9tICdAdGFpZ2EtdWkvY2RrJztcbmltcG9ydCB7XG4gICAgVFVJX1RFWFRGSUVMRF9TSVpFLFxuICAgIFR1aVByaW1pdGl2ZVRleHRmaWVsZENvbXBvbmVudCxcbiAgICBUdWlTaXplTCxcbiAgICBUdWlTaXplUyxcbiAgICBUdWlUZXh0ZmllbGRTaXplRGlyZWN0aXZlLFxufSBmcm9tICdAdGFpZ2EtdWkvY29yZSc7XG5cbmltcG9ydCB7QWJzdHJhY3RUdWlJbnB1dENhcmR9IGZyb20gJy4vYWJzdHJhY3QtaW5wdXQtY2FyZCc7XG5pbXBvcnQge1RVSV9JTlBVVF9DQVJEX09QVElPTlMsIFR1aUlucHV0Q2FyZE9wdGlvbnN9IGZyb20gJy4vaW5wdXQtY2FyZC5vcHRpb25zJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICd0dWktaW5wdXQtY2FyZCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2lucHV0LWNhcmQudGVtcGxhdGUuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vaW5wdXQtY2FyZC5zdHlsZS5sZXNzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHR1aUFzRm9jdXNhYmxlSXRlbUFjY2Vzc29yKFR1aUlucHV0Q2FyZENvbXBvbmVudCksXG4gICAgICAgIHR1aUFzQ29udHJvbChUdWlJbnB1dENhcmRDb21wb25lbnQpLFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIFR1aUlucHV0Q2FyZENvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0VHVpSW5wdXRDYXJkPHN0cmluZz4ge1xuICAgIEBWaWV3Q2hpbGQoVHVpUHJpbWl0aXZlVGV4dGZpZWxkQ29tcG9uZW50KVxuICAgIHByaXZhdGUgcmVhZG9ubHkgaW5wdXQ/OiBUdWlQcmltaXRpdmVUZXh0ZmllbGRDb21wb25lbnQ7XG5cbiAgICByZWFkb25seSBtYXNrT3B0aW9uczogTWFza2l0b09wdGlvbnMgPSB7XG4gICAgICAgIG1hc2s6IFRVSV9DQVJEX01BU0ssXG4gICAgfTtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBAT3B0aW9uYWwoKVxuICAgICAgICBAU2VsZigpXG4gICAgICAgIEBJbmplY3QoTmdDb250cm9sKVxuICAgICAgICBjb250cm9sOiBOZ0NvbnRyb2wgfCBudWxsLFxuICAgICAgICBASW5qZWN0KENoYW5nZURldGVjdG9yUmVmKSBjZHI6IENoYW5nZURldGVjdG9yUmVmLFxuICAgICAgICBASW5qZWN0KFRVSV9URVhURklFTERfU0laRSlcbiAgICAgICAgcHJpdmF0ZSByZWFkb25seSB0ZXh0ZmllbGRTaXplOiBUdWlUZXh0ZmllbGRTaXplRGlyZWN0aXZlLFxuICAgICAgICBASW5qZWN0KFRVSV9JTlBVVF9DQVJEX09QVElPTlMpIG9wdGlvbnM6IFR1aUlucHV0Q2FyZE9wdGlvbnMsXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKGNvbnRyb2wsIGNkciwgb3B0aW9ucyk7XG4gICAgfVxuXG4gICAgQEhvc3RCaW5kaW5nKCdhdHRyLmRhdGEtc2l6ZScpXG4gICAgZ2V0IHNpemUoKTogVHVpU2l6ZUwgfCBUdWlTaXplUyB7XG4gICAgICAgIHJldHVybiB0aGlzLnRleHRmaWVsZFNpemUuc2l6ZTtcbiAgICB9XG5cbiAgICBnZXQgY2FyZCgpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy52YWx1ZSA/PyAnJztcbiAgICB9XG5cbiAgICBnZXQgbmF0aXZlRm9jdXNhYmxlRWxlbWVudCgpOiBIVE1MSW5wdXRFbGVtZW50IHwgbnVsbCB7XG4gICAgICAgIHJldHVybiB0aGlzLmlucHV0Py5uYXRpdmVGb2N1c2FibGVFbGVtZW50ID8/IG51bGw7XG4gICAgfVxuXG4gICAgZ2V0IGZvY3VzZWQoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiAhIXRoaXMuaW5wdXQgJiYgdGhpcy5pbnB1dC5mb2N1c2VkO1xuICAgIH1cblxuICAgIG9uVmFsdWVDaGFuZ2UodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgICAgICBjb25zdCBwYXJzZWQgPSB2YWx1ZS5zcGxpdCgnICcpLmpvaW4oJycpO1xuICAgICAgICBjb25zdCBjdXJyZW50QmluID0gdGhpcy5iaW47XG5cbiAgICAgICAgdGhpcy52YWx1ZSA9IHBhcnNlZDtcblxuICAgICAgICBjb25zdCBuZXdCaW4gPSB0aGlzLmJpbjtcblxuICAgICAgICBpZiAoY3VycmVudEJpbiAhPT0gbmV3QmluKSB7XG4gICAgICAgICAgICB0aGlzLmJpbkNoYW5nZS5lbWl0KG5ld0Jpbik7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBvbkZvY3VzZWQoZm9jdXNlZDogYm9vbGVhbik6IHZvaWQge1xuICAgICAgICB0aGlzLnVwZGF0ZUZvY3VzZWQoZm9jdXNlZCk7XG4gICAgfVxuXG4gICAgb3ZlcnJpZGUgd3JpdGVWYWx1ZSh2YWx1ZTogc3RyaW5nIHwgbnVsbCk6IHZvaWQge1xuICAgICAgICBjb25zdCBjdXJyZW50QmluID0gdGhpcy5iaW47XG5cbiAgICAgICAgc3VwZXIud3JpdGVWYWx1ZSh2YWx1ZSk7XG5cbiAgICAgICAgY29uc3QgbmV3QmluID0gdGhpcy5iaW47XG5cbiAgICAgICAgaWYgKGN1cnJlbnRCaW4gIT09IG5ld0Jpbikge1xuICAgICAgICAgICAgdGhpcy5iaW5DaGFuZ2UuZW1pdChuZXdCaW4pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIG92ZXJyaWRlIGdldEZhbGxiYWNrVmFsdWUoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuICcnO1xuICAgIH1cbn1cbiIsIjx0dWktcHJpbWl0aXZlLXRleHRmaWVsZFxuICAgIHR1aVZhbHVlQWNjZXNzb3JcbiAgICBjbGFzcz1cInQtaW5wdXRcIlxuICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgW2ZvY3VzYWJsZV09XCJmb2N1c2FibGVcIlxuICAgIFtpbnZhbGlkXT1cImNvbXB1dGVkSW52YWxpZFwiXG4gICAgW21hc2tpdG9dPVwibWFza09wdGlvbnNcIlxuICAgIFtuYXRpdmVJZF09XCJuYXRpdmVJZFwiXG4gICAgW3BzZXVkb0FjdGl2ZV09XCJwc2V1ZG9BY3RpdmVcIlxuICAgIFtwc2V1ZG9Gb2N1c109XCJwc2V1ZG9Gb2N1c1wiXG4gICAgW3BzZXVkb0hvdmVyXT1cInBzZXVkb0hvdmVyXCJcbiAgICBbcmVhZE9ubHldPVwicmVhZE9ubHlcIlxuICAgIFt0dWlUZXh0ZmllbGRDdXN0b21Db250ZW50XT1cImNhcmRTcmMgfHwgKGRlZmF1bHRJY29uICYmIGxvZ28pXCJcbiAgICBbdmFsdWVdPVwiY2FyZCB8IG1hc2tpdG86IG1hc2tPcHRpb25zXCJcbiAgICAoZm9jdXNlZENoYW5nZSk9XCJvbkZvY3VzZWQoJGV2ZW50KVwiXG4gICAgKHZhbHVlQ2hhbmdlKT1cIm9uVmFsdWVDaGFuZ2UoJGV2ZW50KVwiXG4+XG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDxuZy1jb250ZW50XG4gICAgICAgIG5nUHJvamVjdEFzPVwiaW5wdXRcIlxuICAgICAgICBzZWxlY3Q9XCJpbnB1dFwiXG4gICAgPjwvbmctY29udGVudD5cbjwvdHVpLXByaW1pdGl2ZS10ZXh0ZmllbGQ+XG48bmctdGVtcGxhdGUgI2xvZ28+XG4gICAgPHR1aS1zdmdcbiAgICAgICAgY2xhc3M9XCJ0LXBheW1lbnQtc3lzdGVtXCJcbiAgICAgICAgW3NyY109XCJkZWZhdWx0SWNvblwiXG4gICAgPjwvdHVpLXN2Zz5cbjwvbmctdGVtcGxhdGU+XG4iXX0=
|
|
@@ -15,9 +15,9 @@ export class TuiInputCardDirective extends AbstractTuiTextfieldHost {
|
|
|
15
15
|
nativeFocusableElement.placeholder || '0000 0000 0000 0000';
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
TuiInputCardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
TuiInputCardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
18
|
+
TuiInputCardDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
+
TuiInputCardDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TuiInputCardDirective, selector: "tui-input-card", providers: [tuiAsTextfieldHost(TuiInputCardDirective)], usesInheritance: true, ngImport: i0 });
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardDirective, decorators: [{
|
|
21
21
|
type: Directive,
|
|
22
22
|
args: [{
|
|
23
23
|
selector: 'tui-input-card',
|
|
@@ -7,20 +7,18 @@ import { TuiInputCardDirective } from './input-card.directive';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class TuiInputCardModule {
|
|
9
9
|
}
|
|
10
|
-
TuiInputCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11
|
-
TuiInputCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
10
|
+
TuiInputCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
TuiInputCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardModule, declarations: [TuiInputCardComponent, TuiInputCardDirective], imports: [MaskitoModule,
|
|
12
12
|
TuiPrimitiveTextfieldModule,
|
|
13
13
|
TuiTextfieldControllerModule,
|
|
14
14
|
TuiValueAccessorModule,
|
|
15
15
|
TuiSvgModule], exports: [TuiInputCardComponent, TuiInputCardDirective, TuiTextfieldComponent] });
|
|
16
|
-
TuiInputCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
]] });
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TuiInputCardModule, decorators: [{
|
|
16
|
+
TuiInputCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardModule, imports: [MaskitoModule,
|
|
17
|
+
TuiPrimitiveTextfieldModule,
|
|
18
|
+
TuiTextfieldControllerModule,
|
|
19
|
+
TuiValueAccessorModule,
|
|
20
|
+
TuiSvgModule] });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TuiInputCardModule, decorators: [{
|
|
24
22
|
type: NgModule,
|
|
25
23
|
args: [{
|
|
26
24
|
imports: [
|
|
@@ -34,4 +32,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
34
32
|
exports: [TuiInputCardComponent, TuiInputCardDirective, TuiTextfieldComponent],
|
|
35
33
|
}]
|
|
36
34
|
}] });
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtY2FyZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hZGRvbi1jb21tZXJjZS9jb21wb25lbnRzL2lucHV0LWNhcmQvaW5wdXQtY2FyZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFFBQVEsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUN2QyxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sa0JBQWtCLENBQUM7QUFDL0MsT0FBTyxFQUNILDJCQUEyQixFQUMzQixZQUFZLEVBQ1oscUJBQXFCLEVBQ3JCLDRCQUE0QixHQUMvQixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUVyRCxPQUFPLEVBQUMscUJBQXFCLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQztBQUM3RCxPQUFPLEVBQUMscUJBQXFCLEVBQUMsTUFBTSx3QkFBd0IsQ0FBQzs7QUFhN0QsTUFBTSxPQUFPLGtCQUFrQjs7Z0hBQWxCLGtCQUFrQjtpSEFBbEIsa0JBQWtCLGlCQUhaLHFCQUFxQixFQUFFLHFCQUFxQixhQU52RCxhQUFhO1FBQ2IsMkJBQTJCO1FBQzNCLDRCQUE0QjtRQUM1QixzQkFBc0I7UUFDdEIsWUFBWSxhQUdOLHFCQUFxQixFQUFFLHFCQUFxQixFQUFFLHFCQUFxQjtpSEFFcEUsa0JBQWtCLFlBVHZCLGFBQWE7UUFDYiwyQkFBMkI7UUFDM0IsNEJBQTRCO1FBQzVCLHNCQUFzQjtRQUN0QixZQUFZOzRGQUtQLGtCQUFrQjtrQkFYOUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUU7d0JBQ0wsYUFBYTt3QkFDYiwyQkFBMkI7d0JBQzNCLDRCQUE0Qjt3QkFDNUIsc0JBQXNCO3dCQUN0QixZQUFZO3FCQUNmO29CQUNELFlBQVksRUFBRSxDQUFDLHFCQUFxQixFQUFFLHFCQUFxQixDQUFDO29CQUM1RCxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSxxQkFBcUIsRUFBRSxxQkFBcUIsQ0FBQztpQkFDakYiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge05nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7TWFza2l0b01vZHVsZX0gZnJvbSAnQG1hc2tpdG8vYW5ndWxhcic7XG5pbXBvcnQge1xuICAgIFR1aVByaW1pdGl2ZVRleHRmaWVsZE1vZHVsZSxcbiAgICBUdWlTdmdNb2R1bGUsXG4gICAgVHVpVGV4dGZpZWxkQ29tcG9uZW50LFxuICAgIFR1aVRleHRmaWVsZENvbnRyb2xsZXJNb2R1bGUsXG59IGZyb20gJ0B0YWlnYS11aS9jb3JlJztcbmltcG9ydCB7VHVpVmFsdWVBY2Nlc3Nvck1vZHVsZX0gZnJvbSAnQHRhaWdhLXVpL2tpdCc7XG5cbmltcG9ydCB7VHVpSW5wdXRDYXJkQ29tcG9uZW50fSBmcm9tICcuL2lucHV0LWNhcmQuY29tcG9uZW50JztcbmltcG9ydCB7VHVpSW5wdXRDYXJkRGlyZWN0aXZlfSBmcm9tICcuL2lucHV0LWNhcmQuZGlyZWN0aXZlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIE1hc2tpdG9Nb2R1bGUsXG4gICAgICAgIFR1aVByaW1pdGl2ZVRleHRmaWVsZE1vZHVsZSxcbiAgICAgICAgVHVpVGV4dGZpZWxkQ29udHJvbGxlck1vZHVsZSxcbiAgICAgICAgVHVpVmFsdWVBY2Nlc3Nvck1vZHVsZSxcbiAgICAgICAgVHVpU3ZnTW9kdWxlLFxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbVHVpSW5wdXRDYXJkQ29tcG9uZW50LCBUdWlJbnB1dENhcmREaXJlY3RpdmVdLFxuICAgIGV4cG9ydHM6IFtUdWlJbnB1dENhcmRDb21wb25lbnQsIFR1aUlucHV0Q2FyZERpcmVjdGl2ZSwgVHVpVGV4dGZpZWxkQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgVHVpSW5wdXRDYXJkTW9kdWxlIHt9XG4iXX0=
|