@softpak/components 0.0.0-beta.119 → 0.0.0-beta.120
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.
|
@@ -22,7 +22,7 @@ export class SpxSuggestionComponent {
|
|
|
22
22
|
[class.bg-teal-500]="this.spxSelected && !this.spxDisabled && !this.spxFocused"
|
|
23
23
|
[class.bg-teal-600]="this.spxSelected && !this.spxDisabled && this.spxFocused"
|
|
24
24
|
[class.font-bold]="this.spxSelected"
|
|
25
|
-
[attr.tabindex]="this.
|
|
25
|
+
[attr.tabindex]="this.spxSelected && !this.spxDisabled ? 0 : -1"><ng-content></ng-content></button>`, isInline: true }); }
|
|
26
26
|
}
|
|
27
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SpxSuggestionComponent, decorators: [{
|
|
28
28
|
type: Component,
|
|
@@ -43,7 +43,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
|
|
|
43
43
|
[class.bg-teal-500]="this.spxSelected && !this.spxDisabled && !this.spxFocused"
|
|
44
44
|
[class.bg-teal-600]="this.spxSelected && !this.spxDisabled && this.spxFocused"
|
|
45
45
|
[class.font-bold]="this.spxSelected"
|
|
46
|
-
[attr.tabindex]="this.
|
|
46
|
+
[attr.tabindex]="this.spxSelected && !this.spxDisabled ? 0 : -1"><ng-content></ng-content></button>`,
|
|
47
47
|
}]
|
|
48
48
|
}], propDecorators: { overflowHidden: [{
|
|
49
49
|
type: HostBinding,
|
|
@@ -55,4 +55,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
|
|
|
55
55
|
}], spxSelected: [{
|
|
56
56
|
type: Input
|
|
57
57
|
}] } });
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3B4LXN1Z2dlc3Rpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc29mdHBhay9jb21wb25lbnRzL3NweC1zdWdnZXN0aW9uL3NweC1zdWdnZXN0aW9uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBcUI5RCxNQUFNLE9BQU8sc0JBQXNCO0lBbkJuQztRQW9Cd0MsbUJBQWMsR0FBWSxJQUFJLENBQUM7UUFDNUQsZ0JBQVcsR0FBRyxLQUFLLENBQUM7UUFDcEIsZUFBVSxHQUFHLEtBQUssQ0FBQztRQUNuQixnQkFBVyxHQUFHLEtBQUssQ0FBQztLQUM5Qjs4R0FMWSxzQkFBc0I7a0dBQXRCLHNCQUFzQixrUEFoQnZCOzs7Ozs7Ozs7Ozs7Ozt3R0FjNEY7OzJGQUUzRixzQkFBc0I7a0JBbkJsQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7O3dHQWM0RjtpQkFDdkc7OEJBRXVDLGNBQWM7c0JBQW5ELFdBQVc7dUJBQUMsdUJBQXVCO2dCQUMzQixXQUFXO3NCQUFuQixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ3NweC1zdWdnZXN0aW9uJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgdGVtcGxhdGU6IGA8YnV0dG9uXG4gICAgY2xhc3M9XCJzcHgtc3VnZ2VzdGlvbiBibG9jayByb3VuZGVkIHRleHQtZ3JheS05MDAgdGV4dC1zbSBwLTMgdy1mdWxsIHRleHQtZWxsaXBzaXMgb3ZlcmZsb3ctaGlkZGVuIHdoaXRlc3BhY2Utbm93cmFwIHRleHQtbGVmdCB0cnVuY2F0ZVwiXG4gICAgW2NsYXNzLmJnLXNreS0xMDBdPVwiIXRoaXMuc3B4U2VsZWN0ZWQgJiYgIXRoaXMuc3B4RGlzYWJsZWQgJiYgIXRoaXMuc3B4Rm9jdXNlZFwiXG4gICAgW2NsYXNzLmJnLXNreS0yMDBdPVwidGhpcy5zcHhTZWxlY3RlZCAmJiAhdGhpcy5zcHhEaXNhYmxlZCAmJiB0aGlzLnNweEZvY3VzZWRcIlxuICAgIFtjbGFzcy5mb2N1czpyaW5nLXNreS0zMDBdPVwiIXRoaXMuc3B4U2VsZWN0ZWQgJiYgIXRoaXMuc3B4RGlzYWJsZWRcIlxuICAgIFtjbGFzcy5ob3ZlcjpiZy1za3ktMzAwXT1cIiF0aGlzLnNweFNlbGVjdGVkICYmICF0aGlzLnNweERpc2FibGVkXCJcbiAgICBbY2xhc3MuYWN0aXZlOmJnLXNreS0zMDBdPVwiIXRoaXMuc3B4U2VsZWN0ZWQgJiYgIXRoaXMuc3B4RGlzYWJsZWRcIlxuICAgIFtjbGFzcy5iZy1ncmF5LTIwMF09XCJ0aGlzLnNweERpc2FibGVkICYmICF0aGlzLnNweFNlbGVjdGVkXCJcbiAgICBbY2xhc3MuYmctZ3JheS00MDBdPVwidGhpcy5zcHhEaXNhYmxlZCAmJiB0aGlzLnNweFNlbGVjdGVkXCJcbiAgICBbY2xhc3MuY3Vyc29yLW5vdC1hbGxvd2VkXT1cInRoaXMuc3B4RGlzYWJsZWRcIlxuICAgIFtjbGFzcy5vcGFjaXR5LTYwXT1cInRoaXMuc3B4RGlzYWJsZWRcIlxuICAgIFtjbGFzcy5iZy10ZWFsLTUwMF09XCJ0aGlzLnNweFNlbGVjdGVkICYmICF0aGlzLnNweERpc2FibGVkICYmICF0aGlzLnNweEZvY3VzZWRcIlxuICAgIFtjbGFzcy5iZy10ZWFsLTYwMF09XCJ0aGlzLnNweFNlbGVjdGVkICYmICF0aGlzLnNweERpc2FibGVkICYmIHRoaXMuc3B4Rm9jdXNlZFwiXG4gICAgW2NsYXNzLmZvbnQtYm9sZF09XCJ0aGlzLnNweFNlbGVjdGVkXCJcbiAgICBbYXR0ci50YWJpbmRleF09XCJ0aGlzLnNweFNlbGVjdGVkICYmICF0aGlzLnNweERpc2FibGVkID8gMCA6IC0xXCI+PG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PjwvYnV0dG9uPmAsXG59KVxuZXhwb3J0IGNsYXNzIFNweFN1Z2dlc3Rpb25Db21wb25lbnQge1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLm92ZXJmbG93LWhpZGRlbicpIG92ZXJmbG93SGlkZGVuOiBib29sZWFuID0gdHJ1ZTtcbiAgQElucHV0KCkgc3B4RGlzYWJsZWQgPSBmYWxzZTtcbiAgQElucHV0KCkgc3B4Rm9jdXNlZCA9IGZhbHNlO1xuICBASW5wdXQoKSBzcHhTZWxlY3RlZCA9IGZhbHNlO1xufVxuIl19
|
|
@@ -23,7 +23,7 @@ class SpxSuggestionComponent {
|
|
|
23
23
|
[class.bg-teal-500]="this.spxSelected && !this.spxDisabled && !this.spxFocused"
|
|
24
24
|
[class.bg-teal-600]="this.spxSelected && !this.spxDisabled && this.spxFocused"
|
|
25
25
|
[class.font-bold]="this.spxSelected"
|
|
26
|
-
[attr.tabindex]="this.
|
|
26
|
+
[attr.tabindex]="this.spxSelected && !this.spxDisabled ? 0 : -1"><ng-content></ng-content></button>`, isInline: true }); }
|
|
27
27
|
}
|
|
28
28
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SpxSuggestionComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
@@ -44,7 +44,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
|
|
|
44
44
|
[class.bg-teal-500]="this.spxSelected && !this.spxDisabled && !this.spxFocused"
|
|
45
45
|
[class.bg-teal-600]="this.spxSelected && !this.spxDisabled && this.spxFocused"
|
|
46
46
|
[class.font-bold]="this.spxSelected"
|
|
47
|
-
[attr.tabindex]="this.
|
|
47
|
+
[attr.tabindex]="this.spxSelected && !this.spxDisabled ? 0 : -1"><ng-content></ng-content></button>`,
|
|
48
48
|
}]
|
|
49
49
|
}], propDecorators: { overflowHidden: [{
|
|
50
50
|
type: HostBinding,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"softpak-components-spx-suggestion.mjs","sources":["../../../../projects/softpak/components/spx-suggestion/spx-suggestion.component.ts","../../../../projects/softpak/components/spx-suggestion/softpak-components-spx-suggestion.ts"],"sourcesContent":["import { Component, HostBinding, Input } from '@angular/core';\n\n@Component({\n selector: 'spx-suggestion',\n standalone: true,\n template: `<button\n class=\"spx-suggestion block rounded text-gray-900 text-sm p-3 w-full text-ellipsis overflow-hidden whitespace-nowrap text-left truncate\"\n [class.bg-sky-100]=\"!this.spxSelected && !this.spxDisabled && !this.spxFocused\"\n [class.bg-sky-200]=\"this.spxSelected && !this.spxDisabled && this.spxFocused\"\n [class.focus:ring-sky-300]=\"!this.spxSelected && !this.spxDisabled\"\n [class.hover:bg-sky-300]=\"!this.spxSelected && !this.spxDisabled\"\n [class.active:bg-sky-300]=\"!this.spxSelected && !this.spxDisabled\"\n [class.bg-gray-200]=\"this.spxDisabled && !this.spxSelected\"\n [class.bg-gray-400]=\"this.spxDisabled && this.spxSelected\"\n [class.cursor-not-allowed]=\"this.spxDisabled\"\n [class.opacity-60]=\"this.spxDisabled\"\n [class.bg-teal-500]=\"this.spxSelected && !this.spxDisabled && !this.spxFocused\"\n [class.bg-teal-600]=\"this.spxSelected && !this.spxDisabled && this.spxFocused\"\n [class.font-bold]=\"this.spxSelected\"\n [attr.tabindex]=\"this.
|
|
1
|
+
{"version":3,"file":"softpak-components-spx-suggestion.mjs","sources":["../../../../projects/softpak/components/spx-suggestion/spx-suggestion.component.ts","../../../../projects/softpak/components/spx-suggestion/softpak-components-spx-suggestion.ts"],"sourcesContent":["import { Component, HostBinding, Input } from '@angular/core';\n\n@Component({\n selector: 'spx-suggestion',\n standalone: true,\n template: `<button\n class=\"spx-suggestion block rounded text-gray-900 text-sm p-3 w-full text-ellipsis overflow-hidden whitespace-nowrap text-left truncate\"\n [class.bg-sky-100]=\"!this.spxSelected && !this.spxDisabled && !this.spxFocused\"\n [class.bg-sky-200]=\"this.spxSelected && !this.spxDisabled && this.spxFocused\"\n [class.focus:ring-sky-300]=\"!this.spxSelected && !this.spxDisabled\"\n [class.hover:bg-sky-300]=\"!this.spxSelected && !this.spxDisabled\"\n [class.active:bg-sky-300]=\"!this.spxSelected && !this.spxDisabled\"\n [class.bg-gray-200]=\"this.spxDisabled && !this.spxSelected\"\n [class.bg-gray-400]=\"this.spxDisabled && this.spxSelected\"\n [class.cursor-not-allowed]=\"this.spxDisabled\"\n [class.opacity-60]=\"this.spxDisabled\"\n [class.bg-teal-500]=\"this.spxSelected && !this.spxDisabled && !this.spxFocused\"\n [class.bg-teal-600]=\"this.spxSelected && !this.spxDisabled && this.spxFocused\"\n [class.font-bold]=\"this.spxSelected\"\n [attr.tabindex]=\"this.spxSelected && !this.spxDisabled ? 0 : -1\"><ng-content></ng-content></button>`,\n})\nexport class SpxSuggestionComponent {\n @HostBinding('class.overflow-hidden') overflowHidden: boolean = true;\n @Input() spxDisabled = false;\n @Input() spxFocused = false;\n @Input() spxSelected = false;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAqBa,sBAAsB,CAAA;AAnBnC,IAAA,WAAA,GAAA;QAoBwC,IAAc,CAAA,cAAA,GAAY,IAAI,CAAC;QAC5D,IAAW,CAAA,WAAA,GAAG,KAAK,CAAC;QACpB,IAAU,CAAA,UAAA,GAAG,KAAK,CAAC;QACnB,IAAW,CAAA,WAAA,GAAG,KAAK,CAAC;AAC9B,KAAA;8GALY,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,EAhBvB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,aAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,uBAAA,EAAA,qBAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;;;;;;AAc4F,uGAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;2FAE3F,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAnBlC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,CAAA;;;;;;;;;;;;;;AAc4F,uGAAA,CAAA;AACvG,iBAAA,CAAA;8BAEuC,cAAc,EAAA,CAAA;sBAAnD,WAAW;uBAAC,uBAAuB,CAAA;gBAC3B,WAAW,EAAA,CAAA;sBAAnB,KAAK;gBACG,UAAU,EAAA,CAAA;sBAAlB,KAAK;gBACG,WAAW,EAAA,CAAA;sBAAnB,KAAK;;;ACzBR;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softpak/components",
|
|
3
|
-
"version": "0.0.0-beta.
|
|
3
|
+
"version": "0.0.0-beta.120",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^17.x.x",
|
|
@@ -29,23 +29,17 @@
|
|
|
29
29
|
"esm": "./esm2022/spx-alert/softpak-components-spx-alert.mjs",
|
|
30
30
|
"default": "./fesm2022/softpak-components-spx-alert.mjs"
|
|
31
31
|
},
|
|
32
|
-
"./spx-button": {
|
|
33
|
-
"types": "./spx-button/index.d.ts",
|
|
34
|
-
"esm2022": "./esm2022/spx-button/softpak-components-spx-button.mjs",
|
|
35
|
-
"esm": "./esm2022/spx-button/softpak-components-spx-button.mjs",
|
|
36
|
-
"default": "./fesm2022/softpak-components-spx-button.mjs"
|
|
37
|
-
},
|
|
38
32
|
"./spx-app-configuration": {
|
|
39
33
|
"types": "./spx-app-configuration/index.d.ts",
|
|
40
34
|
"esm2022": "./esm2022/spx-app-configuration/softpak-components-spx-app-configuration.mjs",
|
|
41
35
|
"esm": "./esm2022/spx-app-configuration/softpak-components-spx-app-configuration.mjs",
|
|
42
36
|
"default": "./fesm2022/softpak-components-spx-app-configuration.mjs"
|
|
43
37
|
},
|
|
44
|
-
"./spx-
|
|
45
|
-
"types": "./spx-
|
|
46
|
-
"esm2022": "./esm2022/spx-
|
|
47
|
-
"esm": "./esm2022/spx-
|
|
48
|
-
"default": "./fesm2022/softpak-components-spx-
|
|
38
|
+
"./spx-button": {
|
|
39
|
+
"types": "./spx-button/index.d.ts",
|
|
40
|
+
"esm2022": "./esm2022/spx-button/softpak-components-spx-button.mjs",
|
|
41
|
+
"esm": "./esm2022/spx-button/softpak-components-spx-button.mjs",
|
|
42
|
+
"default": "./fesm2022/softpak-components-spx-button.mjs"
|
|
49
43
|
},
|
|
50
44
|
"./spx-change-details": {
|
|
51
45
|
"types": "./spx-change-details/index.d.ts",
|
|
@@ -53,24 +47,30 @@
|
|
|
53
47
|
"esm": "./esm2022/spx-change-details/softpak-components-spx-change-details.mjs",
|
|
54
48
|
"default": "./fesm2022/softpak-components-spx-change-details.mjs"
|
|
55
49
|
},
|
|
50
|
+
"./spx-capitalize": {
|
|
51
|
+
"types": "./spx-capitalize/index.d.ts",
|
|
52
|
+
"esm2022": "./esm2022/spx-capitalize/softpak-components-spx-capitalize.mjs",
|
|
53
|
+
"esm": "./esm2022/spx-capitalize/softpak-components-spx-capitalize.mjs",
|
|
54
|
+
"default": "./fesm2022/softpak-components-spx-capitalize.mjs"
|
|
55
|
+
},
|
|
56
56
|
"./spx-channel-selection": {
|
|
57
57
|
"types": "./spx-channel-selection/index.d.ts",
|
|
58
58
|
"esm2022": "./esm2022/spx-channel-selection/softpak-components-spx-channel-selection.mjs",
|
|
59
59
|
"esm": "./esm2022/spx-channel-selection/softpak-components-spx-channel-selection.mjs",
|
|
60
60
|
"default": "./fesm2022/softpak-components-spx-channel-selection.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./spx-form-section": {
|
|
63
|
-
"types": "./spx-form-section/index.d.ts",
|
|
64
|
-
"esm2022": "./esm2022/spx-form-section/softpak-components-spx-form-section.mjs",
|
|
65
|
-
"esm": "./esm2022/spx-form-section/softpak-components-spx-form-section.mjs",
|
|
66
|
-
"default": "./fesm2022/softpak-components-spx-form-section.mjs"
|
|
67
|
-
},
|
|
68
62
|
"./spx-check-digit": {
|
|
69
63
|
"types": "./spx-check-digit/index.d.ts",
|
|
70
64
|
"esm2022": "./esm2022/spx-check-digit/softpak-components-spx-check-digit.mjs",
|
|
71
65
|
"esm": "./esm2022/spx-check-digit/softpak-components-spx-check-digit.mjs",
|
|
72
66
|
"default": "./fesm2022/softpak-components-spx-check-digit.mjs"
|
|
73
67
|
},
|
|
68
|
+
"./spx-form-section": {
|
|
69
|
+
"types": "./spx-form-section/index.d.ts",
|
|
70
|
+
"esm2022": "./esm2022/spx-form-section/softpak-components-spx-form-section.mjs",
|
|
71
|
+
"esm": "./esm2022/spx-form-section/softpak-components-spx-form-section.mjs",
|
|
72
|
+
"default": "./fesm2022/softpak-components-spx-form-section.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./spx-form-view": {
|
|
75
75
|
"types": "./spx-form-view/index.d.ts",
|
|
76
76
|
"esm2022": "./esm2022/spx-form-view/softpak-components-spx-form-view.mjs",
|