@leaflink/stash 48.19.0 → 48.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.
Files changed (38) hide show
  1. package/dist/ActionsDropdown.js +4 -4
  2. package/dist/Button.js +35 -20
  3. package/dist/Button.js.map +1 -1
  4. package/dist/Button.vue.d.ts +7 -0
  5. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js +17 -0
  6. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js.map +1 -0
  7. package/dist/ChevronToggle.js +2 -2
  8. package/dist/Copy.js +1 -1
  9. package/dist/DataViewFilters.js +1 -1
  10. package/dist/DataViewSortButton.js +1 -1
  11. package/dist/DataViewToolbar.js +3 -3
  12. package/dist/DatePicker.js +1 -1
  13. package/dist/Dialog.js +1 -1
  14. package/dist/FileUpload.js +1 -1
  15. package/dist/FilterDropdown.js +3 -3
  16. package/dist/Filters.js +4 -4
  17. package/dist/Filters.vue.d.ts +19 -0
  18. package/dist/HttpError.js +16 -14
  19. package/dist/HttpError.js.map +1 -1
  20. package/dist/ListView.js +3 -3
  21. package/dist/ListView.vue.d.ts +95 -0
  22. package/dist/Modal.js +1 -1
  23. package/dist/ObfuscateText.js +1 -1
  24. package/dist/SearchBar.js +1 -1
  25. package/dist/SearchBar.vue.d.ts +1 -1
  26. package/dist/Stepper.js +1 -1
  27. package/dist/Table.js +1 -1
  28. package/dist/Table.vue.d.ts +1 -1
  29. package/dist/TableCell.js +1 -1
  30. package/dist/TableHeaderCell.js +1 -1
  31. package/dist/TableHeaderRow.js +1 -1
  32. package/dist/TableRow.js +1 -1
  33. package/dist/TextEditor.js +3 -3
  34. package/dist/components.css +1 -1
  35. package/dist/index.js +2 -2
  36. package/package.json +1 -1
  37. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js +0 -17
  38. package/dist/Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js.map +0 -1
@@ -78,6 +78,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
78
78
  type: PropType<"blue" | "red">;
79
79
  default: undefined;
80
80
  };
81
+ isLoading: {
82
+ type: PropType<boolean>;
83
+ default: boolean;
84
+ };
81
85
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
82
86
  to: {
83
87
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -111,6 +115,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
111
115
  type: PropType<"blue" | "red">;
112
116
  default: undefined;
113
117
  };
118
+ isLoading: {
119
+ type: PropType<boolean>;
120
+ default: boolean;
121
+ };
114
122
  }>> & Readonly<{}>, {
115
123
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
116
124
  icon: boolean;
@@ -120,6 +128,7 @@ export declare const BulkActions: DefineComponent<any, {}, {
120
128
  tertiary: boolean;
121
129
  inline: boolean;
122
130
  color: "blue" | "red";
131
+ isLoading: boolean;
123
132
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
124
133
  P: {};
125
134
  B: {};
@@ -160,6 +169,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
160
169
  type: PropType<"blue" | "red">;
161
170
  default: undefined;
162
171
  };
172
+ isLoading: {
173
+ type: PropType<boolean>;
174
+ default: boolean;
175
+ };
163
176
  }>> & Readonly<{}>, {}, {}, {}, {}, {
164
177
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
165
178
  icon: boolean;
@@ -169,6 +182,7 @@ export declare const BulkActions: DefineComponent<any, {}, {
169
182
  tertiary: boolean;
170
183
  inline: boolean;
171
184
  color: "blue" | "red";
185
+ isLoading: boolean;
172
186
  }>;
173
187
  __isFragment?: undefined;
174
188
  __isTeleport?: undefined;
@@ -206,6 +220,10 @@ export declare const BulkActions: DefineComponent<any, {}, {
206
220
  type: PropType<"blue" | "red">;
207
221
  default: undefined;
208
222
  };
223
+ isLoading: {
224
+ type: PropType<boolean>;
225
+ default: boolean;
226
+ };
209
227
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
210
228
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
211
229
  icon: boolean;
@@ -215,6 +233,7 @@ export declare const BulkActions: DefineComponent<any, {}, {
215
233
  tertiary: boolean;
216
234
  inline: boolean;
217
235
  color: "blue" | "red";
236
+ isLoading: boolean;
218
237
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
219
238
  $slots: {
220
239
  default?(_: {}): any;
@@ -712,6 +731,10 @@ declare const _default: DefineComponent<any, {}, {
712
731
  type: PropType<"blue" | "red">;
713
732
  default: undefined;
714
733
  };
734
+ isLoading: {
735
+ type: PropType<boolean>;
736
+ default: boolean;
737
+ };
715
738
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
716
739
  to: {
717
740
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -745,6 +768,10 @@ declare const _default: DefineComponent<any, {}, {
745
768
  type: PropType<"blue" | "red">;
746
769
  default: undefined;
747
770
  };
771
+ isLoading: {
772
+ type: PropType<boolean>;
773
+ default: boolean;
774
+ };
748
775
  }>> & Readonly<{}>, {
749
776
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
750
777
  icon: boolean;
@@ -754,6 +781,7 @@ declare const _default: DefineComponent<any, {}, {
754
781
  tertiary: boolean;
755
782
  inline: boolean;
756
783
  color: "blue" | "red";
784
+ isLoading: boolean;
757
785
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
758
786
  P: {};
759
787
  B: {};
@@ -794,6 +822,10 @@ declare const _default: DefineComponent<any, {}, {
794
822
  type: PropType<"blue" | "red">;
795
823
  default: undefined;
796
824
  };
825
+ isLoading: {
826
+ type: PropType<boolean>;
827
+ default: boolean;
828
+ };
797
829
  }>> & Readonly<{}>, {}, {}, {}, {}, {
798
830
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
799
831
  icon: boolean;
@@ -803,6 +835,7 @@ declare const _default: DefineComponent<any, {}, {
803
835
  tertiary: boolean;
804
836
  inline: boolean;
805
837
  color: "blue" | "red";
838
+ isLoading: boolean;
806
839
  }>;
807
840
  __isFragment?: undefined;
808
841
  __isTeleport?: undefined;
@@ -840,6 +873,10 @@ declare const _default: DefineComponent<any, {}, {
840
873
  type: PropType<"blue" | "red">;
841
874
  default: undefined;
842
875
  };
876
+ isLoading: {
877
+ type: PropType<boolean>;
878
+ default: boolean;
879
+ };
843
880
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
844
881
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
845
882
  icon: boolean;
@@ -849,6 +886,7 @@ declare const _default: DefineComponent<any, {}, {
849
886
  tertiary: boolean;
850
887
  inline: boolean;
851
888
  color: "blue" | "red";
889
+ isLoading: boolean;
852
890
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
853
891
  $slots: {
854
892
  default?(_: {}): any;
@@ -1138,6 +1176,10 @@ declare const _default: DefineComponent<any, {}, {
1138
1176
  type: PropType<"blue" | "red">;
1139
1177
  default: undefined;
1140
1178
  };
1179
+ isLoading: {
1180
+ type: PropType<boolean>;
1181
+ default: boolean;
1182
+ };
1141
1183
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
1142
1184
  to: {
1143
1185
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -1171,6 +1213,10 @@ declare const _default: DefineComponent<any, {}, {
1171
1213
  type: PropType<"blue" | "red">;
1172
1214
  default: undefined;
1173
1215
  };
1216
+ isLoading: {
1217
+ type: PropType<boolean>;
1218
+ default: boolean;
1219
+ };
1174
1220
  }>> & Readonly<{}>, {
1175
1221
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1176
1222
  icon: boolean;
@@ -1180,6 +1226,7 @@ declare const _default: DefineComponent<any, {}, {
1180
1226
  tertiary: boolean;
1181
1227
  inline: boolean;
1182
1228
  color: "blue" | "red";
1229
+ isLoading: boolean;
1183
1230
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1184
1231
  P: {};
1185
1232
  B: {};
@@ -1220,6 +1267,10 @@ declare const _default: DefineComponent<any, {}, {
1220
1267
  type: PropType<"blue" | "red">;
1221
1268
  default: undefined;
1222
1269
  };
1270
+ isLoading: {
1271
+ type: PropType<boolean>;
1272
+ default: boolean;
1273
+ };
1223
1274
  }>> & Readonly<{}>, {}, {}, {}, {}, {
1224
1275
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1225
1276
  icon: boolean;
@@ -1229,6 +1280,7 @@ declare const _default: DefineComponent<any, {}, {
1229
1280
  tertiary: boolean;
1230
1281
  inline: boolean;
1231
1282
  color: "blue" | "red";
1283
+ isLoading: boolean;
1232
1284
  }>;
1233
1285
  __isFragment?: undefined;
1234
1286
  __isTeleport?: undefined;
@@ -1266,6 +1318,10 @@ declare const _default: DefineComponent<any, {}, {
1266
1318
  type: PropType<"blue" | "red">;
1267
1319
  default: undefined;
1268
1320
  };
1321
+ isLoading: {
1322
+ type: PropType<boolean>;
1323
+ default: boolean;
1324
+ };
1269
1325
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
1270
1326
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
1271
1327
  icon: boolean;
@@ -1275,6 +1331,7 @@ declare const _default: DefineComponent<any, {}, {
1275
1331
  tertiary: boolean;
1276
1332
  inline: boolean;
1277
1333
  color: "blue" | "red";
1334
+ isLoading: boolean;
1278
1335
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1279
1336
  $slots: {
1280
1337
  default?(_: {}): any;
@@ -3739,6 +3796,10 @@ declare const _default: DefineComponent<any, {}, {
3739
3796
  type: PropType<"blue" | "red">;
3740
3797
  default: undefined;
3741
3798
  };
3799
+ isLoading: {
3800
+ type: PropType<boolean>;
3801
+ default: boolean;
3802
+ };
3742
3803
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
3743
3804
  to: {
3744
3805
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -3772,6 +3833,10 @@ declare const _default: DefineComponent<any, {}, {
3772
3833
  type: PropType<"blue" | "red">;
3773
3834
  default: undefined;
3774
3835
  };
3836
+ isLoading: {
3837
+ type: PropType<boolean>;
3838
+ default: boolean;
3839
+ };
3775
3840
  }>> & Readonly<{}>, {
3776
3841
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
3777
3842
  icon: boolean;
@@ -3781,6 +3846,7 @@ declare const _default: DefineComponent<any, {}, {
3781
3846
  tertiary: boolean;
3782
3847
  inline: boolean;
3783
3848
  color: "blue" | "red";
3849
+ isLoading: boolean;
3784
3850
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
3785
3851
  P: {};
3786
3852
  B: {};
@@ -3821,6 +3887,10 @@ declare const _default: DefineComponent<any, {}, {
3821
3887
  type: PropType<"blue" | "red">;
3822
3888
  default: undefined;
3823
3889
  };
3890
+ isLoading: {
3891
+ type: PropType<boolean>;
3892
+ default: boolean;
3893
+ };
3824
3894
  }>> & Readonly<{}>, {}, {}, {}, {}, {
3825
3895
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
3826
3896
  icon: boolean;
@@ -3830,6 +3900,7 @@ declare const _default: DefineComponent<any, {}, {
3830
3900
  tertiary: boolean;
3831
3901
  inline: boolean;
3832
3902
  color: "blue" | "red";
3903
+ isLoading: boolean;
3833
3904
  }>;
3834
3905
  __isFragment?: undefined;
3835
3906
  __isTeleport?: undefined;
@@ -3867,6 +3938,10 @@ declare const _default: DefineComponent<any, {}, {
3867
3938
  type: PropType<"blue" | "red">;
3868
3939
  default: undefined;
3869
3940
  };
3941
+ isLoading: {
3942
+ type: PropType<boolean>;
3943
+ default: boolean;
3944
+ };
3870
3945
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
3871
3946
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
3872
3947
  icon: boolean;
@@ -3876,6 +3951,7 @@ declare const _default: DefineComponent<any, {}, {
3876
3951
  tertiary: boolean;
3877
3952
  inline: boolean;
3878
3953
  color: "blue" | "red";
3954
+ isLoading: boolean;
3879
3955
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3880
3956
  $slots: {
3881
3957
  default?(_: {}): any;
@@ -4879,6 +4955,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
4879
4955
  type: PropType<"blue" | "red">;
4880
4956
  default: undefined;
4881
4957
  };
4958
+ isLoading: {
4959
+ type: PropType<boolean>;
4960
+ default: boolean;
4961
+ };
4882
4962
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
4883
4963
  to: {
4884
4964
  type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
@@ -4912,6 +4992,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
4912
4992
  type: PropType<"blue" | "red">;
4913
4993
  default: undefined;
4914
4994
  };
4995
+ isLoading: {
4996
+ type: PropType<boolean>;
4997
+ default: boolean;
4998
+ };
4915
4999
  }>> & Readonly<{}>, {
4916
5000
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
4917
5001
  icon: boolean;
@@ -4921,6 +5005,7 @@ export declare const ListGroup: DefineComponent<any, {}, {
4921
5005
  tertiary: boolean;
4922
5006
  inline: boolean;
4923
5007
  color: "blue" | "red";
5008
+ isLoading: boolean;
4924
5009
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
4925
5010
  P: {};
4926
5011
  B: {};
@@ -4961,6 +5046,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
4961
5046
  type: PropType<"blue" | "red">;
4962
5047
  default: undefined;
4963
5048
  };
5049
+ isLoading: {
5050
+ type: PropType<boolean>;
5051
+ default: boolean;
5052
+ };
4964
5053
  }>> & Readonly<{}>, {}, {}, {}, {}, {
4965
5054
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
4966
5055
  icon: boolean;
@@ -4970,6 +5059,7 @@ export declare const ListGroup: DefineComponent<any, {}, {
4970
5059
  tertiary: boolean;
4971
5060
  inline: boolean;
4972
5061
  color: "blue" | "red";
5062
+ isLoading: boolean;
4973
5063
  }>;
4974
5064
  __isFragment?: undefined;
4975
5065
  __isTeleport?: undefined;
@@ -5007,6 +5097,10 @@ export declare const ListGroup: DefineComponent<any, {}, {
5007
5097
  type: PropType<"blue" | "red">;
5008
5098
  default: undefined;
5009
5099
  };
5100
+ isLoading: {
5101
+ type: PropType<boolean>;
5102
+ default: boolean;
5103
+ };
5010
5104
  }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
5011
5105
  to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
5012
5106
  icon: boolean;
@@ -5016,6 +5110,7 @@ export declare const ListGroup: DefineComponent<any, {}, {
5016
5110
  tertiary: boolean;
5017
5111
  inline: boolean;
5018
5112
  color: "blue" | "red";
5113
+ isLoading: boolean;
5019
5114
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
5020
5115
  $slots: {
5021
5116
  default?(_: {}): any;
package/dist/Modal.js CHANGED
@@ -7,7 +7,7 @@ import I from "./Button.js";
7
7
  import M from "./Icon.js";
8
8
  import { _ as W } from "./_plugin-vue_export-helper-dad06003.js";
9
9
  import "lodash-es/get";
10
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
10
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
11
11
  import "./index-9e1095ef.js";
12
12
  import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
13
13
  var G = /* @__PURE__ */ ((l) => (l.Narrow = "narrow", l.Medium = "medium", l.Wide = "wide", l))(G || {}), J = /* @__PURE__ */ ((l) => (l.Center = "center", l.Left = "left", l.Right = "right", l))(J || {});
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as r, ref as u, computed as c, openBlock as s, createElementBlock as i, createTextVNode as p, toDisplayString as f, createBlock as h, withCtx as m, createVNode as d, normalizeClass as g, createCommentVNode as x } from "vue";
2
2
  import C from "./Button.js";
3
3
  import b from "./Icon.js";
4
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
4
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
5
5
  import "./_plugin-vue_export-helper-dad06003.js";
6
6
  import "lodash-es/uniqueId";
7
7
  import "./index-9e1095ef.js";
package/dist/SearchBar.js CHANGED
@@ -5,7 +5,7 @@ import v from "./Icon.js";
5
5
  import M from "./Input.js";
6
6
  import { _ as N } from "./_plugin-vue_export-helper-dad06003.js";
7
7
  import "lodash-es/get";
8
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
8
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
9
9
  import "lodash-es/uniqueId";
10
10
  import "./index-9e1095ef.js";
11
11
  import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
@@ -54,10 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<ExtractPropTypes
54
54
  "onUpdate:model-value"?: ((searchTerm: string) => any) | undefined;
55
55
  }>, {
56
56
  label: string;
57
+ isLoading: boolean;
57
58
  hintText: string;
58
59
  placeholder: string;
59
60
  modelValue: string;
60
- isLoading: boolean;
61
61
  isWorking: boolean;
62
62
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, {
63
63
  hint?(_: {}): any;
package/dist/Stepper.js CHANGED
@@ -4,7 +4,7 @@ import A from "./useStepper.js";
4
4
  import h from "./Button.js";
5
5
  import w from "./Icon.js";
6
6
  import { S as V } from "./keys-7ecef029.js";
7
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
7
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
8
8
  import "./_plugin-vue_export-helper-dad06003.js";
9
9
  import "lodash-es/uniqueId";
10
10
  import "./index-9e1095ef.js";
package/dist/Table.js CHANGED
@@ -20,7 +20,7 @@ import "./_plugin-vue_export-helper-dad06003.js";
20
20
  import "./Loading.vue_used_vue_type_style_index_0_lang.module-ef5a3bc6.js";
21
21
  import "@leaflink/snitch";
22
22
  import "./Checkbox.vue_used_vue_type_style_index_0_lang.module-fa8d9c06.js";
23
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
23
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
24
24
  import "./Checkbox.js";
25
25
  import "./ChevronToggle.vue_vue_type_script_setup_true_lang-fcdf0c19.js";
26
26
  import "./Button.js";
@@ -59,8 +59,8 @@ declare const _default: __VLS_WithTemplateSlots<DefineComponent<ExtractPropTypes
59
59
  radius: string;
60
60
  stickyHeader: undefined;
61
61
  }>>> & Readonly<{}>, {
62
- radius: "none" | "rounded" | "rounded-bottom";
63
62
  isLoading: boolean;
63
+ radius: "none" | "rounded" | "rounded-bottom";
64
64
  density: "compact" | "comfortable";
65
65
  isEmpty: boolean;
66
66
  isSelectable: boolean;
package/dist/TableCell.js CHANGED
@@ -11,7 +11,7 @@ import "./Loading.vue_used_vue_type_style_index_0_lang.module-ef5a3bc6.js";
11
11
  import { T as y, s as C } from "./Table.keys-83e4f09b.js";
12
12
  import "@leaflink/snitch";
13
13
  import "./Checkbox.vue_used_vue_type_style_index_0_lang.module-fa8d9c06.js";
14
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
14
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
15
15
  import { _ as h } from "./_plugin-vue_export-helper-dad06003.js";
16
16
  import "./index-9e1095ef.js";
17
17
  const T = {
@@ -11,7 +11,7 @@ import { T as N } from "./Table.keys-83e4f09b.js";
11
11
  import "lodash-es/uniqueId";
12
12
  import "@leaflink/snitch";
13
13
  import "./Checkbox.vue_used_vue_type_style_index_0_lang.module-fa8d9c06.js";
14
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
14
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
15
15
  import { _ as S } from "./_plugin-vue_export-helper-dad06003.js";
16
16
  import "./index-9e1095ef.js";
17
17
  import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
@@ -10,7 +10,7 @@ import "./Illustration.vue_vue_type_script_setup_true_lang-e26c3841.js";
10
10
  import "./EmptyState.vue_used_vue_type_style_index_0_lang.module-f5d89366.js";
11
11
  import "./Loading.vue_used_vue_type_style_index_0_lang.module-ef5a3bc6.js";
12
12
  import { T as N } from "./Table.keys-83e4f09b.js";
13
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
13
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
14
14
  import h from "./TableHeaderCell.js";
15
15
  import { _ as g } from "./_plugin-vue_export-helper-dad06003.js";
16
16
  import "lodash-es/get";
package/dist/TableRow.js CHANGED
@@ -18,9 +18,9 @@ import "lodash-es/get";
18
18
  import "@leaflink/snitch";
19
19
  import "./Checkbox.vue_used_vue_type_style_index_0_lang.module-fa8d9c06.js";
20
20
  import "./Button.js";
21
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
22
21
  import "./Icon.js";
23
22
  import "./index-9e1095ef.js";
23
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
24
24
  const W = /* @__PURE__ */ A({
25
25
  inheritAttrs: !1,
26
26
  __name: "TableRow",
@@ -9,12 +9,12 @@ import ni from "./Button.js";
9
9
  import { _ as kl } from "./Field.vue_vue_type_script_setup_true_lang-e1e4ff03.js";
10
10
  import ri from "./Icon.js";
11
11
  import { _ as Cl } from "./_plugin-vue_export-helper-dad06003.js";
12
- import "./Button.vue_used_vue_type_style_index_0_lang.module-a9290468.js";
12
+ import "./Button.vue_used_vue_type_style_index_0_lang.module-4dabc2a9.js";
13
+ import "./index-9e1095ef.js";
14
+ import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
13
15
  import "./Label.vue_vue_type_script_setup_true_lang-4b02087f.js";
14
16
  import "./locale.js";
15
17
  import "lodash-es/get";
16
- import "./index-9e1095ef.js";
17
- import "./Icon.vue_used_vue_type_style_index_0_lang.module-eb359559.js";
18
18
  var k = /* @__PURE__ */ ((r) => (r[r.TYPE = 3] = "TYPE", r[r.LEVEL = 12] = "LEVEL", r[r.ATTRIBUTE = 13] = "ATTRIBUTE", r[r.BLOT = 14] = "BLOT", r[r.INLINE = 7] = "INLINE", r[r.BLOCK = 11] = "BLOCK", r[r.BLOCK_BLOT = 10] = "BLOCK_BLOT", r[r.INLINE_BLOT = 6] = "INLINE_BLOT", r[r.BLOCK_ATTRIBUTE = 9] = "BLOCK_ATTRIBUTE", r[r.INLINE_ATTRIBUTE = 5] = "INLINE_ATTRIBUTE", r[r.ANY = 15] = "ANY", r))(k || {});
19
19
  class St {
20
20
  constructor(t, e, s = {}) {