@supersoniks/concorde 1.1.26 → 1.1.27
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/components.d.ts +2 -2
- package/components.js +2 -2
- package/concorde-core.bundle.js +17 -17
- package/concorde-core.es.js +3 -3
- package/core/components/functional/list/list.d.ts +1 -4
- package/core/components/functional/list/list.js +1 -1
- package/core/components/ui/form/input/input.d.ts +0 -3
- package/core/components/ui/form/input/input.js +1 -1
- package/core/components/ui/form/radio/radio.d.ts +1 -1
- package/core/components/ui/form/radio/radio.js +1 -1
- package/core/components/ui/form/select/select.js +1 -1
- package/core/components/ui/form/textarea/textarea.js +1 -1
- package/core/components/ui/icon/icon.js +1 -1
- package/core/components/ui/icon/icons.js +1 -1
- package/core/components/ui/loader/loader.js +2 -2
- package/core/components/ui/menu/menu-item.d.ts +1 -1
- package/core/components/ui/menu/menu-item.js +1 -1
- package/core/components/ui/menu/menu.d.ts +1 -1
- package/core/components/ui/menu/menu.js +1 -1
- package/core/components/ui/modal/modal.d.ts +5 -5
- package/core/components/ui/modal/modal.js +5 -5
- package/core/components/ui/table/table.d.ts +7 -7
- package/core/components/ui/table/table.js +7 -7
- package/core/components/ui/tabs/tab.d.ts +1 -1
- package/core/components/ui/tabs/tab.js +1 -1
- package/core/components/ui/tabs/tabs.js +0 -1
- package/core/components/ui/taxonomy/taxonomy.d.ts +2 -2
- package/core/components/ui/taxonomy/taxonomy.js +2 -2
- package/core/components/ui/theme/theme.js +3 -3
- package/core/components/ui/toast/message-subscriber.js +1 -1
- package/core/components/ui/toast/toast-item.d.ts +2 -2
- package/core/components/ui/toast/toast-item.js +1 -1
- package/core/components/ui/toast/toast.d.ts +3 -3
- package/core/components/ui/toast/toast.js +1 -1
- package/core/mixins/Fetcher.d.ts +3 -5
- package/core/mixins/Fetcher.js +4 -4
- package/core/mixins/FormCheckable.d.ts +3 -0
- package/core/mixins/FormElement.js +1 -1
- package/core/mixins/FormInput.d.ts +8 -0
- package/core/mixins/Subscriber.js +1 -1
- package/core/utils/DataBindObserver.js +4 -0
- package/core/utils/LocationHandler.js +4 -2
- package/core/utils/api.js +1 -1
- package/mixins.d.ts +3 -3
- package/mixins.js +6 -6
- package/package.json +192 -189
- package/utils.d.ts +8 -8
- package/utils.js +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supersoniks/concorde",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"customElements": "custom-elements.json",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -25,196 +25,199 @@
|
|
|
25
25
|
"vite": "^2.6.14"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
|
-
"./components": "./components",
|
|
29
|
-
"./core/components/functional/configuration/configuration": "./core/components/functional/configuration/configuration",
|
|
30
|
-
"./functional/configuration": "./core/components/functional/configuration/configuration",
|
|
31
|
-
"./core/components/functional/date/date": "./core/components/functional/date/date",
|
|
32
|
-
"./functional/date": "./core/components/functional/date/date",
|
|
33
|
-
"./core/components/functional/example/example": "./core/components/functional/example/example",
|
|
34
|
-
"./functional/example": "./core/components/functional/example/example",
|
|
35
|
-
"./core/components/functional/fetch/fetch": "./core/components/functional/fetch/fetch",
|
|
36
|
-
"./functional/fetch": "./core/components/functional/fetch/fetch",
|
|
37
|
-
"./core/components/functional/functional": "./core/components/functional/functional",
|
|
38
|
-
"./functional": "./core/components/functional/functional",
|
|
39
|
-
"./core/components/functional/if/if": "./core/components/functional/if/if",
|
|
40
|
-
"./functional/if": "./core/components/functional/if/if",
|
|
41
|
-
"./core/components/functional/list/list": "./core/components/functional/list/list",
|
|
42
|
-
"./functional/list": "./core/components/functional/list/list",
|
|
43
|
-
"./core/components/functional/queue/queue": "./core/components/functional/queue/queue",
|
|
44
|
-
"./functional/queue": "./core/components/functional/queue/queue",
|
|
45
|
-
"./core/components/functional/router/redirect": "./core/components/functional/router/redirect",
|
|
46
|
-
"./functional/router/redirect": "./core/components/functional/router/redirect",
|
|
47
|
-
"./core/components/functional/router/router": "./core/components/functional/router/router",
|
|
48
|
-
"./functional/router": "./core/components/functional/router/router",
|
|
49
|
-
"./core/components/functional/sonic-scope/sonic-scope": "./core/components/functional/sonic-scope/sonic-scope",
|
|
50
|
-
"./functional/sonic-scope": "./core/components/functional/sonic-scope/sonic-scope",
|
|
51
|
-
"./core/components/functional/states/states": "./core/components/functional/states/states",
|
|
52
|
-
"./functional/states": "./core/components/functional/states/states",
|
|
53
|
-
"./core/components/functional/submit/submit": "./core/components/functional/submit/submit",
|
|
54
|
-
"./functional/submit": "./core/components/functional/submit/submit",
|
|
55
|
-
"./core/components/functional/subscriber/subscriber": "./core/components/functional/subscriber/subscriber",
|
|
56
|
-
"./functional/subscriber": "./core/components/functional/subscriber/subscriber",
|
|
57
|
-
"./core/components/ui/_css/scroll": "./core/components/ui/_css/scroll",
|
|
58
|
-
"./ui/_css/scroll": "./core/components/ui/_css/scroll",
|
|
59
|
-
"./core/components/ui/_css/types": "./core/components/ui/_css/types",
|
|
60
|
-
"./ui/_css/types": "./core/components/ui/_css/types",
|
|
61
|
-
"./core/components/ui/alert/alert": "./core/components/ui/alert/alert",
|
|
62
|
-
"./ui/alert": "./core/components/ui/alert/alert",
|
|
63
|
-
"./core/components/ui/badge/badge": "./core/components/ui/badge/badge",
|
|
64
|
-
"./ui/badge": "./core/components/ui/badge/badge",
|
|
65
|
-
"./core/components/ui/button/button": "./core/components/ui/button/button",
|
|
66
|
-
"./ui/button": "./core/components/ui/button/button",
|
|
67
|
-
"./core/components/ui/card/card-footer": "./core/components/ui/card/card-footer",
|
|
68
|
-
"./ui/card/card-footer": "./core/components/ui/card/card-footer",
|
|
69
|
-
"./core/components/ui/card/card-header-descripton": "./core/components/ui/card/card-header-descripton",
|
|
70
|
-
"./ui/card/card-header-descripton": "./core/components/ui/card/card-header-descripton",
|
|
71
|
-
"./core/components/ui/card/card-header": "./core/components/ui/card/card-header",
|
|
72
|
-
"./ui/card/card-header": "./core/components/ui/card/card-header",
|
|
73
|
-
"./core/components/ui/card/card-main": "./core/components/ui/card/card-main",
|
|
74
|
-
"./ui/card/card-main": "./core/components/ui/card/card-main",
|
|
75
|
-
"./core/components/ui/card/card": "./core/components/ui/card/card",
|
|
76
|
-
"./ui/card": "./core/components/ui/card/card",
|
|
77
|
-
"./core/components/ui/divider/divider": "./core/components/ui/divider/divider",
|
|
78
|
-
"./ui/divider": "./core/components/ui/divider/divider",
|
|
79
|
-
"./core/components/ui/form/checkbox/checkbox": "./core/components/ui/form/checkbox/checkbox",
|
|
80
|
-
"./ui/form/checkbox": "./core/components/ui/form/checkbox/checkbox",
|
|
81
|
-
"./core/components/ui/form/css/form-control": "./core/components/ui/form/css/form-control",
|
|
82
|
-
"./ui/form/css/form-control": "./core/components/ui/form/css/form-control",
|
|
83
|
-
"./core/components/ui/form/fieldset/fieldset": "./core/components/ui/form/fieldset/fieldset",
|
|
84
|
-
"./ui/form/fieldset": "./core/components/ui/form/fieldset/fieldset",
|
|
85
|
-
"./core/components/ui/form/fieldset/legend-description": "./core/components/ui/form/fieldset/legend-description",
|
|
86
|
-
"./ui/form/fieldset/legend-description": "./core/components/ui/form/fieldset/legend-description",
|
|
87
|
-
"./core/components/ui/form/fieldset/legend": "./core/components/ui/form/fieldset/legend",
|
|
88
|
-
"./ui/form/fieldset/legend": "./core/components/ui/form/fieldset/legend",
|
|
89
|
-
"./core/components/ui/form/form-actions/form-actions": "./core/components/ui/form/form-actions/form-actions",
|
|
90
|
-
"./ui/form/form-actions": "./core/components/ui/form/form-actions/form-actions",
|
|
91
|
-
"./core/components/ui/form/form-layout/form-layout": "./core/components/ui/form/form-layout/form-layout",
|
|
92
|
-
"./ui/form/form-layout": "./core/components/ui/form/form-layout/form-layout",
|
|
93
|
-
"./core/components/ui/form/input/input": "./core/components/ui/form/input/input",
|
|
94
|
-
"./ui/form/input": "./core/components/ui/form/input/input",
|
|
95
|
-
"./core/components/ui/form/radio/radio": "./core/components/ui/form/radio/radio",
|
|
96
|
-
"./ui/form/radio": "./core/components/ui/form/radio/radio",
|
|
97
|
-
"./core/components/ui/form/select/select": "./core/components/ui/form/select/select",
|
|
98
|
-
"./ui/form/select": "./core/components/ui/form/select/select",
|
|
99
|
-
"./core/components/ui/form/textarea/textarea": "./core/components/ui/form/textarea/textarea",
|
|
100
|
-
"./ui/form/textarea": "./core/components/ui/form/textarea/textarea",
|
|
101
|
-
"./core/components/ui/group/group": "./core/components/ui/group/group",
|
|
102
|
-
"./ui/group": "./core/components/ui/group/group",
|
|
103
|
-
"./core/components/ui/icon/icon": "./core/components/ui/icon/icon",
|
|
104
|
-
"./ui/icon": "./core/components/ui/icon/icon",
|
|
105
|
-
"./core/components/ui/icon/icons": "./core/components/ui/icon/icons",
|
|
106
|
-
"./ui/icon/icons": "./core/components/ui/icon/icons",
|
|
107
|
-
"./core/components/ui/
|
|
108
|
-
"./ui/
|
|
109
|
-
"./core/components/ui/
|
|
110
|
-
"./ui/
|
|
111
|
-
"./core/components/ui/
|
|
112
|
-
"./ui/
|
|
113
|
-
"./core/components/ui/loader/
|
|
114
|
-
"./ui/loader
|
|
115
|
-
"./core/components/ui/loader/styles/
|
|
116
|
-
"./ui/loader/styles/
|
|
117
|
-
"./core/components/ui/
|
|
118
|
-
"./ui/
|
|
119
|
-
"./core/components/ui/menu/menu": "./core/components/ui/menu/menu",
|
|
120
|
-
"./ui/menu": "./core/components/ui/menu/menu",
|
|
121
|
-
"./core/components/ui/
|
|
122
|
-
"./ui/
|
|
123
|
-
"./core/components/ui/modal/modal-
|
|
124
|
-
"./ui/modal/modal-
|
|
125
|
-
"./core/components/ui/modal/modal-
|
|
126
|
-
"./ui/modal/modal-
|
|
127
|
-
"./core/components/ui/modal/modal-
|
|
128
|
-
"./ui/modal/modal-
|
|
129
|
-
"./core/components/ui/modal/modal-
|
|
130
|
-
"./ui/modal/modal-
|
|
131
|
-
"./core/components/ui/modal/modal": "./core/components/ui/modal/modal",
|
|
132
|
-
"./ui/modal": "./core/components/ui/modal/modal",
|
|
133
|
-
"./core/components/ui/
|
|
134
|
-
"./ui/
|
|
135
|
-
"./core/components/ui/
|
|
136
|
-
"./ui/
|
|
137
|
-
"./core/components/ui/
|
|
138
|
-
"./ui/
|
|
139
|
-
"./core/components/ui/table/table-
|
|
140
|
-
"./ui/table/table-
|
|
141
|
-
"./core/components/ui/table/table-
|
|
142
|
-
"./ui/table/table-
|
|
143
|
-
"./core/components/ui/table/table-
|
|
144
|
-
"./ui/table/table-
|
|
145
|
-
"./core/components/ui/table/table-
|
|
146
|
-
"./ui/table/table-
|
|
147
|
-
"./core/components/ui/table/table-
|
|
148
|
-
"./ui/table/table-
|
|
149
|
-
"./core/components/ui/table/table-
|
|
150
|
-
"./ui/table/table-
|
|
151
|
-
"./core/components/ui/table/table": "./core/components/ui/table/table",
|
|
152
|
-
"./ui/table": "./core/components/ui/table/table",
|
|
153
|
-
"./core/components/ui/
|
|
154
|
-
"./ui/
|
|
155
|
-
"./core/components/ui/tabs/
|
|
156
|
-
"./ui/tabs": "./core/components/ui/tabs/
|
|
157
|
-
"./core/components/ui/
|
|
158
|
-
"./ui/
|
|
159
|
-
"./core/components/ui/
|
|
160
|
-
"./ui/
|
|
161
|
-
"./core/components/ui/theme/theme-collection/
|
|
162
|
-
"./ui/theme/theme-collection/
|
|
163
|
-
"./core/components/ui/theme/theme-collection/
|
|
164
|
-
"./ui/theme/theme-collection/
|
|
165
|
-
"./core/components/ui/theme/theme": "./core/components/ui/theme/theme",
|
|
166
|
-
"./ui/theme": "./core/components/ui/theme/theme",
|
|
167
|
-
"./core/components/ui/
|
|
168
|
-
"./ui/
|
|
169
|
-
"./core/components/ui/toast/
|
|
170
|
-
"./ui/toast/
|
|
171
|
-
"./core/components/ui/toast/toast": "./core/components/ui/toast/toast",
|
|
172
|
-
"./ui/toast": "./core/components/ui/toast/toast",
|
|
173
|
-
"./core/components/ui/toast/
|
|
174
|
-
"./ui/toast
|
|
175
|
-
"./core/components/ui/
|
|
176
|
-
"./ui/
|
|
177
|
-
"./core/components/ui/
|
|
178
|
-
"./ui": "./core/components/ui/
|
|
179
|
-
"./core/
|
|
180
|
-
"./
|
|
181
|
-
"./core/
|
|
182
|
-
"./
|
|
183
|
-
"./core/mixins/
|
|
184
|
-
"./mixins/
|
|
185
|
-
"./core/mixins/
|
|
186
|
-
"./mixins/
|
|
187
|
-
"./core/mixins/
|
|
188
|
-
"./mixins/
|
|
189
|
-
"./core/mixins/
|
|
190
|
-
"./mixins/
|
|
191
|
-
"./core/mixins/
|
|
192
|
-
"./mixins/
|
|
193
|
-
"./core/mixins/
|
|
194
|
-
"./mixins": "./mixins",
|
|
195
|
-
"./core/
|
|
196
|
-
"./
|
|
197
|
-
"./core/utils/
|
|
198
|
-
"./utils/
|
|
199
|
-
"./core/utils/
|
|
200
|
-
"./utils/
|
|
201
|
-
"./core/utils/
|
|
202
|
-
"./utils/
|
|
203
|
-
"./core/utils/
|
|
204
|
-
"./utils/
|
|
205
|
-
"./core/utils/
|
|
206
|
-
"./utils/
|
|
207
|
-
"./core/utils/
|
|
208
|
-
"./utils/
|
|
28
|
+
"./components": "./components.js",
|
|
29
|
+
"./core/components/functional/configuration/configuration": "./core/components/functional/configuration/configuration.js",
|
|
30
|
+
"./functional/configuration": "./core/components/functional/configuration/configuration.js",
|
|
31
|
+
"./core/components/functional/date/date": "./core/components/functional/date/date.js",
|
|
32
|
+
"./functional/date": "./core/components/functional/date/date.js",
|
|
33
|
+
"./core/components/functional/example/example": "./core/components/functional/example/example.js",
|
|
34
|
+
"./functional/example": "./core/components/functional/example/example.js",
|
|
35
|
+
"./core/components/functional/fetch/fetch": "./core/components/functional/fetch/fetch.js",
|
|
36
|
+
"./functional/fetch": "./core/components/functional/fetch/fetch.js",
|
|
37
|
+
"./core/components/functional/functional": "./core/components/functional/functional.js",
|
|
38
|
+
"./functional": "./core/components/functional/functional.js",
|
|
39
|
+
"./core/components/functional/if/if": "./core/components/functional/if/if.js",
|
|
40
|
+
"./functional/if": "./core/components/functional/if/if.js",
|
|
41
|
+
"./core/components/functional/list/list": "./core/components/functional/list/list.js",
|
|
42
|
+
"./functional/list": "./core/components/functional/list/list.js",
|
|
43
|
+
"./core/components/functional/queue/queue": "./core/components/functional/queue/queue.js",
|
|
44
|
+
"./functional/queue": "./core/components/functional/queue/queue.js",
|
|
45
|
+
"./core/components/functional/router/redirect": "./core/components/functional/router/redirect.js",
|
|
46
|
+
"./functional/router/redirect": "./core/components/functional/router/redirect.js",
|
|
47
|
+
"./core/components/functional/router/router": "./core/components/functional/router/router.js",
|
|
48
|
+
"./functional/router": "./core/components/functional/router/router.js",
|
|
49
|
+
"./core/components/functional/sonic-scope/sonic-scope": "./core/components/functional/sonic-scope/sonic-scope.js",
|
|
50
|
+
"./functional/sonic-scope": "./core/components/functional/sonic-scope/sonic-scope.js",
|
|
51
|
+
"./core/components/functional/states/states": "./core/components/functional/states/states.js",
|
|
52
|
+
"./functional/states": "./core/components/functional/states/states.js",
|
|
53
|
+
"./core/components/functional/submit/submit": "./core/components/functional/submit/submit.js",
|
|
54
|
+
"./functional/submit": "./core/components/functional/submit/submit.js",
|
|
55
|
+
"./core/components/functional/subscriber/subscriber": "./core/components/functional/subscriber/subscriber.js",
|
|
56
|
+
"./functional/subscriber": "./core/components/functional/subscriber/subscriber.js",
|
|
57
|
+
"./core/components/ui/_css/scroll": "./core/components/ui/_css/scroll.js",
|
|
58
|
+
"./ui/_css/scroll": "./core/components/ui/_css/scroll.js",
|
|
59
|
+
"./core/components/ui/_css/types": "./core/components/ui/_css/types.js",
|
|
60
|
+
"./ui/_css/types": "./core/components/ui/_css/types.js",
|
|
61
|
+
"./core/components/ui/alert/alert": "./core/components/ui/alert/alert.js",
|
|
62
|
+
"./ui/alert": "./core/components/ui/alert/alert.js",
|
|
63
|
+
"./core/components/ui/badge/badge": "./core/components/ui/badge/badge.js",
|
|
64
|
+
"./ui/badge": "./core/components/ui/badge/badge.js",
|
|
65
|
+
"./core/components/ui/button/button": "./core/components/ui/button/button.js",
|
|
66
|
+
"./ui/button": "./core/components/ui/button/button.js",
|
|
67
|
+
"./core/components/ui/card/card-footer": "./core/components/ui/card/card-footer.js",
|
|
68
|
+
"./ui/card/card-footer": "./core/components/ui/card/card-footer.js",
|
|
69
|
+
"./core/components/ui/card/card-header-descripton": "./core/components/ui/card/card-header-descripton.js",
|
|
70
|
+
"./ui/card/card-header-descripton": "./core/components/ui/card/card-header-descripton.js",
|
|
71
|
+
"./core/components/ui/card/card-header": "./core/components/ui/card/card-header.js",
|
|
72
|
+
"./ui/card/card-header": "./core/components/ui/card/card-header.js",
|
|
73
|
+
"./core/components/ui/card/card-main": "./core/components/ui/card/card-main.js",
|
|
74
|
+
"./ui/card/card-main": "./core/components/ui/card/card-main.js",
|
|
75
|
+
"./core/components/ui/card/card": "./core/components/ui/card/card.js",
|
|
76
|
+
"./ui/card": "./core/components/ui/card/card.js",
|
|
77
|
+
"./core/components/ui/divider/divider": "./core/components/ui/divider/divider.js",
|
|
78
|
+
"./ui/divider": "./core/components/ui/divider/divider.js",
|
|
79
|
+
"./core/components/ui/form/checkbox/checkbox": "./core/components/ui/form/checkbox/checkbox.js",
|
|
80
|
+
"./ui/form/checkbox": "./core/components/ui/form/checkbox/checkbox.js",
|
|
81
|
+
"./core/components/ui/form/css/form-control": "./core/components/ui/form/css/form-control.js",
|
|
82
|
+
"./ui/form/css/form-control": "./core/components/ui/form/css/form-control.js",
|
|
83
|
+
"./core/components/ui/form/fieldset/fieldset": "./core/components/ui/form/fieldset/fieldset.js",
|
|
84
|
+
"./ui/form/fieldset": "./core/components/ui/form/fieldset/fieldset.js",
|
|
85
|
+
"./core/components/ui/form/fieldset/legend-description": "./core/components/ui/form/fieldset/legend-description.js",
|
|
86
|
+
"./ui/form/fieldset/legend-description": "./core/components/ui/form/fieldset/legend-description.js",
|
|
87
|
+
"./core/components/ui/form/fieldset/legend": "./core/components/ui/form/fieldset/legend.js",
|
|
88
|
+
"./ui/form/fieldset/legend": "./core/components/ui/form/fieldset/legend.js",
|
|
89
|
+
"./core/components/ui/form/form-actions/form-actions": "./core/components/ui/form/form-actions/form-actions.js",
|
|
90
|
+
"./ui/form/form-actions": "./core/components/ui/form/form-actions/form-actions.js",
|
|
91
|
+
"./core/components/ui/form/form-layout/form-layout": "./core/components/ui/form/form-layout/form-layout.js",
|
|
92
|
+
"./ui/form/form-layout": "./core/components/ui/form/form-layout/form-layout.js",
|
|
93
|
+
"./core/components/ui/form/input/input": "./core/components/ui/form/input/input.js",
|
|
94
|
+
"./ui/form/input": "./core/components/ui/form/input/input.js",
|
|
95
|
+
"./core/components/ui/form/radio/radio": "./core/components/ui/form/radio/radio.js",
|
|
96
|
+
"./ui/form/radio": "./core/components/ui/form/radio/radio.js",
|
|
97
|
+
"./core/components/ui/form/select/select": "./core/components/ui/form/select/select.js",
|
|
98
|
+
"./ui/form/select": "./core/components/ui/form/select/select.js",
|
|
99
|
+
"./core/components/ui/form/textarea/textarea": "./core/components/ui/form/textarea/textarea.js",
|
|
100
|
+
"./ui/form/textarea": "./core/components/ui/form/textarea/textarea.js",
|
|
101
|
+
"./core/components/ui/group/group": "./core/components/ui/group/group.js",
|
|
102
|
+
"./ui/group": "./core/components/ui/group/group.js",
|
|
103
|
+
"./core/components/ui/icon/icon": "./core/components/ui/icon/icon.js",
|
|
104
|
+
"./ui/icon": "./core/components/ui/icon/icon.js",
|
|
105
|
+
"./core/components/ui/icon/icons.json": "./core/components/ui/icon/icons.json",
|
|
106
|
+
"./ui/icon/icons.json": "./core/components/ui/icon/icons.json",
|
|
107
|
+
"./core/components/ui/icon/icons": "./core/components/ui/icon/icons.js",
|
|
108
|
+
"./ui/icon/icons": "./core/components/ui/icon/icons.js",
|
|
109
|
+
"./core/components/ui/image/image": "./core/components/ui/image/image.js",
|
|
110
|
+
"./ui/image": "./core/components/ui/image/image.js",
|
|
111
|
+
"./core/components/ui/link/link": "./core/components/ui/link/link.js",
|
|
112
|
+
"./ui/link": "./core/components/ui/link/link.js",
|
|
113
|
+
"./core/components/ui/loader/loader": "./core/components/ui/loader/loader.js",
|
|
114
|
+
"./ui/loader": "./core/components/ui/loader/loader.js",
|
|
115
|
+
"./core/components/ui/loader/styles/fixed": "./core/components/ui/loader/styles/fixed.js",
|
|
116
|
+
"./ui/loader/styles/fixed": "./core/components/ui/loader/styles/fixed.js",
|
|
117
|
+
"./core/components/ui/loader/styles/inline": "./core/components/ui/loader/styles/inline.js",
|
|
118
|
+
"./ui/loader/styles/inline": "./core/components/ui/loader/styles/inline.js",
|
|
119
|
+
"./core/components/ui/menu/menu-item": "./core/components/ui/menu/menu-item.js",
|
|
120
|
+
"./ui/menu/menu-item": "./core/components/ui/menu/menu-item.js",
|
|
121
|
+
"./core/components/ui/menu/menu": "./core/components/ui/menu/menu.js",
|
|
122
|
+
"./ui/menu": "./core/components/ui/menu/menu.js",
|
|
123
|
+
"./core/components/ui/modal/modal-actions": "./core/components/ui/modal/modal-actions.js",
|
|
124
|
+
"./ui/modal/modal-actions": "./core/components/ui/modal/modal-actions.js",
|
|
125
|
+
"./core/components/ui/modal/modal-close": "./core/components/ui/modal/modal-close.js",
|
|
126
|
+
"./ui/modal/modal-close": "./core/components/ui/modal/modal-close.js",
|
|
127
|
+
"./core/components/ui/modal/modal-content": "./core/components/ui/modal/modal-content.js",
|
|
128
|
+
"./ui/modal/modal-content": "./core/components/ui/modal/modal-content.js",
|
|
129
|
+
"./core/components/ui/modal/modal-subtitle": "./core/components/ui/modal/modal-subtitle.js",
|
|
130
|
+
"./ui/modal/modal-subtitle": "./core/components/ui/modal/modal-subtitle.js",
|
|
131
|
+
"./core/components/ui/modal/modal-title": "./core/components/ui/modal/modal-title.js",
|
|
132
|
+
"./ui/modal/modal-title": "./core/components/ui/modal/modal-title.js",
|
|
133
|
+
"./core/components/ui/modal/modal": "./core/components/ui/modal/modal.js",
|
|
134
|
+
"./ui/modal": "./core/components/ui/modal/modal.js",
|
|
135
|
+
"./core/components/ui/pop/pop": "./core/components/ui/pop/pop.js",
|
|
136
|
+
"./ui/pop": "./core/components/ui/pop/pop.js",
|
|
137
|
+
"./core/components/ui/progress/progress": "./core/components/ui/progress/progress.js",
|
|
138
|
+
"./ui/progress": "./core/components/ui/progress/progress.js",
|
|
139
|
+
"./core/components/ui/table/table-caption": "./core/components/ui/table/table-caption.js",
|
|
140
|
+
"./ui/table/table-caption": "./core/components/ui/table/table-caption.js",
|
|
141
|
+
"./core/components/ui/table/table-tbody": "./core/components/ui/table/table-tbody.js",
|
|
142
|
+
"./ui/table/table-tbody": "./core/components/ui/table/table-tbody.js",
|
|
143
|
+
"./core/components/ui/table/table-td": "./core/components/ui/table/table-td.js",
|
|
144
|
+
"./ui/table/table-td": "./core/components/ui/table/table-td.js",
|
|
145
|
+
"./core/components/ui/table/table-tfoot": "./core/components/ui/table/table-tfoot.js",
|
|
146
|
+
"./ui/table/table-tfoot": "./core/components/ui/table/table-tfoot.js",
|
|
147
|
+
"./core/components/ui/table/table-th": "./core/components/ui/table/table-th.js",
|
|
148
|
+
"./ui/table/table-th": "./core/components/ui/table/table-th.js",
|
|
149
|
+
"./core/components/ui/table/table-thead": "./core/components/ui/table/table-thead.js",
|
|
150
|
+
"./ui/table/table-thead": "./core/components/ui/table/table-thead.js",
|
|
151
|
+
"./core/components/ui/table/table-tr": "./core/components/ui/table/table-tr.js",
|
|
152
|
+
"./ui/table/table-tr": "./core/components/ui/table/table-tr.js",
|
|
153
|
+
"./core/components/ui/table/table": "./core/components/ui/table/table.js",
|
|
154
|
+
"./ui/table": "./core/components/ui/table/table.js",
|
|
155
|
+
"./core/components/ui/tabs/tab": "./core/components/ui/tabs/tab.js",
|
|
156
|
+
"./ui/tabs/tab": "./core/components/ui/tabs/tab.js",
|
|
157
|
+
"./core/components/ui/tabs/tabs": "./core/components/ui/tabs/tabs.js",
|
|
158
|
+
"./ui/tabs": "./core/components/ui/tabs/tabs.js",
|
|
159
|
+
"./core/components/ui/taxonomy/taxonomy": "./core/components/ui/taxonomy/taxonomy.js",
|
|
160
|
+
"./ui/taxonomy": "./core/components/ui/taxonomy/taxonomy.js",
|
|
161
|
+
"./core/components/ui/theme/theme-collection/core-variables": "./core/components/ui/theme/theme-collection/core-variables.js",
|
|
162
|
+
"./ui/theme/theme-collection/core-variables": "./core/components/ui/theme/theme-collection/core-variables.js",
|
|
163
|
+
"./core/components/ui/theme/theme-collection/dark": "./core/components/ui/theme/theme-collection/dark.js",
|
|
164
|
+
"./ui/theme/theme-collection/dark": "./core/components/ui/theme/theme-collection/dark.js",
|
|
165
|
+
"./core/components/ui/theme/theme-collection/light": "./core/components/ui/theme/theme-collection/light.js",
|
|
166
|
+
"./ui/theme/theme-collection/light": "./core/components/ui/theme/theme-collection/light.js",
|
|
167
|
+
"./core/components/ui/theme/theme": "./core/components/ui/theme/theme.js",
|
|
168
|
+
"./ui/theme": "./core/components/ui/theme/theme.js",
|
|
169
|
+
"./core/components/ui/toast/message-subscriber": "./core/components/ui/toast/message-subscriber.js",
|
|
170
|
+
"./ui/toast/message-subscriber": "./core/components/ui/toast/message-subscriber.js",
|
|
171
|
+
"./core/components/ui/toast/toast-item": "./core/components/ui/toast/toast-item.js",
|
|
172
|
+
"./ui/toast/toast-item": "./core/components/ui/toast/toast-item.js",
|
|
173
|
+
"./core/components/ui/toast/toast": "./core/components/ui/toast/toast.js",
|
|
174
|
+
"./ui/toast": "./core/components/ui/toast/toast.js",
|
|
175
|
+
"./core/components/ui/toast/types": "./core/components/ui/toast/types.js",
|
|
176
|
+
"./ui/toast/types": "./core/components/ui/toast/types.js",
|
|
177
|
+
"./core/components/ui/tooltip/tooltip": "./core/components/ui/tooltip/tooltip.js",
|
|
178
|
+
"./ui/tooltip": "./core/components/ui/tooltip/tooltip.js",
|
|
179
|
+
"./core/components/ui/ui": "./core/components/ui/ui.js",
|
|
180
|
+
"./ui": "./core/components/ui/ui.js",
|
|
181
|
+
"./core/core": "./core/core.js",
|
|
182
|
+
"./core": "./core/core.js",
|
|
183
|
+
"./core/mixins/Fetcher": "./core/mixins/Fetcher.js",
|
|
184
|
+
"./mixins/Fetcher": "./core/mixins/Fetcher.js",
|
|
185
|
+
"./core/mixins/FormCheckable": "./core/mixins/FormCheckable.js",
|
|
186
|
+
"./mixins/FormCheckable": "./core/mixins/FormCheckable.js",
|
|
187
|
+
"./core/mixins/FormElement": "./core/mixins/FormElement.js",
|
|
188
|
+
"./mixins/FormElement": "./core/mixins/FormElement.js",
|
|
189
|
+
"./core/mixins/FormInput": "./core/mixins/FormInput.js",
|
|
190
|
+
"./mixins/FormInput": "./core/mixins/FormInput.js",
|
|
191
|
+
"./core/mixins/Subscriber": "./core/mixins/Subscriber.js",
|
|
192
|
+
"./mixins/Subscriber": "./core/mixins/Subscriber.js",
|
|
193
|
+
"./core/mixins/TemplatesContainer": "./core/mixins/TemplatesContainer.js",
|
|
194
|
+
"./mixins/TemplatesContainer": "./core/mixins/TemplatesContainer.js",
|
|
195
|
+
"./core/mixins/mixins": "./core/mixins/mixins.js",
|
|
196
|
+
"./mixins": "./mixins.js",
|
|
197
|
+
"./core/utils/Arrays": "./core/utils/Arrays.js",
|
|
198
|
+
"./utils/Arrays": "./core/utils/Arrays.js",
|
|
199
|
+
"./core/utils/DataBindObserver": "./core/utils/DataBindObserver.js",
|
|
200
|
+
"./utils/DataBindObserver": "./core/utils/DataBindObserver.js",
|
|
201
|
+
"./core/utils/Electron": "./core/utils/Electron.js",
|
|
202
|
+
"./utils/Electron": "./core/utils/Electron.js",
|
|
203
|
+
"./core/utils/Format": "./core/utils/Format.js",
|
|
204
|
+
"./utils/Format": "./core/utils/Format.js",
|
|
205
|
+
"./core/utils/HTML": "./core/utils/HTML.js",
|
|
206
|
+
"./utils/HTML": "./core/utils/HTML.js",
|
|
207
|
+
"./core/utils/LocationHandler": "./core/utils/LocationHandler.js",
|
|
208
|
+
"./utils/LocationHandler": "./core/utils/LocationHandler.js",
|
|
209
|
+
"./core/utils/Objects": "./core/utils/Objects.js",
|
|
210
|
+
"./utils/Objects": "./core/utils/Objects.js",
|
|
209
211
|
"./core/utils/PublisherProxy.mjs": "./core/utils/PublisherProxy.mjs",
|
|
210
|
-
"./utils/PublisherProxy.mjs": "./core/utils/PublisherProxy",
|
|
211
|
-
"./core/utils/api": "./core/utils/api",
|
|
212
|
-
"./utils/api": "./core/utils/api",
|
|
213
|
-
"./index-billetterie": "./index-billetterie",
|
|
214
|
-
"./index-shared": "./index-shared",
|
|
215
|
-
"./index": "./index",
|
|
216
|
-
"./utils": "./utils",
|
|
212
|
+
"./utils/PublisherProxy.mjs": "./core/utils/PublisherProxy.mjs",
|
|
213
|
+
"./core/utils/api": "./core/utils/api.js",
|
|
214
|
+
"./utils/api": "./core/utils/api.js",
|
|
215
|
+
"./index-billetterie": "./index-billetterie.js",
|
|
216
|
+
"./index-shared": "./index-shared.js",
|
|
217
|
+
"./index": "./index.js",
|
|
218
|
+
"./utils": "./utils.js",
|
|
217
219
|
".": "./core/core"
|
|
218
220
|
},
|
|
221
|
+
"type": "module",
|
|
219
222
|
"bin": "./bin/cli.js"
|
|
220
223
|
}
|
package/utils.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as myArrays from "
|
|
1
|
+
import * as myArrays from "@supersoniks/concorde/core/utils/Arrays";
|
|
2
2
|
export declare const Arrays: typeof myArrays.default;
|
|
3
|
-
import * as myDataBindObserver from "
|
|
3
|
+
import * as myDataBindObserver from "@supersoniks/concorde/core/utils/DataBindObserver";
|
|
4
4
|
export declare const DataBindObserver: typeof myDataBindObserver.default;
|
|
5
|
-
import * as myFormat from "
|
|
5
|
+
import * as myFormat from "@supersoniks/concorde/core/utils/Format";
|
|
6
6
|
export declare const Format: typeof myFormat.default;
|
|
7
|
-
import * as myHTML from "
|
|
7
|
+
import * as myHTML from "@supersoniks/concorde/core/utils/HTML";
|
|
8
8
|
export declare const HTML: typeof myHTML.default;
|
|
9
|
-
import * as myLocationHandler from "
|
|
9
|
+
import * as myLocationHandler from "@supersoniks/concorde/core/utils/LocationHandler";
|
|
10
10
|
export declare const LocationHandler: typeof myLocationHandler.default;
|
|
11
|
-
import * as myObjects from "
|
|
11
|
+
import * as myObjects from "@supersoniks/concorde/core/utils/Objects";
|
|
12
12
|
export declare const Objects: typeof myObjects.default;
|
|
13
|
-
import * as myPublisherProxy from "
|
|
13
|
+
import * as myPublisherProxy from "@supersoniks/concorde/core/utils/PublisherProxy.mjs";
|
|
14
14
|
export declare const PublisherProxy: typeof myPublisherProxy.default;
|
|
15
15
|
export declare const PublisherManager: typeof myPublisherProxy.PublisherManager;
|
|
16
|
-
import * as myApi from "
|
|
16
|
+
import * as myApi from "@supersoniks/concorde/core/utils/api";
|
|
17
17
|
export declare const api: typeof myApi.default;
|
package/utils.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
//
|
|
2
2
|
//
|
|
3
|
-
import * as myArrays from "
|
|
3
|
+
import * as myArrays from "@supersoniks/concorde/core/utils/Arrays";
|
|
4
4
|
export const Arrays = myArrays.default;
|
|
5
|
-
import * as myDataBindObserver from "
|
|
5
|
+
import * as myDataBindObserver from "@supersoniks/concorde/core/utils/DataBindObserver";
|
|
6
6
|
export const DataBindObserver = myDataBindObserver.default;
|
|
7
|
-
import * as myFormat from "
|
|
7
|
+
import * as myFormat from "@supersoniks/concorde/core/utils/Format";
|
|
8
8
|
export const Format = myFormat.default;
|
|
9
|
-
import * as myHTML from "
|
|
9
|
+
import * as myHTML from "@supersoniks/concorde/core/utils/HTML";
|
|
10
10
|
export const HTML = myHTML.default;
|
|
11
|
-
import * as myLocationHandler from "
|
|
11
|
+
import * as myLocationHandler from "@supersoniks/concorde/core/utils/LocationHandler";
|
|
12
12
|
export const LocationHandler = myLocationHandler.default;
|
|
13
|
-
import * as myObjects from "
|
|
13
|
+
import * as myObjects from "@supersoniks/concorde/core/utils/Objects";
|
|
14
14
|
export const Objects = myObjects.default;
|
|
15
|
-
import * as myPublisherProxy from "
|
|
15
|
+
import * as myPublisherProxy from "@supersoniks/concorde/core/utils/PublisherProxy.mjs";
|
|
16
16
|
export const PublisherProxy = myPublisherProxy.default;
|
|
17
17
|
export const PublisherManager = myPublisherProxy.PublisherManager;
|
|
18
|
-
import * as myApi from "
|
|
18
|
+
import * as myApi from "@supersoniks/concorde/core/utils/api";
|
|
19
19
|
export const api = myApi.default;
|
|
20
20
|
let win = window;
|
|
21
21
|
win["concorde-utils"] = win["concorde-utils"] || {};
|