@frollo/frollo-web-ui 6.0.0 → 6.0.1
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/cjs/index.js +12 -11
- package/esm/fw-date-picker.js +12 -11
- package/frollo-web-ui.esm.js +12 -11
- package/package.json +1 -1
- package/web-components/index.js +12 -11
package/cjs/index.js
CHANGED
|
@@ -35509,14 +35509,14 @@ styleInject(css_248z$4);var __default__$3 = vue.defineComponent({
|
|
|
35509
35509
|
var __injectCSSVars__$3 = function __injectCSSVars__() {
|
|
35510
35510
|
vue.useCssVars(function (_ctx) {
|
|
35511
35511
|
return {
|
|
35512
|
-
"
|
|
35513
|
-
"
|
|
35514
|
-
"
|
|
35515
|
-
"
|
|
35516
|
-
"
|
|
35517
|
-
"
|
|
35518
|
-
"
|
|
35519
|
-
"
|
|
35512
|
+
"0edfc838": _ctx.primaryFade5,
|
|
35513
|
+
"65cd8308": _ctx.primaryFade10,
|
|
35514
|
+
"65cd82ca": _ctx.primaryFade20,
|
|
35515
|
+
"65cd828c": _ctx.primaryFade30,
|
|
35516
|
+
"65cd824e": _ctx.primaryFade40,
|
|
35517
|
+
"65cd8210": _ctx.primaryFade50,
|
|
35518
|
+
"65cd8194": _ctx.primaryFade70,
|
|
35519
|
+
"65cd8156": _ctx.primaryFade80
|
|
35520
35520
|
};
|
|
35521
35521
|
});
|
|
35522
35522
|
};
|
|
@@ -35586,7 +35586,8 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35586
35586
|
masks: {
|
|
35587
35587
|
modelValue: 'YYYY-MM-DD'
|
|
35588
35588
|
},
|
|
35589
|
-
"max-date": new Date()
|
|
35589
|
+
"max-date": new Date(),
|
|
35590
|
+
"update-on-input": false
|
|
35590
35591
|
}, {
|
|
35591
35592
|
"default": vue.withCtx(function (_ref) {
|
|
35592
35593
|
var inputValue = _ref.inputValue,
|
|
@@ -35638,8 +35639,8 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35638
35639
|
}),
|
|
35639
35640
|
_: 1
|
|
35640
35641
|
}, 8, ["modelValue", "model-modifiers", "max-date"])]);
|
|
35641
|
-
}var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
35642
|
-
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
35642
|
+
}var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
35643
|
+
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
35643
35644
|
styleInject(css_248z$3);__default__$3.render = render$3;function _regeneratorRuntime() {
|
|
35644
35645
|
"use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
35645
35646
|
_regeneratorRuntime = function _regeneratorRuntime() {
|
package/esm/fw-date-picker.js
CHANGED
|
@@ -8400,14 +8400,14 @@ var __default__ = defineComponent({
|
|
|
8400
8400
|
var __injectCSSVars__ = function __injectCSSVars__() {
|
|
8401
8401
|
useCssVars(function (_ctx) {
|
|
8402
8402
|
return {
|
|
8403
|
-
"
|
|
8404
|
-
"
|
|
8405
|
-
"
|
|
8406
|
-
"
|
|
8407
|
-
"
|
|
8408
|
-
"
|
|
8409
|
-
"
|
|
8410
|
-
"
|
|
8403
|
+
"0edfc838": _ctx.primaryFade5,
|
|
8404
|
+
"65cd8308": _ctx.primaryFade10,
|
|
8405
|
+
"65cd82ca": _ctx.primaryFade20,
|
|
8406
|
+
"65cd828c": _ctx.primaryFade30,
|
|
8407
|
+
"65cd824e": _ctx.primaryFade40,
|
|
8408
|
+
"65cd8210": _ctx.primaryFade50,
|
|
8409
|
+
"65cd8194": _ctx.primaryFade70,
|
|
8410
|
+
"65cd8156": _ctx.primaryFade80
|
|
8411
8411
|
};
|
|
8412
8412
|
});
|
|
8413
8413
|
};
|
|
@@ -8479,7 +8479,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8479
8479
|
masks: {
|
|
8480
8480
|
modelValue: 'YYYY-MM-DD'
|
|
8481
8481
|
},
|
|
8482
|
-
"max-date": new Date()
|
|
8482
|
+
"max-date": new Date(),
|
|
8483
|
+
"update-on-input": false
|
|
8483
8484
|
}, {
|
|
8484
8485
|
"default": withCtx(function (_ref) {
|
|
8485
8486
|
var inputValue = _ref.inputValue,
|
|
@@ -8533,8 +8534,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8533
8534
|
}, 8, ["modelValue", "model-modifiers", "max-date"])]);
|
|
8534
8535
|
}
|
|
8535
8536
|
|
|
8536
|
-
var css_248z = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
8537
|
-
var stylesheet = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
8537
|
+
var css_248z = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
8538
|
+
var stylesheet = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
8538
8539
|
styleInject(css_248z);
|
|
8539
8540
|
|
|
8540
8541
|
__default__.render = render;
|
package/frollo-web-ui.esm.js
CHANGED
|
@@ -36358,14 +36358,14 @@ var __default__$3 = defineComponent({
|
|
|
36358
36358
|
var __injectCSSVars__$3 = function __injectCSSVars__() {
|
|
36359
36359
|
useCssVars(function (_ctx) {
|
|
36360
36360
|
return {
|
|
36361
|
-
"
|
|
36362
|
-
"
|
|
36363
|
-
"
|
|
36364
|
-
"
|
|
36365
|
-
"
|
|
36366
|
-
"
|
|
36367
|
-
"
|
|
36368
|
-
"
|
|
36361
|
+
"0edfc838": _ctx.primaryFade5,
|
|
36362
|
+
"65cd8308": _ctx.primaryFade10,
|
|
36363
|
+
"65cd82ca": _ctx.primaryFade20,
|
|
36364
|
+
"65cd828c": _ctx.primaryFade30,
|
|
36365
|
+
"65cd824e": _ctx.primaryFade40,
|
|
36366
|
+
"65cd8210": _ctx.primaryFade50,
|
|
36367
|
+
"65cd8194": _ctx.primaryFade70,
|
|
36368
|
+
"65cd8156": _ctx.primaryFade80
|
|
36369
36369
|
};
|
|
36370
36370
|
});
|
|
36371
36371
|
};
|
|
@@ -36437,7 +36437,8 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36437
36437
|
masks: {
|
|
36438
36438
|
modelValue: 'YYYY-MM-DD'
|
|
36439
36439
|
},
|
|
36440
|
-
"max-date": new Date()
|
|
36440
|
+
"max-date": new Date(),
|
|
36441
|
+
"update-on-input": false
|
|
36441
36442
|
}, {
|
|
36442
36443
|
"default": withCtx(function (_ref) {
|
|
36443
36444
|
var inputValue = _ref.inputValue,
|
|
@@ -36491,8 +36492,8 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36491
36492
|
}, 8, ["modelValue", "model-modifiers", "max-date"])]);
|
|
36492
36493
|
}
|
|
36493
36494
|
|
|
36494
|
-
var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
36495
|
-
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
36495
|
+
var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
36496
|
+
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
36496
36497
|
styleInject(css_248z$3);
|
|
36497
36498
|
|
|
36498
36499
|
__default__$3.render = render$3;
|
package/package.json
CHANGED
package/web-components/index.js
CHANGED
|
@@ -47790,14 +47790,14 @@
|
|
|
47790
47790
|
var __injectCSSVars__$3 = function __injectCSSVars__() {
|
|
47791
47791
|
useCssVars(function (_ctx) {
|
|
47792
47792
|
return {
|
|
47793
|
-
"
|
|
47794
|
-
"
|
|
47795
|
-
"
|
|
47796
|
-
"
|
|
47797
|
-
"
|
|
47798
|
-
"
|
|
47799
|
-
"
|
|
47800
|
-
"
|
|
47793
|
+
"0edfc838": _ctx.primaryFade5,
|
|
47794
|
+
"65cd8308": _ctx.primaryFade10,
|
|
47795
|
+
"65cd82ca": _ctx.primaryFade20,
|
|
47796
|
+
"65cd828c": _ctx.primaryFade30,
|
|
47797
|
+
"65cd824e": _ctx.primaryFade40,
|
|
47798
|
+
"65cd8210": _ctx.primaryFade50,
|
|
47799
|
+
"65cd8194": _ctx.primaryFade70,
|
|
47800
|
+
"65cd8156": _ctx.primaryFade80
|
|
47801
47801
|
};
|
|
47802
47802
|
});
|
|
47803
47803
|
};
|
|
@@ -47869,7 +47869,8 @@
|
|
|
47869
47869
|
masks: {
|
|
47870
47870
|
modelValue: 'YYYY-MM-DD'
|
|
47871
47871
|
},
|
|
47872
|
-
"max-date": new Date()
|
|
47872
|
+
"max-date": new Date(),
|
|
47873
|
+
"update-on-input": false
|
|
47873
47874
|
}, {
|
|
47874
47875
|
"default": withCtx(function (_ref) {
|
|
47875
47876
|
var inputValue = _ref.inputValue,
|
|
@@ -47923,8 +47924,8 @@
|
|
|
47923
47924
|
}, 8, ["modelValue", "model-modifiers", "max-date"])]);
|
|
47924
47925
|
}
|
|
47925
47926
|
|
|
47926
|
-
var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
47927
|
-
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--
|
|
47927
|
+
var css_248z$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
47928
|
+
var stylesheet$3 = ".fw-date-picker .vc-primary{--vc-accent-50:var(--0edfc838);--vc-accent-100:var(--65cd8308);--vc-accent-200:var(--65cd82ca);--vc-accent-300:var(--65cd828c);--vc-accent-400:var(--65cd824e);--vc-accent-500:var(--65cd8210);--vc-accent-600:var(--colorPrimary);--vc-accent-700:var(--65cd8194);--vc-accent-800:var(--65cd8156);--vc-accent-900:var(--colorBody)}";
|
|
47928
47929
|
styleInject(css_248z$3);
|
|
47929
47930
|
|
|
47930
47931
|
__default__$3.render = render$3;
|