@fkui/vue 6.19.1 → 6.20.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/dist/cjs/index.cjs.js +147 -173
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +147 -173
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +30 -317
- package/package.json +5 -5
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -21,8 +21,7 @@ const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
|
|
|
21
21
|
* If badge should be inverted.
|
|
22
22
|
*/
|
|
23
23
|
inverted: {
|
|
24
|
-
type: Boolean
|
|
25
|
-
default: false
|
|
24
|
+
type: Boolean
|
|
26
25
|
}
|
|
27
26
|
},
|
|
28
27
|
setup(__props) {
|
|
@@ -2044,7 +2043,7 @@ function useInflight(fn2) {
|
|
|
2044
2043
|
fn: wrapper
|
|
2045
2044
|
};
|
|
2046
2045
|
}
|
|
2047
|
-
const _hoisted_1$$ = ["disabled"];
|
|
2046
|
+
const _hoisted_1$$ = ["type", "disabled"];
|
|
2048
2047
|
const _hoisted_2$L = {
|
|
2049
2048
|
key: 1,
|
|
2050
2049
|
class: "spinner--before"
|
|
@@ -2099,6 +2098,14 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2099
2098
|
type: String,
|
|
2100
2099
|
default: void 0
|
|
2101
2100
|
},
|
|
2101
|
+
/**
|
|
2102
|
+
* Icon library to use.
|
|
2103
|
+
*/
|
|
2104
|
+
iconLibrary: {
|
|
2105
|
+
type: String,
|
|
2106
|
+
required: false,
|
|
2107
|
+
default: "f"
|
|
2108
|
+
},
|
|
2102
2109
|
/**
|
|
2103
2110
|
* Tertiary button style, used in conjunction with button variant `tertiary`.
|
|
2104
2111
|
* Can be one of:
|
|
@@ -2118,16 +2125,14 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2118
2125
|
* Used in conjunction with button variant `tertiary`.
|
|
2119
2126
|
*/
|
|
2120
2127
|
alignText: {
|
|
2121
|
-
type: Boolean
|
|
2122
|
-
default: false
|
|
2128
|
+
type: Boolean
|
|
2123
2129
|
},
|
|
2124
2130
|
/**
|
|
2125
2131
|
*
|
|
2126
2132
|
* Enable full width on mobile for sizes `small` and `medium`, always active for button size `large`.
|
|
2127
2133
|
*/
|
|
2128
2134
|
mobileFullWidth: {
|
|
2129
|
-
type: Boolean
|
|
2130
|
-
default: false
|
|
2135
|
+
type: Boolean
|
|
2131
2136
|
},
|
|
2132
2137
|
/**
|
|
2133
2138
|
* The default behavior of the button. Possible values are:
|
|
@@ -2144,6 +2149,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2144
2149
|
}
|
|
2145
2150
|
},
|
|
2146
2151
|
setup(__props) {
|
|
2152
|
+
const props = __props;
|
|
2147
2153
|
const originalAttrs = vue.useAttrs();
|
|
2148
2154
|
const {
|
|
2149
2155
|
inflight,
|
|
@@ -2153,7 +2159,6 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2153
2159
|
...originalAttrs,
|
|
2154
2160
|
onClick
|
|
2155
2161
|
};
|
|
2156
|
-
const props = __props;
|
|
2157
2162
|
const hasIconLeft = vue.computed(() => {
|
|
2158
2163
|
return Boolean(props.iconLeft);
|
|
2159
2164
|
});
|
|
@@ -2184,7 +2189,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2184
2189
|
});
|
|
2185
2190
|
return (_ctx, _cache) => {
|
|
2186
2191
|
return vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
2187
|
-
type:
|
|
2192
|
+
type: __props.type,
|
|
2188
2193
|
class: buttonClass.value,
|
|
2189
2194
|
disabled: vue.unref(inflight)
|
|
2190
2195
|
}, attrs), [hasIconLeft.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
@@ -2196,8 +2201,9 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2196
2201
|
})) : props.iconLeft ? (vue.openBlock(), vue.createBlock(vue.unref(FIcon), {
|
|
2197
2202
|
key: 1,
|
|
2198
2203
|
class: "button__icon",
|
|
2199
|
-
name: props.iconLeft
|
|
2200
|
-
|
|
2204
|
+
name: props.iconLeft,
|
|
2205
|
+
library: props.iconLibrary
|
|
2206
|
+
}, null, 8, ["name", "library"])) : vue.createCommentVNode("", true)], 64)) : vue.createCommentVNode("", true), _cache[0] || (_cache[0] = vue.createTextVNode()), !hasIcon.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$L, [vue.unref(inflight) ? (vue.openBlock(), vue.createBlock(vue.unref(FIcon), {
|
|
2201
2207
|
key: 0,
|
|
2202
2208
|
name: "circle-notch-solid",
|
|
2203
2209
|
class: "button__icon button__spinner"
|
|
@@ -2210,8 +2216,9 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2210
2216
|
})) : props.iconRight ? (vue.openBlock(), vue.createBlock(vue.unref(FIcon), {
|
|
2211
2217
|
key: 1,
|
|
2212
2218
|
class: "button__icon",
|
|
2213
|
-
name: props.iconRight
|
|
2214
|
-
|
|
2219
|
+
name: props.iconRight,
|
|
2220
|
+
library: props.iconLibrary
|
|
2221
|
+
}, null, 8, ["name", "library"])) : vue.createCommentVNode("", true)], 64)) : vue.createCommentVNode("", true), _cache[3] || (_cache[3] = vue.createTextVNode()), !hasIcon.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$B)) : vue.createCommentVNode("", true)], 16, _hoisted_1$$);
|
|
2215
2222
|
};
|
|
2216
2223
|
}
|
|
2217
2224
|
});
|
|
@@ -4736,8 +4743,7 @@ const _sfc_main$1k = vue.defineComponent({
|
|
|
4736
4743
|
*/
|
|
4737
4744
|
isOpen: {
|
|
4738
4745
|
type: Boolean,
|
|
4739
|
-
required: false
|
|
4740
|
-
default: false
|
|
4746
|
+
required: false
|
|
4741
4747
|
},
|
|
4742
4748
|
/**
|
|
4743
4749
|
* The aria-label attribute text for the top right close button.
|
|
@@ -4752,8 +4758,7 @@ const _sfc_main$1k = vue.defineComponent({
|
|
|
4752
4758
|
*/
|
|
4753
4759
|
fullscreen: {
|
|
4754
4760
|
type: Boolean,
|
|
4755
|
-
required: false
|
|
4756
|
-
default: false
|
|
4761
|
+
required: false
|
|
4757
4762
|
},
|
|
4758
4763
|
/**
|
|
4759
4764
|
* The type of modal. 'information', 'warning' and 'error' is valid.
|
|
@@ -4998,16 +5003,14 @@ const _sfc_main$1j = vue.defineComponent({
|
|
|
4998
5003
|
*/
|
|
4999
5004
|
fullscreen: {
|
|
5000
5005
|
type: Boolean,
|
|
5001
|
-
required: false
|
|
5002
|
-
default: false
|
|
5006
|
+
required: false
|
|
5003
5007
|
},
|
|
5004
5008
|
/**
|
|
5005
5009
|
* Prop for opening modal
|
|
5006
5010
|
*/
|
|
5007
5011
|
isOpen: {
|
|
5008
5012
|
type: Boolean,
|
|
5009
|
-
required: false
|
|
5010
|
-
default: false
|
|
5013
|
+
required: false
|
|
5011
5014
|
},
|
|
5012
5015
|
/**
|
|
5013
5016
|
* Simple text content
|
|
@@ -5162,15 +5165,13 @@ const _sfc_main$1i = vue.defineComponent({
|
|
|
5162
5165
|
* stacked on top of each other when breakpoint is small (aka mobile).
|
|
5163
5166
|
*/
|
|
5164
5167
|
collapse: {
|
|
5165
|
-
type: Boolean
|
|
5166
|
-
default: false
|
|
5168
|
+
type: Boolean
|
|
5167
5169
|
},
|
|
5168
5170
|
/**
|
|
5169
5171
|
* If set the IFlexItems will wrap when out of space
|
|
5170
5172
|
*/
|
|
5171
5173
|
wrap: {
|
|
5172
|
-
type: Boolean
|
|
5173
|
-
default: false
|
|
5174
|
+
type: Boolean
|
|
5174
5175
|
},
|
|
5175
5176
|
/**
|
|
5176
5177
|
* Set how IFlexItems should float.
|
|
@@ -5222,15 +5223,13 @@ const _sfc_main$1h = vue.defineComponent({
|
|
|
5222
5223
|
* If set this item will grow to its largest possible size.
|
|
5223
5224
|
*/
|
|
5224
5225
|
grow: {
|
|
5225
|
-
type: Boolean
|
|
5226
|
-
default: false
|
|
5226
|
+
type: Boolean
|
|
5227
5227
|
},
|
|
5228
5228
|
/**
|
|
5229
5229
|
* If set this item will shrink to its smallest possible size.
|
|
5230
5230
|
*/
|
|
5231
5231
|
shrink: {
|
|
5232
|
-
type: Boolean
|
|
5233
|
-
default: false
|
|
5232
|
+
type: Boolean
|
|
5234
5233
|
},
|
|
5235
5234
|
/**
|
|
5236
5235
|
* Vertical positioning of content.
|
|
@@ -5298,8 +5297,7 @@ const _sfc_main$1g = vue.defineComponent({
|
|
|
5298
5297
|
*/
|
|
5299
5298
|
bullets: {
|
|
5300
5299
|
type: Boolean,
|
|
5301
|
-
required: false
|
|
5302
|
-
default: false
|
|
5300
|
+
required: false
|
|
5303
5301
|
},
|
|
5304
5302
|
/**
|
|
5305
5303
|
* Optional callback for performing actions before navigation.
|
|
@@ -5521,6 +5519,7 @@ const _sfc_main$1f = vue.defineComponent({
|
|
|
5521
5519
|
*
|
|
5522
5520
|
* `componentCount`: number of registered components
|
|
5523
5521
|
*/
|
|
5522
|
+
/* eslint-disable-next-line vue/no-unused-properties -- one-way binding, we ignore whatever the consumer sets this to */
|
|
5524
5523
|
modelValue: {
|
|
5525
5524
|
type: Object,
|
|
5526
5525
|
required: false,
|
|
@@ -5537,8 +5536,7 @@ const _sfc_main$1f = vue.defineComponent({
|
|
|
5537
5536
|
*/
|
|
5538
5537
|
stopPropagation: {
|
|
5539
5538
|
type: Boolean,
|
|
5540
|
-
required: false
|
|
5541
|
-
default: false
|
|
5539
|
+
required: false
|
|
5542
5540
|
}
|
|
5543
5541
|
},
|
|
5544
5542
|
emits: [
|
|
@@ -5655,6 +5653,7 @@ const _sfc_main$1e = vue.defineComponent({
|
|
|
5655
5653
|
useErrorList: {
|
|
5656
5654
|
type: Boolean,
|
|
5657
5655
|
required: false,
|
|
5656
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
5658
5657
|
default: true
|
|
5659
5658
|
},
|
|
5660
5659
|
/**
|
|
@@ -5663,6 +5662,7 @@ const _sfc_main$1e = vue.defineComponent({
|
|
|
5663
5662
|
errorListBullets: {
|
|
5664
5663
|
type: Boolean,
|
|
5665
5664
|
required: false,
|
|
5665
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
5666
5666
|
default: true
|
|
5667
5667
|
},
|
|
5668
5668
|
/**
|
|
@@ -5795,6 +5795,7 @@ const _sfc_main$1d = vue.defineComponent({
|
|
|
5795
5795
|
fullscreen: {
|
|
5796
5796
|
type: Boolean,
|
|
5797
5797
|
required: false,
|
|
5798
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
5798
5799
|
default: true
|
|
5799
5800
|
},
|
|
5800
5801
|
/**
|
|
@@ -5804,6 +5805,7 @@ const _sfc_main$1d = vue.defineComponent({
|
|
|
5804
5805
|
isOpen: {
|
|
5805
5806
|
type: Boolean,
|
|
5806
5807
|
required: false,
|
|
5808
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
5807
5809
|
default: true
|
|
5808
5810
|
},
|
|
5809
5811
|
/**
|
|
@@ -5839,6 +5841,7 @@ const _sfc_main$1d = vue.defineComponent({
|
|
|
5839
5841
|
useErrorList: {
|
|
5840
5842
|
type: Boolean,
|
|
5841
5843
|
required: false,
|
|
5844
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
5842
5845
|
default: true
|
|
5843
5846
|
},
|
|
5844
5847
|
/**
|
|
@@ -5913,6 +5916,7 @@ const _sfc_main$1d = vue.defineComponent({
|
|
|
5913
5916
|
* Event that is dispatched when escape is pressed or when the cancel or close buttons are clicked.
|
|
5914
5917
|
* In most use cases the isOpen prop should be set to false when this event is triggered.
|
|
5915
5918
|
*/
|
|
5919
|
+
/* eslint-disable-next-line @typescript-eslint/no-explicit-any -- technical debt, should use generics */
|
|
5916
5920
|
close(_payload) {
|
|
5917
5921
|
return true;
|
|
5918
5922
|
},
|
|
@@ -5920,6 +5924,7 @@ const _sfc_main$1d = vue.defineComponent({
|
|
|
5920
5924
|
* Event that is dispatched when the submit button is is clicked.
|
|
5921
5925
|
* The event payload is the data that has been submitted.
|
|
5922
5926
|
*/
|
|
5927
|
+
/* eslint-disable-next-line @typescript-eslint/no-explicit-any -- technical debt, should use generics */
|
|
5923
5928
|
submit(_payload) {
|
|
5924
5929
|
return true;
|
|
5925
5930
|
}
|
|
@@ -7034,6 +7039,7 @@ const ErrorPlugin = {
|
|
|
7034
7039
|
const _sfc_main$1c = vue.defineComponent({
|
|
7035
7040
|
name: "FErrorPage",
|
|
7036
7041
|
props: {
|
|
7042
|
+
/* eslint-disable-next-line vue/no-unused-properties -- simplifies extending this component, the consumer might display the error */
|
|
7037
7043
|
payload: {
|
|
7038
7044
|
type: Object,
|
|
7039
7045
|
required: false,
|
|
@@ -7316,16 +7322,14 @@ const _sfc_main$1a = vue.defineComponent({
|
|
|
7316
7322
|
*/
|
|
7317
7323
|
yearSelector: {
|
|
7318
7324
|
type: Boolean,
|
|
7319
|
-
required: false
|
|
7320
|
-
default: false
|
|
7325
|
+
required: false
|
|
7321
7326
|
},
|
|
7322
7327
|
/**
|
|
7323
7328
|
* Displays the year selector as open when enabled.
|
|
7324
7329
|
*/
|
|
7325
7330
|
yearSelectorOpen: {
|
|
7326
7331
|
type: Boolean,
|
|
7327
|
-
required: false
|
|
7328
|
-
default: false
|
|
7332
|
+
required: false
|
|
7329
7333
|
},
|
|
7330
7334
|
/**
|
|
7331
7335
|
* Optional id (generated by default).
|
|
@@ -7538,8 +7542,7 @@ const _sfc_main$19 = vue.defineComponent({
|
|
|
7538
7542
|
*/
|
|
7539
7543
|
hideWeekNumbers: {
|
|
7540
7544
|
type: Boolean,
|
|
7541
|
-
required: false
|
|
7542
|
-
default: false
|
|
7545
|
+
required: false
|
|
7543
7546
|
}
|
|
7544
7547
|
},
|
|
7545
7548
|
data() {
|
|
@@ -7756,7 +7759,6 @@ const _sfc_main$18 = vue.defineComponent({
|
|
|
7756
7759
|
}
|
|
7757
7760
|
},
|
|
7758
7761
|
emits: [
|
|
7759
|
-
"change",
|
|
7760
7762
|
/**
|
|
7761
7763
|
* `click` event.
|
|
7762
7764
|
* @type {string}
|
|
@@ -8319,8 +8321,7 @@ const _sfc_main$17 = vue.defineComponent({
|
|
|
8319
8321
|
*/
|
|
8320
8322
|
yearSelector: {
|
|
8321
8323
|
type: Boolean,
|
|
8322
|
-
required: false
|
|
8323
|
-
default: false
|
|
8324
|
+
required: false
|
|
8324
8325
|
},
|
|
8325
8326
|
/**
|
|
8326
8327
|
* Optional id (generated by default).
|
|
@@ -8515,31 +8516,22 @@ const _sfc_main$16 = vue.defineComponent({
|
|
|
8515
8516
|
enabled: {
|
|
8516
8517
|
type: Boolean,
|
|
8517
8518
|
required: false,
|
|
8519
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
8518
8520
|
default: true
|
|
8519
8521
|
},
|
|
8520
|
-
/**
|
|
8521
|
-
* Set to `true` if day is focused.
|
|
8522
|
-
*/
|
|
8523
|
-
focused: {
|
|
8524
|
-
type: Boolean,
|
|
8525
|
-
required: false,
|
|
8526
|
-
default: false
|
|
8527
|
-
},
|
|
8528
8522
|
/**
|
|
8529
8523
|
* Set to `true` if day is selected.
|
|
8530
8524
|
*/
|
|
8531
8525
|
selected: {
|
|
8532
8526
|
type: Boolean,
|
|
8533
|
-
required: false
|
|
8534
|
-
default: false
|
|
8527
|
+
required: false
|
|
8535
8528
|
},
|
|
8536
8529
|
/**
|
|
8537
8530
|
* Set to `true` if day should be highlighted.
|
|
8538
8531
|
*/
|
|
8539
8532
|
highlight: {
|
|
8540
8533
|
type: Boolean,
|
|
8541
|
-
required: false
|
|
8542
|
-
default: false
|
|
8534
|
+
required: false
|
|
8543
8535
|
}
|
|
8544
8536
|
},
|
|
8545
8537
|
computed: {
|
|
@@ -8626,6 +8618,7 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
8626
8618
|
}
|
|
8627
8619
|
},
|
|
8628
8620
|
setup(__props) {
|
|
8621
|
+
const props = __props;
|
|
8629
8622
|
const {
|
|
8630
8623
|
hasSlot: hasSlot2
|
|
8631
8624
|
} = useSlotUtils();
|
|
@@ -8635,7 +8628,6 @@ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
|
|
|
8635
8628
|
const hasHeaderSlot = vue.computed(() => hasSlot2("header"));
|
|
8636
8629
|
const hasFooterSlot = vue.computed(() => hasSlot2("footer"));
|
|
8637
8630
|
const cardClass = vue.computed(() => `card card--${hasError.value ? "error" : "default"}`);
|
|
8638
|
-
const props = __props;
|
|
8639
8631
|
vue.onMounted(() => isMounted.value = true);
|
|
8640
8632
|
function onValidity({
|
|
8641
8633
|
detail
|
|
@@ -9105,6 +9097,7 @@ const _sfc_main$13 = vue.defineComponent({
|
|
|
9105
9097
|
keyboardTrap: {
|
|
9106
9098
|
type: Boolean,
|
|
9107
9099
|
required: false,
|
|
9100
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
9108
9101
|
default: true
|
|
9109
9102
|
},
|
|
9110
9103
|
/**
|
|
@@ -9121,6 +9114,7 @@ const _sfc_main$13 = vue.defineComponent({
|
|
|
9121
9114
|
setFocus: {
|
|
9122
9115
|
type: Boolean,
|
|
9123
9116
|
required: false,
|
|
9117
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
9124
9118
|
default: true
|
|
9125
9119
|
}
|
|
9126
9120
|
},
|
|
@@ -9792,7 +9786,7 @@ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
|
|
|
9792
9786
|
}
|
|
9793
9787
|
}
|
|
9794
9788
|
return (_ctx, _cache) => {
|
|
9795
|
-
return
|
|
9789
|
+
return __props.isOpen ? (vue.openBlock(), vue.createBlock(vue.Teleport, {
|
|
9796
9790
|
key: 0,
|
|
9797
9791
|
to: teleportTarget.value,
|
|
9798
9792
|
disabled: teleportDisabled
|
|
@@ -9900,8 +9894,7 @@ const _sfc_main$10 = vue.defineComponent({
|
|
|
9900
9894
|
*/
|
|
9901
9895
|
enableKeyboardNavigation: {
|
|
9902
9896
|
type: Boolean,
|
|
9903
|
-
required: false
|
|
9904
|
-
default: false
|
|
9897
|
+
required: false
|
|
9905
9898
|
},
|
|
9906
9899
|
/**
|
|
9907
9900
|
* Unique accessible name for navigation landmark.
|
|
@@ -10158,14 +10151,14 @@ const _sfc_main$$ = vue.defineComponent({
|
|
|
10158
10151
|
*/
|
|
10159
10152
|
animate: {
|
|
10160
10153
|
type: Boolean,
|
|
10154
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
10161
10155
|
default: true
|
|
10162
10156
|
},
|
|
10163
10157
|
/**
|
|
10164
10158
|
* Use v-show instead of v-if when hiding content.
|
|
10165
10159
|
*/
|
|
10166
10160
|
useVShow: {
|
|
10167
|
-
type: Boolean
|
|
10168
|
-
default: false
|
|
10161
|
+
type: Boolean
|
|
10169
10162
|
},
|
|
10170
10163
|
/**
|
|
10171
10164
|
* Toggle expanded/collapsed state
|
|
@@ -10177,6 +10170,7 @@ const _sfc_main$$ = vue.defineComponent({
|
|
|
10177
10170
|
/* Toggle opacity in animation */
|
|
10178
10171
|
opacity: {
|
|
10179
10172
|
type: Boolean,
|
|
10173
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
10180
10174
|
default: true
|
|
10181
10175
|
},
|
|
10182
10176
|
/**
|
|
@@ -10661,22 +10655,22 @@ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
|
|
|
10661
10655
|
});
|
|
10662
10656
|
return (_ctx, _cache) => {
|
|
10663
10657
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J, [vue.createVNode(vue.unref(_sfc_main$11), {
|
|
10664
|
-
"is-open":
|
|
10665
|
-
anchor:
|
|
10666
|
-
"num-of-items":
|
|
10658
|
+
"is-open": __props.isOpen,
|
|
10659
|
+
anchor: __props.inputNode,
|
|
10660
|
+
"num-of-items": __props.options.length,
|
|
10667
10661
|
"active-element": activeElement.value,
|
|
10668
10662
|
class: "combobox__listbox",
|
|
10669
10663
|
onClose: onListboxClose
|
|
10670
10664
|
}, {
|
|
10671
10665
|
default: vue.withCtx(() => [vue.createElementVNode("ul", {
|
|
10672
|
-
id:
|
|
10666
|
+
id: __props.id,
|
|
10673
10667
|
ref: "listbox",
|
|
10674
10668
|
role: "listbox",
|
|
10675
10669
|
"aria-label": "Förslag",
|
|
10676
10670
|
class: "combobox__listbox__list"
|
|
10677
|
-
}, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(
|
|
10671
|
+
}, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.options, (item) => {
|
|
10678
10672
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
10679
|
-
id: isOptionActive(item) ?
|
|
10673
|
+
id: isOptionActive(item) ? __props.activeOptionId : void 0,
|
|
10680
10674
|
key: item,
|
|
10681
10675
|
role: "option",
|
|
10682
10676
|
"aria-selected": isOptionActive(item) ? "true" : void 0,
|
|
@@ -10698,8 +10692,8 @@ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
|
|
|
10698
10692
|
setup(__props, {
|
|
10699
10693
|
emit: __emit
|
|
10700
10694
|
}) {
|
|
10701
|
-
const $t2 = useTranslate();
|
|
10702
10695
|
const emit = __emit;
|
|
10696
|
+
const $t2 = useTranslate();
|
|
10703
10697
|
const ariaLabel = $t2("fkui.combobox.toggle", "Öppna förslagen");
|
|
10704
10698
|
return (_ctx, _cache) => {
|
|
10705
10699
|
return vue.openBlock(), vue.createElementBlock("button", {
|
|
@@ -11106,6 +11100,7 @@ const _sfc_main$W = vue.defineComponent({
|
|
|
11106
11100
|
/**
|
|
11107
11101
|
* The CSS classes for the label, description and error-message slot.
|
|
11108
11102
|
*/
|
|
11103
|
+
/* eslint-disable-next-line vue/no-unused-properties -- false positive, it is used by `labelClasses(this)` */
|
|
11109
11104
|
labelClass: {
|
|
11110
11105
|
type: String,
|
|
11111
11106
|
required: false,
|
|
@@ -11114,6 +11109,7 @@ const _sfc_main$W = vue.defineComponent({
|
|
|
11114
11109
|
/**
|
|
11115
11110
|
* The CSS classes for the default slot.
|
|
11116
11111
|
*/
|
|
11112
|
+
/* eslint-disable-next-line vue/no-unused-properties -- false positive, it is used by `contentClasses(this)` */
|
|
11117
11113
|
contentClass: {
|
|
11118
11114
|
type: String,
|
|
11119
11115
|
required: false,
|
|
@@ -11132,8 +11128,7 @@ const _sfc_main$W = vue.defineComponent({
|
|
|
11132
11128
|
*/
|
|
11133
11129
|
chip: {
|
|
11134
11130
|
type: Boolean,
|
|
11135
|
-
required: false
|
|
11136
|
-
default: false
|
|
11131
|
+
required: false
|
|
11137
11132
|
},
|
|
11138
11133
|
/**
|
|
11139
11134
|
* Displays a box with border around radiobuttons and checkboxes.
|
|
@@ -11385,8 +11380,7 @@ const _sfc_main$V = vue.defineComponent({
|
|
|
11385
11380
|
*/
|
|
11386
11381
|
disabled: {
|
|
11387
11382
|
type: Boolean,
|
|
11388
|
-
required: false
|
|
11389
|
-
default: false
|
|
11383
|
+
required: false
|
|
11390
11384
|
},
|
|
11391
11385
|
/**
|
|
11392
11386
|
* The id for the input id attribute.
|
|
@@ -11984,13 +11978,6 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
11984
11978
|
required: false,
|
|
11985
11979
|
default: void 0
|
|
11986
11980
|
},
|
|
11987
|
-
/**
|
|
11988
|
-
* If `true` the primary button in the modals will be placed to the right side instead of to the left.
|
|
11989
|
-
*/
|
|
11990
|
-
primaryButtonRight: {
|
|
11991
|
-
type: Boolean,
|
|
11992
|
-
default: false
|
|
11993
|
-
},
|
|
11994
11981
|
/**
|
|
11995
11982
|
* If given, this function is called before the [[submit]] event is emitted.
|
|
11996
11983
|
* See <f-validation-form> `beforeSubmit` props for more info.
|
|
@@ -12050,6 +12037,8 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
12050
12037
|
setup(__props, {
|
|
12051
12038
|
emit: __emit
|
|
12052
12039
|
}) {
|
|
12040
|
+
const props = __props;
|
|
12041
|
+
const emit = __emit;
|
|
12053
12042
|
const $t2 = useTranslate();
|
|
12054
12043
|
const slots = vue.useSlots();
|
|
12055
12044
|
const result = vue.ref([]);
|
|
@@ -12061,8 +12050,6 @@ const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
|
12061
12050
|
const isConfirmModalOpen = vue.ref(false);
|
|
12062
12051
|
const callbackAfterItemAdd = vue.ref(() => ({}));
|
|
12063
12052
|
const callbackBeforeItemDelete = vue.ref(() => ({}));
|
|
12064
|
-
const props = __props;
|
|
12065
|
-
const emit = __emit;
|
|
12066
12053
|
const formModalButtons = vue.computed(() => {
|
|
12067
12054
|
const confirmButtonText = operation.value === Operation.ADD ? (
|
|
12068
12055
|
/** "Save" button in "add new" modal" */
|
|
@@ -12279,8 +12266,7 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
12279
12266
|
default: () => void 0
|
|
12280
12267
|
},
|
|
12281
12268
|
label: {
|
|
12282
|
-
type: Boolean
|
|
12283
|
-
default: () => void 0
|
|
12269
|
+
type: Boolean
|
|
12284
12270
|
}
|
|
12285
12271
|
},
|
|
12286
12272
|
emits: ["click"],
|
|
@@ -12293,11 +12279,11 @@ const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
|
12293
12279
|
type: "button",
|
|
12294
12280
|
class: "button table__button",
|
|
12295
12281
|
onClick: _cache[0] || (_cache[0] = ($event) => emit("click"))
|
|
12296
|
-
}, [
|
|
12282
|
+
}, [__props.icon ? (vue.openBlock(), vue.createBlock(vue.unref(FIcon), {
|
|
12297
12283
|
key: 0,
|
|
12298
12284
|
class: "button__icon",
|
|
12299
|
-
name:
|
|
12300
|
-
}, null, 8, ["name"])) : vue.createCommentVNode("", true), _cache[1] || (_cache[1] = vue.createTextVNode()), !
|
|
12285
|
+
name: __props.icon
|
|
12286
|
+
}, null, 8, ["name"])) : vue.createCommentVNode("", true), _cache[1] || (_cache[1] = vue.createTextVNode()), !__props.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$C, [vue.renderSlot(_ctx.$slots, "default")])) : vue.renderSlot(_ctx.$slots, "default", {
|
|
12301
12287
|
key: 2
|
|
12302
12288
|
})]);
|
|
12303
12289
|
};
|
|
@@ -12329,8 +12315,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
12329
12315
|
* Determines if an icon should be displayed on the button.
|
|
12330
12316
|
*/
|
|
12331
12317
|
icon: {
|
|
12332
|
-
type: Boolean
|
|
12333
|
-
default: false
|
|
12318
|
+
type: Boolean
|
|
12334
12319
|
},
|
|
12335
12320
|
/**
|
|
12336
12321
|
* The item that the action will be performed on.
|
|
@@ -12344,8 +12329,7 @@ const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
|
12344
12329
|
* If false, the button will use a visually hidden text for accessibility.
|
|
12345
12330
|
*/
|
|
12346
12331
|
label: {
|
|
12347
|
-
type: Boolean
|
|
12348
|
-
default: false
|
|
12332
|
+
type: Boolean
|
|
12349
12333
|
}
|
|
12350
12334
|
},
|
|
12351
12335
|
setup(__props) {
|
|
@@ -12503,6 +12487,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
12503
12487
|
*/
|
|
12504
12488
|
visible: {
|
|
12505
12489
|
type: Boolean,
|
|
12490
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
12506
12491
|
default: true
|
|
12507
12492
|
},
|
|
12508
12493
|
/**
|
|
@@ -12511,8 +12496,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
12511
12496
|
*/
|
|
12512
12497
|
rowHeader: {
|
|
12513
12498
|
type: Boolean,
|
|
12514
|
-
required: false
|
|
12515
|
-
default: false
|
|
12499
|
+
required: false
|
|
12516
12500
|
},
|
|
12517
12501
|
/**
|
|
12518
12502
|
* Text to show in column header. In order to force newlines use `\n`.
|
|
@@ -12536,8 +12520,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
12536
12520
|
*/
|
|
12537
12521
|
shrink: {
|
|
12538
12522
|
type: Boolean,
|
|
12539
|
-
required: false
|
|
12540
|
-
default: false
|
|
12523
|
+
required: false
|
|
12541
12524
|
},
|
|
12542
12525
|
/**
|
|
12543
12526
|
* Set this column to expand as large as possible.
|
|
@@ -12548,8 +12531,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
12548
12531
|
*/
|
|
12549
12532
|
expand: {
|
|
12550
12533
|
type: Boolean,
|
|
12551
|
-
required: false
|
|
12552
|
-
default: false
|
|
12534
|
+
required: false
|
|
12553
12535
|
},
|
|
12554
12536
|
/**
|
|
12555
12537
|
* Type of data the rows contains.
|
|
@@ -12574,6 +12556,7 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
12574
12556
|
}
|
|
12575
12557
|
},
|
|
12576
12558
|
setup(__props) {
|
|
12559
|
+
const props = __props;
|
|
12577
12560
|
const {
|
|
12578
12561
|
renderColumns,
|
|
12579
12562
|
setVisibilityColumn: setVisibilityColumn2,
|
|
@@ -12583,7 +12566,6 @@ const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
|
12583
12566
|
const isHeader = vue.ref(false);
|
|
12584
12567
|
const id = logic.ElementIdService.generateElementId("column");
|
|
12585
12568
|
const el = vue.useTemplateRef("element");
|
|
12586
|
-
const props = __props;
|
|
12587
12569
|
const classes = vue.computed(() => {
|
|
12588
12570
|
return ["table__column", `table__column--${props.type}`];
|
|
12589
12571
|
});
|
|
@@ -12767,8 +12749,7 @@ const _sfc_main$O = vue.defineComponent({
|
|
|
12767
12749
|
*/
|
|
12768
12750
|
inline: {
|
|
12769
12751
|
type: Boolean,
|
|
12770
|
-
required: false
|
|
12771
|
-
default: false
|
|
12752
|
+
required: false
|
|
12772
12753
|
},
|
|
12773
12754
|
/**
|
|
12774
12755
|
* The value for the input.
|
|
@@ -13008,8 +12989,7 @@ const _sfc_main$N = vue.defineComponent({
|
|
|
13008
12989
|
*/
|
|
13009
12990
|
inline: {
|
|
13010
12991
|
type: Boolean,
|
|
13011
|
-
required: false
|
|
13012
|
-
default: false
|
|
12992
|
+
required: false
|
|
13013
12993
|
},
|
|
13014
12994
|
/**
|
|
13015
12995
|
* The value for the input.
|
|
@@ -13104,8 +13084,7 @@ const _sfc_main$N = vue.defineComponent({
|
|
|
13104
13084
|
*/
|
|
13105
13085
|
disabled: {
|
|
13106
13086
|
type: Boolean,
|
|
13107
|
-
required: false
|
|
13108
|
-
default: false
|
|
13087
|
+
required: false
|
|
13109
13088
|
}
|
|
13110
13089
|
},
|
|
13111
13090
|
emits: [
|
|
@@ -13476,8 +13455,7 @@ const _sfc_main$M = vue.defineComponent({
|
|
|
13476
13455
|
default: 80
|
|
13477
13456
|
},
|
|
13478
13457
|
extendedValidation: {
|
|
13479
|
-
type: Boolean
|
|
13480
|
-
default: false
|
|
13458
|
+
type: Boolean
|
|
13481
13459
|
},
|
|
13482
13460
|
/**
|
|
13483
13461
|
* The error message to be displayed on paste
|
|
@@ -13641,8 +13619,7 @@ const _sfc_main$L = vue.defineComponent({
|
|
|
13641
13619
|
default: 80
|
|
13642
13620
|
},
|
|
13643
13621
|
extendedValidation: {
|
|
13644
|
-
type: Boolean
|
|
13645
|
-
default: false
|
|
13622
|
+
type: Boolean
|
|
13646
13623
|
}
|
|
13647
13624
|
},
|
|
13648
13625
|
emits: [
|
|
@@ -13755,11 +13732,13 @@ const _sfc_main$K = vue.defineComponent({
|
|
|
13755
13732
|
extends: FTextField,
|
|
13756
13733
|
mixins: [TranslationMixin],
|
|
13757
13734
|
props: {
|
|
13735
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
13758
13736
|
formatter: {
|
|
13759
13737
|
type: Function,
|
|
13760
13738
|
required: false,
|
|
13761
13739
|
default: logic.formatNumber
|
|
13762
13740
|
},
|
|
13741
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
13763
13742
|
parser: {
|
|
13764
13743
|
type: Function,
|
|
13765
13744
|
required: false,
|
|
@@ -13821,7 +13800,6 @@ const _sfc_main$J = vue.defineComponent({
|
|
|
13821
13800
|
* @type {string | number}
|
|
13822
13801
|
*/
|
|
13823
13802
|
"change",
|
|
13824
|
-
"update",
|
|
13825
13803
|
/**
|
|
13826
13804
|
* V-model event.
|
|
13827
13805
|
*
|
|
@@ -13921,6 +13899,7 @@ const _sfc_main$I = vue.defineComponent({
|
|
|
13921
13899
|
extends: FTextField,
|
|
13922
13900
|
mixins: [TranslationMixin],
|
|
13923
13901
|
props: {
|
|
13902
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
13924
13903
|
parser: {
|
|
13925
13904
|
type: Function,
|
|
13926
13905
|
required: false,
|
|
@@ -13950,6 +13929,7 @@ const _sfc_main$H = vue.defineComponent({
|
|
|
13950
13929
|
extends: FTextField,
|
|
13951
13930
|
mixins: [TranslationMixin],
|
|
13952
13931
|
props: {
|
|
13932
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
13953
13933
|
formatter: {
|
|
13954
13934
|
type: Function,
|
|
13955
13935
|
required: false,
|
|
@@ -13982,6 +13962,7 @@ const _sfc_main$G = vue.defineComponent({
|
|
|
13982
13962
|
extends: FTextField,
|
|
13983
13963
|
mixins: [TranslationMixin],
|
|
13984
13964
|
props: {
|
|
13965
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
13985
13966
|
formatter: {
|
|
13986
13967
|
type: Function,
|
|
13987
13968
|
required: false,
|
|
@@ -14016,16 +13997,19 @@ const _sfc_main$F = vue.defineComponent({
|
|
|
14016
13997
|
/**
|
|
14017
13998
|
* The number of decimals to format number as.
|
|
14018
13999
|
*/
|
|
14000
|
+
/* eslint-disable-next-line vue/no-unused-properties -- technical debt */
|
|
14019
14001
|
decimals: {
|
|
14020
14002
|
type: Number,
|
|
14021
14003
|
required: false,
|
|
14022
14004
|
default: void 0
|
|
14023
14005
|
},
|
|
14006
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14024
14007
|
formatter: {
|
|
14025
14008
|
type: Function,
|
|
14026
14009
|
required: false,
|
|
14027
14010
|
default: defaultFormatter$1
|
|
14028
14011
|
},
|
|
14012
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14029
14013
|
parser: {
|
|
14030
14014
|
type: Function,
|
|
14031
14015
|
required: false,
|
|
@@ -14050,11 +14034,13 @@ const _sfc_main$E = vue.defineComponent({
|
|
|
14050
14034
|
extends: FTextField,
|
|
14051
14035
|
mixins: [TranslationMixin],
|
|
14052
14036
|
props: {
|
|
14037
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14053
14038
|
formatter: {
|
|
14054
14039
|
type: Function,
|
|
14055
14040
|
required: false,
|
|
14056
14041
|
default: logic.formatPersonnummer
|
|
14057
14042
|
},
|
|
14043
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14058
14044
|
parser: {
|
|
14059
14045
|
type: Function,
|
|
14060
14046
|
required: false,
|
|
@@ -14090,6 +14076,7 @@ const _sfc_main$D = vue.defineComponent({
|
|
|
14090
14076
|
extends: FTextField,
|
|
14091
14077
|
mixins: [TranslationMixin],
|
|
14092
14078
|
props: {
|
|
14079
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14093
14080
|
formatter: {
|
|
14094
14081
|
type: Function,
|
|
14095
14082
|
required: false,
|
|
@@ -14122,6 +14109,7 @@ const _sfc_main$C = vue.defineComponent({
|
|
|
14122
14109
|
extends: FTextField,
|
|
14123
14110
|
mixins: [TranslationMixin],
|
|
14124
14111
|
props: {
|
|
14112
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14125
14113
|
formatter: {
|
|
14126
14114
|
type: Function,
|
|
14127
14115
|
required: false,
|
|
@@ -14167,11 +14155,13 @@ const _sfc_main$B = vue.defineComponent({
|
|
|
14167
14155
|
required: false,
|
|
14168
14156
|
default: void 0
|
|
14169
14157
|
},
|
|
14158
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14170
14159
|
formatter: {
|
|
14171
14160
|
type: Function,
|
|
14172
14161
|
required: false,
|
|
14173
14162
|
default: defaultFormatter
|
|
14174
14163
|
},
|
|
14164
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14175
14165
|
parser: {
|
|
14176
14166
|
type: Function,
|
|
14177
14167
|
required: false,
|
|
@@ -14207,6 +14197,7 @@ const _sfc_main$A = vue.defineComponent({
|
|
|
14207
14197
|
extends: FTextField,
|
|
14208
14198
|
mixins: [TranslationMixin],
|
|
14209
14199
|
props: {
|
|
14200
|
+
/* eslint-disable-next-line vue/no-unused-properties -- used by FTextField (extended) */
|
|
14210
14201
|
formatter: {
|
|
14211
14202
|
type: Function,
|
|
14212
14203
|
required: false,
|
|
@@ -14356,6 +14347,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
14356
14347
|
showSort: {
|
|
14357
14348
|
type: Boolean,
|
|
14358
14349
|
required: false,
|
|
14350
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
14359
14351
|
default: true
|
|
14360
14352
|
},
|
|
14361
14353
|
/**
|
|
@@ -14364,6 +14356,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
14364
14356
|
showFilter: {
|
|
14365
14357
|
type: Boolean,
|
|
14366
14358
|
required: false,
|
|
14359
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
14367
14360
|
default: true
|
|
14368
14361
|
},
|
|
14369
14362
|
/**
|
|
@@ -14381,6 +14374,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
14381
14374
|
defaultSortAscending: {
|
|
14382
14375
|
type: Boolean,
|
|
14383
14376
|
required: false,
|
|
14377
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
14384
14378
|
default: () => true
|
|
14385
14379
|
},
|
|
14386
14380
|
/**
|
|
@@ -14397,6 +14391,8 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
14397
14391
|
setup(__props, {
|
|
14398
14392
|
emit: __emit
|
|
14399
14393
|
}) {
|
|
14394
|
+
const props = __props;
|
|
14395
|
+
const emit = __emit;
|
|
14400
14396
|
const $t2 = useTranslate();
|
|
14401
14397
|
const searchField = vue.useTemplateRef("search-field");
|
|
14402
14398
|
const useDefaultSortOrder = vue.ref(true);
|
|
@@ -14415,8 +14411,6 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
14415
14411
|
};
|
|
14416
14412
|
let tableCallbackSortableColumns = () => {
|
|
14417
14413
|
};
|
|
14418
|
-
const props = __props;
|
|
14419
|
-
const emit = __emit;
|
|
14420
14414
|
const showClearButton = vue.computed(() => {
|
|
14421
14415
|
return searchString.value.length > 0;
|
|
14422
14416
|
});
|
|
@@ -14658,8 +14652,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
14658
14652
|
* When enabled alternating rows will use a different background color.
|
|
14659
14653
|
*/
|
|
14660
14654
|
striped: {
|
|
14661
|
-
type: Boolean
|
|
14662
|
-
default: false
|
|
14655
|
+
type: Boolean
|
|
14663
14656
|
},
|
|
14664
14657
|
/**
|
|
14665
14658
|
* Enable scrolling inside table.
|
|
@@ -14681,6 +14674,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
14681
14674
|
}
|
|
14682
14675
|
},
|
|
14683
14676
|
setup(__props) {
|
|
14677
|
+
const props = __props;
|
|
14684
14678
|
const $t2 = useTranslate();
|
|
14685
14679
|
const {
|
|
14686
14680
|
hasSlot: hasSlot2
|
|
@@ -14692,7 +14686,6 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
14692
14686
|
} = FSortFilterDatasetInjected();
|
|
14693
14687
|
const internalKey2 = getInternalKey();
|
|
14694
14688
|
const columns = vue.ref([]);
|
|
14695
|
-
const props = __props;
|
|
14696
14689
|
const hasCaption = vue.computed(() => {
|
|
14697
14690
|
return hasSlot2("caption", {}, {
|
|
14698
14691
|
stripClasses: []
|
|
@@ -14939,22 +14932,21 @@ const _sfc_main$x = vue.defineComponent({
|
|
|
14939
14932
|
highlightToday: {
|
|
14940
14933
|
type: Boolean,
|
|
14941
14934
|
required: false,
|
|
14935
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
14942
14936
|
default: true
|
|
14943
14937
|
},
|
|
14944
14938
|
/**
|
|
14945
14939
|
* Always display inline.
|
|
14946
14940
|
*/
|
|
14947
14941
|
alwaysInline: {
|
|
14948
|
-
type: Boolean
|
|
14949
|
-
default: false
|
|
14942
|
+
type: Boolean
|
|
14950
14943
|
},
|
|
14951
14944
|
/**
|
|
14952
14945
|
* Includes a year selector when enabled.
|
|
14953
14946
|
*/
|
|
14954
14947
|
yearSelector: {
|
|
14955
14948
|
type: Boolean,
|
|
14956
|
-
required: false
|
|
14957
|
-
default: false
|
|
14949
|
+
required: false
|
|
14958
14950
|
},
|
|
14959
14951
|
/**
|
|
14960
14952
|
* Set responsive width for label section.
|
|
@@ -14985,8 +14977,7 @@ const _sfc_main$x = vue.defineComponent({
|
|
|
14985
14977
|
*/
|
|
14986
14978
|
disabled: {
|
|
14987
14979
|
type: Boolean,
|
|
14988
|
-
required: false
|
|
14989
|
-
default: false
|
|
14980
|
+
required: false
|
|
14990
14981
|
}
|
|
14991
14982
|
},
|
|
14992
14983
|
emits: [
|
|
@@ -15584,7 +15575,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
15584
15575
|
});
|
|
15585
15576
|
return (_ctx, _cache) => {
|
|
15586
15577
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(ceTag$2), {
|
|
15587
|
-
layout:
|
|
15578
|
+
layout: __props.layout,
|
|
15588
15579
|
onUpdate: _cache[0] || (_cache[0] = ($event) => emit("update"))
|
|
15589
15580
|
}, {
|
|
15590
15581
|
default: vue.withCtx(() => [vue.renderSlot(_ctx.$slots, "default", vue.normalizeProps(vue.guardReactiveProps(vue.unref(proxy))))]),
|
|
@@ -15822,8 +15813,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
15822
15813
|
__name: "FResizePane.ce",
|
|
15823
15814
|
props: {
|
|
15824
15815
|
disabled: {
|
|
15825
|
-
type: Boolean
|
|
15826
|
-
default: false
|
|
15816
|
+
type: Boolean
|
|
15827
15817
|
},
|
|
15828
15818
|
min: {
|
|
15829
15819
|
default: "0",
|
|
@@ -15838,8 +15828,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
15838
15828
|
type: String
|
|
15839
15829
|
},
|
|
15840
15830
|
overlay: {
|
|
15841
|
-
type: Boolean
|
|
15842
|
-
default: false
|
|
15831
|
+
type: Boolean
|
|
15843
15832
|
},
|
|
15844
15833
|
offset: {
|
|
15845
15834
|
default: 0,
|
|
@@ -15852,9 +15841,9 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
15852
15841
|
}) {
|
|
15853
15842
|
const props = __props;
|
|
15854
15843
|
const emit = __emit;
|
|
15855
|
-
const root = vue.
|
|
15856
|
-
const content2 = vue.
|
|
15857
|
-
const separator = vue.
|
|
15844
|
+
const root = vue.useTemplateRef("root");
|
|
15845
|
+
const content2 = vue.useTemplateRef("content");
|
|
15846
|
+
const separator = vue.useTemplateRef("separator");
|
|
15858
15847
|
const state = vue.ref({
|
|
15859
15848
|
min: -1,
|
|
15860
15849
|
max: -1,
|
|
@@ -15982,7 +15971,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
15982
15971
|
}
|
|
15983
15972
|
}
|
|
15984
15973
|
return (_ctx, _cache) => {
|
|
15985
|
-
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
15974
|
+
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [__props.overlay && __props.offset ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$s)) : vue.createCommentVNode("", true), _cache[1] || (_cache[1] = vue.createTextVNode()), vue.createElementVNode("div", vue.mergeProps({
|
|
15986
15975
|
ref_key: "root",
|
|
15987
15976
|
ref: root,
|
|
15988
15977
|
class: ["resize", classes.value]
|
|
@@ -16052,6 +16041,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
16052
16041
|
}
|
|
16053
16042
|
},
|
|
16054
16043
|
setup(__props) {
|
|
16044
|
+
const props = __props;
|
|
16055
16045
|
if (!customElements.get(tagName$1)) {
|
|
16056
16046
|
customElements.define(tagName$1, vue.defineCustomElement(FResizePane));
|
|
16057
16047
|
}
|
|
@@ -16110,7 +16100,6 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
16110
16100
|
const disabled = vue.computed(() => anyEnabled.value === false);
|
|
16111
16101
|
const hidden = vue.computed(() => anyVisible.value === false);
|
|
16112
16102
|
const overlay = vue.computed(() => anyOverlay.value === true);
|
|
16113
|
-
const props = __props;
|
|
16114
16103
|
function onResize(event) {
|
|
16115
16104
|
size.value = event.detail[0];
|
|
16116
16105
|
}
|
|
@@ -16154,11 +16143,11 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
16154
16143
|
setup(__props, {
|
|
16155
16144
|
emit: __emit
|
|
16156
16145
|
}) {
|
|
16146
|
+
const emit = __emit;
|
|
16157
16147
|
const rootElement = vue.useTemplateRef("root");
|
|
16158
16148
|
const {
|
|
16159
16149
|
attachPanel
|
|
16160
16150
|
} = useAreaData(rootElement);
|
|
16161
|
-
const emit = __emit;
|
|
16162
16151
|
const attachClass = vue.computed(() => {
|
|
16163
16152
|
switch (attachPanel.value) {
|
|
16164
16153
|
case "left":
|
|
@@ -16227,7 +16216,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
16227
16216
|
return (_ctx, _cache) => {
|
|
16228
16217
|
return visible.value ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(tagName), {
|
|
16229
16218
|
key: 0,
|
|
16230
|
-
"data-panel-name":
|
|
16219
|
+
"data-panel-name": __props.name,
|
|
16231
16220
|
onClosed: _cache[0] || (_cache[0] = ($event) => onClose())
|
|
16232
16221
|
}, {
|
|
16233
16222
|
default: vue.withCtx(() => [vue.renderSlot(_ctx.$slots, "default", vue.normalizeProps(vue.guardReactiveProps({
|
|
@@ -16259,6 +16248,7 @@ const _sfc_main$q = vue.defineComponent({
|
|
|
16259
16248
|
/**
|
|
16260
16249
|
* Current dialogue question
|
|
16261
16250
|
*/
|
|
16251
|
+
/* eslint-disable-next-line vue/no-unused-properties -- one-way binding, we ignore what the consumer sets this to */
|
|
16262
16252
|
modelValue: {
|
|
16263
16253
|
type: Object,
|
|
16264
16254
|
required: true
|
|
@@ -16376,8 +16366,7 @@ const _sfc_main$p = vue.defineComponent({
|
|
|
16376
16366
|
*/
|
|
16377
16367
|
expanded: {
|
|
16378
16368
|
type: Boolean,
|
|
16379
|
-
required: false
|
|
16380
|
-
default: false
|
|
16369
|
+
required: false
|
|
16381
16370
|
},
|
|
16382
16371
|
/**
|
|
16383
16372
|
* Element to render for the header element inside the expandable panel.
|
|
@@ -16516,8 +16505,7 @@ const _sfc_main$o = vue.defineComponent({
|
|
|
16516
16505
|
*/
|
|
16517
16506
|
expanded: {
|
|
16518
16507
|
type: Boolean,
|
|
16519
|
-
required: false
|
|
16520
|
-
default: false
|
|
16508
|
+
required: false
|
|
16521
16509
|
},
|
|
16522
16510
|
/**
|
|
16523
16511
|
* Element to render for the button elmement
|
|
@@ -16548,7 +16536,6 @@ const _sfc_main$o = vue.defineComponent({
|
|
|
16548
16536
|
*/
|
|
16549
16537
|
list: {
|
|
16550
16538
|
type: Boolean,
|
|
16551
|
-
default: false,
|
|
16552
16539
|
required: false
|
|
16553
16540
|
},
|
|
16554
16541
|
/**
|
|
@@ -16780,12 +16767,7 @@ const _sfc_main$m = vue.defineComponent({
|
|
|
16780
16767
|
*/
|
|
16781
16768
|
disabled: {
|
|
16782
16769
|
type: Boolean,
|
|
16783
|
-
required: false
|
|
16784
|
-
default: false
|
|
16785
|
-
},
|
|
16786
|
-
modelValue: {
|
|
16787
|
-
type: Object,
|
|
16788
|
-
default: null
|
|
16770
|
+
required: false
|
|
16789
16771
|
}
|
|
16790
16772
|
},
|
|
16791
16773
|
emits: [
|
|
@@ -16794,8 +16776,7 @@ const _sfc_main$m = vue.defineComponent({
|
|
|
16794
16776
|
*
|
|
16795
16777
|
* @type {FileList}
|
|
16796
16778
|
*/
|
|
16797
|
-
"change"
|
|
16798
|
-
"update:modelValue"
|
|
16779
|
+
"change"
|
|
16799
16780
|
],
|
|
16800
16781
|
computed: {
|
|
16801
16782
|
attrs() {
|
|
@@ -17072,8 +17053,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
17072
17053
|
* When enabled hovering over a row will be highlighted.
|
|
17073
17054
|
*/
|
|
17074
17055
|
hover: {
|
|
17075
|
-
type: Boolean
|
|
17076
|
-
default: false
|
|
17056
|
+
type: Boolean
|
|
17077
17057
|
},
|
|
17078
17058
|
/**
|
|
17079
17059
|
* Unique attribute in rows.
|
|
@@ -17107,15 +17087,13 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
17107
17087
|
* or deselected.
|
|
17108
17088
|
*/
|
|
17109
17089
|
selectable: {
|
|
17110
|
-
type: Boolean
|
|
17111
|
-
default: false
|
|
17090
|
+
type: Boolean
|
|
17112
17091
|
},
|
|
17113
17092
|
/**
|
|
17114
17093
|
* When enabled alternating rows will use a different background color.
|
|
17115
17094
|
*/
|
|
17116
17095
|
striped: {
|
|
17117
|
-
type: Boolean
|
|
17118
|
-
default: false
|
|
17096
|
+
type: Boolean
|
|
17119
17097
|
},
|
|
17120
17098
|
/**
|
|
17121
17099
|
* Enable scrolling inside table.
|
|
@@ -17141,6 +17119,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
17141
17119
|
showActive: {
|
|
17142
17120
|
type: Boolean,
|
|
17143
17121
|
required: false,
|
|
17122
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
17144
17123
|
default: true
|
|
17145
17124
|
},
|
|
17146
17125
|
/**
|
|
@@ -17165,6 +17144,8 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
17165
17144
|
setup(__props, {
|
|
17166
17145
|
emit: __emit
|
|
17167
17146
|
}) {
|
|
17147
|
+
const props = __props;
|
|
17148
|
+
const emit = __emit;
|
|
17168
17149
|
const $t2 = useTranslate();
|
|
17169
17150
|
const slots = vue.useSlots();
|
|
17170
17151
|
const {
|
|
@@ -17187,8 +17168,6 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
17187
17168
|
const tr = vue.shallowRef([]);
|
|
17188
17169
|
const trAll = vue.shallowRef([]);
|
|
17189
17170
|
const tbodyKey = vue.ref(0);
|
|
17190
|
-
const props = __props;
|
|
17191
|
-
const emit = __emit;
|
|
17192
17171
|
const expandableTable = useExpandableTable(props.expandableAttribute, internalKey2, props.expandableDescribedby, emit, slots);
|
|
17193
17172
|
const {
|
|
17194
17173
|
isExpandableTable,
|
|
@@ -18148,8 +18127,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18148
18127
|
* @see 'select' and 'unselect' events.
|
|
18149
18128
|
*/
|
|
18150
18129
|
selectable: {
|
|
18151
|
-
type: Boolean
|
|
18152
|
-
default: false
|
|
18130
|
+
type: Boolean
|
|
18153
18131
|
},
|
|
18154
18132
|
/**
|
|
18155
18133
|
* Only applies if selectable:true
|
|
@@ -18158,6 +18136,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18158
18136
|
*/
|
|
18159
18137
|
checkbox: {
|
|
18160
18138
|
type: Boolean,
|
|
18139
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
18161
18140
|
default: true
|
|
18162
18141
|
},
|
|
18163
18142
|
/**
|
|
@@ -18188,6 +18167,8 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18188
18167
|
setup(__props, {
|
|
18189
18168
|
emit: __emit
|
|
18190
18169
|
}) {
|
|
18170
|
+
const props = __props;
|
|
18171
|
+
const emit = __emit;
|
|
18191
18172
|
const $t2 = useTranslate();
|
|
18192
18173
|
const slots = vue.useSlots();
|
|
18193
18174
|
const {
|
|
@@ -18197,9 +18178,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
18197
18178
|
const internalKey2 = getInternalKey();
|
|
18198
18179
|
const selectedItems = vue.ref([]);
|
|
18199
18180
|
const activeItem = vue.ref(void 0);
|
|
18200
|
-
const ulElement = vue.
|
|
18201
|
-
const props = __props;
|
|
18202
|
-
const emit = __emit;
|
|
18181
|
+
const ulElement = vue.useTemplateRef("ulElement");
|
|
18203
18182
|
const isEmpty = vue.computed(() => {
|
|
18204
18183
|
return internalItems.value.length === 0;
|
|
18205
18184
|
});
|
|
@@ -18427,24 +18406,21 @@ const _sfc_main$e = vue.defineComponent({
|
|
|
18427
18406
|
*/
|
|
18428
18407
|
show: {
|
|
18429
18408
|
type: Boolean,
|
|
18430
|
-
required: false
|
|
18431
|
-
default: false
|
|
18409
|
+
required: false
|
|
18432
18410
|
},
|
|
18433
18411
|
/**
|
|
18434
18412
|
* If loader should be displayed as a fullscreen overlay.
|
|
18435
18413
|
*/
|
|
18436
18414
|
overlay: {
|
|
18437
18415
|
type: Boolean,
|
|
18438
|
-
required: false
|
|
18439
|
-
default: false
|
|
18416
|
+
required: false
|
|
18440
18417
|
},
|
|
18441
18418
|
/**
|
|
18442
18419
|
* Delay the loader icon and text by 1 second
|
|
18443
18420
|
*/
|
|
18444
18421
|
delay: {
|
|
18445
18422
|
type: Boolean,
|
|
18446
|
-
required: false
|
|
18447
|
-
default: false
|
|
18423
|
+
required: false
|
|
18448
18424
|
},
|
|
18449
18425
|
/**
|
|
18450
18426
|
* Language used for determining fallback value for the loading text. Useful if loader is displayed before
|
|
@@ -18463,6 +18439,7 @@ const _sfc_main$e = vue.defineComponent({
|
|
|
18463
18439
|
focusOnOverlay: {
|
|
18464
18440
|
type: Boolean,
|
|
18465
18441
|
required: false,
|
|
18442
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
18466
18443
|
default: true
|
|
18467
18444
|
},
|
|
18468
18445
|
/*
|
|
@@ -18700,6 +18677,7 @@ const _sfc_main$c = vue.defineComponent({
|
|
|
18700
18677
|
provideScreenReaderContext: {
|
|
18701
18678
|
type: Boolean,
|
|
18702
18679
|
required: false,
|
|
18680
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
18703
18681
|
default: true
|
|
18704
18682
|
},
|
|
18705
18683
|
/**
|
|
@@ -18875,8 +18853,7 @@ const _sfc_main$b = vue.defineComponent({
|
|
|
18875
18853
|
*/
|
|
18876
18854
|
vertical: {
|
|
18877
18855
|
type: Boolean,
|
|
18878
|
-
required: false
|
|
18879
|
-
default: false
|
|
18856
|
+
required: false
|
|
18880
18857
|
},
|
|
18881
18858
|
/**
|
|
18882
18859
|
* Screen reader text for selected item
|
|
@@ -19727,7 +19704,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
19727
19704
|
* Accessible name for this progressbar. Should describe the purpose of this
|
|
19728
19705
|
* progressbar.
|
|
19729
19706
|
*/
|
|
19730
|
-
/* eslint-disable-next-line vue/prop-name-casing -- vue does not allow ariaLabel as a prop as it collides with internal types */
|
|
19707
|
+
/* eslint-disable-next-line vue/prop-name-casing, vue/no-unused-properties -- vue does not allow ariaLabel as a prop as it collides with internal types */
|
|
19731
19708
|
"aria-label": {
|
|
19732
19709
|
type: String,
|
|
19733
19710
|
required: true
|
|
@@ -19777,8 +19754,7 @@ const _sfc_main$4 = vue.defineComponent({
|
|
|
19777
19754
|
*/
|
|
19778
19755
|
disabled: {
|
|
19779
19756
|
type: Boolean,
|
|
19780
|
-
required: false
|
|
19781
|
-
default: false
|
|
19757
|
+
required: false
|
|
19782
19758
|
},
|
|
19783
19759
|
/**
|
|
19784
19760
|
* The id for the input id attribute.
|
|
@@ -20059,15 +20035,13 @@ const _sfc_main$2 = vue.defineComponent({
|
|
|
20059
20035
|
* Specifies that the component should be disabled, i.e. unusable.
|
|
20060
20036
|
*/
|
|
20061
20037
|
disabled: {
|
|
20062
|
-
type: Boolean
|
|
20063
|
-
default: false
|
|
20038
|
+
type: Boolean
|
|
20064
20039
|
},
|
|
20065
20040
|
/**
|
|
20066
20041
|
* Enabling vertical resizing of the textarea
|
|
20067
20042
|
*/
|
|
20068
20043
|
resizable: {
|
|
20069
|
-
type: Boolean
|
|
20070
|
-
default: false
|
|
20044
|
+
type: Boolean
|
|
20071
20045
|
}
|
|
20072
20046
|
},
|
|
20073
20047
|
emits: [
|
|
@@ -20306,8 +20280,7 @@ const _sfc_main$1 = vue.defineComponent({
|
|
|
20306
20280
|
*/
|
|
20307
20281
|
disableInitialFocus: {
|
|
20308
20282
|
type: Boolean,
|
|
20309
|
-
required: false
|
|
20310
|
-
default: false
|
|
20283
|
+
required: false
|
|
20311
20284
|
}
|
|
20312
20285
|
},
|
|
20313
20286
|
emits: [
|
|
@@ -20480,6 +20453,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
20480
20453
|
useErrorList: {
|
|
20481
20454
|
type: Boolean,
|
|
20482
20455
|
required: false,
|
|
20456
|
+
/* eslint-disable-next-line vue/no-boolean-default -- technical debt, boolean attributes should be opt-in not opt-out */
|
|
20483
20457
|
default: true
|
|
20484
20458
|
}
|
|
20485
20459
|
},
|