@wizishop/angular-components 0.0.114 → 0.0.117
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/angular-components.scss +9 -0
- package/bundles/wizishop-angular-components.umd.js +16 -15
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/switch/switch.component.js +2 -1
- package/esm2015/public-api.js +3 -1
- package/esm2015/wizishop-angular-components.js +14 -16
- package/fesm2015/wizishop-angular-components.js +2 -1
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/wizishop-angular-components-0.0.117.tgz +0 -0
- package/wizishop-angular-components.d.ts +13 -15
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.114.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -645,6 +645,9 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
645
645
|
min-width: unset;
|
|
646
646
|
margin: 0 0 100px;
|
|
647
647
|
background-color: $wac-tag-success;
|
|
648
|
+
&.is-danger {
|
|
649
|
+
background-color: $wac-primary-button;
|
|
650
|
+
}
|
|
648
651
|
.alert--message {
|
|
649
652
|
display: flex;
|
|
650
653
|
align-items: center;
|
|
@@ -2510,6 +2513,12 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
2510
2513
|
font-weight: 500 !important;
|
|
2511
2514
|
margin-bottom: 0;
|
|
2512
2515
|
}
|
|
2516
|
+
|
|
2517
|
+
textarea {
|
|
2518
|
+
&.is-danger {
|
|
2519
|
+
border-color: $wac-primary-button !important;
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2513
2522
|
textarea:focus {
|
|
2514
2523
|
border-color: $wizishop-blue !important;
|
|
2515
2524
|
|
|
@@ -2080,6 +2080,7 @@
|
|
|
2080
2080
|
|
|
2081
2081
|
var SwitchComponent = /** @class */ (function () {
|
|
2082
2082
|
function SwitchComponent() {
|
|
2083
|
+
// todo add ngmodel and review texts display (textState is mandaoty in order to display textStateEnable and textStateDisable)
|
|
2083
2084
|
this.value = false;
|
|
2084
2085
|
this.textState = false;
|
|
2085
2086
|
this.textStateEnable = '';
|
|
@@ -4144,6 +4145,7 @@
|
|
|
4144
4145
|
exports.AlertPopupComponent = AlertPopupComponent;
|
|
4145
4146
|
exports.AlertPopupModule = AlertPopupModule;
|
|
4146
4147
|
exports.AlertPopupService = AlertPopupService;
|
|
4148
|
+
exports.AreAllOptionsSelectedPipe = AreAllOptionsSelectedPipe;
|
|
4147
4149
|
exports.AutoHideDirective = AutoHideDirective;
|
|
4148
4150
|
exports.BackComponent = BackComponent;
|
|
4149
4151
|
exports.BlockComponent = BlockComponent;
|
|
@@ -4206,27 +4208,26 @@
|
|
|
4206
4208
|
exports.TreeComponent = TreeComponent;
|
|
4207
4209
|
exports.TreeModule = TreeModule;
|
|
4208
4210
|
exports.UploadComponent = UploadComponent;
|
|
4211
|
+
exports.VarDirective = VarDirective;
|
|
4209
4212
|
exports.WiziComponentsModule = WiziComponentsModule;
|
|
4210
4213
|
exports.WrapperBlocsComponent = WrapperBlocsComponent;
|
|
4211
4214
|
exports.WrapperComponent = WrapperComponent;
|
|
4212
4215
|
exports.WzEditInPlaceComponent = WzEditInPlaceComponent;
|
|
4213
4216
|
exports.ZindexToggleDirective = ZindexToggleDirective;
|
|
4214
4217
|
exports.ɵa = DomService;
|
|
4215
|
-
exports.ɵb =
|
|
4216
|
-
exports.ɵc =
|
|
4217
|
-
exports.ɵd =
|
|
4218
|
-
exports.ɵe =
|
|
4219
|
-
exports.ɵf =
|
|
4220
|
-
exports.ɵg =
|
|
4221
|
-
exports.ɵh =
|
|
4222
|
-
exports.ɵi =
|
|
4223
|
-
exports.ɵj =
|
|
4224
|
-
exports.ɵk =
|
|
4225
|
-
exports.ɵl =
|
|
4226
|
-
exports.ɵm =
|
|
4227
|
-
exports.ɵn =
|
|
4228
|
-
exports.ɵo = inOutY;
|
|
4229
|
-
exports.ɵp = inOutX;
|
|
4218
|
+
exports.ɵb = PaginationModule;
|
|
4219
|
+
exports.ɵc = PagniationArrayTotalPages;
|
|
4220
|
+
exports.ɵd = PagniationIsLastPage;
|
|
4221
|
+
exports.ɵe = PagniationText;
|
|
4222
|
+
exports.ɵf = TableModule;
|
|
4223
|
+
exports.ɵg = InputSearchModule;
|
|
4224
|
+
exports.ɵh = InputModule;
|
|
4225
|
+
exports.ɵi = TooltipModule;
|
|
4226
|
+
exports.ɵj = ProgressBarModule;
|
|
4227
|
+
exports.ɵk = LoaderModule;
|
|
4228
|
+
exports.ɵl = CheckboxModule;
|
|
4229
|
+
exports.ɵm = inOutY;
|
|
4230
|
+
exports.ɵn = inOutX;
|
|
4230
4231
|
|
|
4231
4232
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4232
4233
|
|