bitboss-ui 2.1.127 → 2.1.129

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/index329.js CHANGED
@@ -1,155 +1,6 @@
1
- import e from "./index145.js";
2
- import t from "./index203.js";
3
- import { computed as n, createBlock as r, createVNode as i, defineComponent as a, guardReactiveProps as o, mergeProps as s, normalizeProps as c, openBlock as l, ref as u, renderSlot as d, withCtx as f } from "vue";
4
- //#region src/components/BbTag/BbTag.vue?vue&type=script&setup=true&lang.ts
5
- var p = /* @__PURE__ */ a({
6
- __name: "BbTag",
7
- props: {
8
- "append:icon": {},
9
- autocomplete: {},
10
- autofocus: {},
11
- comma: { type: Boolean },
12
- clearable: { type: Boolean },
13
- compact: { type: Boolean },
14
- direction: {},
15
- disabled: { type: Boolean },
16
- divider: {},
17
- errors: {},
18
- hasErrors: { type: Boolean },
19
- hideLabel: { type: Boolean },
20
- hint: {},
21
- id: {},
22
- label: {},
23
- labelPosition: {},
24
- loading: { type: Boolean },
25
- max: {},
26
- modelValue: {},
27
- multiple: {
28
- type: Boolean,
29
- default: !0
30
- },
31
- name: {},
32
- persistentHint: { type: Boolean },
33
- placeholder: {},
34
- "prepend:icon": {},
35
- readonly: { type: Boolean },
36
- required: { type: Boolean },
37
- reverse: { type: Boolean }
38
- },
39
- emits: [
40
- "blur",
41
- "change",
42
- "click",
43
- "duplicate",
44
- "focus",
45
- "inactive",
46
- "input",
47
- "keydown",
48
- "keyup",
49
- "update:modelValue"
50
- ],
51
- setup(a, { emit: p }) {
52
- let m = a, h = p, g = u(!1), _ = n(() => m.persistentHint || g.value), v = {
53
- onBlur: (e) => h("blur", e),
54
- onChange: (e) => h("change", e),
55
- onClick: (e) => h("click", e),
56
- onDuplicate: (e) => h("duplicate", e),
57
- onFocus: (e) => {
58
- g.value = !0, h("focus", e);
59
- },
60
- onInactive: () => {
61
- g.value = !1, h("inactive");
62
- },
63
- onInput: (e) => h("input", e),
64
- onKeydown: (e) => h("keydown", e),
65
- onKeyup: (e) => h("keyup", e),
66
- "onUpdate:modelValue": (e) => h("update:modelValue", e)
67
- };
68
- return (n, a) => (l(), r(e, {
69
- id: n.id,
70
- class: "bb-tag",
71
- compact: n.compact,
72
- direction: n.direction,
73
- errors: n.errors,
74
- "has-errors": n.hasErrors,
75
- "hide-label": n.hideLabel,
76
- hint: n.hint,
77
- label: n.label,
78
- "label-position": n.labelPosition,
79
- "model-value": n.modelValue,
80
- name: n.name,
81
- reverse: n.reverse,
82
- "show-hint": _.value
83
- }, {
84
- label: f((e) => [d(n.$slots, "label", c(o(e)))]),
85
- input: f(({ id: e, hasErrors: r, ariaDescribedby: a }) => [i(t, s({
86
- id: e,
87
- "append:icon": m["append:icon"],
88
- "aria-describedby": a,
89
- autocomplete: n.autocomplete,
90
- autofocus: n.autofocus,
91
- clearable: n.clearable,
92
- comma: n.comma,
93
- compact: n.compact,
94
- disabled: n.disabled,
95
- divider: n.divider,
96
- "has-errors": r,
97
- loading: n.loading,
98
- max: n.max,
99
- "model-value": n.modelValue,
100
- multiple: n.multiple,
101
- name: n.name,
102
- placeholder: n.placeholder,
103
- "prepend:icon": m["prepend:icon"],
104
- readonly: n.readonly,
105
- required: n.required
106
- }, v), {
107
- "prepend-outer": f((e) => [d(n.$slots, "prepend-outer", c(o(e)))]),
108
- prepend: f((e) => [d(n.$slots, "prepend", c(o(e)))]),
109
- prefix: f((e) => [d(n.$slots, "prefix", c(o(e)))]),
110
- append: f((e) => [d(n.$slots, "append", c(o(e)))]),
111
- suffix: f((e) => [d(n.$slots, "suffix", c(o(e)))]),
112
- "append-outer": f((e) => [d(n.$slots, "append-outer", c(o(e)))]),
113
- _: 2
114
- }, 1040, [
115
- "id",
116
- "append:icon",
117
- "aria-describedby",
118
- "autocomplete",
119
- "autofocus",
120
- "clearable",
121
- "comma",
122
- "compact",
123
- "disabled",
124
- "divider",
125
- "has-errors",
126
- "loading",
127
- "max",
128
- "model-value",
129
- "multiple",
130
- "name",
131
- "placeholder",
132
- "prepend:icon",
133
- "readonly",
134
- "required"
135
- ])]),
136
- _: 3
137
- }, 8, [
138
- "id",
139
- "compact",
140
- "direction",
141
- "errors",
142
- "has-errors",
143
- "hide-label",
144
- "hint",
145
- "label",
146
- "label-position",
147
- "model-value",
148
- "name",
149
- "reverse",
150
- "show-hint"
151
- ]));
152
- }
153
- });
1
+ import e from "./index327.js";
2
+ /* empty css */
3
+ //#region src/components/BbTable/BbTable.vue
4
+ var t = e;
154
5
  //#endregion
155
- export { p as default };
6
+ export { t as default };
@@ -0,0 +1,155 @@
1
+ import e from "./index145.js";
2
+ import t from "./index203.js";
3
+ import { computed as n, createBlock as r, createVNode as i, defineComponent as a, guardReactiveProps as o, mergeProps as s, normalizeProps as c, openBlock as l, ref as u, renderSlot as d, withCtx as f } from "vue";
4
+ //#region src/components/BbTag/BbTag.vue?vue&type=script&setup=true&lang.ts
5
+ var p = /* @__PURE__ */ a({
6
+ __name: "BbTag",
7
+ props: {
8
+ "append:icon": {},
9
+ autocomplete: {},
10
+ autofocus: {},
11
+ comma: { type: Boolean },
12
+ clearable: { type: Boolean },
13
+ compact: { type: Boolean },
14
+ direction: {},
15
+ disabled: { type: Boolean },
16
+ divider: {},
17
+ errors: {},
18
+ hasErrors: { type: Boolean },
19
+ hideLabel: { type: Boolean },
20
+ hint: {},
21
+ id: {},
22
+ label: {},
23
+ labelPosition: {},
24
+ loading: { type: Boolean },
25
+ max: {},
26
+ modelValue: {},
27
+ multiple: {
28
+ type: Boolean,
29
+ default: !0
30
+ },
31
+ name: {},
32
+ persistentHint: { type: Boolean },
33
+ placeholder: {},
34
+ "prepend:icon": {},
35
+ readonly: { type: Boolean },
36
+ required: { type: Boolean },
37
+ reverse: { type: Boolean }
38
+ },
39
+ emits: [
40
+ "blur",
41
+ "change",
42
+ "click",
43
+ "duplicate",
44
+ "focus",
45
+ "inactive",
46
+ "input",
47
+ "keydown",
48
+ "keyup",
49
+ "update:modelValue"
50
+ ],
51
+ setup(a, { emit: p }) {
52
+ let m = a, h = p, g = u(!1), _ = n(() => m.persistentHint || g.value), v = {
53
+ onBlur: (e) => h("blur", e),
54
+ onChange: (e) => h("change", e),
55
+ onClick: (e) => h("click", e),
56
+ onDuplicate: (e) => h("duplicate", e),
57
+ onFocus: (e) => {
58
+ g.value = !0, h("focus", e);
59
+ },
60
+ onInactive: () => {
61
+ g.value = !1, h("inactive");
62
+ },
63
+ onInput: (e) => h("input", e),
64
+ onKeydown: (e) => h("keydown", e),
65
+ onKeyup: (e) => h("keyup", e),
66
+ "onUpdate:modelValue": (e) => h("update:modelValue", e)
67
+ };
68
+ return (n, a) => (l(), r(e, {
69
+ id: n.id,
70
+ class: "bb-tag",
71
+ compact: n.compact,
72
+ direction: n.direction,
73
+ errors: n.errors,
74
+ "has-errors": n.hasErrors,
75
+ "hide-label": n.hideLabel,
76
+ hint: n.hint,
77
+ label: n.label,
78
+ "label-position": n.labelPosition,
79
+ "model-value": n.modelValue,
80
+ name: n.name,
81
+ reverse: n.reverse,
82
+ "show-hint": _.value
83
+ }, {
84
+ label: f((e) => [d(n.$slots, "label", c(o(e)))]),
85
+ input: f(({ id: e, hasErrors: r, ariaDescribedby: a }) => [i(t, s({
86
+ id: e,
87
+ "append:icon": m["append:icon"],
88
+ "aria-describedby": a,
89
+ autocomplete: n.autocomplete,
90
+ autofocus: n.autofocus,
91
+ clearable: n.clearable,
92
+ comma: n.comma,
93
+ compact: n.compact,
94
+ disabled: n.disabled,
95
+ divider: n.divider,
96
+ "has-errors": r,
97
+ loading: n.loading,
98
+ max: n.max,
99
+ "model-value": n.modelValue,
100
+ multiple: n.multiple,
101
+ name: n.name,
102
+ placeholder: n.placeholder,
103
+ "prepend:icon": m["prepend:icon"],
104
+ readonly: n.readonly,
105
+ required: n.required
106
+ }, v), {
107
+ "prepend-outer": f((e) => [d(n.$slots, "prepend-outer", c(o(e)))]),
108
+ prepend: f((e) => [d(n.$slots, "prepend", c(o(e)))]),
109
+ prefix: f((e) => [d(n.$slots, "prefix", c(o(e)))]),
110
+ append: f((e) => [d(n.$slots, "append", c(o(e)))]),
111
+ suffix: f((e) => [d(n.$slots, "suffix", c(o(e)))]),
112
+ "append-outer": f((e) => [d(n.$slots, "append-outer", c(o(e)))]),
113
+ _: 2
114
+ }, 1040, [
115
+ "id",
116
+ "append:icon",
117
+ "aria-describedby",
118
+ "autocomplete",
119
+ "autofocus",
120
+ "clearable",
121
+ "comma",
122
+ "compact",
123
+ "disabled",
124
+ "divider",
125
+ "has-errors",
126
+ "loading",
127
+ "max",
128
+ "model-value",
129
+ "multiple",
130
+ "name",
131
+ "placeholder",
132
+ "prepend:icon",
133
+ "readonly",
134
+ "required"
135
+ ])]),
136
+ _: 3
137
+ }, 8, [
138
+ "id",
139
+ "compact",
140
+ "direction",
141
+ "errors",
142
+ "has-errors",
143
+ "hide-label",
144
+ "hint",
145
+ "label",
146
+ "label-position",
147
+ "model-value",
148
+ "name",
149
+ "reverse",
150
+ "show-hint"
151
+ ]));
152
+ }
153
+ });
154
+ //#endregion
155
+ export { p as default };
package/dist/index332.js CHANGED
@@ -1,142 +1,6 @@
1
- import e from "./index145.js";
2
- import t from "./index206.js";
3
- import { computed as n, createBlock as r, createVNode as i, defineComponent as a, guardReactiveProps as o, mergeProps as s, normalizeProps as c, openBlock as l, ref as u, renderSlot as d, withCtx as f } from "vue";
4
- //#region src/components/BbTextarea/BbTextarea.vue?vue&type=script&setup=true&lang.ts
5
- var p = /* @__PURE__ */ a({
6
- __name: "BbTextarea",
7
- props: {
8
- "append:icon": {},
9
- autocomplete: {},
10
- autofocus: {},
11
- autoGrow: { type: Boolean },
12
- clearable: { type: Boolean },
13
- compact: { type: Boolean },
14
- direction: {},
15
- disabled: { type: Boolean },
16
- errors: {},
17
- hasErrors: { type: Boolean },
18
- hideLabel: { type: Boolean },
19
- hint: {},
20
- id: {},
21
- label: {},
22
- labelPosition: {},
23
- loading: { type: Boolean },
24
- modelValue: {},
25
- name: {},
26
- persistentHint: { type: Boolean },
27
- placeholder: {},
28
- "prepend:icon": {},
29
- readonly: { type: Boolean },
30
- required: { type: Boolean },
31
- reverse: { type: Boolean },
32
- rows: {}
33
- },
34
- emits: [
35
- "blur",
36
- "change",
37
- "click",
38
- "focus",
39
- "input",
40
- "keydown",
41
- "mousedown",
42
- "mouseup",
43
- "update:modelValue"
44
- ],
45
- setup(a, { emit: p }) {
46
- let m = a, h = p, g = u(!1), _ = n(() => m.persistentHint || g.value), v = {
47
- onBlur: (e) => {
48
- g.value = !1, h("blur", e);
49
- },
50
- onChange: (e) => h("change", e),
51
- onClick: (e) => h("click", e),
52
- onFocus: (e) => {
53
- g.value = !0, h("focus", e);
54
- },
55
- onInput: (e) => h("input", e),
56
- onKeydown: (e) => h("keydown", e),
57
- onMousedown: (e) => h("mousedown", e),
58
- onMouseup: (e) => h("mouseup", e),
59
- "onUpdate:modelValue": (e) => h("update:modelValue", e)
60
- };
61
- return (n, a) => (l(), r(e, {
62
- id: n.id,
63
- class: "bb-textarea",
64
- compact: n.compact,
65
- direction: n.direction,
66
- errors: n.errors,
67
- "has-errors": n.hasErrors,
68
- "hide-label": n.hideLabel,
69
- hint: n.hint,
70
- label: n.label,
71
- "label-position": n.labelPosition,
72
- "model-value": n.modelValue,
73
- name: n.name,
74
- reverse: n.reverse,
75
- "show-hint": _.value
76
- }, {
77
- label: f((e) => [d(n.$slots, "label", c(o(e)))]),
78
- input: f(({ id: e, hasErrors: r, ariaDescribedby: a }) => [i(t, s({
79
- id: e,
80
- "append:icon": m["append:icon"],
81
- "aria-describedby": a,
82
- "auto-grow": n.autoGrow,
83
- autofocus: n.autofocus,
84
- clearable: n.clearable,
85
- compact: n.compact,
86
- disabled: n.disabled,
87
- "has-errors": r,
88
- loading: n.loading,
89
- "model-value": n.modelValue,
90
- name: n.name,
91
- placeholder: n.placeholder,
92
- "prepend:icon": m["prepend:icon"],
93
- readonly: n.readonly,
94
- required: n.required,
95
- rows: n.rows
96
- }, v), {
97
- "append-outer": f(() => [d(n.$slots, "append-outer")]),
98
- append: f(() => [d(n.$slots, "append")]),
99
- prepend: f(() => [d(n.$slots, "prepend")]),
100
- "prepend-outer": f(() => [d(n.$slots, "prepend-outer")]),
101
- prefix: f((e) => [d(n.$slots, "prefix", c(o(e)))]),
102
- suffix: f((e) => [d(n.$slots, "suffix", c(o(e)))]),
103
- _: 2
104
- }, 1040, [
105
- "id",
106
- "append:icon",
107
- "aria-describedby",
108
- "auto-grow",
109
- "autofocus",
110
- "clearable",
111
- "compact",
112
- "disabled",
113
- "has-errors",
114
- "loading",
115
- "model-value",
116
- "name",
117
- "placeholder",
118
- "prepend:icon",
119
- "readonly",
120
- "required",
121
- "rows"
122
- ])]),
123
- _: 3
124
- }, 8, [
125
- "id",
126
- "compact",
127
- "direction",
128
- "errors",
129
- "has-errors",
130
- "hide-label",
131
- "hint",
132
- "label",
133
- "label-position",
134
- "model-value",
135
- "name",
136
- "reverse",
137
- "show-hint"
138
- ]));
139
- }
140
- });
1
+ import e from "./index330.js";
2
+ /* empty css */
3
+ //#region src/components/BbTag/BbTag.vue
4
+ var t = e;
141
5
  //#endregion
142
- export { p as default };
6
+ export { t as default };
@@ -0,0 +1,142 @@
1
+ import e from "./index145.js";
2
+ import t from "./index206.js";
3
+ import { computed as n, createBlock as r, createVNode as i, defineComponent as a, guardReactiveProps as o, mergeProps as s, normalizeProps as c, openBlock as l, ref as u, renderSlot as d, withCtx as f } from "vue";
4
+ //#region src/components/BbTextarea/BbTextarea.vue?vue&type=script&setup=true&lang.ts
5
+ var p = /* @__PURE__ */ a({
6
+ __name: "BbTextarea",
7
+ props: {
8
+ "append:icon": {},
9
+ autocomplete: {},
10
+ autofocus: {},
11
+ autoGrow: { type: Boolean },
12
+ clearable: { type: Boolean },
13
+ compact: { type: Boolean },
14
+ direction: {},
15
+ disabled: { type: Boolean },
16
+ errors: {},
17
+ hasErrors: { type: Boolean },
18
+ hideLabel: { type: Boolean },
19
+ hint: {},
20
+ id: {},
21
+ label: {},
22
+ labelPosition: {},
23
+ loading: { type: Boolean },
24
+ modelValue: {},
25
+ name: {},
26
+ persistentHint: { type: Boolean },
27
+ placeholder: {},
28
+ "prepend:icon": {},
29
+ readonly: { type: Boolean },
30
+ required: { type: Boolean },
31
+ reverse: { type: Boolean },
32
+ rows: {}
33
+ },
34
+ emits: [
35
+ "blur",
36
+ "change",
37
+ "click",
38
+ "focus",
39
+ "input",
40
+ "keydown",
41
+ "mousedown",
42
+ "mouseup",
43
+ "update:modelValue"
44
+ ],
45
+ setup(a, { emit: p }) {
46
+ let m = a, h = p, g = u(!1), _ = n(() => m.persistentHint || g.value), v = {
47
+ onBlur: (e) => {
48
+ g.value = !1, h("blur", e);
49
+ },
50
+ onChange: (e) => h("change", e),
51
+ onClick: (e) => h("click", e),
52
+ onFocus: (e) => {
53
+ g.value = !0, h("focus", e);
54
+ },
55
+ onInput: (e) => h("input", e),
56
+ onKeydown: (e) => h("keydown", e),
57
+ onMousedown: (e) => h("mousedown", e),
58
+ onMouseup: (e) => h("mouseup", e),
59
+ "onUpdate:modelValue": (e) => h("update:modelValue", e)
60
+ };
61
+ return (n, a) => (l(), r(e, {
62
+ id: n.id,
63
+ class: "bb-textarea",
64
+ compact: n.compact,
65
+ direction: n.direction,
66
+ errors: n.errors,
67
+ "has-errors": n.hasErrors,
68
+ "hide-label": n.hideLabel,
69
+ hint: n.hint,
70
+ label: n.label,
71
+ "label-position": n.labelPosition,
72
+ "model-value": n.modelValue,
73
+ name: n.name,
74
+ reverse: n.reverse,
75
+ "show-hint": _.value
76
+ }, {
77
+ label: f((e) => [d(n.$slots, "label", c(o(e)))]),
78
+ input: f(({ id: e, hasErrors: r, ariaDescribedby: a }) => [i(t, s({
79
+ id: e,
80
+ "append:icon": m["append:icon"],
81
+ "aria-describedby": a,
82
+ "auto-grow": n.autoGrow,
83
+ autofocus: n.autofocus,
84
+ clearable: n.clearable,
85
+ compact: n.compact,
86
+ disabled: n.disabled,
87
+ "has-errors": r,
88
+ loading: n.loading,
89
+ "model-value": n.modelValue,
90
+ name: n.name,
91
+ placeholder: n.placeholder,
92
+ "prepend:icon": m["prepend:icon"],
93
+ readonly: n.readonly,
94
+ required: n.required,
95
+ rows: n.rows
96
+ }, v), {
97
+ "append-outer": f(() => [d(n.$slots, "append-outer")]),
98
+ append: f(() => [d(n.$slots, "append")]),
99
+ prepend: f(() => [d(n.$slots, "prepend")]),
100
+ "prepend-outer": f(() => [d(n.$slots, "prepend-outer")]),
101
+ prefix: f((e) => [d(n.$slots, "prefix", c(o(e)))]),
102
+ suffix: f((e) => [d(n.$slots, "suffix", c(o(e)))]),
103
+ _: 2
104
+ }, 1040, [
105
+ "id",
106
+ "append:icon",
107
+ "aria-describedby",
108
+ "auto-grow",
109
+ "autofocus",
110
+ "clearable",
111
+ "compact",
112
+ "disabled",
113
+ "has-errors",
114
+ "loading",
115
+ "model-value",
116
+ "name",
117
+ "placeholder",
118
+ "prepend:icon",
119
+ "readonly",
120
+ "required",
121
+ "rows"
122
+ ])]),
123
+ _: 3
124
+ }, 8, [
125
+ "id",
126
+ "compact",
127
+ "direction",
128
+ "errors",
129
+ "has-errors",
130
+ "hide-label",
131
+ "hint",
132
+ "label",
133
+ "label-position",
134
+ "model-value",
135
+ "name",
136
+ "reverse",
137
+ "show-hint"
138
+ ]));
139
+ }
140
+ });
141
+ //#endregion
142
+ export { p as default };