@bravura/ui 1.21.6 → 2.0.0
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/CHANGELOG.md +15 -0
- package/README.md +1 -0
- package/alert/alert-container.component.d.ts +1 -1
- package/alert/alert-message.component.d.ts +1 -1
- package/alert/{bravura-ui-alert.d.ts → index.d.ts} +0 -0
- package/behavior/await.directive.d.ts +1 -1
- package/behavior/{bravura-ui-behavior.d.ts → index.d.ts} +0 -0
- package/behavior/sizing-monitor.directive.d.ts +1 -1
- package/behavior/sizing.directive.d.ts +1 -1
- package/common/{bravura-ui-common.d.ts → index.d.ts} +0 -0
- package/currency-input/currency-input.directive.d.ts +1 -1
- package/currency-input/{bravura-ui-currency-input.d.ts → index.d.ts} +0 -0
- package/decimal-input/decimal-input.directive.d.ts +1 -1
- package/decimal-input/{bravura-ui-decimal-input.d.ts → index.d.ts} +0 -0
- package/discrete-input/discrete-input.component.d.ts +6 -5
- package/discrete-input/{bravura-ui-discrete-input.d.ts → index.d.ts} +0 -0
- package/esm2020/alert/alert-container.component.mjs +201 -0
- package/esm2020/alert/alert-message.component.mjs +92 -0
- package/esm2020/alert/alert.module.mjs +22 -0
- package/{esm2015/alert/bravura-ui-alert.js → esm2020/alert/bravura-ui-alert.mjs} +0 -0
- package/{esm2015/alert/public-api.js → esm2020/alert/public-api.mjs} +0 -0
- package/{esm2015/behavior/await.directive.js → esm2020/behavior/await.directive.mjs} +4 -4
- package/esm2020/behavior/behavior.module.mjs +25 -0
- package/{esm2015/behavior/bravura-ui-behavior.js → esm2020/behavior/bravura-ui-behavior.mjs} +0 -0
- package/{esm2015/behavior/public-api.js → esm2020/behavior/public-api.mjs} +0 -0
- package/{esm2015/behavior/sizing-monitor.directive.js → esm2020/behavior/sizing-monitor.directive.mjs} +4 -4
- package/{esm2015/behavior/sizing.directive.js → esm2020/behavior/sizing.directive.mjs} +4 -4
- package/{esm2015/bravura-ui.js → esm2020/bravura-ui.mjs} +0 -0
- package/{esm2015/common/bravura-ui-common.js → esm2020/common/bravura-ui-common.mjs} +0 -0
- package/{esm2015/common/common-utils.js → esm2020/common/common-utils.mjs} +0 -0
- package/esm2020/common/common.module.mjs +52 -0
- package/{esm2015/common/public-api.js → esm2020/common/public-api.mjs} +0 -0
- package/{esm2015/currency-input/bravura-ui-currency-input.js → esm2020/currency-input/bravura-ui-currency-input.mjs} +0 -0
- package/esm2020/currency-input/currency-input.directive.mjs +279 -0
- package/esm2020/currency-input/currency-input.module.mjs +19 -0
- package/{esm2015/currency-input/public-api.js → esm2020/currency-input/public-api.mjs} +0 -0
- package/{esm2015/decimal-input/bravura-ui-decimal-input.js → esm2020/decimal-input/bravura-ui-decimal-input.mjs} +0 -0
- package/{esm2015/decimal-input/decimal-input.directive.js → esm2020/decimal-input/decimal-input.directive.mjs} +4 -4
- package/esm2020/decimal-input/decimal-input.module.mjs +19 -0
- package/{esm2015/decimal-input/public-api.js → esm2020/decimal-input/public-api.mjs} +0 -0
- package/{esm2015/discrete-input/bravura-ui-discrete-input.js → esm2020/discrete-input/bravura-ui-discrete-input.mjs} +0 -0
- package/esm2020/discrete-input/discrete-input.component.mjs +326 -0
- package/esm2020/discrete-input/discrete-input.module.mjs +21 -0
- package/{esm2015/discrete-input/public-api.js → esm2020/discrete-input/public-api.mjs} +0 -0
- package/{esm2015/file-upload/bravura-ui-file-upload.js → esm2020/file-upload/bravura-ui-file-upload.mjs} +0 -0
- package/esm2020/file-upload/file-upload.component.mjs +356 -0
- package/{esm2015/file-upload/file-upload.module.js → esm2020/file-upload/file-upload.module.mjs} +11 -13
- package/{esm2015/file-upload/file-upload.service.js → esm2020/file-upload/file-upload.service.mjs} +4 -4
- package/{esm2015/file-upload/public-api.js → esm2020/file-upload/public-api.mjs} +0 -0
- package/{esm2015/form-field/bravura-ui-form-field.js → esm2020/form-field/bravura-ui-form-field.mjs} +0 -0
- package/esm2020/form-field/form-field.component.mjs +96 -0
- package/esm2020/form-field/form-field.module.mjs +20 -0
- package/{esm2015/form-field/public-api.js → esm2020/form-field/public-api.mjs} +0 -0
- package/{esm2015/icon-font/bravura-ui-icon-font.js → esm2020/icon-font/bravura-ui-icon-font.mjs} +0 -0
- package/esm2020/icon-font/icon-font.module.mjs +22 -0
- package/{esm2015/icon-font/icon.directive.js → esm2020/icon-font/icon.directive.mjs} +4 -4
- package/{esm2015/icon-font/public-api.js → esm2020/icon-font/public-api.mjs} +0 -0
- package/{esm2015/icon-font/utilities.js → esm2020/icon-font/utilities.mjs} +0 -0
- package/{esm2015/phone-number/bravura-ui-phone-number.js → esm2020/phone-number/bravura-ui-phone-number.mjs} +0 -0
- package/esm2020/phone-number/phone-number.directive.mjs +187 -0
- package/esm2020/phone-number/phone-number.module.mjs +24 -0
- package/{esm2015/phone-number/phone-number.pipe.js → esm2020/phone-number/phone-number.pipe.mjs} +4 -4
- package/{esm2015/phone-number/phone-number.validator.js → esm2020/phone-number/phone-number.validator.mjs} +4 -4
- package/{esm2015/phone-number/public-api.js → esm2020/phone-number/public-api.mjs} +0 -0
- package/{esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
- package/{esm2015/radio-panel/bravura-ui-radio-panel.js → esm2020/radio-panel/bravura-ui-radio-panel.mjs} +0 -0
- package/{esm2015/radio-panel/public-api.js → esm2020/radio-panel/public-api.mjs} +0 -0
- package/esm2020/radio-panel/radio-panel-item.component.mjs +97 -0
- package/esm2020/radio-panel/radio-panel.component.mjs +89 -0
- package/esm2020/radio-panel/radio-panel.module.mjs +25 -0
- package/{esm2015/selection-panel/bravura-ui-selection-panel.js → esm2020/selection-panel/bravura-ui-selection-panel.mjs} +0 -0
- package/{esm2015/selection-panel/public-api.js → esm2020/selection-panel/public-api.mjs} +0 -0
- package/esm2020/selection-panel/selection-panel-item.component.mjs +166 -0
- package/esm2020/selection-panel/selection-panel.directive.mjs +119 -0
- package/esm2020/selection-panel/selection-panel.module.mjs +23 -0
- package/{esm2015/skeletons/bravura-ui-skeletons.js → esm2020/skeletons/bravura-ui-skeletons.mjs} +0 -0
- package/{esm2015/skeletons/public-api.js → esm2020/skeletons/public-api.mjs} +0 -0
- package/esm2020/skeletons/skeleton-loader-presets.directive.mjs +83 -0
- package/{esm2015/skeletons/skeleton-loader.component.js → esm2020/skeletons/skeleton-loader.component.mjs} +4 -4
- package/esm2020/skeletons/skeletons.module.mjs +35 -0
- package/{esm2015/stepper/bravura-ui-stepper.js → esm2020/stepper/bravura-ui-stepper.mjs} +0 -0
- package/{esm2015/stepper/public-api.js → esm2020/stepper/public-api.mjs} +0 -0
- package/esm2020/stepper/stepper-animation.mjs +23 -0
- package/esm2020/stepper/stepper.component.mjs +166 -0
- package/{esm2015/stepper/stepper.module.js → esm2020/stepper/stepper.module.mjs} +13 -15
- package/{esm2015/tooltip/bravura-ui-tooltip.js → esm2020/tooltip/bravura-ui-tooltip.mjs} +0 -0
- package/{esm2015/tooltip/public-api.js → esm2020/tooltip/public-api.mjs} +0 -0
- package/esm2020/tooltip/tooltip.component.mjs +51 -0
- package/{esm2015/tooltip/tooltip.directive.js → esm2020/tooltip/tooltip.directive.mjs} +4 -4
- package/esm2020/tooltip/tooltip.module.mjs +25 -0
- package/fesm2015/bravura-ui-alert.mjs +324 -0
- package/fesm2015/bravura-ui-alert.mjs.map +1 -0
- package/fesm2015/bravura-ui-behavior.mjs +407 -0
- package/fesm2015/bravura-ui-behavior.mjs.map +1 -0
- package/fesm2015/bravura-ui-common.mjs +74 -0
- package/fesm2015/bravura-ui-common.mjs.map +1 -0
- package/fesm2015/bravura-ui-currency-input.mjs +303 -0
- package/fesm2015/bravura-ui-currency-input.mjs.map +1 -0
- package/fesm2015/bravura-ui-decimal-input.mjs +147 -0
- package/fesm2015/bravura-ui-decimal-input.mjs.map +1 -0
- package/fesm2015/bravura-ui-discrete-input.mjs +354 -0
- package/fesm2015/bravura-ui-discrete-input.mjs.map +1 -0
- package/fesm2015/bravura-ui-file-upload.mjs +434 -0
- package/fesm2015/bravura-ui-file-upload.mjs.map +1 -0
- package/fesm2015/{bravura-ui-form-field.js → bravura-ui-form-field.mjs} +12 -23
- package/fesm2015/bravura-ui-form-field.mjs.map +1 -0
- package/fesm2015/{bravura-ui-icon-font.js → bravura-ui-icon-font.mjs} +8 -8
- package/fesm2015/bravura-ui-icon-font.mjs.map +1 -0
- package/fesm2015/{bravura-ui-phone-number.js → bravura-ui-phone-number.mjs} +34 -30
- package/fesm2015/bravura-ui-phone-number.mjs.map +1 -0
- package/fesm2015/bravura-ui-radio-panel.mjs +212 -0
- package/fesm2015/bravura-ui-radio-panel.mjs.map +1 -0
- package/fesm2015/{bravura-ui-selection-panel.js → bravura-ui-selection-panel.mjs} +24 -28
- package/fesm2015/bravura-ui-selection-panel.mjs.map +1 -0
- package/fesm2015/bravura-ui-skeletons.mjs +195 -0
- package/fesm2015/bravura-ui-skeletons.mjs.map +1 -0
- package/fesm2015/bravura-ui-stepper.mjs +243 -0
- package/fesm2015/bravura-ui-stepper.mjs.map +1 -0
- package/fesm2015/bravura-ui-tooltip.mjs +195 -0
- package/fesm2015/bravura-ui-tooltip.mjs.map +1 -0
- package/fesm2015/{bravura-ui.js → bravura-ui.mjs} +1 -1
- package/fesm2015/bravura-ui.mjs.map +1 -0
- package/fesm2020/bravura-ui-alert.mjs +312 -0
- package/fesm2020/bravura-ui-alert.mjs.map +1 -0
- package/{fesm2015/bravura-ui-behavior.js → fesm2020/bravura-ui-behavior.mjs} +14 -14
- package/fesm2020/bravura-ui-behavior.mjs.map +1 -0
- package/{fesm2015/bravura-ui-common.js → fesm2020/bravura-ui-common.mjs} +7 -7
- package/fesm2020/bravura-ui-common.mjs.map +1 -0
- package/{fesm2015/bravura-ui-currency-input.js → fesm2020/bravura-ui-currency-input.mjs} +9 -10
- package/fesm2020/bravura-ui-currency-input.mjs.map +1 -0
- package/{fesm2015/bravura-ui-decimal-input.js → fesm2020/bravura-ui-decimal-input.mjs} +8 -8
- package/fesm2020/bravura-ui-decimal-input.mjs.map +1 -0
- package/{fesm2015/bravura-ui-discrete-input.js → fesm2020/bravura-ui-discrete-input.mjs} +18 -26
- package/fesm2020/bravura-ui-discrete-input.mjs.map +1 -0
- package/fesm2020/bravura-ui-file-upload.mjs +430 -0
- package/fesm2020/bravura-ui-file-upload.mjs.map +1 -0
- package/fesm2020/bravura-ui-form-field.mjs +119 -0
- package/fesm2020/bravura-ui-form-field.mjs.map +1 -0
- package/fesm2020/bravura-ui-icon-font.mjs +178 -0
- package/fesm2020/bravura-ui-icon-font.mjs.map +1 -0
- package/fesm2020/bravura-ui-phone-number.mjs +317 -0
- package/fesm2020/bravura-ui-phone-number.mjs.map +1 -0
- package/fesm2020/bravura-ui-radio-panel.mjs +209 -0
- package/fesm2020/bravura-ui-radio-panel.mjs.map +1 -0
- package/fesm2020/bravura-ui-selection-panel.mjs +306 -0
- package/fesm2020/bravura-ui-selection-panel.mjs.map +1 -0
- package/{fesm2015/bravura-ui-skeletons.js → fesm2020/bravura-ui-skeletons.mjs} +13 -13
- package/fesm2020/bravura-ui-skeletons.mjs.map +1 -0
- package/{fesm2015/bravura-ui-stepper.js → fesm2020/bravura-ui-stepper.mjs} +27 -44
- package/fesm2020/bravura-ui-stepper.mjs.map +1 -0
- package/{fesm2015/bravura-ui-tooltip.js → fesm2020/bravura-ui-tooltip.mjs} +13 -22
- package/fesm2020/bravura-ui-tooltip.mjs.map +1 -0
- package/fesm2020/bravura-ui.mjs +8 -0
- package/fesm2020/bravura-ui.mjs.map +1 -0
- package/file-upload/file-upload.component.d.ts +1 -1
- package/file-upload/{bravura-ui-file-upload.d.ts → index.d.ts} +0 -0
- package/form-field/form-field.component.d.ts +1 -1
- package/form-field/{bravura-ui-form-field.d.ts → index.d.ts} +0 -0
- package/icon-font/icon.directive.d.ts +1 -1
- package/icon-font/{bravura-ui-icon-font.d.ts → index.d.ts} +0 -0
- package/{bravura-ui.d.ts → index.d.ts} +0 -0
- package/package.json +149 -14
- package/phone-number/{bravura-ui-phone-number.d.ts → index.d.ts} +0 -0
- package/phone-number/phone-number.directive.d.ts +1 -1
- package/phone-number/phone-number.pipe.d.ts +1 -1
- package/phone-number/phone-number.validator.d.ts +1 -1
- package/radio-panel/{bravura-ui-radio-panel.d.ts → index.d.ts} +0 -0
- package/radio-panel/radio-panel-item.component.d.ts +1 -1
- package/radio-panel/radio-panel.component.d.ts +1 -1
- package/selection-panel/{bravura-ui-selection-panel.d.ts → index.d.ts} +0 -0
- package/selection-panel/selection-panel-item.component.d.ts +1 -1
- package/selection-panel/selection-panel.directive.d.ts +1 -1
- package/skeletons/{bravura-ui-skeletons.d.ts → index.d.ts} +0 -0
- package/skeletons/skeleton-loader-presets.directive.d.ts +1 -1
- package/skeletons/skeleton-loader.component.d.ts +1 -1
- package/stepper/{bravura-ui-stepper.d.ts → index.d.ts} +0 -0
- package/stepper/stepper.component.d.ts +1 -1
- package/theme/_ui-theme.scss +1 -1
- package/tooltip/{bravura-ui-tooltip.d.ts → index.d.ts} +0 -0
- package/tooltip/tooltip.component.d.ts +1 -1
- package/tooltip/tooltip.directive.d.ts +1 -1
- package/alert/package.json +0 -10
- package/behavior/package.json +0 -10
- package/bundles/bravura-ui-alert.umd.js +0 -745
- package/bundles/bravura-ui-alert.umd.js.map +0 -1
- package/bundles/bravura-ui-behavior.umd.js +0 -788
- package/bundles/bravura-ui-behavior.umd.js.map +0 -1
- package/bundles/bravura-ui-common.umd.js +0 -103
- package/bundles/bravura-ui-common.umd.js.map +0 -1
- package/bundles/bravura-ui-currency-input.umd.js +0 -335
- package/bundles/bravura-ui-currency-input.umd.js.map +0 -1
- package/bundles/bravura-ui-decimal-input.umd.js +0 -176
- package/bundles/bravura-ui-decimal-input.umd.js.map +0 -1
- package/bundles/bravura-ui-discrete-input.umd.js +0 -747
- package/bundles/bravura-ui-discrete-input.umd.js.map +0 -1
- package/bundles/bravura-ui-file-upload.umd.js +0 -845
- package/bundles/bravura-ui-file-upload.umd.js.map +0 -1
- package/bundles/bravura-ui-form-field.umd.js +0 -494
- package/bundles/bravura-ui-form-field.umd.js.map +0 -1
- package/bundles/bravura-ui-icon-font.umd.js +0 -539
- package/bundles/bravura-ui-icon-font.umd.js.map +0 -1
- package/bundles/bravura-ui-phone-number.umd.js +0 -690
- package/bundles/bravura-ui-phone-number.umd.js.map +0 -1
- package/bundles/bravura-ui-radio-panel.umd.js +0 -595
- package/bundles/bravura-ui-radio-panel.umd.js.map +0 -1
- package/bundles/bravura-ui-selection-panel.umd.js +0 -699
- package/bundles/bravura-ui-selection-panel.umd.js.map +0 -1
- package/bundles/bravura-ui-skeletons.umd.js +0 -525
- package/bundles/bravura-ui-skeletons.umd.js.map +0 -1
- package/bundles/bravura-ui-stepper.umd.js +0 -613
- package/bundles/bravura-ui-stepper.umd.js.map +0 -1
- package/bundles/bravura-ui-tooltip.umd.js +0 -586
- package/bundles/bravura-ui-tooltip.umd.js.map +0 -1
- package/bundles/bravura-ui.umd.js +0 -18
- package/bundles/bravura-ui.umd.js.map +0 -1
- package/common/package.json +0 -10
- package/currency-input/package.json +0 -10
- package/decimal-input/package.json +0 -10
- package/discrete-input/package.json +0 -10
- package/esm2015/alert/alert-container.component.js +0 -220
- package/esm2015/alert/alert-message.component.js +0 -98
- package/esm2015/alert/alert.module.js +0 -22
- package/esm2015/behavior/behavior.module.js +0 -25
- package/esm2015/common/common.module.js +0 -52
- package/esm2015/currency-input/currency-input.directive.js +0 -280
- package/esm2015/currency-input/currency-input.module.js +0 -19
- package/esm2015/decimal-input/decimal-input.module.js +0 -19
- package/esm2015/discrete-input/discrete-input.component.js +0 -334
- package/esm2015/discrete-input/discrete-input.module.js +0 -21
- package/esm2015/file-upload/file-upload.component.js +0 -367
- package/esm2015/form-field/form-field.component.js +0 -107
- package/esm2015/form-field/form-field.module.js +0 -20
- package/esm2015/icon-font/icon-font.module.js +0 -22
- package/esm2015/phone-number/phone-number.directive.js +0 -192
- package/esm2015/phone-number/phone-number.module.js +0 -24
- package/esm2015/radio-panel/radio-panel-item.component.js +0 -109
- package/esm2015/radio-panel/radio-panel.component.js +0 -98
- package/esm2015/radio-panel/radio-panel.module.js +0 -25
- package/esm2015/selection-panel/selection-panel-item.component.js +0 -174
- package/esm2015/selection-panel/selection-panel.directive.js +0 -120
- package/esm2015/selection-panel/selection-panel.module.js +0 -23
- package/esm2015/skeletons/skeleton-loader-presets.directive.js +0 -83
- package/esm2015/skeletons/skeletons.module.js +0 -35
- package/esm2015/stepper/stepper-animation.js +0 -23
- package/esm2015/stepper/stepper.component.js +0 -181
- package/esm2015/tooltip/tooltip.component.js +0 -59
- package/esm2015/tooltip/tooltip.module.js +0 -26
- package/fesm2015/bravura-ui-alert.js +0 -337
- package/fesm2015/bravura-ui-alert.js.map +0 -1
- package/fesm2015/bravura-ui-behavior.js.map +0 -1
- package/fesm2015/bravura-ui-common.js.map +0 -1
- package/fesm2015/bravura-ui-currency-input.js.map +0 -1
- package/fesm2015/bravura-ui-decimal-input.js.map +0 -1
- package/fesm2015/bravura-ui-discrete-input.js.map +0 -1
- package/fesm2015/bravura-ui-file-upload.js +0 -443
- package/fesm2015/bravura-ui-file-upload.js.map +0 -1
- package/fesm2015/bravura-ui-form-field.js.map +0 -1
- package/fesm2015/bravura-ui-icon-font.js.map +0 -1
- package/fesm2015/bravura-ui-phone-number.js.map +0 -1
- package/fesm2015/bravura-ui-radio-panel.js +0 -230
- package/fesm2015/bravura-ui-radio-panel.js.map +0 -1
- package/fesm2015/bravura-ui-selection-panel.js.map +0 -1
- package/fesm2015/bravura-ui-skeletons.js.map +0 -1
- package/fesm2015/bravura-ui-stepper.js.map +0 -1
- package/fesm2015/bravura-ui-tooltip.js.map +0 -1
- package/fesm2015/bravura-ui.js.map +0 -1
- package/file-upload/package.json +0 -10
- package/form-field/package.json +0 -10
- package/icon-font/package.json +0 -10
- package/phone-number/package.json +0 -10
- package/radio-panel/package.json +0 -10
- package/selection-panel/package.json +0 -10
- package/skeletons/package.json +0 -10
- package/stepper/package.json +0 -10
- package/tooltip/package.json +0 -10
|
@@ -1,613 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/cdk/stepper'), require('@angular/common'), require('@angular/core'), require('@angular/material/stepper'), require('rxjs'), require('rxjs/operators'), require('@angular/animations'), require('@angular/cdk/bidi'), require('@angular/material/progress-spinner'), require('@bravura/ui/behavior'), require('@angular/cdk/portal'), require('@angular/material/button'), require('@angular/material/core'), require('@angular/material/icon')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@bravura/ui/stepper', ['exports', '@angular/cdk/stepper', '@angular/common', '@angular/core', '@angular/material/stepper', 'rxjs', 'rxjs/operators', '@angular/animations', '@angular/cdk/bidi', '@angular/material/progress-spinner', '@bravura/ui/behavior', '@angular/cdk/portal', '@angular/material/button', '@angular/material/core', '@angular/material/icon'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bravura = global.bravura || {}, global.bravura.ui = global.bravura.ui || {}, global.bravura.ui.stepper = {}), global.ng.cdk.stepper, global.ng.common, global.ng.core, global.ng.material.stepper, global.rxjs, global.rxjs.operators, global.ng.animations, global.ng.cdk.bidi, global.ng.material.progressSpinner, global.bravura.ui.behavior, global.ng.cdk.portal, global.ng.material.button, global.ng.material.core, global.ng.material.icon));
|
|
5
|
-
})(this, (function (exports, stepper, i4, i0, i2, rxjs, operators, animations, i1, i3, i5, portal, button, core, icon) { 'use strict';
|
|
6
|
-
|
|
7
|
-
function _interopNamespace(e) {
|
|
8
|
-
if (e && e.__esModule) return e;
|
|
9
|
-
var n = Object.create(null);
|
|
10
|
-
if (e) {
|
|
11
|
-
Object.keys(e).forEach(function (k) {
|
|
12
|
-
if (k !== 'default') {
|
|
13
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () { return e[k]; }
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
n["default"] = e;
|
|
22
|
-
return Object.freeze(n);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
var i4__namespace = /*#__PURE__*/_interopNamespace(i4);
|
|
26
|
-
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
27
|
-
var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
|
|
28
|
-
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
29
|
-
var i3__namespace = /*#__PURE__*/_interopNamespace(i3);
|
|
30
|
-
var i5__namespace = /*#__PURE__*/_interopNamespace(i5);
|
|
31
|
-
|
|
32
|
-
/******************************************************************************
|
|
33
|
-
Copyright (c) Microsoft Corporation.
|
|
34
|
-
|
|
35
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
36
|
-
purpose with or without fee is hereby granted.
|
|
37
|
-
|
|
38
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
39
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
40
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
41
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
42
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
43
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
44
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
45
|
-
***************************************************************************** */
|
|
46
|
-
/* global Reflect, Promise */
|
|
47
|
-
var extendStatics = function (d, b) {
|
|
48
|
-
extendStatics = Object.setPrototypeOf ||
|
|
49
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
50
|
-
function (d, b) { for (var p in b)
|
|
51
|
-
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
52
|
-
d[p] = b[p]; };
|
|
53
|
-
return extendStatics(d, b);
|
|
54
|
-
};
|
|
55
|
-
function __extends(d, b) {
|
|
56
|
-
if (typeof b !== "function" && b !== null)
|
|
57
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
58
|
-
extendStatics(d, b);
|
|
59
|
-
function __() { this.constructor = d; }
|
|
60
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
61
|
-
}
|
|
62
|
-
var __assign = function () {
|
|
63
|
-
__assign = Object.assign || function __assign(t) {
|
|
64
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
65
|
-
s = arguments[i];
|
|
66
|
-
for (var p in s)
|
|
67
|
-
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
68
|
-
t[p] = s[p];
|
|
69
|
-
}
|
|
70
|
-
return t;
|
|
71
|
-
};
|
|
72
|
-
return __assign.apply(this, arguments);
|
|
73
|
-
};
|
|
74
|
-
function __rest(s, e) {
|
|
75
|
-
var t = {};
|
|
76
|
-
for (var p in s)
|
|
77
|
-
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
78
|
-
t[p] = s[p];
|
|
79
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
80
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
81
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
82
|
-
t[p[i]] = s[p[i]];
|
|
83
|
-
}
|
|
84
|
-
return t;
|
|
85
|
-
}
|
|
86
|
-
function __decorate(decorators, target, key, desc) {
|
|
87
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
88
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
89
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
90
|
-
else
|
|
91
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
92
|
-
if (d = decorators[i])
|
|
93
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
94
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
95
|
-
}
|
|
96
|
-
function __param(paramIndex, decorator) {
|
|
97
|
-
return function (target, key) { decorator(target, key, paramIndex); };
|
|
98
|
-
}
|
|
99
|
-
function __metadata(metadataKey, metadataValue) {
|
|
100
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
101
|
-
return Reflect.metadata(metadataKey, metadataValue);
|
|
102
|
-
}
|
|
103
|
-
function __awaiter(thisArg, _arguments, P, generator) {
|
|
104
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
105
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
106
|
-
function fulfilled(value) { try {
|
|
107
|
-
step(generator.next(value));
|
|
108
|
-
}
|
|
109
|
-
catch (e) {
|
|
110
|
-
reject(e);
|
|
111
|
-
} }
|
|
112
|
-
function rejected(value) { try {
|
|
113
|
-
step(generator["throw"](value));
|
|
114
|
-
}
|
|
115
|
-
catch (e) {
|
|
116
|
-
reject(e);
|
|
117
|
-
} }
|
|
118
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
119
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
120
|
-
});
|
|
121
|
-
}
|
|
122
|
-
function __generator(thisArg, body) {
|
|
123
|
-
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
124
|
-
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
125
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
126
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
127
|
-
function step(op) {
|
|
128
|
-
if (f)
|
|
129
|
-
throw new TypeError("Generator is already executing.");
|
|
130
|
-
while (_)
|
|
131
|
-
try {
|
|
132
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
133
|
-
return t;
|
|
134
|
-
if (y = 0, t)
|
|
135
|
-
op = [op[0] & 2, t.value];
|
|
136
|
-
switch (op[0]) {
|
|
137
|
-
case 0:
|
|
138
|
-
case 1:
|
|
139
|
-
t = op;
|
|
140
|
-
break;
|
|
141
|
-
case 4:
|
|
142
|
-
_.label++;
|
|
143
|
-
return { value: op[1], done: false };
|
|
144
|
-
case 5:
|
|
145
|
-
_.label++;
|
|
146
|
-
y = op[1];
|
|
147
|
-
op = [0];
|
|
148
|
-
continue;
|
|
149
|
-
case 7:
|
|
150
|
-
op = _.ops.pop();
|
|
151
|
-
_.trys.pop();
|
|
152
|
-
continue;
|
|
153
|
-
default:
|
|
154
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
155
|
-
_ = 0;
|
|
156
|
-
continue;
|
|
157
|
-
}
|
|
158
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
159
|
-
_.label = op[1];
|
|
160
|
-
break;
|
|
161
|
-
}
|
|
162
|
-
if (op[0] === 6 && _.label < t[1]) {
|
|
163
|
-
_.label = t[1];
|
|
164
|
-
t = op;
|
|
165
|
-
break;
|
|
166
|
-
}
|
|
167
|
-
if (t && _.label < t[2]) {
|
|
168
|
-
_.label = t[2];
|
|
169
|
-
_.ops.push(op);
|
|
170
|
-
break;
|
|
171
|
-
}
|
|
172
|
-
if (t[2])
|
|
173
|
-
_.ops.pop();
|
|
174
|
-
_.trys.pop();
|
|
175
|
-
continue;
|
|
176
|
-
}
|
|
177
|
-
op = body.call(thisArg, _);
|
|
178
|
-
}
|
|
179
|
-
catch (e) {
|
|
180
|
-
op = [6, e];
|
|
181
|
-
y = 0;
|
|
182
|
-
}
|
|
183
|
-
finally {
|
|
184
|
-
f = t = 0;
|
|
185
|
-
}
|
|
186
|
-
if (op[0] & 5)
|
|
187
|
-
throw op[1];
|
|
188
|
-
return { value: op[0] ? op[1] : void 0, done: true };
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
192
|
-
if (k2 === undefined)
|
|
193
|
-
k2 = k;
|
|
194
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
195
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
196
|
-
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
197
|
-
}
|
|
198
|
-
Object.defineProperty(o, k2, desc);
|
|
199
|
-
}) : (function (o, m, k, k2) {
|
|
200
|
-
if (k2 === undefined)
|
|
201
|
-
k2 = k;
|
|
202
|
-
o[k2] = m[k];
|
|
203
|
-
});
|
|
204
|
-
function __exportStar(m, o) {
|
|
205
|
-
for (var p in m)
|
|
206
|
-
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
207
|
-
__createBinding(o, m, p);
|
|
208
|
-
}
|
|
209
|
-
function __values(o) {
|
|
210
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
211
|
-
if (m)
|
|
212
|
-
return m.call(o);
|
|
213
|
-
if (o && typeof o.length === "number")
|
|
214
|
-
return {
|
|
215
|
-
next: function () {
|
|
216
|
-
if (o && i >= o.length)
|
|
217
|
-
o = void 0;
|
|
218
|
-
return { value: o && o[i++], done: !o };
|
|
219
|
-
}
|
|
220
|
-
};
|
|
221
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
222
|
-
}
|
|
223
|
-
function __read(o, n) {
|
|
224
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
225
|
-
if (!m)
|
|
226
|
-
return o;
|
|
227
|
-
var i = m.call(o), r, ar = [], e;
|
|
228
|
-
try {
|
|
229
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
230
|
-
ar.push(r.value);
|
|
231
|
-
}
|
|
232
|
-
catch (error) {
|
|
233
|
-
e = { error: error };
|
|
234
|
-
}
|
|
235
|
-
finally {
|
|
236
|
-
try {
|
|
237
|
-
if (r && !r.done && (m = i["return"]))
|
|
238
|
-
m.call(i);
|
|
239
|
-
}
|
|
240
|
-
finally {
|
|
241
|
-
if (e)
|
|
242
|
-
throw e.error;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
return ar;
|
|
246
|
-
}
|
|
247
|
-
/** @deprecated */
|
|
248
|
-
function __spread() {
|
|
249
|
-
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
250
|
-
ar = ar.concat(__read(arguments[i]));
|
|
251
|
-
return ar;
|
|
252
|
-
}
|
|
253
|
-
/** @deprecated */
|
|
254
|
-
function __spreadArrays() {
|
|
255
|
-
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
256
|
-
s += arguments[i].length;
|
|
257
|
-
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
258
|
-
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
259
|
-
r[k] = a[j];
|
|
260
|
-
return r;
|
|
261
|
-
}
|
|
262
|
-
function __spreadArray(to, from, pack) {
|
|
263
|
-
if (pack || arguments.length === 2)
|
|
264
|
-
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
265
|
-
if (ar || !(i in from)) {
|
|
266
|
-
if (!ar)
|
|
267
|
-
ar = Array.prototype.slice.call(from, 0, i);
|
|
268
|
-
ar[i] = from[i];
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
272
|
-
}
|
|
273
|
-
function __await(v) {
|
|
274
|
-
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
275
|
-
}
|
|
276
|
-
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
277
|
-
if (!Symbol.asyncIterator)
|
|
278
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
279
|
-
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
280
|
-
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
281
|
-
function verb(n) { if (g[n])
|
|
282
|
-
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
283
|
-
function resume(n, v) { try {
|
|
284
|
-
step(g[n](v));
|
|
285
|
-
}
|
|
286
|
-
catch (e) {
|
|
287
|
-
settle(q[0][3], e);
|
|
288
|
-
} }
|
|
289
|
-
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
290
|
-
function fulfill(value) { resume("next", value); }
|
|
291
|
-
function reject(value) { resume("throw", value); }
|
|
292
|
-
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
293
|
-
resume(q[0][0], q[0][1]); }
|
|
294
|
-
}
|
|
295
|
-
function __asyncDelegator(o) {
|
|
296
|
-
var i, p;
|
|
297
|
-
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
298
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
299
|
-
}
|
|
300
|
-
function __asyncValues(o) {
|
|
301
|
-
if (!Symbol.asyncIterator)
|
|
302
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
303
|
-
var m = o[Symbol.asyncIterator], i;
|
|
304
|
-
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
305
|
-
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
306
|
-
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
307
|
-
}
|
|
308
|
-
function __makeTemplateObject(cooked, raw) {
|
|
309
|
-
if (Object.defineProperty) {
|
|
310
|
-
Object.defineProperty(cooked, "raw", { value: raw });
|
|
311
|
-
}
|
|
312
|
-
else {
|
|
313
|
-
cooked.raw = raw;
|
|
314
|
-
}
|
|
315
|
-
return cooked;
|
|
316
|
-
}
|
|
317
|
-
;
|
|
318
|
-
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
319
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
320
|
-
}) : function (o, v) {
|
|
321
|
-
o["default"] = v;
|
|
322
|
-
};
|
|
323
|
-
function __importStar(mod) {
|
|
324
|
-
if (mod && mod.__esModule)
|
|
325
|
-
return mod;
|
|
326
|
-
var result = {};
|
|
327
|
-
if (mod != null)
|
|
328
|
-
for (var k in mod)
|
|
329
|
-
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
330
|
-
__createBinding(result, mod, k);
|
|
331
|
-
__setModuleDefault(result, mod);
|
|
332
|
-
return result;
|
|
333
|
-
}
|
|
334
|
-
function __importDefault(mod) {
|
|
335
|
-
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
336
|
-
}
|
|
337
|
-
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
338
|
-
if (kind === "a" && !f)
|
|
339
|
-
throw new TypeError("Private accessor was defined without a getter");
|
|
340
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
341
|
-
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
342
|
-
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
343
|
-
}
|
|
344
|
-
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
345
|
-
if (kind === "m")
|
|
346
|
-
throw new TypeError("Private method is not writable");
|
|
347
|
-
if (kind === "a" && !f)
|
|
348
|
-
throw new TypeError("Private accessor was defined without a setter");
|
|
349
|
-
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
350
|
-
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
351
|
-
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
352
|
-
}
|
|
353
|
-
function __classPrivateFieldIn(state, receiver) {
|
|
354
|
-
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
355
|
-
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
356
|
-
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
function drawerAnimations(isLeft) {
|
|
360
|
-
var closedStyle = { opacity: '0', height: 0, width: 0, visibility: 'hidden' };
|
|
361
|
-
var left = Object.assign(Object.assign({}, closedStyle), { transform: 'translateX(50%)' });
|
|
362
|
-
var height = Object.assign(Object.assign({}, closedStyle), { transform: 'scaleY(0.5)' });
|
|
363
|
-
return [
|
|
364
|
-
animations.state('open, open-instant', animations.style({ visibility: 'visible' })),
|
|
365
|
-
animations.state('void', animations.style(isLeft ? left : height)),
|
|
366
|
-
animations.transition('void => open-instant', animations.animate('0ms')),
|
|
367
|
-
animations.transition('void <=> open, open-instant => void', animations.animate('400ms cubic-bezier(0.25, 0.8, 0.25, 1)'))
|
|
368
|
-
];
|
|
369
|
-
}
|
|
370
|
-
var animation = {
|
|
371
|
-
stepTransition: animations.trigger('stepTransition', [
|
|
372
|
-
animations.state('previous', animations.style({ transform: 'translate3d(0, -100%, 0)', visibility: 'hidden' })),
|
|
373
|
-
animations.state('current', animations.style({ transform: 'none', visibility: 'inherit' })),
|
|
374
|
-
animations.state('next', animations.style({ transform: 'translate3d(0, 100%, 0)', visibility: 'hidden' })),
|
|
375
|
-
animations.transition('* => *', animations.animate('500ms cubic-bezier(0.35, 0, 0.25, 1)'))
|
|
376
|
-
]),
|
|
377
|
-
leftDrawer: animations.trigger('leftDrawer', drawerAnimations(true)),
|
|
378
|
-
topDrawer: animations.trigger('topDrawer', drawerAnimations(false))
|
|
379
|
-
};
|
|
380
|
-
|
|
381
|
-
/** @ignore */
|
|
382
|
-
var BREAKPOINT = 768;
|
|
383
|
-
/**
|
|
384
|
-
* [Angular Material's stepper](https://material.angular.io/components/stepper/overview) provides a wizard-like workflow by dividing
|
|
385
|
-
* content into logical steps.
|
|
386
|
-
*
|
|
387
|
-
* This stepper extends Angular's to customise the presentation of its headers to achieve a better user experience in both mobile and
|
|
388
|
-
* desktop browsers.
|
|
389
|
-
*
|
|
390
|
-
*/
|
|
391
|
-
var StepperComponent = /** @class */ (function (_super) {
|
|
392
|
-
__extends(StepperComponent, _super);
|
|
393
|
-
function StepperComponent(dir, changeDetectorRef, _buiElRef, _document, stepperOptions, defaultStepperOptions) {
|
|
394
|
-
var _this = _super.call(this, dir, changeDetectorRef, _buiElRef, _document) || this;
|
|
395
|
-
_this._buiElRef = _buiElRef;
|
|
396
|
-
/** @ignore Steps that belong to the current stepper, excluding ones from nested steppers. */
|
|
397
|
-
_this.steps = new i0.QueryList();
|
|
398
|
-
/** @ignore Event emitted when the current step is done transitioning in. */
|
|
399
|
-
_this.animationDone = new i0.EventEmitter();
|
|
400
|
-
/** The text that precedes the name of the next step label, used in the 'narrow' view. */
|
|
401
|
-
_this.nextStepLabelPrefix = 'Next: ';
|
|
402
|
-
/** @ignore Consumer-specified template-refs to be used to override the header icons. */
|
|
403
|
-
_this._iconOverrides = {};
|
|
404
|
-
/** @ignore Stream of animation `done` events when the body expands/collapses. */
|
|
405
|
-
_this._animationDone = new rxjs.Subject();
|
|
406
|
-
/** @ignore Whether the stepper is in a narrow container */
|
|
407
|
-
_this._narrow = false;
|
|
408
|
-
/** @ignore Emits whenever the drawer has started animating. */
|
|
409
|
-
_this._leftDrawerStarted = new rxjs.Subject();
|
|
410
|
-
/** @ignore Emits whenever the drawer is done animating. */
|
|
411
|
-
_this._leftDrawerEnded = new rxjs.Subject();
|
|
412
|
-
/** @ignore Current state of the sidenav animation. */
|
|
413
|
-
_this._leftDrawerState = 'open-instant';
|
|
414
|
-
/** @ignore Emits whenever the drawer has started animating. */
|
|
415
|
-
_this._topDrawerStarted = new rxjs.Subject();
|
|
416
|
-
/** @ignore Emits whenever the drawer is done animating. */
|
|
417
|
-
_this._topDrawerEnded = new rxjs.Subject();
|
|
418
|
-
/** @ignore Current state of the sidenav animation. */
|
|
419
|
-
_this._topDrawerState = 'void';
|
|
420
|
-
/** @ignore */ _this._progressCircleSize = 80;
|
|
421
|
-
/** @ignore */ _this._progressCircleWidth = 5;
|
|
422
|
-
_this.orientation = 'vertical';
|
|
423
|
-
_this.indicatorFormatter = function (index, total) { return index + " of " + total; };
|
|
424
|
-
Object.keys(defaultStepperOptions || {})
|
|
425
|
-
.filter(function (k) { return k !== 'displayDefaultIndicatorType'; })
|
|
426
|
-
.forEach((function (k) { return (stepperOptions[k] = defaultStepperOptions[k]); }));
|
|
427
|
-
return _this;
|
|
428
|
-
}
|
|
429
|
-
StepperComponent.prototype.ngAfterContentInit = function () {
|
|
430
|
-
var _this = this;
|
|
431
|
-
_super.prototype.ngAfterContentInit.call(this);
|
|
432
|
-
this._icons.forEach(function (_a) {
|
|
433
|
-
var name = _a.name, templateRef = _a.templateRef;
|
|
434
|
-
return (_this._iconOverrides[name] = templateRef);
|
|
435
|
-
});
|
|
436
|
-
// Mark the component for change detection whenever the content children query changes
|
|
437
|
-
this.steps.changes.pipe(operators.takeUntil(this._destroyed)).subscribe(function () {
|
|
438
|
-
_this._stateChanged();
|
|
439
|
-
});
|
|
440
|
-
this._animationDone
|
|
441
|
-
.pipe(operators.distinctUntilChanged(function (x, y) { return x.fromState === y.fromState && x.toState === y.toState; }), operators.takeUntil(this._destroyed))
|
|
442
|
-
.subscribe(function (event) {
|
|
443
|
-
if (event.toState === 'current') {
|
|
444
|
-
_this.animationDone.emit();
|
|
445
|
-
}
|
|
446
|
-
});
|
|
447
|
-
this._leftDrawerEnded
|
|
448
|
-
.pipe(operators.distinctUntilChanged(function (x, y) { return x.fromState === y.fromState && x.toState === y.toState; }), operators.filter(function (ev) { return ev.toState === 'void' && ev.toState !== ev.fromState; }), operators.takeUntil(this._destroyed))
|
|
449
|
-
.subscribe(function () {
|
|
450
|
-
_this._topDrawerState = 'open';
|
|
451
|
-
});
|
|
452
|
-
this._topDrawerEnded
|
|
453
|
-
.pipe(operators.distinctUntilChanged(function (x, y) { return x.fromState === y.fromState && x.toState === y.toState; }), operators.filter(function (ev) { return ev.toState === 'void' && ev.toState !== ev.fromState; }), operators.takeUntil(this._destroyed))
|
|
454
|
-
.subscribe(function () {
|
|
455
|
-
_this._leftDrawerState = 'open';
|
|
456
|
-
});
|
|
457
|
-
this._iconOverrides.edit = this._iconOverrides.edit || this._editIconTemplate;
|
|
458
|
-
};
|
|
459
|
-
/** @ignore */
|
|
460
|
-
StepperComponent.prototype._stepIsNavigable = function (index, step) {
|
|
461
|
-
return step.completed || this.selectedIndex === index || !this.linear;
|
|
462
|
-
};
|
|
463
|
-
/** @ignore */
|
|
464
|
-
StepperComponent.prototype._widthChanged = function (w) {
|
|
465
|
-
var narrow = Math.abs(w - BREAKPOINT) < 20 ? this._narrow : w < BREAKPOINT;
|
|
466
|
-
var cls = 'bui-stepper-narrow';
|
|
467
|
-
var classList = this._buiElRef.nativeElement.classList;
|
|
468
|
-
if (narrow) {
|
|
469
|
-
this._leftDrawerState = 'void';
|
|
470
|
-
classList.add(cls);
|
|
471
|
-
}
|
|
472
|
-
else {
|
|
473
|
-
this._topDrawerState = 'void';
|
|
474
|
-
classList.remove(cls);
|
|
475
|
-
}
|
|
476
|
-
if (this._narrow !== narrow) {
|
|
477
|
-
this._narrow = narrow;
|
|
478
|
-
this._stateChanged();
|
|
479
|
-
}
|
|
480
|
-
};
|
|
481
|
-
return StepperComponent;
|
|
482
|
-
}(stepper.CdkStepper));
|
|
483
|
-
StepperComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: StepperComponent, deps: [{ token: i1__namespace.Directionality, optional: true }, { token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.ElementRef }, { token: i4.DOCUMENT }, { token: stepper.STEPPER_GLOBAL_OPTIONS, self: true }, { token: stepper.STEPPER_GLOBAL_OPTIONS, optional: true, skipSelf: true }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
484
|
-
StepperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: StepperComponent, selector: "bui-stepper, [buiStepper]", inputs: { selectedIndex: "selectedIndex", disableRipple: "disableRipple", color: "color", indicatorFormatter: "indicatorFormatter", nextStepLabelPrefix: "nextStepLabelPrefix" }, outputs: { animationDone: "animationDone" }, host: { attributes: { "role": "tablist" }, properties: { "attr.aria-orientation": "orientation" }, classAttribute: "bui-stepper bui-host" }, providers: [
|
|
485
|
-
{ provide: i2.MatStepper, useExisting: StepperComponent },
|
|
486
|
-
{ provide: stepper.CdkStepper, useExisting: StepperComponent },
|
|
487
|
-
{ provide: i2.MatHorizontalStepper, useExisting: StepperComponent },
|
|
488
|
-
{ provide: i2.MatVerticalStepper, useExisting: StepperComponent },
|
|
489
|
-
{ provide: stepper.STEPPER_GLOBAL_OPTIONS, useValue: { displayDefaultIndicatorType: false } }
|
|
490
|
-
], queries: [{ propertyName: "_steps", predicate: i2.MatStep, descendants: true }, { propertyName: "_icons", predicate: i2.MatStepperIcon, descendants: true }], viewQueries: [{ propertyName: "_editIconTemplate", first: true, predicate: ["editIconTemplate"], descendants: true, static: true }, { propertyName: "_stepHeader", predicate: i2.MatStepHeader, descendants: true }], exportAs: ["buiStepper", "matStepper", "matVerticalStepper", "matHorizontalStepper"], usesInheritance: true, ngImport: i0__namespace, template: "<div class=\"bui-stepper-wrapper\" [style.display]=\"_leftDrawerState.startsWith('open') ? 'flex' : 'block'\" #sizeMonitor>\n\t<div\n\t\tclass=\"bui-stepper-left-header-container\"\n\t\t[@leftDrawer]=\"_leftDrawerState\"\n\t\t(@leftDrawer.start)=\"_leftDrawerStarted.next($event)\"\n\t\t(@leftDrawer.done)=\"_leftDrawerEnded.next($event)\"\n\t>\n\t\t<div\n\t\t\t*ngFor=\"let step of steps; let i = index; let isLast = last\"\n\t\t\tclass=\"bui-stepper-header-wrapper\"\n\t\t\t[class.bui-stepper-vertical-line]=\"!isLast\"\n\t\t>\n\t\t\t<mat-step-header\n\t\t\t\tclass=\"bui-stepper-header\"\n\t\t\t\t(click)=\"step.select()\"\n\t\t\t\t(keydown)=\"_onKeydown($event)\"\n\t\t\t\t[tabIndex]=\"_getFocusIndex() === i ? 0 : -1\"\n\t\t\t\t[id]=\"_getStepLabelId(i)\"\n\t\t\t\t[attr.aria-posinset]=\"i + 1\"\n\t\t\t\t[attr.aria-setsize]=\"steps.length\"\n\t\t\t\t[attr.aria-controls]=\"_getStepContentId(i)\"\n\t\t\t\t[attr.aria-selected]=\"selectedIndex == i\"\n\t\t\t\t[attr.aria-label]=\"step.ariaLabel || null\"\n\t\t\t\t[attr.aria-labelledby]=\"!step.ariaLabel && step.ariaLabelledby ? step.ariaLabelledby : null\"\n\t\t\t\t[attr.aria-disabled]=\"_stepIsNavigable(i, step) ? null : true\"\n\t\t\t\t[index]=\"i\"\n\t\t\t\t[state]=\"_getIndicatorType(i, step.state)\"\n\t\t\t\t[label]=\"step.stepLabel || step.label\"\n\t\t\t\t[selected]=\"selectedIndex === i\"\n\t\t\t\t[active]=\"_stepIsNavigable(i, step)\"\n\t\t\t\t[optional]=\"step.optional\"\n\t\t\t\t[errorMessage]=\"step.errorMessage\"\n\t\t\t\t[iconOverrides]=\"_iconOverrides\"\n\t\t\t\t[disableRipple]=\"disableRipple || !_stepIsNavigable(i, step)\"\n\t\t\t\t[color]=\"step.color || color\"\n\t\t\t></mat-step-header>\n\t\t</div>\n\t</div>\n\n\t<div class=\"bui-stepper-content-container\" [buiSizingBy]=\"sizeMonitor\" (buiResized)=\"_widthChanged($event.width)\">\n\t\t<div\n\t\t\tclass=\"bui-stepper-top-header-container\"\n\t\t\t[class.bui-stepper-header-active]=\"_leftDrawerState === 'void'\"\n\t\t\t[@topDrawer]=\"_topDrawerState\"\n\t\t\t(@topDrawer.start)=\"_topDrawerStarted.next($event)\"\n\t\t\t(@topDrawer.done)=\"_topDrawerEnded.next($event)\"\n\t\t>\n\t\t\t<div\n\t\t\t\tclass=\"bui-stepper-top-header-progress\"\n\t\t\t\t[style]=\"'height:' + _progressCircleSize + 'px; width:' + _progressCircleSize + 'px'\"\n\t\t\t>\n\t\t\t\t<mat-progress-spinner\n\t\t\t\t\tclass=\"bui-progress-spinner-light\"\n\t\t\t\t\t[value]=\"100\"\n\t\t\t\t\t[diameter]=\"_progressCircleSize\"\n\t\t\t\t\t[strokeWidth]=\"_progressCircleWidth\"\n\t\t\t\t></mat-progress-spinner>\n\t\t\t\t<mat-progress-spinner\n\t\t\t\t\t[color]=\"color\"\n\t\t\t\t\t[value]=\"((selectedIndex + 1) * 100) / steps.length\"\n\t\t\t\t\t[diameter]=\"_progressCircleSize\"\n\t\t\t\t\t[strokeWidth]=\"_progressCircleWidth\"\n\t\t\t\t></mat-progress-spinner>\n\t\t\t\t<span class=\"bui-stepper-top-header-indicator\">\n\t\t\t\t\t{{ indicatorFormatter(selectedIndex + 1, steps.length) }}\n\t\t\t\t</span>\n\t\t\t</div>\n\t\t\t<div class=\"bui-stepper-top-header-titles-wrapper\" *ngIf=\"selected\">\n\t\t\t\t<div class=\"bui-stepper-top-header-title\">\n\t\t\t\t\t<ng-template\n\t\t\t\t\t\t[ngTemplateOutlet]=\"labelTemplate\"\n\t\t\t\t\t\t[ngTemplateOutletContext]=\"{ $implicit: selected }\"\n\t\t\t\t\t></ng-template>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"bui-stepper-top-header-title-next\" *ngIf=\"selectedIndex < steps.length - 1\">\n\t\t\t\t\t{{ nextStepLabelPrefix }}\n\t\t\t\t\t<ng-template\n\t\t\t\t\t\t[ngTemplateOutlet]=\"labelTemplate\"\n\t\t\t\t\t\t[ngTemplateOutletContext]=\"{ $implicit: steps.get(selectedIndex + 1) }\"\n\t\t\t\t\t></ng-template>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"bui-stepper-content-wrapper\">\n\t\t\t<div\n\t\t\t\t*ngFor=\"let step of steps; let i = index\"\n\t\t\t\tclass=\"bui-stepper-content\"\n\t\t\t\trole=\"tabpanel\"\n\t\t\t\t[@stepTransition]=\"_getAnimationDirection(i)\"\n\t\t\t\t(@stepTransition.done)=\"_animationDone.next($event)\"\n\t\t\t\t[id]=\"_getStepContentId(i)\"\n\t\t\t\t[attr.aria-labelledby]=\"_getStepLabelId(i)\"\n\t\t\t\t[attr.aria-expanded]=\"selectedIndex === i\"\n\t\t\t>\n\t\t\t\t<div class=\"bui-stepper-content-header-label\" *ngIf=\"!_narrow\">\n\t\t\t\t\t<ng-template [ngTemplateOutlet]=\"labelTemplate\" [ngTemplateOutletContext]=\"{ $implicit: step }\"></ng-template>\n\t\t\t\t</div>\n\t\t\t\t<ng-template [ngTemplateOutlet]=\"step.content\"></ng-template>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n<ng-template #labelTemplate let-step>\n\t<ng-template [ngIf]=\"step.stepLabel\" [ngIfElse]=\"stringLabelTempl\">\n\t\t<ng-template [ngTemplateOutlet]=\"step.stepLabel.template\"></ng-template>\n\t</ng-template>\n\t<ng-template #stringLabelTempl>{{ step.label }}</ng-template>\n</ng-template>\n\n<ng-template #editIconTemplate let-index=\"index\">\n\t<span>{{ index + 1 }}</span>\n</ng-template>\n", styles: [".bui-stepper{display:block;box-sizing:border-box}.bui-stepper-wrapper{display:flex;box-sizing:border-box;background-color:var(--bui-bg-card);overflow:hidden}.bui-stepper-left-header-container{max-width:30%}.bui-stepper-header-wrapper{position:relative}.bui-stepper-vertical-line:before{content:\"\";position:absolute;left:28px;border-left-width:1px;border-left-style:solid;border-left-color:var(--bui-color-divider);top:44px;bottom:-12px}[dir=rtl] .bui-stepper-vertical-line:before{left:auto;right:0}.bui-stepper-content-header-label{font-size:larger;font-weight:bold;margin-bottom:32px}.bui-stepper .bui-stepper-header{display:flex;align-items:center;padding:0 16px;height:56px}.bui-stepper .bui-stepper-header .mat-step-icon{margin-right:16px}[dir=rtl] .bui-stepper .bui-stepper-header .mat-step-icon{margin-right:0;margin-left:16px}.bui-stepper .bui-stepper-header .mat-step-icon.mat-step-icon-state-done{background-color:var(--bui-color-success);color:#fff}.bui-stepper .bui-stepper-header .mat-step-icon.mat-step-icon-state-number{color:var(--bui-bg-card)}.bui-stepper-top-header-container{display:flex;align-items:stretch}.bui-stepper-top-header-container.bui-stepper-header-active{margin-bottom:16px}.bui-progress-spinner-light circle{stroke:var(--bui-color-divider)!important}.bui-stepper-top-header-progress{position:relative;display:flex;justify-content:center;align-items:center;margin-right:16px}[dir=rtl] .bui-stepper-top-header-progress{margin-right:unset;margin-left:16px}.bui-stepper-top-header-progress>.mat-progress-spinner{position:absolute}.bui-stepper-top-header-progress .bui-stepper-top-header-indicator{color:var(--bui-color-muted)}.bui-stepper-top-header-titles-wrapper{display:flex;flex-basis:max-content;flex-direction:column;justify-content:space-evenly}.bui-stepper-top-header-title{font-size:larger}.bui-stepper-top-header-title-next{color:var(--bui-color-muted)}.bui-stepper-content-container{flex:1 1 100%;padding:16px;display:flex;flex-direction:column}.cdk-high-contrast-active .bui-stepper-content-container{outline:solid 1px}.bui-stepper-content-wrapper{flex:1 1 100%}.bui-stepper-content{outline:0}.bui-stepper-content[aria-expanded=false]{height:0;overflow:hidden}\n"], components: [{ type: i2__namespace.MatStepHeader, selector: "mat-step-header", inputs: ["color", "state", "label", "errorMessage", "iconOverrides", "index", "selected", "active", "optional", "disableRipple"] }, { type: i3__namespace.MatProgressSpinner, selector: "mat-progress-spinner", inputs: ["color", "mode", "diameter", "strokeWidth", "value"], exportAs: ["matProgressSpinner"] }], directives: [{ type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5__namespace.SizingDirective, selector: "[buiSizing],[buiResized],[buiSizingBy],[buiFixedHeight]", inputs: ["buiSizing", "sizingBy", "buiSizingBy", "buiFixedHeight"], outputs: ["buiResized"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [animation.stepTransition, animation.leftDrawer, animation.topDrawer], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
491
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: StepperComponent, decorators: [{
|
|
492
|
-
type: i0.Component,
|
|
493
|
-
args: [{
|
|
494
|
-
selector: 'bui-stepper, [buiStepper]',
|
|
495
|
-
exportAs: 'buiStepper, matStepper, matVerticalStepper, matHorizontalStepper',
|
|
496
|
-
templateUrl: './stepper.component.html',
|
|
497
|
-
styleUrls: ['./stepper.component.scss'],
|
|
498
|
-
inputs: ['selectedIndex'],
|
|
499
|
-
host: {
|
|
500
|
-
class: 'bui-stepper bui-host',
|
|
501
|
-
'[attr.aria-orientation]': 'orientation',
|
|
502
|
-
role: 'tablist'
|
|
503
|
-
},
|
|
504
|
-
animations: [animation.stepTransition, animation.leftDrawer, animation.topDrawer],
|
|
505
|
-
providers: [
|
|
506
|
-
{ provide: i2.MatStepper, useExisting: StepperComponent },
|
|
507
|
-
{ provide: stepper.CdkStepper, useExisting: StepperComponent },
|
|
508
|
-
{ provide: i2.MatHorizontalStepper, useExisting: StepperComponent },
|
|
509
|
-
{ provide: i2.MatVerticalStepper, useExisting: StepperComponent },
|
|
510
|
-
{ provide: stepper.STEPPER_GLOBAL_OPTIONS, useValue: { displayDefaultIndicatorType: false } }
|
|
511
|
-
],
|
|
512
|
-
encapsulation: i0.ViewEncapsulation.None,
|
|
513
|
-
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
514
|
-
}]
|
|
515
|
-
}], ctorParameters: function () {
|
|
516
|
-
return [{ type: i1__namespace.Directionality, decorators: [{
|
|
517
|
-
type: i0.Optional
|
|
518
|
-
}] }, { type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: undefined, decorators: [{
|
|
519
|
-
type: i0.Inject,
|
|
520
|
-
args: [i4.DOCUMENT]
|
|
521
|
-
}] }, { type: undefined, decorators: [{
|
|
522
|
-
type: i0.Self
|
|
523
|
-
}, {
|
|
524
|
-
type: i0.Inject,
|
|
525
|
-
args: [stepper.STEPPER_GLOBAL_OPTIONS]
|
|
526
|
-
}] }, { type: undefined, decorators: [{
|
|
527
|
-
type: i0.Optional
|
|
528
|
-
}, {
|
|
529
|
-
type: i0.SkipSelf
|
|
530
|
-
}, {
|
|
531
|
-
type: i0.Inject,
|
|
532
|
-
args: [stepper.STEPPER_GLOBAL_OPTIONS]
|
|
533
|
-
}] }];
|
|
534
|
-
}, propDecorators: { _stepHeader: [{
|
|
535
|
-
type: i0.ViewChildren,
|
|
536
|
-
args: [i2.MatStepHeader]
|
|
537
|
-
}], _steps: [{
|
|
538
|
-
type: i0.ContentChildren,
|
|
539
|
-
args: [i2.MatStep, { descendants: true }]
|
|
540
|
-
}], _icons: [{
|
|
541
|
-
type: i0.ContentChildren,
|
|
542
|
-
args: [i2.MatStepperIcon, { descendants: true }]
|
|
543
|
-
}], animationDone: [{
|
|
544
|
-
type: i0.Output
|
|
545
|
-
}], disableRipple: [{
|
|
546
|
-
type: i0.Input
|
|
547
|
-
}], color: [{
|
|
548
|
-
type: i0.Input
|
|
549
|
-
}], indicatorFormatter: [{
|
|
550
|
-
type: i0.Input
|
|
551
|
-
}], nextStepLabelPrefix: [{
|
|
552
|
-
type: i0.Input
|
|
553
|
-
}], _editIconTemplate: [{
|
|
554
|
-
type: i0.ViewChild,
|
|
555
|
-
args: ['editIconTemplate', { static: true }]
|
|
556
|
-
}] } });
|
|
557
|
-
|
|
558
|
-
var StepperModule = /** @class */ (function () {
|
|
559
|
-
function StepperModule() {
|
|
560
|
-
}
|
|
561
|
-
return StepperModule;
|
|
562
|
-
}());
|
|
563
|
-
StepperModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: StepperModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
564
|
-
StepperModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: StepperModule, declarations: [StepperComponent], imports: [i4.CommonModule,
|
|
565
|
-
portal.PortalModule,
|
|
566
|
-
stepper.CdkStepperModule,
|
|
567
|
-
i2.MatStepperModule,
|
|
568
|
-
button.MatButtonModule,
|
|
569
|
-
icon.MatIconModule,
|
|
570
|
-
core.MatRippleModule,
|
|
571
|
-
i3.MatProgressSpinnerModule,
|
|
572
|
-
i5.BehaviorModule], exports: [StepperComponent, i2.MatStepperModule] });
|
|
573
|
-
StepperModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: StepperModule, imports: [[
|
|
574
|
-
i4.CommonModule,
|
|
575
|
-
portal.PortalModule,
|
|
576
|
-
stepper.CdkStepperModule,
|
|
577
|
-
i2.MatStepperModule,
|
|
578
|
-
button.MatButtonModule,
|
|
579
|
-
icon.MatIconModule,
|
|
580
|
-
core.MatRippleModule,
|
|
581
|
-
i3.MatProgressSpinnerModule,
|
|
582
|
-
i5.BehaviorModule
|
|
583
|
-
], i2.MatStepperModule] });
|
|
584
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: StepperModule, decorators: [{
|
|
585
|
-
type: i0.NgModule,
|
|
586
|
-
args: [{
|
|
587
|
-
declarations: [StepperComponent],
|
|
588
|
-
imports: [
|
|
589
|
-
i4.CommonModule,
|
|
590
|
-
portal.PortalModule,
|
|
591
|
-
stepper.CdkStepperModule,
|
|
592
|
-
i2.MatStepperModule,
|
|
593
|
-
button.MatButtonModule,
|
|
594
|
-
icon.MatIconModule,
|
|
595
|
-
core.MatRippleModule,
|
|
596
|
-
i3.MatProgressSpinnerModule,
|
|
597
|
-
i5.BehaviorModule
|
|
598
|
-
],
|
|
599
|
-
exports: [StepperComponent, i2.MatStepperModule]
|
|
600
|
-
}]
|
|
601
|
-
}] });
|
|
602
|
-
|
|
603
|
-
/**
|
|
604
|
-
* Generated bundle index. Do not edit.
|
|
605
|
-
*/
|
|
606
|
-
|
|
607
|
-
exports.StepperComponent = StepperComponent;
|
|
608
|
-
exports.StepperModule = StepperModule;
|
|
609
|
-
|
|
610
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
611
|
-
|
|
612
|
-
}));
|
|
613
|
-
//# sourceMappingURL=bravura-ui-stepper.umd.js.map
|