@gcsa/console-vue 0.1.2 → 0.1.4
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/components/GcsaCascader.vue.js +8 -7
- package/dist/components/GcsaCascader.vue.js.map +1 -1
- package/dist/components/GcsaPopover.vue.d.ts +3 -0
- package/dist/components/GcsaPopover.vue.js +61 -59
- package/dist/components/GcsaPopover.vue.js.map +1 -1
- package/dist/components/GcsaPortal.vue.js +30 -16
- package/dist/components/GcsaPortal.vue.js.map +1 -1
- package/dist/components/GcsaTransfer.vue.js +117 -79
- package/dist/components/GcsaTransfer.vue.js.map +1 -1
- package/dist/components/GcsaUpload.vue.js +1 -1
- package/dist/components/GcsaUpload.vue.js.map +1 -1
- package/dist/icons/iconNames.d.ts +2 -2
- package/dist/icons/iconNames.js +1 -0
- package/dist/icons/iconNames.js.map +1 -1
- package/dist/icons/registry.d.ts +1 -1
- package/dist/icons/registry.js +38 -35
- package/dist/icons/registry.js.map +1 -1
- package/dist/icons/svg/result-empty.svg.js +12 -2
- package/dist/icons/svg/result-empty.svg.js.map +1 -1
- package/dist/icons/svg/upload.svg.js +10 -0
- package/dist/icons/svg/upload.svg.js.map +1 -0
- package/dist/icons/svg/users.svg.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +56 -55
- package/dist/style.css +223 -140
- package/dist/types/componentProps.d.ts +2 -0
- package/package.json +3 -3
- package/src/components/GcsaCascader.vue +1 -1
- package/src/components/GcsaPopover.vue +11 -13
- package/src/components/GcsaPortal.vue +26 -2
- package/src/components/GcsaTransfer.vue +125 -13
- package/src/components/GcsaUpload.vue +1 -1
- package/src/icons/iconNames.ts +1 -0
- package/src/icons/registry.ts +3 -1
- package/src/icons/svg/result-empty.svg +11 -1
- package/src/icons/svg/upload.svg +5 -0
- package/src/index.ts +1 -1
- package/src/types/componentProps.ts +2 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.svg.js","sources":["../../../src/icons/svg/users.svg?raw"],"sourcesContent":["export default \"<svg viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" aria-hidden=\\\"true\\\">\\n <path d=\\\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\\\" />\\n <circle cx=\\\"9\\\" cy=\\\"7\\\" r=\\\"4\\\" />\\n <path d=\\\"M22 21v-2a4 4 0 0 0-3-3.87\\\" />\\n <path d=\\\"M16 3.13a4 4 0 0 1 0 7.75\\\" />\\n</svg>\\n\""],"names":["
|
|
1
|
+
{"version":3,"file":"users.svg.js","sources":["../../../src/icons/svg/users.svg?raw"],"sourcesContent":["export default \"<svg viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" aria-hidden=\\\"true\\\">\\n <path d=\\\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\\\" />\\n <circle cx=\\\"9\\\" cy=\\\"7\\\" r=\\\"4\\\" />\\n <path d=\\\"M22 21v-2a4 4 0 0 0-3-3.87\\\" />\\n <path d=\\\"M16 3.13a4 4 0 0 1 0 7.75\\\" />\\n</svg>\\n\""],"names":["__vite_glob_0_15"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -67,7 +67,7 @@ export { default as GcsaDropdown } from './components/GcsaDropdown.vue';
|
|
|
67
67
|
export { default as GcsaMenu } from './components/GcsaMenu.vue';
|
|
68
68
|
export { default as GcsaPopconfirm } from './components/GcsaPopconfirm.vue';
|
|
69
69
|
export { useGcsaMessage } from './composables/useGcsaMessage';
|
|
70
|
-
export { useGcsaTheme } from './composables/useGcsaTheme';
|
|
70
|
+
export { useGcsaTheme, GCSA_THEME_KEY } from './composables/useGcsaTheme';
|
|
71
71
|
export { useGcsaComponentSize, useGcsaComponentSizeConfig, useGcsaButtonSize } from './composables/useGcsaComponentSize';
|
|
72
72
|
export { useGcsaLocale, useGcsaLocaleMessages } from './composables/useGcsaLocale';
|
|
73
73
|
export { useGcsaZIndex } from './composables/useGcsaZIndex';
|
package/dist/index.js
CHANGED
|
@@ -8,8 +8,8 @@ import { default as G } from "./components/GcsaButton.vue.js";
|
|
|
8
8
|
import { default as n } from "./components/GcsaBadge.vue.js";
|
|
9
9
|
import { default as C } from "./components/GcsaCard.vue.js";
|
|
10
10
|
import { default as T } from "./components/GcsaField.vue.js";
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
11
|
+
import { default as M } from "./components/GcsaInput.vue.js";
|
|
12
|
+
import { default as P } from "./components/GcsaInputGroup.vue.js";
|
|
13
13
|
import { default as I } from "./components/GcsaTextarea.vue.js";
|
|
14
14
|
import { default as v } from "./components/GcsaSelect.vue.js";
|
|
15
15
|
import { default as D } from "./components/GcsaMultiSelect.vue.js";
|
|
@@ -18,8 +18,8 @@ import { default as R } from "./components/GcsaCheckbox.vue.js";
|
|
|
18
18
|
import { default as L } from "./components/GcsaRadioGroup.vue.js";
|
|
19
19
|
import { default as O } from "./components/GcsaSwitch.vue.js";
|
|
20
20
|
import { default as z } from "./components/GcsaInputNumber.vue.js";
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
21
|
+
import { default as U } from "./components/GcsaDatePicker.vue.js";
|
|
22
|
+
import { default as Y } from "./components/GcsaCalendar.vue.js";
|
|
23
23
|
import { default as Z } from "./components/GcsaDateRangePicker.vue.js";
|
|
24
24
|
import { default as q } from "./components/GcsaDateTimePicker.vue.js";
|
|
25
25
|
import { default as Q } from "./components/GcsaTimePicker.vue.js";
|
|
@@ -35,8 +35,8 @@ import { default as Ga } from "./components/GcsaDataTable.vue.js";
|
|
|
35
35
|
import { default as na } from "./components/GcsaForm.vue.js";
|
|
36
36
|
import { default as Ca } from "./components/GcsaFormField.vue.js";
|
|
37
37
|
import { default as Ta } from "./components/GcsaPagination.vue.js";
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
38
|
+
import { default as Ma } from "./components/GcsaAlert.vue.js";
|
|
39
|
+
import { default as Pa } from "./components/GcsaSpin.vue.js";
|
|
40
40
|
import { default as Ia } from "./components/GcsaLoadingMask.vue.js";
|
|
41
41
|
import { GcsaLoadingPlugin as va } from "./loading/index.js";
|
|
42
42
|
import { default as Da } from "./components/GcsaSkeleton.vue.js";
|
|
@@ -45,8 +45,8 @@ import { default as Ra } from "./components/GcsaDrawer.vue.js";
|
|
|
45
45
|
import { default as La } from "./components/GcsaProgress.vue.js";
|
|
46
46
|
import { default as Oa } from "./components/GcsaResult.vue.js";
|
|
47
47
|
import { default as za } from "./components/GcsaTabs.vue.js";
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
48
|
+
import { default as Ua } from "./components/GcsaBreadcrumb.vue.js";
|
|
49
|
+
import { default as Ya } from "./components/GcsaTag.vue.js";
|
|
50
50
|
import { default as Za } from "./components/GcsaStatistic.vue.js";
|
|
51
51
|
import { default as qa } from "./components/GcsaDescriptions.vue.js";
|
|
52
52
|
import { default as Qa } from "./components/GcsaAvatar.vue.js";
|
|
@@ -62,46 +62,47 @@ import { default as Ge } from "./components/GcsaTooltip.vue.js";
|
|
|
62
62
|
import { default as ne } from "./components/GcsaPopover.vue.js";
|
|
63
63
|
import { default as Ce } from "./components/GcsaDropdown.vue.js";
|
|
64
64
|
import { default as Te } from "./components/GcsaMenu.vue.js";
|
|
65
|
-
import { default as
|
|
66
|
-
import { useGcsaMessage as
|
|
67
|
-
import {
|
|
68
|
-
import { useGcsaButtonSize as
|
|
69
|
-
import { useGcsaLocale as
|
|
70
|
-
import { useGcsaZIndex as
|
|
71
|
-
import { GCSA_RESTORE_DOCUMENT_THEME_KEY as
|
|
72
|
-
import { gcsaBooleanFieldBindings as
|
|
73
|
-
import { gcsaTableColumnsToDefs as
|
|
74
|
-
import { gcsaLoginSchema as
|
|
75
|
-
import { GcsaConsoleResolver as
|
|
76
|
-
import { GcsaLoading as
|
|
77
|
-
import { GCSA_ICON_NAMES as
|
|
78
|
-
import { vGcsaLoading as
|
|
65
|
+
import { default as Me } from "./components/GcsaPopconfirm.vue.js";
|
|
66
|
+
import { useGcsaMessage as Pe } from "./composables/useGcsaMessage.js";
|
|
67
|
+
import { GCSA_THEME_KEY as Ie, useGcsaTheme as Ne } from "./composables/useGcsaTheme.js";
|
|
68
|
+
import { useGcsaButtonSize as Be, useGcsaComponentSize as De, useGcsaComponentSizeConfig as Fe } from "./composables/useGcsaComponentSize.js";
|
|
69
|
+
import { useGcsaLocale as ke, useGcsaLocaleMessages as Re } from "./composables/useGcsaLocale.js";
|
|
70
|
+
import { useGcsaZIndex as Le } from "./composables/useGcsaZIndex.js";
|
|
71
|
+
import { GCSA_RESTORE_DOCUMENT_THEME_KEY as Oe } from "./composables/useDocumentThemeSync.js";
|
|
72
|
+
import { gcsaBooleanFieldBindings as ze, gcsaFieldError as He, gcsaFieldInvalid as Ue, gcsaNumberFieldBindings as Ke, gcsaRadioFieldBindings as Ye, gcsaTextFieldBindings as Ve } from "./composables/useGcsaFormField.js";
|
|
73
|
+
import { gcsaTableColumnsToDefs as je, resolveGcsaTableColumns as qe } from "./utils/gcsaTableColumns.js";
|
|
74
|
+
import { gcsaLoginSchema as Qe, gcsaNotifySchema as We } from "@gcsa/console-core";
|
|
75
|
+
import { GcsaConsoleResolver as $e } from "./resolver.js";
|
|
76
|
+
import { GcsaLoading as eo, default as oo } from "./loading/service.js";
|
|
77
|
+
import { GCSA_ICON_NAMES as so, GCSA_NAV_ICON_NAMES as to, GCSA_UI_ICON_NAMES as fo } from "./icons/iconNames.js";
|
|
78
|
+
import { vGcsaLoading as co } from "./loading/directive.js";
|
|
79
79
|
export {
|
|
80
80
|
c as ConsoleHeader,
|
|
81
81
|
p as ConsolePage,
|
|
82
82
|
s as ConsoleShell,
|
|
83
83
|
f as ConsoleSidebar,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
84
|
+
so as GCSA_ICON_NAMES,
|
|
85
|
+
to as GCSA_NAV_ICON_NAMES,
|
|
86
|
+
Oe as GCSA_RESTORE_DOCUMENT_THEME_KEY,
|
|
87
|
+
Ie as GCSA_THEME_KEY,
|
|
88
|
+
fo as GCSA_UI_ICON_NAMES,
|
|
89
|
+
Ma as GcsaAlert,
|
|
89
90
|
b as GcsaAutoComplete,
|
|
90
91
|
Qa as GcsaAvatar,
|
|
91
92
|
n as GcsaBadge,
|
|
92
93
|
u as GcsaBrandMark,
|
|
93
|
-
|
|
94
|
+
Ua as GcsaBreadcrumb,
|
|
94
95
|
G as GcsaButton,
|
|
95
|
-
|
|
96
|
+
Y as GcsaCalendar,
|
|
96
97
|
C as GcsaCard,
|
|
97
98
|
sa as GcsaCascader,
|
|
98
99
|
ae as GcsaChatPanel,
|
|
99
100
|
R as GcsaCheckbox,
|
|
100
101
|
aa as GcsaCollapse,
|
|
101
102
|
o as GcsaConfigProvider,
|
|
102
|
-
|
|
103
|
+
$e as GcsaConsoleResolver,
|
|
103
104
|
Ga as GcsaDataTable,
|
|
104
|
-
|
|
105
|
+
U as GcsaDatePicker,
|
|
105
106
|
Z as GcsaDateRangePicker,
|
|
106
107
|
q as GcsaDateTimePicker,
|
|
107
108
|
qa as GcsaDescriptions,
|
|
@@ -114,10 +115,10 @@ export {
|
|
|
114
115
|
Ca as GcsaFormField,
|
|
115
116
|
ue as GcsaIcon,
|
|
116
117
|
ca as GcsaImagePreview,
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
M as GcsaInput,
|
|
119
|
+
P as GcsaInputGroup,
|
|
119
120
|
z as GcsaInputNumber,
|
|
120
|
-
|
|
121
|
+
eo as GcsaLoading,
|
|
121
122
|
Ia as GcsaLoadingMask,
|
|
122
123
|
va as GcsaLoadingPlugin,
|
|
123
124
|
oe as GcsaMarkdownRenderer,
|
|
@@ -125,7 +126,7 @@ export {
|
|
|
125
126
|
ba as GcsaModal,
|
|
126
127
|
D as GcsaMultiSelect,
|
|
127
128
|
Ta as GcsaPagination,
|
|
128
|
-
|
|
129
|
+
Me as GcsaPopconfirm,
|
|
129
130
|
ne as GcsaPopover,
|
|
130
131
|
La as GcsaProgress,
|
|
131
132
|
L as GcsaRadioGroup,
|
|
@@ -134,12 +135,12 @@ export {
|
|
|
134
135
|
v as GcsaSelect,
|
|
135
136
|
Da as GcsaSkeleton,
|
|
136
137
|
fe as GcsaSpace,
|
|
137
|
-
|
|
138
|
+
Pa as GcsaSpin,
|
|
138
139
|
Za as GcsaStatistic,
|
|
139
140
|
pa as GcsaSteps,
|
|
140
141
|
O as GcsaSwitch,
|
|
141
142
|
za as GcsaTabs,
|
|
142
|
-
|
|
143
|
+
Ya as GcsaTag,
|
|
143
144
|
I as GcsaTextarea,
|
|
144
145
|
Q as GcsaTimePicker,
|
|
145
146
|
ua as GcsaTimeline,
|
|
@@ -148,25 +149,25 @@ export {
|
|
|
148
149
|
oa as GcsaTree,
|
|
149
150
|
ce as GcsaTypography,
|
|
150
151
|
X as GcsaUpload,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
152
|
+
oo as LoadingService,
|
|
153
|
+
ze as gcsaBooleanFieldBindings,
|
|
154
|
+
He as gcsaFieldError,
|
|
154
155
|
Ue as gcsaFieldInvalid,
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
156
|
+
Qe as gcsaLoginSchema,
|
|
157
|
+
We as gcsaNotifySchema,
|
|
158
|
+
Ke as gcsaNumberFieldBindings,
|
|
159
|
+
Ye as gcsaRadioFieldBindings,
|
|
160
|
+
je as gcsaTableColumnsToDefs,
|
|
160
161
|
Ve as gcsaTextFieldBindings,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
162
|
+
qe as resolveGcsaTableColumns,
|
|
163
|
+
Be as useGcsaButtonSize,
|
|
164
|
+
De as useGcsaComponentSize,
|
|
165
|
+
Fe as useGcsaComponentSizeConfig,
|
|
166
|
+
ke as useGcsaLocale,
|
|
167
|
+
Re as useGcsaLocaleMessages,
|
|
168
|
+
Pe as useGcsaMessage,
|
|
169
|
+
Ne as useGcsaTheme,
|
|
170
|
+
Le as useGcsaZIndex,
|
|
171
|
+
co as vGcsaLoading
|
|
171
172
|
};
|
|
172
173
|
//# sourceMappingURL=index.js.map
|