@frollo/frollo-web-ui 1.2.7 → 1.2.9
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 +14 -4
- package/esm/fw-animations.js +3 -0
- package/esm/{fw-button-ac0fbc7a.js → fw-button-6aa9b68f.js} +11 -20
- package/esm/fw-button.js +3 -2
- package/esm/fw-dropdown.js +1 -1
- package/esm/fw-image.js +1 -1
- package/esm/fw-loading-spinner-649aa589.js +21 -0
- package/esm/fw-modal.js +4 -3
- package/esm/fw-navigation-menu.js +7 -4
- package/esm/fw-table.js +1 -1
- package/esm/{index-ec267913.js → index-403af654.js} +1 -1
- package/esm/{index-d589fca1.js → index-61020c18.js} +1 -1
- package/esm/index.js +9 -6
- package/frollo-web-ui.esm.js +16 -5
- package/index.d.ts +37 -20
- package/package.json +1 -1
- package/types/components/fw-animations/index.d.ts +2 -1
- package/types/components/fw-button/fw-button.vue.d.ts +13 -0
- package/types/components/fw-button/index.types.d.ts +1 -0
- package/types/components/fw-navigation-menu/index.types.d.ts +1 -0
package/cjs/index.js
CHANGED
|
@@ -5702,6 +5702,13 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5702
5702
|
loading: {
|
|
5703
5703
|
type: Boolean,
|
|
5704
5704
|
"default": false
|
|
5705
|
+
},
|
|
5706
|
+
|
|
5707
|
+
/**
|
|
5708
|
+
* Whether the link should open in a new tab
|
|
5709
|
+
*/
|
|
5710
|
+
external: {
|
|
5711
|
+
type: Boolean
|
|
5705
5712
|
}
|
|
5706
5713
|
},
|
|
5707
5714
|
setup: function setup(props, ctx) {
|
|
@@ -5862,6 +5869,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5862
5869
|
href: _ctx.href ? _ctx.href : null,
|
|
5863
5870
|
tabindex: _ctx.to ? 0 : null,
|
|
5864
5871
|
disabled: _ctx.loading,
|
|
5872
|
+
target: !!_ctx.external ? '_blank' : null,
|
|
5865
5873
|
onClick: _ctx.onClick,
|
|
5866
5874
|
onFocusin: _ctx.onFocusin,
|
|
5867
5875
|
onFocusout: _ctx.onFocusout,
|
|
@@ -5879,7 +5887,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5879
5887
|
})], 2)) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true)];
|
|
5880
5888
|
}),
|
|
5881
5889
|
_: 3
|
|
5882
|
-
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
5890
|
+
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "target", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
5883
5891
|
}var css_248z$8 = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;-o-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.fw-button--primary{background:var(--colorButtonPrimary);color:var(--colorButtonPrimaryText)}.fw-button--primary.fw-button--loading,.fw-button--primary:hover{background:var(--colorButtonPrimaryFade);border-color:var(--colorButtonPrimaryFade)}.fw-button--secondary{background:var(--colorButtonSecondary);color:var(--colorButtonSecondaryText)}.fw-button--secondary.animation--alternate.fw-button--loading,.fw-button--secondary.animation--alternate:hover{background:var(--colorButtonSecondaryText);color:var(--colorButtonSecondary)}.fw-button--secondary.animation--fade.fw-button--loading,.fw-button--secondary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}.fw-button--tertiary{background:var(--colorButtonTertiary);color:var(--colorButtonTertiaryText)}.fw-button--tertiary.animation--alternate.fw-button--loading,.fw-button--tertiary.animation--alternate:hover{background:var(--colorButtonTertiaryText);color:var(--colorButtonTertiary)}.fw-button--tertiary.animation--fade.fw-button--loading,.fw-button--tertiary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}";
|
|
5884
5892
|
var stylesheet$8 = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;-o-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.fw-button--primary{background:var(--colorButtonPrimary);color:var(--colorButtonPrimaryText)}.fw-button--primary.fw-button--loading,.fw-button--primary:hover{background:var(--colorButtonPrimaryFade);border-color:var(--colorButtonPrimaryFade)}.fw-button--secondary{background:var(--colorButtonSecondary);color:var(--colorButtonSecondaryText)}.fw-button--secondary.animation--alternate.fw-button--loading,.fw-button--secondary.animation--alternate:hover{background:var(--colorButtonSecondaryText);color:var(--colorButtonSecondary)}.fw-button--secondary.animation--fade.fw-button--loading,.fw-button--secondary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}.fw-button--tertiary{background:var(--colorButtonTertiary);color:var(--colorButtonTertiaryText)}.fw-button--tertiary.animation--alternate.fw-button--loading,.fw-button--tertiary.animation--alternate:hover{background:var(--colorButtonTertiaryText);color:var(--colorButtonTertiary)}.fw-button--tertiary.animation--fade.fw-button--loading,.fw-button--tertiary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}";
|
|
5885
5893
|
styleInject(css_248z$8);script$e.render = render$g;var script$d = vue.defineComponent({
|
|
@@ -5984,6 +5992,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5984
5992
|
variant: "text",
|
|
5985
5993
|
href: item.href,
|
|
5986
5994
|
to: item.to,
|
|
5995
|
+
external: item.external,
|
|
5987
5996
|
size: "md",
|
|
5988
5997
|
"aria-current": "page"
|
|
5989
5998
|
}, {
|
|
@@ -5991,7 +6000,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5991
6000
|
return [vue.createTextVNode(vue.toDisplayString(item.label), 1)];
|
|
5992
6001
|
}),
|
|
5993
6002
|
_: 2
|
|
5994
|
-
}, 1032, ["href", "to"]);
|
|
6003
|
+
}, 1032, ["href", "to", "external"]);
|
|
5995
6004
|
}), 128))])])) : vue.createCommentVNode("", true), _ctx.actionLabel ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$4, [vue.createVNode(_component_FwButton, {
|
|
5996
6005
|
onClick: _ctx.actionClicked,
|
|
5997
6006
|
size: "md",
|
|
@@ -6029,6 +6038,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6029
6038
|
variant: "text",
|
|
6030
6039
|
href: item.href,
|
|
6031
6040
|
to: item.to,
|
|
6041
|
+
external: item.external,
|
|
6032
6042
|
size: "md",
|
|
6033
6043
|
"aria-current": "page"
|
|
6034
6044
|
}, {
|
|
@@ -6036,7 +6046,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6036
6046
|
return [vue.createTextVNode(vue.toDisplayString(item.label), 1)];
|
|
6037
6047
|
}),
|
|
6038
6048
|
_: 2
|
|
6039
|
-
}, 1032, ["href", "to"]);
|
|
6049
|
+
}, 1032, ["href", "to", "external"]);
|
|
6040
6050
|
}), 128))]), _ctx.actionLabel ? (vue.openBlock(), vue.createBlock(_component_FwButton, {
|
|
6041
6051
|
key: 0,
|
|
6042
6052
|
"class": "w-full rounded-md",
|
|
@@ -8331,7 +8341,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8331
8341
|
var stylesheet = ".fw-success-pulse[data-v-c32112d4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;position:relative;width:100px}.fw-success-pulse--checkmark__circle[data-v-c32112d4]{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:var(--colorPrimary);fill:none;-webkit-animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards;animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards}.fw-success-pulse--checkmark[data-v-c32112d4]{stroke-width:4;stroke:#fff;stroke-miterlimit:10;-webkit-animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;border-radius:50%;-webkit-box-shadow:inset 0 0 0 var(--colorPrimary);box-shadow:inset 0 0 0 var(--colorPrimary);display:block;height:70px;margin:10% auto;width:70px}.fw-success-pulse--checkmark__check[data-v-c32112d4]{stroke-dasharray:48;stroke-dashoffset:48;stroke-linecap:round;-webkit-animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@-webkit-keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@-webkit-keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}@keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}.fw-success-pulse--circle[data-v-c32112d4]{stroke-width:4px;stroke-opacity:1;fill:none;fill-opacity:0;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:var(--22e0894f);animation-iteration-count:var(--22e0894f);-webkit-animation-name:fwSuccessPulse-c32112d4;animation-name:fwSuccessPulse-c32112d4;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}";
|
|
8332
8342
|
styleInject(css_248z);__default__.render = render;
|
|
8333
8343
|
__default__.__scopeId = "data-v-c32112d4";// Form components
|
|
8334
|
-
var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$j,FwCheckbox:script$i,FwDropdown:script$h,FwCard:script$g,FwButton:script$e,FwNavigationMenu:script$d,FwTabs:script$c,FwTab:script$b,FwModal:script$a,FwProgressBar:script$9,FwTag:script$8,FwTable:script$6,FwTableHead:script$5,FwTableRow:script$4,FwAccordion:script$3,FwImage:script$2,FwLoadingBar:script$7,FwLoadingCard:script$1,FwLoadingTable:script,FwEmailPulse:__default__$1,FwSuccessPulse:__default__});function _defineProperty(obj, key, value) {
|
|
8344
|
+
var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$j,FwCheckbox:script$i,FwDropdown:script$h,FwCard:script$g,FwButton:script$e,FwNavigationMenu:script$d,FwTabs:script$c,FwTab:script$b,FwModal:script$a,FwProgressBar:script$9,FwTag:script$8,FwTable:script$6,FwTableHead:script$5,FwTableRow:script$4,FwAccordion:script$3,FwImage:script$2,FwLoadingBar:script$7,FwLoadingCard:script$1,FwLoadingTable:script,FwEmailPulse:__default__$1,FwSuccessPulse:__default__,FwLoadingSpinner:script$f});function _defineProperty(obj, key, value) {
|
|
8335
8345
|
if (key in obj) {
|
|
8336
8346
|
Object.defineProperty(obj, key, {
|
|
8337
8347
|
value: value,
|
package/esm/fw-animations.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import './es.number.constructor-b7faae1f.js';
|
|
2
2
|
import { defineComponent, useCssVars, pushScopeId, popScopeId, createElementVNode, openBlock, createElementBlock, createStaticVNode } from 'vue';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
4
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-649aa589.js';
|
|
4
5
|
import './function-name-c49146fc.js';
|
|
5
6
|
import './is-forced-fd46b5f2.js';
|
|
6
7
|
import './to-string-c2bd1f4d.js';
|
|
7
8
|
import './classof-088c9833.js';
|
|
9
|
+
import './index-403af654.js';
|
|
10
|
+
import './check-94a5917a.js';
|
|
8
11
|
|
|
9
12
|
var __default__$1 = defineComponent({
|
|
10
13
|
name: 'FwEmailPulse',
|
|
@@ -1,25 +1,8 @@
|
|
|
1
1
|
import './es.array.includes-9a6e4066.js';
|
|
2
|
-
import { defineComponent,
|
|
3
|
-
import {
|
|
2
|
+
import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, createElementVNode, renderSlot, createVNode, createCommentVNode } from 'vue';
|
|
3
|
+
import { s as script$1 } from './fw-loading-spinner-649aa589.js';
|
|
4
4
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
5
5
|
|
|
6
|
-
var script$1 = defineComponent({
|
|
7
|
-
name: 'FwLoadingSpinner',
|
|
8
|
-
components: {
|
|
9
|
-
LoadingSvg: render$2
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
|
|
13
|
-
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
-
var _component_LoadingSvg = resolveComponent("LoadingSvg");
|
|
15
|
-
|
|
16
|
-
return openBlock(), createBlock(_component_LoadingSvg, {
|
|
17
|
-
"class": "fw-loading-spinner animate-spin"
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
script$1.render = render$1;
|
|
22
|
-
|
|
23
6
|
var script = defineComponent({
|
|
24
7
|
name: 'FwButton',
|
|
25
8
|
emits: ['click', 'mouseover', 'mouseout', 'focusin', 'focusout'],
|
|
@@ -99,6 +82,13 @@ var script = defineComponent({
|
|
|
99
82
|
loading: {
|
|
100
83
|
type: Boolean,
|
|
101
84
|
"default": false
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Whether the link should open in a new tab
|
|
89
|
+
*/
|
|
90
|
+
external: {
|
|
91
|
+
type: Boolean
|
|
102
92
|
}
|
|
103
93
|
},
|
|
104
94
|
setup: function setup(props, ctx) {
|
|
@@ -261,6 +251,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
261
251
|
href: _ctx.href ? _ctx.href : null,
|
|
262
252
|
tabindex: _ctx.to ? 0 : null,
|
|
263
253
|
disabled: _ctx.loading,
|
|
254
|
+
target: !!_ctx.external ? '_blank' : null,
|
|
264
255
|
onClick: _ctx.onClick,
|
|
265
256
|
onFocusin: _ctx.onFocusin,
|
|
266
257
|
onFocusout: _ctx.onFocusout,
|
|
@@ -278,7 +269,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
278
269
|
})], 2)) : createCommentVNode("", true)])) : createCommentVNode("", true)];
|
|
279
270
|
}),
|
|
280
271
|
_: 3
|
|
281
|
-
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
272
|
+
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "target", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
282
273
|
}
|
|
283
274
|
|
|
284
275
|
var css_248z = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;-o-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.fw-button--primary{background:var(--colorButtonPrimary);color:var(--colorButtonPrimaryText)}.fw-button--primary.fw-button--loading,.fw-button--primary:hover{background:var(--colorButtonPrimaryFade);border-color:var(--colorButtonPrimaryFade)}.fw-button--secondary{background:var(--colorButtonSecondary);color:var(--colorButtonSecondaryText)}.fw-button--secondary.animation--alternate.fw-button--loading,.fw-button--secondary.animation--alternate:hover{background:var(--colorButtonSecondaryText);color:var(--colorButtonSecondary)}.fw-button--secondary.animation--fade.fw-button--loading,.fw-button--secondary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}.fw-button--tertiary{background:var(--colorButtonTertiary);color:var(--colorButtonTertiaryText)}.fw-button--tertiary.animation--alternate.fw-button--loading,.fw-button--tertiary.animation--alternate:hover{background:var(--colorButtonTertiaryText);color:var(--colorButtonTertiary)}.fw-button--tertiary.animation--fade.fw-button--loading,.fw-button--tertiary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}";
|
package/esm/fw-button.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export { s as FwButton } from './fw-button-
|
|
1
|
+
export { s as FwButton } from './fw-button-6aa9b68f.js';
|
|
2
2
|
import './es.array.includes-9a6e4066.js';
|
|
3
3
|
import './function-name-c49146fc.js';
|
|
4
4
|
import './object-keys-3c73c404.js';
|
|
5
5
|
import './is-forced-fd46b5f2.js';
|
|
6
6
|
import './add-to-unscopables-a5032b1d.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import './
|
|
8
|
+
import './fw-loading-spinner-649aa589.js';
|
|
9
|
+
import './index-403af654.js';
|
|
9
10
|
import './check-94a5917a.js';
|
|
10
11
|
import './style-inject.es-1f59c1d0.js';
|
package/esm/fw-dropdown.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './es.array.find-54b8f84b.js';
|
|
2
2
|
import { defineComponent, toRef, ref, computed, onMounted, onBeforeUnmount, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, createVNode, Transition, withCtx, Fragment, renderList } from 'vue';
|
|
3
3
|
import { u as useField } from './vee-validate.esm-a17a23c3.js';
|
|
4
|
-
import { a as render$1 } from './index-
|
|
4
|
+
import { a as render$1 } from './index-403af654.js';
|
|
5
5
|
import './es.function.name-2fa3a718.js';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
7
7
|
import './function-name-c49146fc.js';
|
package/esm/fw-image.js
CHANGED
|
@@ -11,7 +11,7 @@ import { c as classof$1 } from './classof-088c9833.js';
|
|
|
11
11
|
import { t as toString$2 } from './to-string-c2bd1f4d.js';
|
|
12
12
|
import { o as objectCreate } from './add-to-unscopables-a5032b1d.js';
|
|
13
13
|
import { s as script$1 } from './fw-loading-bar-da7d53fb.js';
|
|
14
|
-
import { r as render$1 } from './index-
|
|
14
|
+
import { r as render$1 } from './index-403af654.js';
|
|
15
15
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
16
16
|
import './check-94a5917a.js';
|
|
17
17
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { c as render$1 } from './index-403af654.js';
|
|
2
|
+
import { defineComponent, resolveComponent, openBlock, createBlock } from 'vue';
|
|
3
|
+
|
|
4
|
+
var script = defineComponent({
|
|
5
|
+
name: 'FwLoadingSpinner',
|
|
6
|
+
components: {
|
|
7
|
+
LoadingSvg: render$1
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
|
|
11
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12
|
+
var _component_LoadingSvg = resolveComponent("LoadingSvg");
|
|
13
|
+
|
|
14
|
+
return openBlock(), createBlock(_component_LoadingSvg, {
|
|
15
|
+
"class": "fw-loading-spinner animate-spin"
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
script.render = render;
|
|
20
|
+
|
|
21
|
+
export { script as s };
|
package/esm/fw-modal.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
export { s as FwModal } from './index-
|
|
1
|
+
export { s as FwModal } from './index-61020c18.js';
|
|
2
2
|
import './es.array.includes-9a6e4066.js';
|
|
3
3
|
import './function-name-c49146fc.js';
|
|
4
4
|
import './object-keys-3c73c404.js';
|
|
5
5
|
import './is-forced-fd46b5f2.js';
|
|
6
6
|
import './add-to-unscopables-a5032b1d.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import './fw-button-
|
|
9
|
-
import './
|
|
8
|
+
import './fw-button-6aa9b68f.js';
|
|
9
|
+
import './fw-loading-spinner-649aa589.js';
|
|
10
|
+
import './index-403af654.js';
|
|
10
11
|
import './check-94a5917a.js';
|
|
11
12
|
import './style-inject.es-1f59c1d0.js';
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
|
|
2
|
-
import { s as script$1 } from './fw-button-
|
|
2
|
+
import { s as script$1 } from './fw-button-6aa9b68f.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
4
4
|
import './es.array.includes-9a6e4066.js';
|
|
5
5
|
import './function-name-c49146fc.js';
|
|
6
6
|
import './object-keys-3c73c404.js';
|
|
7
7
|
import './is-forced-fd46b5f2.js';
|
|
8
8
|
import './add-to-unscopables-a5032b1d.js';
|
|
9
|
-
import './
|
|
9
|
+
import './fw-loading-spinner-649aa589.js';
|
|
10
|
+
import './index-403af654.js';
|
|
10
11
|
import './check-94a5917a.js';
|
|
11
12
|
|
|
12
13
|
var script = defineComponent({
|
|
@@ -113,6 +114,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
113
114
|
variant: "text",
|
|
114
115
|
href: item.href,
|
|
115
116
|
to: item.to,
|
|
117
|
+
external: item.external,
|
|
116
118
|
size: "md",
|
|
117
119
|
"aria-current": "page"
|
|
118
120
|
}, {
|
|
@@ -120,7 +122,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
120
122
|
return [createTextVNode(toDisplayString(item.label), 1)];
|
|
121
123
|
}),
|
|
122
124
|
_: 2
|
|
123
|
-
}, 1032, ["href", "to"]);
|
|
125
|
+
}, 1032, ["href", "to", "external"]);
|
|
124
126
|
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5, [createVNode(_component_FwButton, {
|
|
125
127
|
onClick: _ctx.actionClicked,
|
|
126
128
|
size: "md",
|
|
@@ -158,6 +160,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
158
160
|
variant: "text",
|
|
159
161
|
href: item.href,
|
|
160
162
|
to: item.to,
|
|
163
|
+
external: item.external,
|
|
161
164
|
size: "md",
|
|
162
165
|
"aria-current": "page"
|
|
163
166
|
}, {
|
|
@@ -165,7 +168,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
165
168
|
return [createTextVNode(toDisplayString(item.label), 1)];
|
|
166
169
|
}),
|
|
167
170
|
_: 2
|
|
168
|
-
}, 1032, ["href", "to"]);
|
|
171
|
+
}, 1032, ["href", "to", "external"]);
|
|
169
172
|
}), 128))]), _ctx.actionLabel ? (openBlock(), createBlock(_component_FwButton, {
|
|
170
173
|
key: 0,
|
|
171
174
|
"class": "w-full rounded-md",
|
package/esm/fw-table.js
CHANGED
|
@@ -3,7 +3,7 @@ import { _ as _export, o as objectKeys } from './object-keys-3c73c404.js';
|
|
|
3
3
|
import { e as toAbsoluteIndex$1, l as lengthOfArrayLike$2 } from './is-forced-fd46b5f2.js';
|
|
4
4
|
import { t as toString$1 } from './to-string-c2bd1f4d.js';
|
|
5
5
|
import { c as createProperty$1, a as arrayMethodIsStrict$1 } from './create-property-da6d232b.js';
|
|
6
|
-
import {
|
|
6
|
+
import { b as render$3 } from './index-403af654.js';
|
|
7
7
|
import { defineComponent, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, withKeys, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
8
8
|
import { s as script$3 } from './fw-loading-bar-da7d53fb.js';
|
|
9
9
|
import './classof-088c9833.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './es.array.includes-9a6e4066.js';
|
|
2
2
|
import { defineComponent, pushScopeId, popScopeId, resolveComponent, openBlock, createBlock, Transition, withCtx, createElementVNode, createElementBlock, renderSlot, createCommentVNode, createTextVNode, toDisplayString } from 'vue';
|
|
3
|
-
import { s as script$1 } from './fw-button-
|
|
3
|
+
import { s as script$1 } from './fw-button-6aa9b68f.js';
|
|
4
4
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
5
5
|
|
|
6
6
|
/** Detect free variable `global` from Node.js. */
|
package/esm/index.js
CHANGED
|
@@ -18,8 +18,8 @@ import { FwNavigationMenu as script$5 } from './fw-navigation-menu.js';
|
|
|
18
18
|
export { FwNavigationMenu } from './fw-navigation-menu.js';
|
|
19
19
|
import { FwTabs as script$6, FwTab as script$7 } from './fw-tabs.js';
|
|
20
20
|
export { FwTab, FwTabs } from './fw-tabs.js';
|
|
21
|
-
import { s as script$8, u as uniqueId } from './index-
|
|
22
|
-
export { s as FwModal } from './index-
|
|
21
|
+
import { s as script$8, u as uniqueId } from './index-61020c18.js';
|
|
22
|
+
export { s as FwModal } from './index-61020c18.js';
|
|
23
23
|
import { FwProgressBar as script$9 } from './fw-progress-bar.js';
|
|
24
24
|
export { FwProgressBar } from './fw-progress-bar.js';
|
|
25
25
|
import { FwTag as script$a } from './fw-tag.js';
|
|
@@ -34,10 +34,12 @@ import { FwEmailPulse as __default__, FwSuccessPulse as __default__$1 } from './
|
|
|
34
34
|
export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
|
|
35
35
|
import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
36
36
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
37
|
-
import { s as script$4 } from './fw-button-
|
|
38
|
-
export { s as FwButton } from './fw-button-
|
|
37
|
+
import { s as script$4 } from './fw-button-6aa9b68f.js';
|
|
38
|
+
export { s as FwButton } from './fw-button-6aa9b68f.js';
|
|
39
39
|
import { s as script$g } from './fw-loading-bar-da7d53fb.js';
|
|
40
40
|
export { s as FwLoadingBar } from './fw-loading-bar-da7d53fb.js';
|
|
41
|
+
import { s as script$j } from './fw-loading-spinner-649aa589.js';
|
|
42
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-649aa589.js';
|
|
41
43
|
import { createApp } from 'vue';
|
|
42
44
|
import './es.array.includes-9a6e4066.js';
|
|
43
45
|
import './add-to-unscopables-a5032b1d.js';
|
|
@@ -46,7 +48,7 @@ import './to-string-c2bd1f4d.js';
|
|
|
46
48
|
import './classof-088c9833.js';
|
|
47
49
|
import './array-iteration-4f83e223.js';
|
|
48
50
|
import './create-property-da6d232b.js';
|
|
49
|
-
import './index-
|
|
51
|
+
import './index-403af654.js';
|
|
50
52
|
import './check-94a5917a.js';
|
|
51
53
|
import './style-inject.es-1f59c1d0.js';
|
|
52
54
|
import './es.function.name-2fa3a718.js';
|
|
@@ -187,7 +189,8 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
187
189
|
FwLoadingCard: script$h,
|
|
188
190
|
FwLoadingTable: script$i,
|
|
189
191
|
FwEmailPulse: __default__,
|
|
190
|
-
FwSuccessPulse: __default__$1
|
|
192
|
+
FwSuccessPulse: __default__$1,
|
|
193
|
+
FwLoadingSpinner: script$j
|
|
191
194
|
});
|
|
192
195
|
|
|
193
196
|
function _defineProperty(obj, key, value) {
|
package/frollo-web-ui.esm.js
CHANGED
|
@@ -6032,6 +6032,13 @@ var script$e = defineComponent({
|
|
|
6032
6032
|
loading: {
|
|
6033
6033
|
type: Boolean,
|
|
6034
6034
|
"default": false
|
|
6035
|
+
},
|
|
6036
|
+
|
|
6037
|
+
/**
|
|
6038
|
+
* Whether the link should open in a new tab
|
|
6039
|
+
*/
|
|
6040
|
+
external: {
|
|
6041
|
+
type: Boolean
|
|
6035
6042
|
}
|
|
6036
6043
|
},
|
|
6037
6044
|
setup: function setup(props, ctx) {
|
|
@@ -6194,6 +6201,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6194
6201
|
href: _ctx.href ? _ctx.href : null,
|
|
6195
6202
|
tabindex: _ctx.to ? 0 : null,
|
|
6196
6203
|
disabled: _ctx.loading,
|
|
6204
|
+
target: !!_ctx.external ? '_blank' : null,
|
|
6197
6205
|
onClick: _ctx.onClick,
|
|
6198
6206
|
onFocusin: _ctx.onFocusin,
|
|
6199
6207
|
onFocusout: _ctx.onFocusout,
|
|
@@ -6211,7 +6219,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6211
6219
|
})], 2)) : createCommentVNode("", true)])) : createCommentVNode("", true)];
|
|
6212
6220
|
}),
|
|
6213
6221
|
_: 3
|
|
6214
|
-
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
6222
|
+
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "target", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
6215
6223
|
}
|
|
6216
6224
|
|
|
6217
6225
|
var css_248z$8 = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;-o-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.fw-button--primary{background:var(--colorButtonPrimary);color:var(--colorButtonPrimaryText)}.fw-button--primary.fw-button--loading,.fw-button--primary:hover{background:var(--colorButtonPrimaryFade);border-color:var(--colorButtonPrimaryFade)}.fw-button--secondary{background:var(--colorButtonSecondary);color:var(--colorButtonSecondaryText)}.fw-button--secondary.animation--alternate.fw-button--loading,.fw-button--secondary.animation--alternate:hover{background:var(--colorButtonSecondaryText);color:var(--colorButtonSecondary)}.fw-button--secondary.animation--fade.fw-button--loading,.fw-button--secondary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}.fw-button--tertiary{background:var(--colorButtonTertiary);color:var(--colorButtonTertiaryText)}.fw-button--tertiary.animation--alternate.fw-button--loading,.fw-button--tertiary.animation--alternate:hover{background:var(--colorButtonTertiaryText);color:var(--colorButtonTertiary)}.fw-button--tertiary.animation--fade.fw-button--loading,.fw-button--tertiary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}";
|
|
@@ -6324,6 +6332,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6324
6332
|
variant: "text",
|
|
6325
6333
|
href: item.href,
|
|
6326
6334
|
to: item.to,
|
|
6335
|
+
external: item.external,
|
|
6327
6336
|
size: "md",
|
|
6328
6337
|
"aria-current": "page"
|
|
6329
6338
|
}, {
|
|
@@ -6331,7 +6340,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6331
6340
|
return [createTextVNode(toDisplayString(item.label), 1)];
|
|
6332
6341
|
}),
|
|
6333
6342
|
_: 2
|
|
6334
|
-
}, 1032, ["href", "to"]);
|
|
6343
|
+
}, 1032, ["href", "to", "external"]);
|
|
6335
6344
|
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5$4, [createVNode(_component_FwButton, {
|
|
6336
6345
|
onClick: _ctx.actionClicked,
|
|
6337
6346
|
size: "md",
|
|
@@ -6369,6 +6378,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6369
6378
|
variant: "text",
|
|
6370
6379
|
href: item.href,
|
|
6371
6380
|
to: item.to,
|
|
6381
|
+
external: item.external,
|
|
6372
6382
|
size: "md",
|
|
6373
6383
|
"aria-current": "page"
|
|
6374
6384
|
}, {
|
|
@@ -6376,7 +6386,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6376
6386
|
return [createTextVNode(toDisplayString(item.label), 1)];
|
|
6377
6387
|
}),
|
|
6378
6388
|
_: 2
|
|
6379
|
-
}, 1032, ["href", "to"]);
|
|
6389
|
+
}, 1032, ["href", "to", "external"]);
|
|
6380
6390
|
}), 128))]), _ctx.actionLabel ? (openBlock(), createBlock(_component_FwButton, {
|
|
6381
6391
|
key: 0,
|
|
6382
6392
|
"class": "w-full rounded-md",
|
|
@@ -8933,7 +8943,8 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
8933
8943
|
FwLoadingCard: script$1,
|
|
8934
8944
|
FwLoadingTable: script,
|
|
8935
8945
|
FwEmailPulse: __default__$1,
|
|
8936
|
-
FwSuccessPulse: __default__
|
|
8946
|
+
FwSuccessPulse: __default__,
|
|
8947
|
+
FwLoadingSpinner: script$f
|
|
8937
8948
|
});
|
|
8938
8949
|
|
|
8939
8950
|
function _defineProperty(obj, key, value) {
|
|
@@ -9022,4 +9033,4 @@ var install = function install(app) {
|
|
|
9022
9033
|
});
|
|
9023
9034
|
};
|
|
9024
9035
|
|
|
9025
|
-
export { script$3 as FwAccordion, script$e as FwButton, script$g as FwCard, script$i as FwCheckbox, script$h as FwDropdown, __default__$1 as FwEmailPulse, Form as FwForm, script$2 as FwImage, script$j as FwInput, script$7 as FwLoadingBar, script$1 as FwLoadingCard, script as FwLoadingTable, script$a as FwModal, script$d as FwNavigationMenu, script$9 as FwProgressBar, __default__ as FwSuccessPulse, script$b as FwTab, script$6 as FwTable, script$5 as FwTableHead, script$4 as FwTableRow, script$c as FwTabs, script$8 as FwTag, install as default, modalService };
|
|
9036
|
+
export { script$3 as FwAccordion, script$e as FwButton, script$g as FwCard, script$i as FwCheckbox, script$h as FwDropdown, __default__$1 as FwEmailPulse, Form as FwForm, script$2 as FwImage, script$j as FwInput, script$7 as FwLoadingBar, script$1 as FwLoadingCard, script$f as FwLoadingSpinner, script as FwLoadingTable, script$a as FwModal, script$d as FwNavigationMenu, script$9 as FwProgressBar, __default__ as FwSuccessPulse, script$b as FwTab, script$6 as FwTable, script$5 as FwTableHead, script$4 as FwTableRow, script$c as FwTabs, script$8 as FwTag, install as default, modalService };
|
package/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare interface FwInputProps {
|
|
|
18
18
|
tabindex?: string;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
declare const _default$
|
|
21
|
+
declare const _default$j: vue.DefineComponent<{
|
|
22
22
|
/**
|
|
23
23
|
* The input v-model
|
|
24
24
|
*/
|
|
@@ -169,7 +169,7 @@ declare const _default$i: vue.DefineComponent<{
|
|
|
169
169
|
tabindex: string;
|
|
170
170
|
}>;
|
|
171
171
|
|
|
172
|
-
declare const _default$
|
|
172
|
+
declare const _default$i: vue.DefineComponent<{
|
|
173
173
|
/**
|
|
174
174
|
* The name of the input field. Must be unique per form.
|
|
175
175
|
*/
|
|
@@ -236,7 +236,7 @@ declare interface FwDropdownProps {
|
|
|
236
236
|
placeholder?: string;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
declare const _default$
|
|
239
|
+
declare const _default$h: vue.DefineComponent<{
|
|
240
240
|
/**
|
|
241
241
|
* The select v-model
|
|
242
242
|
*/
|
|
@@ -347,7 +347,7 @@ declare const _default$g: vue.DefineComponent<{
|
|
|
347
347
|
placeholder: string;
|
|
348
348
|
}>;
|
|
349
349
|
|
|
350
|
-
declare const _default$
|
|
350
|
+
declare const _default$g: vue.DefineComponent<{
|
|
351
351
|
/**
|
|
352
352
|
* The header title of the card
|
|
353
353
|
*/
|
|
@@ -453,9 +453,10 @@ declare interface FwButtonProps {
|
|
|
453
453
|
animation?: ButtonAnimation;
|
|
454
454
|
rounded?: boolean;
|
|
455
455
|
loading?: boolean;
|
|
456
|
+
external?: boolean;
|
|
456
457
|
}
|
|
457
458
|
|
|
458
|
-
declare const _default$
|
|
459
|
+
declare const _default$f: vue.DefineComponent<{
|
|
459
460
|
/**
|
|
460
461
|
* A `router-link` path or object
|
|
461
462
|
*/
|
|
@@ -514,6 +515,12 @@ declare const _default$e: vue.DefineComponent<{
|
|
|
514
515
|
type: BooleanConstructor;
|
|
515
516
|
default: boolean;
|
|
516
517
|
};
|
|
518
|
+
/**
|
|
519
|
+
* Whether the link should open in a new tab
|
|
520
|
+
*/
|
|
521
|
+
external: {
|
|
522
|
+
type: BooleanConstructor;
|
|
523
|
+
};
|
|
517
524
|
}, {
|
|
518
525
|
baseClass: vue.Ref<string>;
|
|
519
526
|
textColorClass: vue.ComputedRef<string>;
|
|
@@ -601,6 +608,12 @@ declare const _default$e: vue.DefineComponent<{
|
|
|
601
608
|
type: BooleanConstructor;
|
|
602
609
|
default: boolean;
|
|
603
610
|
};
|
|
611
|
+
/**
|
|
612
|
+
* Whether the link should open in a new tab
|
|
613
|
+
*/
|
|
614
|
+
external: {
|
|
615
|
+
type: BooleanConstructor;
|
|
616
|
+
};
|
|
604
617
|
}>> & {
|
|
605
618
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
606
619
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
@@ -614,15 +627,17 @@ declare const _default$e: vue.DefineComponent<{
|
|
|
614
627
|
animation: ButtonAnimation;
|
|
615
628
|
rounded: boolean;
|
|
616
629
|
loading: boolean;
|
|
630
|
+
external: boolean;
|
|
617
631
|
}>;
|
|
618
632
|
|
|
619
633
|
declare interface NavMenuItem {
|
|
620
634
|
to?: string | object;
|
|
621
635
|
href?: string;
|
|
622
636
|
label: string;
|
|
637
|
+
external?: boolean;
|
|
623
638
|
}
|
|
624
639
|
|
|
625
|
-
declare const _default$
|
|
640
|
+
declare const _default$e: vue.DefineComponent<{
|
|
626
641
|
/**
|
|
627
642
|
* An array of menu items
|
|
628
643
|
* `{ to?: string | object; href?: string; label: string; }`
|
|
@@ -677,7 +692,7 @@ declare const _default$d: vue.DefineComponent<{
|
|
|
677
692
|
containerClass: string;
|
|
678
693
|
}>;
|
|
679
694
|
|
|
680
|
-
declare const _default$
|
|
695
|
+
declare const _default$d: vue.DefineComponent<{
|
|
681
696
|
/**
|
|
682
697
|
* The active tab v-model
|
|
683
698
|
*/
|
|
@@ -701,7 +716,7 @@ declare const _default$c: vue.DefineComponent<{
|
|
|
701
716
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
702
717
|
}, {}>;
|
|
703
718
|
|
|
704
|
-
declare const _default$
|
|
719
|
+
declare const _default$c: vue.DefineComponent<{
|
|
705
720
|
/**
|
|
706
721
|
* The label of the tab component used as the button panel label
|
|
707
722
|
*/
|
|
@@ -733,7 +748,7 @@ declare const _default$b: vue.DefineComponent<{
|
|
|
733
748
|
};
|
|
734
749
|
}>>, {}>;
|
|
735
750
|
|
|
736
|
-
declare const _default$
|
|
751
|
+
declare const _default$b: vue.DefineComponent<{
|
|
737
752
|
/**
|
|
738
753
|
* The header title of the modal
|
|
739
754
|
*/
|
|
@@ -882,7 +897,7 @@ declare interface ProgressBarStep {
|
|
|
882
897
|
subSteps: number;
|
|
883
898
|
}
|
|
884
899
|
|
|
885
|
-
declare const _default$
|
|
900
|
+
declare const _default$a: vue.DefineComponent<{
|
|
886
901
|
/**
|
|
887
902
|
* An array of menu progress steps.
|
|
888
903
|
* `{ label: string; position: number; subSteps: number; }`
|
|
@@ -949,7 +964,7 @@ declare interface FwTagProps {
|
|
|
949
964
|
variant?: TagVariantName;
|
|
950
965
|
}
|
|
951
966
|
|
|
952
|
-
declare const _default$
|
|
967
|
+
declare const _default$9: vue.DefineComponent<{
|
|
953
968
|
/**
|
|
954
969
|
* The size of the tag. Accepts: 'xs' & 'sm'
|
|
955
970
|
*/
|
|
@@ -1009,7 +1024,7 @@ declare interface FwTableProps {
|
|
|
1009
1024
|
loading?: boolean;
|
|
1010
1025
|
}
|
|
1011
1026
|
|
|
1012
|
-
declare const _default$
|
|
1027
|
+
declare const _default$8: vue.DefineComponent<{
|
|
1013
1028
|
items: {
|
|
1014
1029
|
type: PropType<FwTableItem[]>;
|
|
1015
1030
|
required: true;
|
|
@@ -1050,11 +1065,11 @@ declare const _default$7: vue.DefineComponent<{
|
|
|
1050
1065
|
loading: boolean;
|
|
1051
1066
|
}>;
|
|
1052
1067
|
|
|
1053
|
-
declare const _default$
|
|
1068
|
+
declare const _default$7: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
|
|
1054
1069
|
|
|
1055
|
-
declare const _default$
|
|
1070
|
+
declare const _default$6: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
|
|
1056
1071
|
|
|
1057
|
-
declare const _default$
|
|
1072
|
+
declare const _default$5: vue.DefineComponent<{
|
|
1058
1073
|
/**
|
|
1059
1074
|
* The header title of the accordion
|
|
1060
1075
|
*/
|
|
@@ -1102,7 +1117,7 @@ declare const _default$4: vue.DefineComponent<{
|
|
|
1102
1117
|
isOpened: boolean;
|
|
1103
1118
|
}>;
|
|
1104
1119
|
|
|
1105
|
-
declare const _default$
|
|
1120
|
+
declare const _default$4: vue.DefineComponent<{
|
|
1106
1121
|
/**
|
|
1107
1122
|
* The src attribute of the image
|
|
1108
1123
|
*/
|
|
@@ -1185,11 +1200,11 @@ declare const _default$3: vue.DefineComponent<{
|
|
|
1185
1200
|
threshold: number;
|
|
1186
1201
|
}>;
|
|
1187
1202
|
|
|
1188
|
-
declare const _default$
|
|
1203
|
+
declare const _default$3: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
|
|
1189
1204
|
|
|
1190
|
-
declare const _default$
|
|
1205
|
+
declare const _default$2: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
|
|
1191
1206
|
|
|
1192
|
-
declare const _default: vue.DefineComponent<{
|
|
1207
|
+
declare const _default$1: vue.DefineComponent<{
|
|
1193
1208
|
columns: {
|
|
1194
1209
|
type: NumberConstructor;
|
|
1195
1210
|
default: number;
|
|
@@ -1262,6 +1277,8 @@ declare const __default__: vue.DefineComponent<{
|
|
|
1262
1277
|
animationIteration: string | number;
|
|
1263
1278
|
}>;
|
|
1264
1279
|
|
|
1280
|
+
declare const _default: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
|
|
1281
|
+
|
|
1265
1282
|
declare interface FwModalProps {
|
|
1266
1283
|
header?: string;
|
|
1267
1284
|
body?: string;
|
|
@@ -1318,4 +1335,4 @@ declare interface FwImageProps {
|
|
|
1318
1335
|
|
|
1319
1336
|
declare module '@frollo/frollo-web-ui/icons' { }
|
|
1320
1337
|
|
|
1321
|
-
export { ButtonAnimation, ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, _default$
|
|
1338
|
+
export { ButtonAnimation, ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, _default$5 as FwAccordion, FwAccordionProps, _default$f as FwButton, FwButtonProps, _default$g as FwCard, FwCardProps, _default$i as FwCheckbox, FwCheckboxProps, _default$h as FwDropdown, FwDropdownOption, FwDropdownProps, __default__$1 as FwEmailPulse, _default$4 as FwImage, FwImageProps, _default$j as FwInput, FwInputProps, FwInputType, _default$3 as FwLoadingBar, _default$2 as FwLoadingCard, _default as FwLoadingSpinner, _default$1 as FwLoadingTable, _default$b as FwModal, FwModalProps, _default$e as FwNavigationMenu, _default$a as FwProgressBar, __default__ as FwSuccessPulse, _default$c as FwTab, _default$8 as FwTable, FwTableFormatFunction, _default$7 as FwTableHead, FwTableItem, FwTableItemOptions, FwTableProps, _default$6 as FwTableRow, FwTableSort, _default$d as FwTabs, _default$9 as FwTag, FwTagProps, ModalServiceProps, NavMenuItem, ProgressBarStep, TagDefinition, TagDefinitionList, TagSize, TagSizes, TagVariantName, install as default, modalService };
|
package/package.json
CHANGED
|
@@ -59,6 +59,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
type: BooleanConstructor;
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
|
+
/**
|
|
63
|
+
* Whether the link should open in a new tab
|
|
64
|
+
*/
|
|
65
|
+
external: {
|
|
66
|
+
type: BooleanConstructor;
|
|
67
|
+
};
|
|
62
68
|
}, {
|
|
63
69
|
baseClass: import("vue").Ref<string>;
|
|
64
70
|
textColorClass: import("vue").ComputedRef<string>;
|
|
@@ -146,6 +152,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
152
|
type: BooleanConstructor;
|
|
147
153
|
default: boolean;
|
|
148
154
|
};
|
|
155
|
+
/**
|
|
156
|
+
* Whether the link should open in a new tab
|
|
157
|
+
*/
|
|
158
|
+
external: {
|
|
159
|
+
type: BooleanConstructor;
|
|
160
|
+
};
|
|
149
161
|
}>> & {
|
|
150
162
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
151
163
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
@@ -159,5 +171,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
171
|
animation: ButtonAnimation;
|
|
160
172
|
rounded: boolean;
|
|
161
173
|
loading: boolean;
|
|
174
|
+
external: boolean;
|
|
162
175
|
}>;
|
|
163
176
|
export default _default;
|