@supersoniks/concorde 1.1.41 → 1.1.42
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/README.md +0 -0
- package/cli.js +0 -0
- package/components.d.ts +0 -0
- package/components.js +0 -0
- package/concorde-core.bundle.js +21 -28
- package/concorde-core.es.js +1006 -891
- package/core/components/functional/configuration/configuration.d.ts +0 -0
- package/core/components/functional/configuration/configuration.js +0 -0
- package/core/components/functional/date/date.d.ts +0 -0
- package/core/components/functional/date/date.js +0 -0
- package/core/components/functional/example/example.d.ts +0 -0
- package/core/components/functional/example/example.js +0 -0
- package/core/components/functional/fetch/fetch.d.ts +0 -0
- package/core/components/functional/fetch/fetch.js +0 -0
- package/core/components/functional/functional.d.ts +0 -0
- package/core/components/functional/functional.js +0 -0
- package/core/components/functional/if/if.d.ts +0 -0
- package/core/components/functional/if/if.js +0 -0
- package/core/components/functional/list/list.d.ts +0 -0
- package/core/components/functional/list/list.js +0 -0
- package/core/components/functional/queue/queue.d.ts +0 -0
- package/core/components/functional/queue/queue.js +0 -0
- package/core/components/functional/router/redirect.d.ts +0 -0
- package/core/components/functional/router/redirect.js +0 -0
- package/core/components/functional/router/router.d.ts +0 -0
- package/core/components/functional/router/router.js +0 -0
- package/core/components/functional/sdui/SDUIDescriptorTransformer.d.ts +0 -0
- package/core/components/functional/sdui/SDUIDescriptorTransformer.js +0 -0
- package/core/components/functional/sdui/sdui.d.ts +4 -0
- package/core/components/functional/sdui/sdui.js +13 -0
- package/core/components/functional/sdui/types.d.ts +0 -0
- package/core/components/functional/sdui/types.js +0 -0
- package/core/components/functional/sonic-scope/sonic-scope.d.ts +0 -0
- package/core/components/functional/sonic-scope/sonic-scope.js +0 -0
- package/core/components/functional/states/states.d.ts +0 -0
- package/core/components/functional/states/states.js +0 -0
- package/core/components/functional/submit/submit.d.ts +0 -0
- package/core/components/functional/submit/submit.js +0 -0
- package/core/components/functional/subscriber/subscriber.d.ts +0 -0
- package/core/components/functional/subscriber/subscriber.js +0 -0
- package/core/components/ui/_css/scroll.d.ts +0 -0
- package/core/components/ui/_css/scroll.js +0 -0
- package/core/components/ui/_css/size.d.ts +0 -0
- package/core/components/ui/_css/size.js +0 -0
- package/core/components/ui/_css/type.d.ts +0 -0
- package/core/components/ui/_css/type.js +0 -0
- package/core/components/ui/alert/alert.d.ts +0 -0
- package/core/components/ui/alert/alert.js +0 -0
- package/core/components/ui/badge/badge.d.ts +0 -0
- package/core/components/ui/badge/badge.js +0 -0
- package/core/components/ui/button/button.d.ts +0 -0
- package/core/components/ui/button/button.js +0 -0
- package/core/components/ui/captcha/captcha.d.ts +0 -0
- package/core/components/ui/captcha/captcha.js +0 -0
- package/core/components/ui/card/card-footer.d.ts +0 -0
- package/core/components/ui/card/card-footer.js +0 -0
- package/core/components/ui/card/card-header-descripton.d.ts +0 -0
- package/core/components/ui/card/card-header-descripton.js +0 -0
- package/core/components/ui/card/card-header.d.ts +0 -0
- package/core/components/ui/card/card-header.js +0 -0
- package/core/components/ui/card/card-main.d.ts +0 -0
- package/core/components/ui/card/card-main.js +0 -0
- package/core/components/ui/card/card.d.ts +0 -0
- package/core/components/ui/card/card.js +0 -0
- package/core/components/ui/divider/divider.d.ts +0 -0
- package/core/components/ui/divider/divider.js +1 -1
- package/core/components/ui/form/checkbox/checkbox.d.ts +0 -0
- package/core/components/ui/form/checkbox/checkbox.js +2 -2
- package/core/components/ui/form/css/form-control.d.ts +0 -0
- package/core/components/ui/form/css/form-control.js +0 -0
- package/core/components/ui/form/fieldset/fieldset.d.ts +0 -0
- package/core/components/ui/form/fieldset/fieldset.js +0 -0
- package/core/components/ui/form/fieldset/legend-description.d.ts +0 -0
- package/core/components/ui/form/fieldset/legend-description.js +0 -0
- package/core/components/ui/form/fieldset/legend.d.ts +0 -0
- package/core/components/ui/form/fieldset/legend.js +1 -1
- package/core/components/ui/form/form-actions/form-actions.d.ts +0 -0
- package/core/components/ui/form/form-actions/form-actions.js +0 -0
- package/core/components/ui/form/form-layout/form-layout.d.ts +0 -0
- package/core/components/ui/form/form-layout/form-layout.js +0 -0
- package/core/components/ui/form/input/input.d.ts +0 -0
- package/core/components/ui/form/input/input.js +2 -2
- package/core/components/ui/form/input/password-helper.d.ts +6 -0
- package/core/components/ui/form/input/password-helper.js +30 -8
- package/core/components/ui/form/input/same-value-helper.d.ts +0 -0
- package/core/components/ui/form/input/same-value-helper.js +0 -0
- package/core/components/ui/form/input-autocomplete/input-autocomplete.d.ts +35 -0
- package/core/components/ui/form/input-autocomplete/input-autocomplete.js +137 -0
- package/core/components/ui/form/radio/radio.d.ts +0 -0
- package/core/components/ui/form/radio/radio.js +0 -0
- package/core/components/ui/form/select/select.d.ts +0 -0
- package/core/components/ui/form/select/select.js +2 -2
- package/core/components/ui/form/textarea/textarea.d.ts +0 -0
- package/core/components/ui/form/textarea/textarea.js +2 -2
- package/core/components/ui/group/group.d.ts +0 -0
- package/core/components/ui/group/group.js +0 -0
- package/core/components/ui/icon/icon.d.ts +0 -0
- package/core/components/ui/icon/icon.js +0 -0
- package/core/components/ui/icon/icons.d.ts +0 -0
- package/core/components/ui/icon/icons.js +0 -0
- package/core/components/ui/icon/icons.json +0 -0
- package/core/components/ui/image/image.d.ts +0 -0
- package/core/components/ui/image/image.js +0 -0
- package/core/components/ui/link/link.d.ts +0 -0
- package/core/components/ui/link/link.js +0 -0
- package/core/components/ui/loader/loader.d.ts +0 -0
- package/core/components/ui/loader/loader.js +0 -0
- package/core/components/ui/loader/styles/fixed.d.ts +0 -0
- package/core/components/ui/loader/styles/fixed.js +0 -0
- package/core/components/ui/loader/styles/inline.d.ts +0 -0
- package/core/components/ui/loader/styles/inline.js +0 -0
- package/core/components/ui/menu/menu-item.d.ts +0 -0
- package/core/components/ui/menu/menu-item.js +0 -0
- package/core/components/ui/menu/menu.d.ts +0 -0
- package/core/components/ui/menu/menu.js +0 -0
- package/core/components/ui/modal/modal-actions.d.ts +0 -0
- package/core/components/ui/modal/modal-actions.js +0 -0
- package/core/components/ui/modal/modal-close.d.ts +0 -0
- package/core/components/ui/modal/modal-close.js +0 -0
- package/core/components/ui/modal/modal-content.d.ts +0 -0
- package/core/components/ui/modal/modal-content.js +0 -0
- package/core/components/ui/modal/modal-subtitle.d.ts +0 -0
- package/core/components/ui/modal/modal-subtitle.js +0 -0
- package/core/components/ui/modal/modal-title.d.ts +0 -0
- package/core/components/ui/modal/modal-title.js +0 -0
- package/core/components/ui/modal/modal.d.ts +0 -0
- package/core/components/ui/modal/modal.js +0 -0
- package/core/components/ui/pop/pop.d.ts +4 -4
- package/core/components/ui/pop/pop.js +43 -42
- package/core/components/ui/progress/progress.d.ts +0 -0
- package/core/components/ui/progress/progress.js +0 -0
- package/core/components/ui/table/table-caption.d.ts +0 -0
- package/core/components/ui/table/table-caption.js +0 -0
- package/core/components/ui/table/table-tbody.d.ts +0 -0
- package/core/components/ui/table/table-tbody.js +0 -0
- package/core/components/ui/table/table-td.d.ts +0 -0
- package/core/components/ui/table/table-td.js +0 -0
- package/core/components/ui/table/table-tfoot.d.ts +0 -0
- package/core/components/ui/table/table-tfoot.js +0 -0
- package/core/components/ui/table/table-th.d.ts +0 -0
- package/core/components/ui/table/table-th.js +0 -0
- package/core/components/ui/table/table-thead.d.ts +0 -0
- package/core/components/ui/table/table-thead.js +0 -0
- package/core/components/ui/table/table-tr.d.ts +0 -0
- package/core/components/ui/table/table-tr.js +0 -0
- package/core/components/ui/table/table.d.ts +0 -0
- package/core/components/ui/table/table.js +0 -0
- package/core/components/ui/tabs/tab.d.ts +0 -0
- package/core/components/ui/tabs/tab.js +0 -0
- package/core/components/ui/tabs/tabs.d.ts +0 -0
- package/core/components/ui/tabs/tabs.js +0 -0
- package/core/components/ui/taxonomy/taxonomy.d.ts +0 -0
- package/core/components/ui/taxonomy/taxonomy.js +0 -0
- package/core/components/ui/theme/css/tailwind.css +0 -0
- package/core/components/ui/theme/css/tailwind.d.ts +0 -0
- package/core/components/ui/theme/theme-collection/core-variables.d.ts +0 -0
- package/core/components/ui/theme/theme-collection/core-variables.js +0 -0
- package/core/components/ui/theme/theme-collection/dark.d.ts +0 -0
- package/core/components/ui/theme/theme-collection/dark.js +0 -0
- package/core/components/ui/theme/theme-collection/light.d.ts +0 -0
- package/core/components/ui/theme/theme-collection/light.js +0 -0
- package/core/components/ui/theme/theme.d.ts +0 -0
- package/core/components/ui/theme/theme.js +0 -0
- package/core/components/ui/toast/message-subscriber.d.ts +0 -0
- package/core/components/ui/toast/message-subscriber.js +0 -0
- package/core/components/ui/toast/toast-item.d.ts +0 -0
- package/core/components/ui/toast/toast-item.js +0 -0
- package/core/components/ui/toast/toast.d.ts +0 -0
- package/core/components/ui/toast/toast.js +0 -0
- package/core/components/ui/toast/types.d.ts +0 -0
- package/core/components/ui/toast/types.js +0 -0
- package/core/components/ui/tooltip/tooltip.d.ts +0 -0
- package/core/components/ui/tooltip/tooltip.js +0 -0
- package/core/components/ui/ui.d.ts +1 -0
- package/core/components/ui/ui.js +1 -0
- package/core/core.d.ts +0 -0
- package/core/core.js +0 -0
- package/core/mixins/Fetcher.d.ts +0 -0
- package/core/mixins/Fetcher.js +0 -0
- package/core/mixins/FormCheckable.d.ts +0 -0
- package/core/mixins/FormCheckable.js +0 -0
- package/core/mixins/FormElement.d.ts +0 -0
- package/core/mixins/FormElement.js +0 -0
- package/core/mixins/FormInput.d.ts +0 -0
- package/core/mixins/FormInput.js +0 -0
- package/core/mixins/Subscriber.d.ts +0 -0
- package/core/mixins/Subscriber.js +0 -0
- package/core/mixins/TemplatesContainer.d.ts +0 -0
- package/core/mixins/TemplatesContainer.js +0 -0
- package/core/mixins/mixins.d.ts +0 -0
- package/core/mixins/mixins.js +0 -0
- package/core/utils/Arrays.d.ts +0 -0
- package/core/utils/Arrays.js +0 -0
- package/core/utils/DataBindObserver.d.ts +0 -0
- package/core/utils/DataBindObserver.js +0 -0
- package/core/utils/Electron.d.ts +0 -0
- package/core/utils/Electron.js +0 -0
- package/core/utils/Format.d.ts +0 -0
- package/core/utils/Format.js +0 -0
- package/core/utils/HTML.d.ts +0 -0
- package/core/utils/HTML.js +0 -0
- package/core/utils/LocationHandler.d.ts +0 -0
- package/core/utils/LocationHandler.js +0 -0
- package/core/utils/Objects.d.ts +0 -0
- package/core/utils/Objects.js +0 -0
- package/core/utils/PublisherProxy.d.mts +0 -0
- package/core/utils/PublisherProxy.mjs +0 -0
- package/core/utils/api.d.ts +0 -0
- package/core/utils/api.js +0 -0
- package/mixins.d.ts +0 -0
- package/mixins.js +0 -0
- package/package.json +3 -1
- package/utils.d.ts +0 -0
- package/utils.js +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { LitElement } from
|
|
2
|
-
declare type PopPlacement =
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
declare type PopPlacement = 'bottom' | 'top' | 'right' | 'left';
|
|
3
3
|
export declare class Pop extends LitElement {
|
|
4
4
|
static pops: Set<Pop>;
|
|
5
5
|
static styles: import("lit").CSSResult[];
|
|
6
6
|
open: boolean;
|
|
7
7
|
popBtn: HTMLElement;
|
|
8
8
|
popContent: HTMLElement;
|
|
9
|
-
toggle:
|
|
9
|
+
toggle: 'true' | 'false';
|
|
10
10
|
inline: boolean;
|
|
11
11
|
/**
|
|
12
12
|
* Ombre
|
|
13
13
|
*/
|
|
14
|
-
shadow:
|
|
14
|
+
shadow: '' | 'none' | 'sm' | 'md' | 'lg';
|
|
15
15
|
placement: PopPlacement;
|
|
16
16
|
positioningRuns: boolean;
|
|
17
17
|
lastContentX: number;
|
|
@@ -5,21 +5,21 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
5
5
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
6
|
};
|
|
7
7
|
var Pop_1;
|
|
8
|
-
import { html, LitElement, css } from
|
|
9
|
-
import { customElement, query, state, property } from
|
|
10
|
-
import HTML from
|
|
11
|
-
const tagName =
|
|
8
|
+
import { html, LitElement, css } from 'lit';
|
|
9
|
+
import { customElement, query, state, property } from 'lit/decorators.js';
|
|
10
|
+
import HTML from '@supersoniks/concorde/core/utils/HTML';
|
|
11
|
+
const tagName = 'sonic-pop';
|
|
12
12
|
let Pop = Pop_1 = class Pop extends LitElement {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
15
15
|
this.open = false;
|
|
16
|
-
this.toggle =
|
|
16
|
+
this.toggle = 'true';
|
|
17
17
|
this.inline = false;
|
|
18
18
|
/**
|
|
19
19
|
* Ombre
|
|
20
20
|
*/
|
|
21
|
-
this.shadow =
|
|
22
|
-
this.placement =
|
|
21
|
+
this.shadow = 'lg';
|
|
22
|
+
this.placement = 'bottom';
|
|
23
23
|
this.positioningRuns = false;
|
|
24
24
|
this.lastContentX = Number.NaN;
|
|
25
25
|
this.lastContentY = Number.NaN;
|
|
@@ -32,16 +32,16 @@ let Pop = Pop_1 = class Pop extends LitElement {
|
|
|
32
32
|
window.requestAnimationFrame(() => this.runPositioning());
|
|
33
33
|
}
|
|
34
34
|
_toggle(e) {
|
|
35
|
-
if (this.open && this.toggle ==
|
|
35
|
+
if (this.open && this.toggle == 'false')
|
|
36
36
|
return;
|
|
37
|
-
if (e.type ==
|
|
37
|
+
if (e.type == 'keydown' && (e.key != 'ArrowDown' || this.open))
|
|
38
38
|
return;
|
|
39
39
|
this.open = !this.open;
|
|
40
40
|
this.open ? this._show() : this._hide();
|
|
41
41
|
}
|
|
42
42
|
_show() {
|
|
43
43
|
this.open = true;
|
|
44
|
-
this.popContent.setAttribute(
|
|
44
|
+
this.popContent.setAttribute('tabindex', '0');
|
|
45
45
|
if (this.popBtn && this.popContent && !this.positioningRuns) {
|
|
46
46
|
this.positioningRuns = true;
|
|
47
47
|
this.lastContentX = Number.NaN;
|
|
@@ -51,7 +51,7 @@ let Pop = Pop_1 = class Pop extends LitElement {
|
|
|
51
51
|
}
|
|
52
52
|
_hide() {
|
|
53
53
|
this.open = false;
|
|
54
|
-
this.popContent.setAttribute(
|
|
54
|
+
this.popContent.setAttribute('tabindex', '-1');
|
|
55
55
|
this.positioningRuns = false;
|
|
56
56
|
}
|
|
57
57
|
_handleClosePop(e) {
|
|
@@ -60,10 +60,10 @@ let Pop = Pop_1 = class Pop extends LitElement {
|
|
|
60
60
|
Pop_1.pops.forEach((pop) => {
|
|
61
61
|
const popContainsTarget = path.includes(pop);
|
|
62
62
|
const popContentContainsTarget = path.includes(pop.querySelector('[slot="content"]'));
|
|
63
|
-
const isCloseManual = HTML.getAncestorAttributeValue(target,
|
|
64
|
-
if (e.type ==
|
|
63
|
+
const isCloseManual = HTML.getAncestorAttributeValue(target, 'data-on-select') === 'keep';
|
|
64
|
+
if (e.type == 'pointerdown' && popContainsTarget)
|
|
65
65
|
return;
|
|
66
|
-
if (e.type ==
|
|
66
|
+
if (e.type == 'click' && ((popContainsTarget && isCloseManual) || !popContentContainsTarget))
|
|
67
67
|
return;
|
|
68
68
|
pop._hide();
|
|
69
69
|
});
|
|
@@ -71,8 +71,8 @@ let Pop = Pop_1 = class Pop extends LitElement {
|
|
|
71
71
|
connectedCallback() {
|
|
72
72
|
super.connectedCallback();
|
|
73
73
|
if (Pop_1.pops.size == 0) {
|
|
74
|
-
document.addEventListener(
|
|
75
|
-
document.addEventListener(
|
|
74
|
+
document.addEventListener('pointerdown', this._handleClosePop);
|
|
75
|
+
document.addEventListener('click', this._handleClosePop);
|
|
76
76
|
}
|
|
77
77
|
Pop_1.pops.add(this);
|
|
78
78
|
}
|
|
@@ -80,8 +80,8 @@ let Pop = Pop_1 = class Pop extends LitElement {
|
|
|
80
80
|
super.disconnectedCallback();
|
|
81
81
|
Pop_1.pops.delete(this);
|
|
82
82
|
if (Pop_1.pops.size == 0) {
|
|
83
|
-
document.removeEventListener(
|
|
84
|
-
document.removeEventListener(
|
|
83
|
+
document.removeEventListener('pointerdown', this._handleClosePop);
|
|
84
|
+
document.removeEventListener('click', this._handleClosePop);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
_setUpMenu(placement) {
|
|
@@ -101,34 +101,34 @@ let Pop = Pop_1 = class Pop extends LitElement {
|
|
|
101
101
|
let xRight = x0 + thisRect.width + 2 * padding;
|
|
102
102
|
let yBottom = y0 + thisRect.height + padding;
|
|
103
103
|
switch (placement) {
|
|
104
|
-
case
|
|
104
|
+
case 'bottom':
|
|
105
105
|
y = yBottom;
|
|
106
106
|
break;
|
|
107
|
-
case
|
|
107
|
+
case 'top':
|
|
108
108
|
y = yTop;
|
|
109
109
|
break;
|
|
110
|
-
case
|
|
110
|
+
case 'left':
|
|
111
111
|
x = xLeft;
|
|
112
112
|
break;
|
|
113
|
-
case
|
|
113
|
+
case 'right':
|
|
114
114
|
x = xRight;
|
|
115
115
|
break;
|
|
116
116
|
}
|
|
117
117
|
let dxRight = window.innerWidth - xRight - bodyRect.left - contentRect.width - shiftPadding;
|
|
118
|
-
if (dxRight < 0 && placement ===
|
|
118
|
+
if (dxRight < 0 && placement === 'right')
|
|
119
119
|
x = xLeft;
|
|
120
|
-
if (dxRight < 0 && [
|
|
120
|
+
if (dxRight < 0 && ['top', 'bottom'].includes(placement))
|
|
121
121
|
x = Math.max(x + dxRight, xLeft + thisRect.width);
|
|
122
122
|
let dxLeft = -bodyRect.left - xLeft;
|
|
123
|
-
if (dxLeft > shiftPadding && placement ===
|
|
123
|
+
if (dxLeft > shiftPadding && placement === 'left')
|
|
124
124
|
x = xRight;
|
|
125
125
|
let dyBottom = window.innerHeight - yBottom - bodyRect.top - contentRect.height - shiftPadding;
|
|
126
|
-
if (dyBottom < 0 && placement ===
|
|
126
|
+
if (dyBottom < 0 && placement === 'bottom')
|
|
127
127
|
y = yTop;
|
|
128
|
-
if (dyBottom < 0 && [
|
|
128
|
+
if (dyBottom < 0 && ['left', 'right'].includes(placement))
|
|
129
129
|
y = Math.max(y + dyBottom, yTop + thisRect.height);
|
|
130
130
|
let dyTop = -bodyRect.top - yTop;
|
|
131
|
-
if (dyTop > -shiftPadding && placement ===
|
|
131
|
+
if (dyTop > -shiftPadding && placement === 'top')
|
|
132
132
|
y = yBottom;
|
|
133
133
|
this.lastContentX = x;
|
|
134
134
|
this.lastContentY = y;
|
|
@@ -145,7 +145,7 @@ let Pop = Pop_1 = class Pop extends LitElement {
|
|
|
145
145
|
tabindex="-1"
|
|
146
146
|
part="content"
|
|
147
147
|
class="
|
|
148
|
-
${this.open ?
|
|
148
|
+
${this.open ? 'is-open' : ''}"
|
|
149
149
|
></slot>
|
|
150
150
|
`;
|
|
151
151
|
}
|
|
@@ -157,7 +157,8 @@ Pop.styles = [
|
|
|
157
157
|
display: inline-block;
|
|
158
158
|
vertical-align: middle;
|
|
159
159
|
}
|
|
160
|
-
slot[name=
|
|
160
|
+
slot[name='content'] {
|
|
161
|
+
max-width: 80vw;
|
|
161
162
|
background-color: var(--sc-base);
|
|
162
163
|
position: absolute;
|
|
163
164
|
z-index: 50;
|
|
@@ -165,36 +166,36 @@ Pop.styles = [
|
|
|
165
166
|
transform: translateY(1rem) scale(0.95);
|
|
166
167
|
opacity: 0;
|
|
167
168
|
pointer-events: none;
|
|
168
|
-
transition-duration: 0.15s
|
|
169
|
+
transition-duration: 0.15s;
|
|
169
170
|
transition-timing-function: ease;
|
|
170
|
-
transition-property:all;
|
|
171
|
+
transition-property: all;
|
|
171
172
|
border-radius: min(calc(var(--sc-btn-rounded) * 2), 0.4em);
|
|
172
173
|
}
|
|
173
174
|
|
|
174
|
-
slot[name=
|
|
175
|
+
slot[name='content'].is-open {
|
|
175
176
|
transform: translateY(0) scale(1);
|
|
176
177
|
opacity: 1;
|
|
177
178
|
pointer-events: auto;
|
|
178
|
-
transition-property:scale, opacity;
|
|
179
|
+
transition-property: scale, opacity;
|
|
179
180
|
transition-timing-function: cubic-bezier(0.25, 0.25, 0.42, 1.225);
|
|
180
181
|
}
|
|
181
182
|
|
|
182
183
|
/*OMBRE*/
|
|
183
|
-
:host([shadow]) slot[name=
|
|
184
|
-
:host([shadow=
|
|
185
|
-
:host([shadow=
|
|
184
|
+
:host([shadow]) slot[name='content'],
|
|
185
|
+
:host([shadow='md']) slot[name='content'],
|
|
186
|
+
:host([shadow='true']) slot[name='content'] {
|
|
186
187
|
box-shadow: var(--sc-shadow);
|
|
187
188
|
}
|
|
188
189
|
|
|
189
|
-
:host([shadow=
|
|
190
|
+
:host([shadow='sm']) slot[name='content'] {
|
|
190
191
|
box-shadow: var(--sc-shadow-sm);
|
|
191
192
|
}
|
|
192
193
|
|
|
193
|
-
:host([shadow=
|
|
194
|
+
:host([shadow='none']) slot[name='content'] {
|
|
194
195
|
box-shadow: none;
|
|
195
196
|
}
|
|
196
197
|
|
|
197
|
-
:host([shadow=
|
|
198
|
+
:host([shadow='lg']) slot[name='content'] {
|
|
198
199
|
box-shadow: var(--sc-shadow-lg);
|
|
199
200
|
}
|
|
200
201
|
|
|
@@ -207,10 +208,10 @@ __decorate([
|
|
|
207
208
|
state()
|
|
208
209
|
], Pop.prototype, "open", void 0);
|
|
209
210
|
__decorate([
|
|
210
|
-
query(
|
|
211
|
+
query('slot:not([name=content])')
|
|
211
212
|
], Pop.prototype, "popBtn", void 0);
|
|
212
213
|
__decorate([
|
|
213
|
-
query(
|
|
214
|
+
query('slot[name=content]')
|
|
214
215
|
], Pop.prototype, "popContent", void 0);
|
|
215
216
|
__decorate([
|
|
216
217
|
property({ type: String })
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,6 +4,7 @@ import "./button/button";
|
|
|
4
4
|
import "./link/link";
|
|
5
5
|
import "./progress/progress";
|
|
6
6
|
import "./form/input/input";
|
|
7
|
+
import "./form/input-autocomplete/input-autocomplete";
|
|
7
8
|
import "./form/input/password-helper";
|
|
8
9
|
import "./form/input/same-value-helper";
|
|
9
10
|
import "./form/checkbox/checkbox";
|
package/core/components/ui/ui.js
CHANGED
|
@@ -7,6 +7,7 @@ import "./link/link";
|
|
|
7
7
|
import "./progress/progress";
|
|
8
8
|
// FORMS
|
|
9
9
|
import "./form/input/input";
|
|
10
|
+
import "./form/input-autocomplete/input-autocomplete";
|
|
10
11
|
import "./form/input/password-helper";
|
|
11
12
|
import "./form/input/same-value-helper";
|
|
12
13
|
import "./form/checkbox/checkbox";
|
package/core/core.d.ts
CHANGED
|
File without changes
|
package/core/core.js
CHANGED
|
File without changes
|
package/core/mixins/Fetcher.d.ts
CHANGED
|
File without changes
|
package/core/mixins/Fetcher.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/core/mixins/FormInput.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/core/mixins/mixins.d.ts
CHANGED
|
File without changes
|
package/core/mixins/mixins.js
CHANGED
|
File without changes
|
package/core/utils/Arrays.d.ts
CHANGED
|
File without changes
|
package/core/utils/Arrays.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/core/utils/Electron.d.ts
CHANGED
|
File without changes
|
package/core/utils/Electron.js
CHANGED
|
File without changes
|
package/core/utils/Format.d.ts
CHANGED
|
File without changes
|
package/core/utils/Format.js
CHANGED
|
File without changes
|
package/core/utils/HTML.d.ts
CHANGED
|
File without changes
|
package/core/utils/HTML.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/core/utils/Objects.d.ts
CHANGED
|
File without changes
|
package/core/utils/Objects.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/core/utils/api.d.ts
CHANGED
|
File without changes
|
package/core/utils/api.js
CHANGED
|
File without changes
|
package/mixins.d.ts
CHANGED
|
File without changes
|
package/mixins.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supersoniks/concorde",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.42",
|
|
4
4
|
"customElements": "custom-elements.json",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -106,6 +106,8 @@
|
|
|
106
106
|
"./ui/form/input/password-helper": "./core/components/ui/form/input/password-helper.js",
|
|
107
107
|
"./core/components/ui/form/input/same-value-helper": "./core/components/ui/form/input/same-value-helper.js",
|
|
108
108
|
"./ui/form/input/same-value-helper": "./core/components/ui/form/input/same-value-helper.js",
|
|
109
|
+
"./core/components/ui/form/input-autocomplete/input-autocomplete": "./core/components/ui/form/input-autocomplete/input-autocomplete.js",
|
|
110
|
+
"./ui/form/input-autocomplete": "./core/components/ui/form/input-autocomplete/input-autocomplete.js",
|
|
109
111
|
"./core/components/ui/form/radio/radio": "./core/components/ui/form/radio/radio.js",
|
|
110
112
|
"./ui/form/radio": "./core/components/ui/form/radio/radio.js",
|
|
111
113
|
"./core/components/ui/form/select/select": "./core/components/ui/form/select/select.js",
|
package/utils.d.ts
CHANGED
|
File without changes
|
package/utils.js
CHANGED
|
File without changes
|