@softpak/components 20.2.4 → 20.3.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/fesm2022/softpak-components-spx-404-page.mjs +3 -3
- package/fesm2022/softpak-components-spx-404-page.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-alert.mjs +3 -3
- package/fesm2022/softpak-components-spx-alert.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-app-expiry.mjs +3 -3
- package/fesm2022/softpak-components-spx-app-expiry.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-button.mjs +3 -3
- package/fesm2022/softpak-components-spx-button.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-capitalize.mjs +3 -3
- package/fesm2022/softpak-components-spx-capitalize.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-card.mjs +12 -12
- package/fesm2022/softpak-components-spx-card.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-change-details.mjs +6 -7
- package/fesm2022/softpak-components-spx-change-details.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-channel-selection.mjs +9 -9
- package/fesm2022/softpak-components-spx-channel-selection.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-check-digit.mjs +3 -3
- package/fesm2022/softpak-components-spx-check-digit.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-confirm.mjs +9 -9
- package/fesm2022/softpak-components-spx-confirm.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-section.mjs +3 -3
- package/fesm2022/softpak-components-spx-form-section.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-form-view.mjs +35 -40
- package/fesm2022/softpak-components-spx-form-view.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-inputs.mjs +33 -33
- package/fesm2022/softpak-components-spx-inputs.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-navigation.mjs +9 -9
- package/fesm2022/softpak-components-spx-navigation.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-number-check.mjs +3 -3
- package/fesm2022/softpak-components-spx-number-check.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-pagination.mjs +3 -3
- package/fesm2022/softpak-components-spx-pagination.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-patch.mjs +3 -3
- package/fesm2022/softpak-components-spx-patch.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-pipes.mjs +3 -3
- package/fesm2022/softpak-components-spx-pipes.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-progress-bar.mjs +3 -3
- package/fesm2022/softpak-components-spx-progress-bar.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-spinner.mjs +3 -3
- package/fesm2022/softpak-components-spx-spinner.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-stock-info.mjs +6 -7
- package/fesm2022/softpak-components-spx-stock-info.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-suggestion.mjs +3 -3
- package/fesm2022/softpak-components-spx-suggestion.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-tabs.mjs +3 -3
- package/fesm2022/softpak-components-spx-tabs.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-toaster.mjs +3 -3
- package/fesm2022/softpak-components-spx-toaster.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-toggle.mjs +3 -3
- package/fesm2022/softpak-components-spx-toggle.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-update.mjs +12 -12
- package/fesm2022/softpak-components-spx-update.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-validation-messages.mjs +3 -3
- package/fesm2022/softpak-components-spx-validation-messages.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-validation.mjs +3 -3
- package/fesm2022/softpak-components-spx-validation.mjs.map +1 -1
- package/fesm2022/softpak-components-spx-welcome.mjs +4 -4
- package/fesm2022/softpak-components-spx-welcome.mjs.map +1 -1
- package/index.d.ts +5 -3
- package/package.json +22 -22
- package/placeholder.d.ts +1 -0
- package/public_api.d.ts +1 -0
- package/spx-404-page/index.d.ts +5 -18
- package/spx-404-page/public-api.d.ts +1 -0
- package/spx-404-page/spx-404-page.component.d.ts +15 -0
- package/spx-alert/index.d.ts +5 -34
- package/spx-alert/public-api.d.ts +2 -0
- package/spx-alert/spx-alert.component.d.ts +23 -0
- package/spx-alert/spx-alert.interface.d.ts +7 -0
- package/spx-app-configuration/index.d.ts +5 -73
- package/spx-app-configuration/public-api.d.ts +8 -0
- package/spx-app-configuration/spx-app-alert.interface.d.ts +7 -0
- package/spx-app-configuration/spx-app-bundle-set.interface.d.ts +4 -0
- package/spx-app-configuration/spx-app-channel-type.enum.d.ts +8 -0
- package/spx-app-configuration/spx-app-channel-type.model.d.ts +5 -0
- package/spx-app-configuration/spx-app-channel.interface.d.ts +10 -0
- package/spx-app-configuration/spx-app-config.interface.d.ts +19 -0
- package/spx-app-configuration/spx-app-id.enum.d.ts +6 -0
- package/spx-app-configuration/spx-app-lang.enum.d.ts +4 -0
- package/spx-app-configuration/spx-app-release-note.interface.d.ts +8 -0
- package/spx-app-expiry/index.d.ts +5 -38
- package/spx-app-expiry/public-api.d.ts +5 -0
- package/spx-app-expiry/spx-app-expiry.component.d.ts +21 -0
- package/spx-app-expiry/spx-app-expiry.interface.d.ts +7 -0
- package/spx-app-expiry/spx-check-expiry-final-warning.interface.d.ts +2 -0
- package/spx-app-expiry/spx-check-expiry-happened.interface.d.ts +2 -0
- package/spx-app-expiry/spx-check-expiry-warning.interface.d.ts +2 -0
- package/spx-button/index.d.ts +5 -26
- package/spx-button/public-api.d.ts +1 -0
- package/spx-button/spx-button.component.d.ts +23 -0
- package/spx-capitalize/index.d.ts +5 -11
- package/spx-capitalize/public-api.d.ts +1 -0
- package/spx-capitalize/spx-capitalize.pipe.d.ts +8 -0
- package/spx-card/index.d.ts +5 -54
- package/spx-card/public-api.d.ts +4 -0
- package/spx-card/spx-card-grid/spx-card-grid.component.d.ts +6 -0
- package/spx-card/spx-card-item/spx-card-item.component.d.ts +14 -0
- package/spx-card/spx-card-line/spx-card-line.component.d.ts +16 -0
- package/spx-card/spx-card.component.d.ts +15 -0
- package/spx-change-details/index.d.ts +5 -67
- package/spx-change-details/public-api.d.ts +1 -0
- package/spx-change-details/spx-change-details-value.interface.d.ts +7 -0
- package/spx-change-details/spx-change-details.component.d.ts +57 -0
- package/spx-channel-selection/index.d.ts +5 -107
- package/spx-channel-selection/public-api.d.ts +5 -0
- package/spx-channel-selection/src/spx-channel-guard.d.ts +7 -0
- package/spx-channel-selection/src/spx-channel-indicator/spx-channel-indicator.component.d.ts +13 -0
- package/spx-channel-selection/store/spx-channel.actions.d.ts +21 -0
- package/spx-channel-selection/store/spx-channel.effects.d.ts +19 -0
- package/spx-channel-selection/store/spx-channel.reducer.d.ts +18 -0
- package/spx-check-digit/index.d.ts +5 -27
- package/spx-check-digit/public-api.d.ts +1 -0
- package/spx-check-digit/spx-check-digit.component.d.ts +24 -0
- package/spx-confirm/index.d.ts +5 -118
- package/spx-confirm/public-api.d.ts +5 -0
- package/spx-confirm/spx-confirm-displayer/spx-confirm-displayer.component.d.ts +22 -0
- package/spx-confirm/spx-confirm.component.d.ts +16 -0
- package/spx-confirm/store/spx-confirm.actions.d.ts +22 -0
- package/spx-confirm/store/spx-confirm.effects.d.ts +12 -0
- package/spx-confirm/store/spx-confirm.reducer.d.ts +18 -0
- package/spx-form-section/index.d.ts +5 -12
- package/spx-form-section/public-api.d.ts +1 -0
- package/spx-form-section/spx-form-section.component.d.ts +9 -0
- package/spx-form-view/index.d.ts +5 -94
- package/spx-form-view/public-api.d.ts +6 -0
- package/spx-form-view/spx-autocomplete-search.component.d.ts +41 -0
- package/spx-form-view/spx-form-button-type.enum.d.ts +4 -0
- package/spx-form-view/spx-form-button.interface.d.ts +8 -0
- package/spx-form-view/spx-form-field.interface.d.ts +18 -0
- package/spx-form-view/spx-form-section.interface.d.ts +11 -0
- package/spx-form-view/spx-form-view.component.d.ts +46 -0
- package/spx-form-view/spx-form.interface.d.ts +6 -0
- package/spx-helpers/calc-check-digit.function.d.ts +1 -0
- package/spx-helpers/index.d.ts +5 -22
- package/spx-helpers/input-alert.interface.d.ts +5 -0
- package/spx-helpers/public-api.d.ts +5 -0
- package/spx-helpers/spx-severity.enum.d.ts +8 -0
- package/spx-helpers/unsubscribe-subscriptions.function.d.ts +1 -0
- package/spx-helpers/value-pair-to-value.function.d.ts +1 -0
- package/spx-inputs/index.d.ts +5 -330
- package/spx-inputs/input.service.d.ts +12 -0
- package/spx-inputs/public-api.d.ts +6 -0
- package/spx-inputs/spx-dropdown/spx-dropdown.component.d.ts +18 -0
- package/spx-inputs/spx-input-alert-interface.d.ts +5 -0
- package/spx-inputs/spx-input-box/spx-input-box.component.d.ts +41 -0
- package/spx-inputs/spx-input-date/spx-input-date.component.d.ts +50 -0
- package/spx-inputs/spx-input-float/spx-input-float.component.d.ts +33 -0
- package/spx-inputs/spx-input-number/spx-input-number.component.d.ts +24 -0
- package/spx-inputs/spx-input-radio/spx-input-radio.component.d.ts +27 -0
- package/spx-inputs/spx-input-text/spx-input-text.component.d.ts +34 -0
- package/spx-inputs/spx-input-time/spx-input-time.component.d.ts +35 -0
- package/spx-inputs/spx-input-time-modal/spx-input-time-modal.component.d.ts +18 -0
- package/spx-inputs/spx-input-type.enum.d.ts +16 -0
- package/spx-inputs/spx-input.component.d.ts +74 -0
- package/spx-inputs/spx-value-interface.d.ts +4 -0
- package/spx-navigation/index.d.ts +5 -140
- package/spx-navigation/public-api.d.ts +8 -0
- package/spx-navigation/spx-home-tile/spx-home-tile.component.d.ts +11 -0
- package/spx-navigation/spx-home-tile/spx-home-tiles.component.d.ts +6 -0
- package/spx-navigation/spx-navigation-item.interface.d.ts +22 -0
- package/spx-navigation/spx-navigation.component.d.ts +21 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.actions.d.ts +28 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.initial.d.ts +2 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.reducer.d.ts +12 -0
- package/spx-navigation/store/spx-navigation/spx-navigation.state.d.ts +8 -0
- package/spx-number-check/index.d.ts +5 -43
- package/spx-number-check/public-api.d.ts +1 -0
- package/spx-number-check/spx-number-check.component.d.ts +40 -0
- package/spx-pagination/index.d.ts +5 -18
- package/spx-pagination/public-api.d.ts +1 -0
- package/spx-pagination/spx-pagination.component.d.ts +15 -0
- package/spx-patch/index.d.ts +5 -21
- package/spx-patch/patch-check.function.d.ts +4 -0
- package/spx-patch/public-api.d.ts +3 -0
- package/spx-patch/release-check.function.d.ts +1 -0
- package/spx-patch/spx-patch.component.d.ts +11 -0
- package/spx-pipes/index.d.ts +5 -11
- package/spx-pipes/public-api.d.ts +1 -0
- package/spx-pipes/spx-severity-pipe.d.ts +8 -0
- package/spx-progress-bar/index.d.ts +5 -10
- package/spx-progress-bar/public-api.d.ts +1 -0
- package/spx-progress-bar/spx-progress-bar.component.d.ts +7 -0
- package/spx-spinner/index.d.ts +5 -59
- package/spx-spinner/public-api.d.ts +5 -0
- package/spx-spinner/spx-spinner.component.d.ts +7 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.actions.d.ts +6 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.initial.d.ts +2 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.reducer.d.ts +9 -0
- package/spx-spinner/store/spx-spinner/spx-spinner.state.d.ts +4 -0
- package/spx-stock-info/index.d.ts +5 -98
- package/spx-stock-info/public-api.d.ts +2 -0
- package/spx-stock-info/spx-stock-info-value.interface.d.ts +11 -0
- package/spx-stock-info/spx-stock-info.component.d.ts +83 -0
- package/spx-storage/index.d.ts +5 -26
- package/spx-storage/public-api.d.ts +2 -0
- package/spx-storage/src/spx-storage-key.enum.d.ts +15 -0
- package/spx-storage/src/spx-storage.class.d.ts +9 -0
- package/spx-suggestion/index.d.ts +5 -12
- package/spx-suggestion/public-api.d.ts +1 -0
- package/spx-suggestion/spx-suggestion.component.d.ts +9 -0
- package/spx-tabs/index.d.ts +5 -58
- package/spx-tabs/public-api.d.ts +3 -0
- package/spx-tabs/src/spx-tabs.component.d.ts +19 -0
- package/spx-tabs/store/spx-shortcuts.actions.d.ts +10 -0
- package/spx-tabs/store/spx-shortcuts.reducer.d.ts +11 -0
- package/spx-toaster/index.d.ts +5 -167
- package/spx-toaster/public-api.d.ts +7 -0
- package/spx-toaster/src/spx-toaster-autoclose-speed.d.ts +11 -0
- package/spx-toaster/src/spx-toaster-message.interface.d.ts +14 -0
- package/spx-toaster/src/spx-toaster.component.d.ts +11 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.actions.d.ts +78 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.initial.d.ts +2 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.reducer.d.ts +11 -0
- package/spx-toaster/store/spx-toaster/spx-toaster.state.d.ts +5 -0
- package/spx-toggle/index.d.ts +5 -15
- package/spx-toggle/public-api.d.ts +1 -0
- package/spx-toggle/src/spx-toggle.component.d.ts +12 -0
- package/spx-translate/index.d.ts +5 -66
- package/spx-translate/public-api.d.ts +3 -0
- package/spx-translate/spx-translate._const.d.ts +59 -0
- package/spx-translate/spx-translate.en.d.ts +2 -0
- package/spx-translate/spx-translate.nl.d.ts +2 -0
- package/spx-update/index.d.ts +5 -208
- package/spx-update/public-api.d.ts +13 -0
- package/spx-update/spx-update-page.component.d.ts +17 -0
- package/spx-update/spx-update-pending.component.d.ts +25 -0
- package/spx-update/spx-update-url.d.ts +1 -0
- package/spx-update/store/spx-update-check/spx-update-check.actions.d.ts +28 -0
- package/spx-update/store/spx-update-check/spx-update-check.effects.d.ts +14 -0
- package/spx-update/store/spx-update-check/spx-update-check.initial.d.ts +2 -0
- package/spx-update/store/spx-update-check/spx-update-check.reducer.d.ts +10 -0
- package/spx-update/store/spx-update-check/spx-update-check.state.d.ts +5 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.actions.d.ts +8 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.effects.d.ts +10 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.initial.d.ts +2 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.reducer.d.ts +9 -0
- package/spx-update/store/spx-update-pending/spx-update-pending.state.d.ts +4 -0
- package/spx-validation/index.d.ts +5 -63
- package/spx-validation/max.validator.d.ts +7 -0
- package/spx-validation/maxlength.validator.d.ts +7 -0
- package/spx-validation/min.validator.d.ts +7 -0
- package/spx-validation/minlength.validator.d.ts +7 -0
- package/spx-validation/pattern.validator.d.ts +2 -0
- package/spx-validation/public-api.d.ts +8 -0
- package/spx-validation/required.validator.d.ts +2 -0
- package/spx-validation/spx-validate-control.component.d.ts +26 -0
- package/spx-validation/year-and-month.validator.d.ts +2 -0
- package/spx-validation-messages/index.d.ts +5 -28
- package/spx-validation-messages/public-api.d.ts +1 -0
- package/spx-validation-messages/spx-validation-messages.component.d.ts +25 -0
- package/spx-welcome/index.d.ts +5 -50
- package/spx-welcome/public-api.d.ts +1 -0
- package/spx-welcome/spx-welcome.component.d.ts +46 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softpak/components",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "19.x.x || 20.x.x",
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"types": "./spx-alert/index.d.ts",
|
|
41
41
|
"default": "./fesm2022/softpak-components-spx-alert.mjs"
|
|
42
42
|
},
|
|
43
|
-
"./spx-
|
|
44
|
-
"types": "./spx-
|
|
45
|
-
"default": "./fesm2022/softpak-components-spx-
|
|
43
|
+
"./spx-button": {
|
|
44
|
+
"types": "./spx-button/index.d.ts",
|
|
45
|
+
"default": "./fesm2022/softpak-components-spx-button.mjs"
|
|
46
46
|
},
|
|
47
47
|
"./spx-app-configuration": {
|
|
48
48
|
"types": "./spx-app-configuration/index.d.ts",
|
|
49
49
|
"default": "./fesm2022/softpak-components-spx-app-configuration.mjs"
|
|
50
50
|
},
|
|
51
|
-
"./spx-
|
|
52
|
-
"types": "./spx-
|
|
53
|
-
"default": "./fesm2022/softpak-components-spx-
|
|
51
|
+
"./spx-app-expiry": {
|
|
52
|
+
"types": "./spx-app-expiry/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/softpak-components-spx-app-expiry.mjs"
|
|
54
54
|
},
|
|
55
55
|
"./spx-capitalize": {
|
|
56
56
|
"types": "./spx-capitalize/index.d.ts",
|
|
@@ -60,13 +60,17 @@
|
|
|
60
60
|
"types": "./spx-card/index.d.ts",
|
|
61
61
|
"default": "./fesm2022/softpak-components-spx-card.mjs"
|
|
62
62
|
},
|
|
63
|
+
"./spx-change-details": {
|
|
64
|
+
"types": "./spx-change-details/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/softpak-components-spx-change-details.mjs"
|
|
66
|
+
},
|
|
63
67
|
"./spx-channel-selection": {
|
|
64
68
|
"types": "./spx-channel-selection/index.d.ts",
|
|
65
69
|
"default": "./fesm2022/softpak-components-spx-channel-selection.mjs"
|
|
66
70
|
},
|
|
67
|
-
"./spx-
|
|
68
|
-
"types": "./spx-
|
|
69
|
-
"default": "./fesm2022/softpak-components-spx-
|
|
71
|
+
"./spx-check-digit": {
|
|
72
|
+
"types": "./spx-check-digit/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/softpak-components-spx-check-digit.mjs"
|
|
70
74
|
},
|
|
71
75
|
"./spx-confirm": {
|
|
72
76
|
"types": "./spx-confirm/index.d.ts",
|
|
@@ -76,14 +80,14 @@
|
|
|
76
80
|
"types": "./spx-form-section/index.d.ts",
|
|
77
81
|
"default": "./fesm2022/softpak-components-spx-form-section.mjs"
|
|
78
82
|
},
|
|
79
|
-
"./spx-helpers": {
|
|
80
|
-
"types": "./spx-helpers/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/softpak-components-spx-helpers.mjs"
|
|
82
|
-
},
|
|
83
83
|
"./spx-form-view": {
|
|
84
84
|
"types": "./spx-form-view/index.d.ts",
|
|
85
85
|
"default": "./fesm2022/softpak-components-spx-form-view.mjs"
|
|
86
86
|
},
|
|
87
|
+
"./spx-helpers": {
|
|
88
|
+
"types": "./spx-helpers/index.d.ts",
|
|
89
|
+
"default": "./fesm2022/softpak-components-spx-helpers.mjs"
|
|
90
|
+
},
|
|
87
91
|
"./spx-inputs": {
|
|
88
92
|
"types": "./spx-inputs/index.d.ts",
|
|
89
93
|
"default": "./fesm2022/softpak-components-spx-inputs.mjs"
|
|
@@ -112,6 +116,10 @@
|
|
|
112
116
|
"types": "./spx-progress-bar/index.d.ts",
|
|
113
117
|
"default": "./fesm2022/softpak-components-spx-progress-bar.mjs"
|
|
114
118
|
},
|
|
119
|
+
"./spx-spinner": {
|
|
120
|
+
"types": "./spx-spinner/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/softpak-components-spx-spinner.mjs"
|
|
122
|
+
},
|
|
115
123
|
"./spx-stock-info": {
|
|
116
124
|
"types": "./spx-stock-info/index.d.ts",
|
|
117
125
|
"default": "./fesm2022/softpak-components-spx-stock-info.mjs"
|
|
@@ -120,10 +128,6 @@
|
|
|
120
128
|
"types": "./spx-storage/index.d.ts",
|
|
121
129
|
"default": "./fesm2022/softpak-components-spx-storage.mjs"
|
|
122
130
|
},
|
|
123
|
-
"./spx-spinner": {
|
|
124
|
-
"types": "./spx-spinner/index.d.ts",
|
|
125
|
-
"default": "./fesm2022/softpak-components-spx-spinner.mjs"
|
|
126
|
-
},
|
|
127
131
|
"./spx-suggestion": {
|
|
128
132
|
"types": "./spx-suggestion/index.d.ts",
|
|
129
133
|
"default": "./fesm2022/softpak-components-spx-suggestion.mjs"
|
|
@@ -159,10 +163,6 @@
|
|
|
159
163
|
"./spx-welcome": {
|
|
160
164
|
"types": "./spx-welcome/index.d.ts",
|
|
161
165
|
"default": "./fesm2022/softpak-components-spx-welcome.mjs"
|
|
162
|
-
},
|
|
163
|
-
"./spx-check-digit": {
|
|
164
|
-
"types": "./spx-check-digit/index.d.ts",
|
|
165
|
-
"default": "./fesm2022/softpak-components-spx-check-digit.mjs"
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
}
|
package/placeholder.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const softpakNgComponent = "Softpak NG Components";
|
package/public_api.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './placeholder';
|
package/spx-404-page/index.d.ts
CHANGED
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
private readonly activatedRoute;
|
|
7
|
-
private readonly navController;
|
|
8
|
-
spxText404PageNotFound: string;
|
|
9
|
-
spxTextPageNotFound: string;
|
|
10
|
-
spxTextPageNotFoundDescription: string;
|
|
11
|
-
spxTextGoHome: string;
|
|
12
|
-
goHome(): void;
|
|
13
|
-
constructor(activatedRoute: ActivatedRoute, navController: NavController);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Spx404PageComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Spx404PageComponent, "spx-404-page", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export { Spx404PageComponent };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-404-page" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-404-page.component';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { NavController } from '@ionic/angular/standalone';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class Spx404PageComponent {
|
|
5
|
+
private readonly activatedRoute;
|
|
6
|
+
private readonly navController;
|
|
7
|
+
spxText404PageNotFound: string;
|
|
8
|
+
spxTextPageNotFound: string;
|
|
9
|
+
spxTextPageNotFoundDescription: string;
|
|
10
|
+
spxTextGoHome: string;
|
|
11
|
+
goHome(): void;
|
|
12
|
+
constructor(activatedRoute: ActivatedRoute, navController: NavController);
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Spx404PageComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Spx404PageComponent, "spx-404-page", never, {}, {}, never, never, true, never>;
|
|
15
|
+
}
|
package/spx-alert/index.d.ts
CHANGED
|
@@ -1,34 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
_autoCloseTimeout: _angular_core.WritableSignal<NodeJS.Timeout | null>;
|
|
7
|
-
spxClose: _angular_core.OutputEmitterRef<void>;
|
|
8
|
-
readonly spxAutoclose: _angular_core.InputSignal<number | undefined>;
|
|
9
|
-
readonly spxCloseable: _angular_core.InputSignal<boolean | undefined>;
|
|
10
|
-
readonly spxHideTitle: _angular_core.InputSignal<boolean>;
|
|
11
|
-
readonly spxTitle: _angular_core.ModelSignal<string | undefined>;
|
|
12
|
-
readonly spxMarginTop: _angular_core.InputSignal<boolean>;
|
|
13
|
-
readonly spxSeverity: _angular_core.InputSignal<SpxSeverityEnum | undefined>;
|
|
14
|
-
SpxSeverity: typeof SpxSeverityEnum;
|
|
15
|
-
faCheck: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
16
|
-
faCircleInfo: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
17
|
-
faTriangleExclamation: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
18
|
-
faTimes: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
19
|
-
componentDidLoad(): void;
|
|
20
|
-
private prepareAutoClose;
|
|
21
|
-
private _assignDefaultTitle;
|
|
22
|
-
onClose(): void;
|
|
23
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxAlertComponent, never>;
|
|
24
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpxAlertComponent, "spx-alert", never, { "spxAutoclose": { "alias": "spxAutoclose"; "required": false; "isSignal": true; }; "spxCloseable": { "alias": "spxCloseable"; "required": false; "isSignal": true; }; "spxHideTitle": { "alias": "spxHideTitle"; "required": false; "isSignal": true; }; "spxTitle": { "alias": "spxTitle"; "required": false; "isSignal": true; }; "spxMarginTop": { "alias": "spxMarginTop"; "required": false; "isSignal": true; }; "spxSeverity": { "alias": "spxSeverity"; "required": false; "isSignal": true; }; }, { "spxClose": "spxClose"; "spxTitle": "spxTitleChange"; }, never, ["*"], true, never>;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
declare class SpxAlertI {
|
|
28
|
-
closeable?: boolean;
|
|
29
|
-
id?: number;
|
|
30
|
-
message?: string;
|
|
31
|
-
severity?: SpxSeverityEnum;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export { SpxAlertComponent, SpxAlertI };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-alert" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpxAlertComponent {
|
|
4
|
+
_autoCloseTimeout: import("@angular/core").WritableSignal<NodeJS.Timeout | null>;
|
|
5
|
+
spxClose: import("@angular/core").OutputEmitterRef<void>;
|
|
6
|
+
readonly spxAutoclose: import("@angular/core").InputSignal<number | undefined>;
|
|
7
|
+
readonly spxCloseable: import("@angular/core").InputSignal<boolean | undefined>;
|
|
8
|
+
readonly spxHideTitle: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
readonly spxTitle: import("@angular/core").ModelSignal<string | undefined>;
|
|
10
|
+
readonly spxMarginTop: import("@angular/core").InputSignal<boolean>;
|
|
11
|
+
readonly spxSeverity: import("@angular/core").InputSignal<SpxSeverityEnum | undefined>;
|
|
12
|
+
SpxSeverity: typeof SpxSeverityEnum;
|
|
13
|
+
faCheck: import("@fortawesome/free-solid-svg-icons").IconDefinition;
|
|
14
|
+
faCircleInfo: import("@fortawesome/free-solid-svg-icons").IconDefinition;
|
|
15
|
+
faTriangleExclamation: import("@fortawesome/free-solid-svg-icons").IconDefinition;
|
|
16
|
+
faTimes: import("@fortawesome/free-solid-svg-icons").IconDefinition;
|
|
17
|
+
componentDidLoad(): void;
|
|
18
|
+
private prepareAutoClose;
|
|
19
|
+
private _assignDefaultTitle;
|
|
20
|
+
onClose(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxAlertComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxAlertComponent, "spx-alert", never, { "spxAutoclose": { "alias": "spxAutoclose"; "required": false; "isSignal": true; }; "spxCloseable": { "alias": "spxCloseable"; "required": false; "isSignal": true; }; "spxHideTitle": { "alias": "spxHideTitle"; "required": false; "isSignal": true; }; "spxTitle": { "alias": "spxTitle"; "required": false; "isSignal": true; }; "spxMarginTop": { "alias": "spxMarginTop"; "required": false; "isSignal": true; }; "spxSeverity": { "alias": "spxSeverity"; "required": false; "isSignal": true; }; }, { "spxClose": "spxClose"; "spxTitle": "spxTitleChange"; }, never, ["*"], true, never>;
|
|
23
|
+
}
|
|
@@ -1,73 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
interface SpxAppAlertI {
|
|
7
|
-
lang: SpxAppLangEnum;
|
|
8
|
-
title: string;
|
|
9
|
-
message: string;
|
|
10
|
-
brands?: string[];
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
interface SpxAppBundleSetI {
|
|
14
|
-
android: string;
|
|
15
|
-
iOS: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
declare enum SpxAppChannelTypeEnum {
|
|
19
|
-
production = "Production",
|
|
20
|
-
beta = "Beta",
|
|
21
|
-
alpha = "Alpha",
|
|
22
|
-
development = "Development",
|
|
23
|
-
webLive = "Web (Live)",
|
|
24
|
-
webBeta = "Web (Beta)"
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
interface SpxChannelTypeI {
|
|
28
|
-
name: SpxAppChannelTypeEnum;
|
|
29
|
-
webUrl?: string;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
interface SpxAppChannelI {
|
|
33
|
-
backendCompanyCode: string;
|
|
34
|
-
brand: string;
|
|
35
|
-
catalogFileName: string;
|
|
36
|
-
catalogPrefix: string;
|
|
37
|
-
channelTypes: SpxChannelTypeI[];
|
|
38
|
-
default?: boolean;
|
|
39
|
-
serviceURI: string;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
declare enum SpxAppIdEnum {
|
|
43
|
-
container = "container",
|
|
44
|
-
depot = "depot",
|
|
45
|
-
eucon = "eucon",
|
|
46
|
-
orders = "orders"
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
interface SpxAppReleaseNoteI {
|
|
50
|
-
lang: SpxAppLangEnum;
|
|
51
|
-
liveUpdate: number;
|
|
52
|
-
title: string;
|
|
53
|
-
message: string;
|
|
54
|
-
brands?: string[];
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
interface SpxAppConfigI {
|
|
58
|
-
id: SpxAppIdEnum;
|
|
59
|
-
appflowId: string;
|
|
60
|
-
versions: {
|
|
61
|
-
next: SpxAppBundleSetI;
|
|
62
|
-
current: SpxAppBundleSetI;
|
|
63
|
-
orange: SpxAppBundleSetI;
|
|
64
|
-
yellow: SpxAppBundleSetI;
|
|
65
|
-
red: SpxAppBundleSetI;
|
|
66
|
-
};
|
|
67
|
-
alerts: SpxAppAlertI[];
|
|
68
|
-
releaseNotes: SpxAppReleaseNoteI[];
|
|
69
|
-
channels: SpxAppChannelI[];
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export { SpxAppChannelTypeEnum, SpxAppIdEnum, SpxAppLangEnum };
|
|
73
|
-
export type { SpxAppAlertI, SpxAppBundleSetI, SpxAppChannelI, SpxAppConfigI, SpxChannelTypeI };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-app-configuration" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './spx-app-alert.interface';
|
|
2
|
+
export * from './spx-app-bundle-set.interface';
|
|
3
|
+
export * from './spx-app-channel-type.enum';
|
|
4
|
+
export * from './spx-app-channel-type.model';
|
|
5
|
+
export * from './spx-app-channel.interface';
|
|
6
|
+
export * from './spx-app-config.interface';
|
|
7
|
+
export * from './spx-app-id.enum';
|
|
8
|
+
export * from './spx-app-lang.enum';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SpxChannelTypeI } from "./spx-app-channel-type.model";
|
|
2
|
+
export interface SpxAppChannelI {
|
|
3
|
+
backendCompanyCode: string;
|
|
4
|
+
brand: string;
|
|
5
|
+
catalogFileName: string;
|
|
6
|
+
catalogPrefix: string;
|
|
7
|
+
channelTypes: SpxChannelTypeI[];
|
|
8
|
+
default?: boolean;
|
|
9
|
+
serviceURI: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SpxAppIdEnum } from "./spx-app-id.enum";
|
|
2
|
+
import { SpxAppBundleSetI } from "./spx-app-bundle-set.interface";
|
|
3
|
+
import { SpxAppAlertI } from "./spx-app-alert.interface";
|
|
4
|
+
import { SpxAppReleaseNoteI } from "./spx-app-release-note.interface";
|
|
5
|
+
import { SpxAppChannelI } from "./spx-app-channel.interface";
|
|
6
|
+
export interface SpxAppConfigI {
|
|
7
|
+
id: SpxAppIdEnum;
|
|
8
|
+
appflowId: string;
|
|
9
|
+
versions: {
|
|
10
|
+
next: SpxAppBundleSetI;
|
|
11
|
+
current: SpxAppBundleSetI;
|
|
12
|
+
orange: SpxAppBundleSetI;
|
|
13
|
+
yellow: SpxAppBundleSetI;
|
|
14
|
+
red: SpxAppBundleSetI;
|
|
15
|
+
};
|
|
16
|
+
alerts: SpxAppAlertI[];
|
|
17
|
+
releaseNotes: SpxAppReleaseNoteI[];
|
|
18
|
+
channels: SpxAppChannelI[];
|
|
19
|
+
}
|
|
@@ -1,38 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
requiredVersion: string;
|
|
7
|
-
warning: DateTime;
|
|
8
|
-
finalWarning: DateTime;
|
|
9
|
-
expiry: DateTime;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
declare class SpxAppExpiryComponent implements OnChanges {
|
|
13
|
-
readonly txtContactHelpdeskOrSoftpak: _angular_core.InputSignal<string>;
|
|
14
|
-
readonly txtExpired: _angular_core.InputSignal<string>;
|
|
15
|
-
readonly txtLastReminder: _angular_core.InputSignal<string>;
|
|
16
|
-
readonly txtPleaseOpenTheAppStore: _angular_core.InputSignal<string>;
|
|
17
|
-
readonly txtPleaseUpdate: _angular_core.InputSignal<string>;
|
|
18
|
-
readonly txtThisVersionWillExpireSoon: _angular_core.InputSignal<string>;
|
|
19
|
-
readonly txtUpdateAvailable: _angular_core.InputSignal<string>;
|
|
20
|
-
readonly txtUpdateTheAppToTheLatestVersion: _angular_core.InputSignal<string>;
|
|
21
|
-
readonly spxExpiry: _angular_core.InputSignal<SpxAppExpiryI>;
|
|
22
|
-
readonly spxVersion: _angular_core.InputSignal<string>;
|
|
23
|
-
warning: _angular_core.WritableSignal<boolean>;
|
|
24
|
-
finalWarning: _angular_core.WritableSignal<boolean>;
|
|
25
|
-
expired: _angular_core.WritableSignal<boolean>;
|
|
26
|
-
ngOnChanges(): void;
|
|
27
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxAppExpiryComponent, never>;
|
|
28
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpxAppExpiryComponent, "spx-app-expiry", never, { "txtContactHelpdeskOrSoftpak": { "alias": "txtContactHelpdeskOrSoftpak"; "required": true; "isSignal": true; }; "txtExpired": { "alias": "txtExpired"; "required": true; "isSignal": true; }; "txtLastReminder": { "alias": "txtLastReminder"; "required": true; "isSignal": true; }; "txtPleaseOpenTheAppStore": { "alias": "txtPleaseOpenTheAppStore"; "required": true; "isSignal": true; }; "txtPleaseUpdate": { "alias": "txtPleaseUpdate"; "required": true; "isSignal": true; }; "txtThisVersionWillExpireSoon": { "alias": "txtThisVersionWillExpireSoon"; "required": true; "isSignal": true; }; "txtUpdateAvailable": { "alias": "txtUpdateAvailable"; "required": true; "isSignal": true; }; "txtUpdateTheAppToTheLatestVersion": { "alias": "txtUpdateTheAppToTheLatestVersion"; "required": true; "isSignal": true; }; "spxExpiry": { "alias": "spxExpiry"; "required": true; "isSignal": true; }; "spxVersion": { "alias": "spxVersion"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
declare const spxCheckExpiryFinalWarning: (appStoreVersion: string, spxAppExpiry?: SpxAppExpiryI) => boolean;
|
|
32
|
-
|
|
33
|
-
declare const spxCheckExpiryHappened: (appStoreVersion: string, spxAppExpiry: SpxAppExpiryI) => boolean;
|
|
34
|
-
|
|
35
|
-
declare const spxCheckExpiryWarning: (appStoreVersion: string, spxAppExpiry?: SpxAppExpiryI) => boolean;
|
|
36
|
-
|
|
37
|
-
export { SpxAppExpiryComponent, spxCheckExpiryFinalWarning, spxCheckExpiryHappened, spxCheckExpiryWarning };
|
|
38
|
-
export type { SpxAppExpiryI };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-app-expiry" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnChanges } from '@angular/core';
|
|
2
|
+
import { SpxAppExpiryI } from './spx-app-expiry.interface';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxAppExpiryComponent implements OnChanges {
|
|
5
|
+
readonly txtContactHelpdeskOrSoftpak: import("@angular/core").InputSignal<string>;
|
|
6
|
+
readonly txtExpired: import("@angular/core").InputSignal<string>;
|
|
7
|
+
readonly txtLastReminder: import("@angular/core").InputSignal<string>;
|
|
8
|
+
readonly txtPleaseOpenTheAppStore: import("@angular/core").InputSignal<string>;
|
|
9
|
+
readonly txtPleaseUpdate: import("@angular/core").InputSignal<string>;
|
|
10
|
+
readonly txtThisVersionWillExpireSoon: import("@angular/core").InputSignal<string>;
|
|
11
|
+
readonly txtUpdateAvailable: import("@angular/core").InputSignal<string>;
|
|
12
|
+
readonly txtUpdateTheAppToTheLatestVersion: import("@angular/core").InputSignal<string>;
|
|
13
|
+
readonly spxExpiry: import("@angular/core").InputSignal<SpxAppExpiryI>;
|
|
14
|
+
readonly spxVersion: import("@angular/core").InputSignal<string>;
|
|
15
|
+
warning: import("@angular/core").WritableSignal<boolean>;
|
|
16
|
+
finalWarning: import("@angular/core").WritableSignal<boolean>;
|
|
17
|
+
expired: import("@angular/core").WritableSignal<boolean>;
|
|
18
|
+
ngOnChanges(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxAppExpiryComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxAppExpiryComponent, "spx-app-expiry", never, { "txtContactHelpdeskOrSoftpak": { "alias": "txtContactHelpdeskOrSoftpak"; "required": true; "isSignal": true; }; "txtExpired": { "alias": "txtExpired"; "required": true; "isSignal": true; }; "txtLastReminder": { "alias": "txtLastReminder"; "required": true; "isSignal": true; }; "txtPleaseOpenTheAppStore": { "alias": "txtPleaseOpenTheAppStore"; "required": true; "isSignal": true; }; "txtPleaseUpdate": { "alias": "txtPleaseUpdate"; "required": true; "isSignal": true; }; "txtThisVersionWillExpireSoon": { "alias": "txtThisVersionWillExpireSoon"; "required": true; "isSignal": true; }; "txtUpdateAvailable": { "alias": "txtUpdateAvailable"; "required": true; "isSignal": true; }; "txtUpdateTheAppToTheLatestVersion": { "alias": "txtUpdateTheAppToTheLatestVersion"; "required": true; "isSignal": true; }; "spxExpiry": { "alias": "spxExpiry"; "required": true; "isSignal": true; }; "spxVersion": { "alias": "spxVersion"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
|
+
}
|
package/spx-button/index.d.ts
CHANGED
|
@@ -1,26 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
readonly spxDisabled: _angular_core.InputSignal<boolean>;
|
|
7
|
-
readonly spxClass: _angular_core.InputSignal<string | undefined>;
|
|
8
|
-
readonly spxClassObject: _angular_core.InputSignal<object | undefined>;
|
|
9
|
-
readonly spxForm: _angular_core.InputSignal<string | undefined>;
|
|
10
|
-
readonly spxFullHeight: _angular_core.InputSignal<boolean | undefined>;
|
|
11
|
-
readonly spxFullWidth: _angular_core.InputSignal<boolean | undefined>;
|
|
12
|
-
readonly spxSeverity: _angular_core.InputSignal<SpxSeverityEnum | undefined>;
|
|
13
|
-
readonly spxSize: _angular_core.InputSignal<"lg" | "xl">;
|
|
14
|
-
readonly spxTabIndex: _angular_core.InputSignal<number | undefined>;
|
|
15
|
-
readonly spxType: _angular_core.InputSignal<"button" | "submit">;
|
|
16
|
-
spxClick: _angular_core.OutputEmitterRef<void>;
|
|
17
|
-
buttonRef: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
18
|
-
SpxSeverity: typeof SpxSeverityEnum;
|
|
19
|
-
hasShadowDom: (el: HTMLElement) => boolean;
|
|
20
|
-
handleClick: () => void;
|
|
21
|
-
spxSetFocus(): void;
|
|
22
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpxButtonComponent, never>;
|
|
23
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpxButtonComponent, "spx-button", never, { "spxDisabled": { "alias": "spxDisabled"; "required": false; "isSignal": true; }; "spxClass": { "alias": "spxClass"; "required": false; "isSignal": true; }; "spxClassObject": { "alias": "spxClassObject"; "required": false; "isSignal": true; }; "spxForm": { "alias": "spxForm"; "required": false; "isSignal": true; }; "spxFullHeight": { "alias": "spxFullHeight"; "required": false; "isSignal": true; }; "spxFullWidth": { "alias": "spxFullWidth"; "required": false; "isSignal": true; }; "spxSeverity": { "alias": "spxSeverity"; "required": false; "isSignal": true; }; "spxSize": { "alias": "spxSize"; "required": false; "isSignal": true; }; "spxTabIndex": { "alias": "spxTabIndex"; "required": false; "isSignal": true; }; "spxType": { "alias": "spxType"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; }, never, ["*"], true, never>;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export { SpxButtonComponent };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-button" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-button.component';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { SpxSeverityEnum } from '@softpak/components/spx-helpers';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SpxButtonComponent {
|
|
5
|
+
readonly spxDisabled: import("@angular/core").InputSignal<boolean>;
|
|
6
|
+
readonly spxClass: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
+
readonly spxClassObject: import("@angular/core").InputSignal<object | undefined>;
|
|
8
|
+
readonly spxForm: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
+
readonly spxFullHeight: import("@angular/core").InputSignal<boolean | undefined>;
|
|
10
|
+
readonly spxFullWidth: import("@angular/core").InputSignal<boolean | undefined>;
|
|
11
|
+
readonly spxSeverity: import("@angular/core").InputSignal<SpxSeverityEnum | undefined>;
|
|
12
|
+
readonly spxSize: import("@angular/core").InputSignal<"lg" | "xl">;
|
|
13
|
+
readonly spxTabIndex: import("@angular/core").InputSignal<number | undefined>;
|
|
14
|
+
readonly spxType: import("@angular/core").InputSignal<"button" | "submit">;
|
|
15
|
+
spxClick: import("@angular/core").OutputEmitterRef<void>;
|
|
16
|
+
buttonRef: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
17
|
+
SpxSeverity: typeof SpxSeverityEnum;
|
|
18
|
+
hasShadowDom: (el: HTMLElement) => boolean;
|
|
19
|
+
handleClick: () => void;
|
|
20
|
+
spxSetFocus(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxButtonComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpxButtonComponent, "spx-button", never, { "spxDisabled": { "alias": "spxDisabled"; "required": false; "isSignal": true; }; "spxClass": { "alias": "spxClass"; "required": false; "isSignal": true; }; "spxClassObject": { "alias": "spxClassObject"; "required": false; "isSignal": true; }; "spxForm": { "alias": "spxForm"; "required": false; "isSignal": true; }; "spxFullHeight": { "alias": "spxFullHeight"; "required": false; "isSignal": true; }; "spxFullWidth": { "alias": "spxFullWidth"; "required": false; "isSignal": true; }; "spxSeverity": { "alias": "spxSeverity"; "required": false; "isSignal": true; }; "spxSize": { "alias": "spxSize"; "required": false; "isSignal": true; }; "spxTabIndex": { "alias": "spxTabIndex"; "required": false; "isSignal": true; }; "spxType": { "alias": "spxType"; "required": false; "isSignal": true; }; }, { "spxClick": "spxClick"; }, never, ["*"], true, never>;
|
|
23
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
static transform(value: string, ..._args: unknown[]): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SpxCapitalizePipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SpxCapitalizePipe, "capitalize", true>;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export { SpxCapitalizePipe };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@softpak/components/spx-capitalize" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './spx-capitalize.pipe';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SpxCapitalizePipe implements PipeTransform {
|
|
4
|
+
transform(value: string, ..._args: unknown[]): string;
|
|
5
|
+
static transform(value: string, ..._args: unknown[]): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpxCapitalizePipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SpxCapitalizePipe, "capitalize", true>;
|
|
8
|
+
}
|