@web-atoms/web-controls 2.3.109 → 2.3.110
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/animations/Animations.d.ts.map +1 -1
- package/dist/animations/Animations.js +34 -8
- package/dist/animations/Animations.js.map +1 -1
- package/dist/basic/Form.d.ts +29 -73
- package/dist/basic/Form.d.ts.map +1 -1
- package/dist/basic/Form.js +85 -283
- package/dist/basic/Form.js.map +1 -1
- package/dist/basic/FormField.d.ts +1 -0
- package/dist/basic/FormField.d.ts.map +1 -1
- package/dist/basic/FormField.js +3 -14
- package/dist/basic/FormField.js.map +1 -1
- package/dist/basic/InlinePopup.d.ts +1 -0
- package/dist/basic/InlinePopup.d.ts.map +1 -1
- package/dist/basic/InlinePopup.js +2 -4
- package/dist/basic/InlinePopup.js.map +1 -1
- package/dist/basic/ListRepeater.d.ts +1 -0
- package/dist/basic/ListRepeater.d.ts.map +1 -1
- package/dist/basic/ListRepeater.js +3 -8
- package/dist/basic/ListRepeater.js.map +1 -1
- package/dist/basic/MaskedInput.d.ts +1 -0
- package/dist/basic/MaskedInput.d.ts.map +1 -1
- package/dist/basic/MaskedInput.js +3 -8
- package/dist/basic/MaskedInput.js.map +1 -1
- package/dist/basic/MaskedInputDiv.d.ts +1 -0
- package/dist/basic/MaskedInputDiv.d.ts.map +1 -1
- package/dist/basic/MaskedInputDiv.js +3 -16
- package/dist/basic/MaskedInputDiv.js.map +1 -1
- package/dist/basic/OldForm.d.ts +79 -0
- package/dist/basic/OldForm.d.ts.map +1 -0
- package/dist/basic/OldForm.js +318 -0
- package/dist/basic/OldForm.js.map +1 -0
- package/dist/basic/PasswordBox.d.ts +1 -0
- package/dist/basic/PasswordBox.d.ts.map +1 -1
- package/dist/basic/PasswordBox.js +3 -8
- package/dist/basic/PasswordBox.js.map +1 -1
- package/dist/basic/PinchZoomView.d.ts +1 -0
- package/dist/basic/PinchZoomView.d.ts.map +1 -1
- package/dist/basic/PinchZoomView.js +3 -13
- package/dist/basic/PinchZoomView.js.map +1 -1
- package/dist/basic/PopupButton.d.ts +1 -0
- package/dist/basic/PopupButton.d.ts.map +1 -1
- package/dist/basic/PopupButton.js +3 -13
- package/dist/basic/PopupButton.js.map +1 -1
- package/dist/basic/RadioButtonList.d.ts +1 -0
- package/dist/basic/RadioButtonList.d.ts.map +1 -1
- package/dist/basic/RadioButtonList.js +4 -17
- package/dist/basic/RadioButtonList.js.map +1 -1
- package/dist/basic/Swipe.d.ts +1 -0
- package/dist/basic/Swipe.d.ts.map +1 -1
- package/dist/basic/Swipe.js +3 -9
- package/dist/basic/Swipe.js.map +1 -1
- package/dist/basic/Switch.d.ts +4 -0
- package/dist/basic/Switch.d.ts.map +1 -1
- package/dist/basic/Switch.js +4 -23
- package/dist/basic/Switch.js.map +1 -1
- package/dist/basic/TableRepeater.d.ts.map +1 -1
- package/dist/basic/TableRepeater.js +2 -7
- package/dist/basic/TableRepeater.js.map +1 -1
- package/dist/basic/TimeEditor.d.ts +1 -0
- package/dist/basic/TimeEditor.d.ts.map +1 -1
- package/dist/basic/TimeEditor.js +3 -13
- package/dist/basic/TimeEditor.js.map +1 -1
- package/dist/basic/TitleEditor.d.ts +1 -0
- package/dist/basic/TitleEditor.d.ts.map +1 -1
- package/dist/basic/TitleEditor.js +3 -8
- package/dist/basic/TitleEditor.js.map +1 -1
- package/dist/basic/ToggleButtonBar.d.ts +1 -0
- package/dist/basic/ToggleButtonBar.d.ts.map +1 -1
- package/dist/basic/ToggleButtonBar.js +3 -10
- package/dist/basic/ToggleButtonBar.js.map +1 -1
- package/dist/basic/Tooltip.d.ts +1 -0
- package/dist/basic/Tooltip.d.ts.map +1 -1
- package/dist/basic/Tooltip.js +3 -8
- package/dist/basic/Tooltip.js.map +1 -1
- package/dist/basic/styles/form-field-style.d.ts +2 -0
- package/dist/basic/styles/form-field-style.d.ts.map +1 -0
- package/dist/basic/styles/form-field-style.js +146 -0
- package/dist/basic/styles/form-field-style.js.map +1 -0
- package/dist/basic/styles/inline-popup-style.d.ts +2 -0
- package/dist/basic/styles/inline-popup-style.d.ts.map +1 -0
- package/dist/basic/styles/inline-popup-style.js +28 -0
- package/dist/basic/styles/inline-popup-style.js.map +1 -0
- package/dist/basic/styles/list-repeater-style.d.ts +2 -0
- package/dist/basic/styles/list-repeater-style.d.ts.map +1 -0
- package/dist/basic/styles/list-repeater-style.js +36 -0
- package/dist/basic/styles/list-repeater-style.js.map +1 -0
- package/dist/basic/styles/masked-input-div.d.ts +2 -0
- package/dist/basic/styles/masked-input-div.d.ts.map +1 -0
- package/dist/basic/styles/masked-input-div.js +52 -0
- package/dist/basic/styles/masked-input-div.js.map +1 -0
- package/dist/basic/styles/masked-input-style.d.ts +2 -0
- package/dist/basic/styles/masked-input-style.d.ts.map +1 -0
- package/dist/basic/styles/masked-input-style.js +19 -0
- package/dist/basic/styles/masked-input-style.js.map +1 -0
- package/dist/basic/styles/password-box-style.d.ts +2 -0
- package/dist/basic/styles/password-box-style.d.ts.map +1 -0
- package/dist/basic/styles/password-box-style.js +35 -0
- package/dist/basic/styles/password-box-style.js.map +1 -0
- package/dist/basic/styles/pinch-zoom-view-style.d.ts +2 -0
- package/dist/basic/styles/pinch-zoom-view-style.d.ts.map +1 -0
- package/dist/basic/styles/pinch-zoom-view-style.js +61 -0
- package/dist/basic/styles/pinch-zoom-view-style.js.map +1 -0
- package/dist/basic/styles/popup-button-style.d.ts +2 -0
- package/dist/basic/styles/popup-button-style.d.ts.map +1 -0
- package/dist/basic/styles/popup-button-style.js +40 -0
- package/dist/basic/styles/popup-button-style.js.map +1 -0
- package/dist/basic/styles/radio-button-list-style.d.ts +2 -0
- package/dist/basic/styles/radio-button-list-style.d.ts.map +1 -0
- package/dist/basic/styles/radio-button-list-style.js +44 -0
- package/dist/basic/styles/radio-button-list-style.js.map +1 -0
- package/dist/basic/styles/swipe-style.d.ts +2 -0
- package/dist/basic/styles/swipe-style.d.ts.map +1 -0
- package/dist/basic/styles/swipe-style.js +32 -0
- package/dist/basic/styles/swipe-style.js.map +1 -0
- package/dist/basic/styles/switch-style.d.ts +2 -0
- package/dist/basic/styles/switch-style.d.ts.map +1 -0
- package/dist/basic/styles/switch-style.js +127 -0
- package/dist/basic/styles/switch-style.js.map +1 -0
- package/dist/basic/styles/time-editor-style.d.ts +2 -0
- package/dist/basic/styles/time-editor-style.d.ts.map +1 -0
- package/dist/basic/styles/time-editor-style.js +64 -0
- package/dist/basic/styles/time-editor-style.js.map +1 -0
- package/dist/basic/styles/title-editor-style.d.ts +2 -0
- package/dist/basic/styles/title-editor-style.d.ts.map +1 -0
- package/dist/basic/styles/title-editor-style.js +45 -0
- package/dist/basic/styles/title-editor-style.js.map +1 -0
- package/dist/basic/styles/toggle-button-bar-style.d.ts +2 -0
- package/dist/basic/styles/toggle-button-bar-style.d.ts.map +1 -0
- package/dist/basic/styles/toggle-button-bar-style.js +48 -0
- package/dist/basic/styles/toggle-button-bar-style.js.map +1 -0
- package/dist/basic/styles/toggle-view-style.d.ts +2 -0
- package/dist/basic/styles/toggle-view-style.d.ts.map +1 -0
- package/dist/basic/styles/toggle-view-style.js +91 -0
- package/dist/basic/styles/toggle-view-style.js.map +1 -0
- package/dist/basic/styles/tooltip-style.d.ts +2 -0
- package/dist/basic/styles/tooltip-style.d.ts.map +1 -0
- package/dist/basic/styles/tooltip-style.js +21 -0
- package/dist/basic/styles/tooltip-style.js.map +1 -0
- package/dist/html-editor/InlineHtmlEditor.d.ts.map +1 -1
- package/dist/html-editor/InlineHtmlEditor.js +29 -7
- package/dist/html-editor/InlineHtmlEditor.js.map +1 -1
- package/dist/mobile-app/BottomPopup.d.ts.map +1 -1
- package/dist/mobile-app/BottomPopup.js +76 -14
- package/dist/mobile-app/BottomPopup.js.map +1 -1
- package/dist/mobile-app/MobileApp.d.ts.map +1 -1
- package/dist/mobile-app/MobileApp.js +226 -26
- package/dist/mobile-app/MobileApp.js.map +1 -1
- package/dist/player/AtomVideoPlayer.d.ts.map +1 -1
- package/dist/player/AtomVideoPlayer.js +160 -13
- package/dist/player/AtomVideoPlayer.js.map +1 -1
- package/dist/toggle-view/AtomToggleView.d.ts +1 -0
- package/dist/toggle-view/AtomToggleView.d.ts.map +1 -1
- package/dist/toggle-view/AtomToggleView.js +3 -16
- package/dist/toggle-view/AtomToggleView.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/animations/Animations.ts +32 -28
- package/src/basic/Form.tsx +89 -383
- package/src/basic/FormField.tsx +1 -117
- package/src/basic/InlinePopup.tsx +1 -16
- package/src/basic/ListRepeater.tsx +1 -26
- package/src/basic/MaskedInput.tsx +2 -17
- package/src/basic/MaskedInputDiv.tsx +2 -41
- package/src/basic/OldForm.tsx +424 -0
- package/src/basic/PasswordBox.tsx +1 -22
- package/src/basic/PinchZoomView.tsx +2 -41
- package/src/basic/PopupButton.tsx +1 -19
- package/src/basic/RadioButtonList.tsx +1 -17
- package/src/basic/Swipe.tsx +1 -21
- package/src/basic/Switch.tsx +2 -83
- package/src/basic/TableRepeater.tsx +0 -3
- package/src/basic/TimeEditor.tsx +2 -40
- package/src/basic/TitleEditor.tsx +1 -28
- package/src/basic/ToggleButtonBar.tsx +1 -30
- package/src/basic/Tooltip.tsx +2 -5
- package/src/basic/styles/form-field-style.ts +136 -0
- package/src/basic/styles/inline-popup-style.ts +19 -0
- package/src/basic/styles/list-repeater-style.ts +25 -0
- package/src/basic/styles/masked-input-div.ts +41 -0
- package/src/basic/styles/masked-input-style.ts +8 -0
- package/src/basic/styles/password-box-style.ts +24 -0
- package/src/basic/styles/pinch-zoom-view-style.ts +50 -0
- package/src/basic/styles/popup-button-style.ts +30 -0
- package/src/basic/styles/radio-button-list-style.ts +34 -0
- package/src/basic/styles/swipe-style.ts +22 -0
- package/src/basic/styles/switch-style.ts +116 -0
- package/src/basic/styles/time-editor-style.ts +53 -0
- package/src/basic/styles/title-editor-style.ts +34 -0
- package/src/basic/styles/toggle-button-bar-style.ts +37 -0
- package/src/basic/styles/toggle-view-style.ts +80 -0
- package/src/basic/styles/tooltip-style.ts +10 -0
- package/src/html-editor/InlineHtmlEditor.tsx +26 -16
- package/src/mobile-app/BottomPopup.tsx +73 -68
- package/src/mobile-app/MobileApp.tsx +227 -174
- package/src/player/AtomVideoPlayer.tsx +157 -141
- package/src/toggle-view/AtomToggleView.tsx +3 -53
- package/dist/basic/Form2.d.ts +0 -27
- package/dist/basic/Form2.d.ts.map +0 -1
- package/dist/basic/Form2.js +0 -120
- package/dist/basic/Form2.js.map +0 -1
- package/dist/basic/FormDialog.d.ts +0 -4
- package/dist/basic/FormDialog.d.ts.map +0 -1
- package/dist/basic/FormDialog.js +0 -32
- package/dist/basic/FormDialog.js.map +0 -1
- package/dist/basic/Input.d.ts +0 -5
- package/dist/basic/Input.d.ts.map +0 -1
- package/dist/basic/Input.js +0 -30
- package/dist/basic/Input.js.map +0 -1
- package/dist/basic/Mix.d.ts +0 -10
- package/dist/basic/Mix.d.ts.map +0 -1
- package/dist/basic/Mix.js +0 -31
- package/dist/basic/Mix.js.map +0 -1
- package/dist/basic/Panel.d.ts +0 -6
- package/dist/basic/Panel.d.ts.map +0 -1
- package/dist/basic/Panel.js +0 -37
- package/dist/basic/Panel.js.map +0 -1
- package/dist/basic/Row.d.ts +0 -15
- package/dist/basic/Row.d.ts.map +0 -1
- package/dist/basic/Row.js +0 -43
- package/dist/basic/Row.js.map +0 -1
- package/dist/switch/AtomSwitch.d.ts +0 -7
- package/dist/switch/AtomSwitch.d.ts.map +0 -1
- package/dist/switch/AtomSwitch.js +0 -42
- package/dist/switch/AtomSwitch.js.map +0 -1
- package/dist/switch/AtomSwitchStyle.d.ts +0 -8
- package/dist/switch/AtomSwitchStyle.d.ts.map +0 -1
- package/dist/switch/AtomSwitchStyle.js +0 -80
- package/dist/switch/AtomSwitchStyle.js.map +0 -1
- package/src/basic/Form2.tsx +0 -121
- package/src/basic/FormDialog.tsx +0 -28
- package/src/basic/Input.tsx +0 -30
- package/src/basic/Mix.tsx +0 -25
- package/src/basic/Panel.tsx +0 -43
- package/src/basic/Row.tsx +0 -49
- package/src/switch/AtomSwitch.tsx +0 -24
- package/src/switch/AtomSwitchStyle.ts +0 -71
|
@@ -1,32 +1,7 @@
|
|
|
1
1
|
import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
|
|
2
|
-
import StyleRule from "@web-atoms/core/dist/style/StyleRule";
|
|
3
|
-
import CSS from "@web-atoms/core/dist/web/styles/CSS";
|
|
4
2
|
import AtomRepeater from "./AtomRepeater";
|
|
5
3
|
|
|
6
|
-
|
|
7
|
-
.child(StyleRule("*[data-item-index]")
|
|
8
|
-
.padding(5)
|
|
9
|
-
.borderRadius(5)
|
|
10
|
-
.backgroundColor("var(--list-bg-color)")
|
|
11
|
-
.color("var(--list-color)")
|
|
12
|
-
.hover(StyleRule()
|
|
13
|
-
.backgroundColor("var(--list-selected-bg-color-hover, lightgreen)")
|
|
14
|
-
.color("var(--list-selected-color-hover, inherit)")
|
|
15
|
-
)
|
|
16
|
-
.child(StyleRule("td")
|
|
17
|
-
.padding(5)
|
|
18
|
-
)
|
|
19
|
-
)
|
|
20
|
-
.child(StyleRule("*[data-item-index][data-selected-item=true]")
|
|
21
|
-
.backgroundColor("var(--list-selected-bg-color, lightgray)")
|
|
22
|
-
.color("var(--list-selected-color, inherit)")
|
|
23
|
-
.hover(StyleRule()
|
|
24
|
-
.backgroundColor("var(--list-selected-bg-color-hover, lightgreen)")
|
|
25
|
-
.color("var(--list-selected-color-hover, inherit)")
|
|
26
|
-
)
|
|
27
|
-
)
|
|
28
|
-
, "*[data-list-repeater=list-repeater]");
|
|
29
|
-
|
|
4
|
+
import "./styles/list-repeater-style";
|
|
30
5
|
export default class ListRepeater<T = any> extends AtomRepeater<T> {
|
|
31
6
|
|
|
32
7
|
@BindableProperty
|
|
@@ -3,27 +3,12 @@ import StyleRule from "@web-atoms/core/dist/style/StyleRule";
|
|
|
3
3
|
import CSS from "@web-atoms/core/dist/web/styles/CSS";
|
|
4
4
|
import IElement from "./IElement";
|
|
5
5
|
|
|
6
|
+
import "./styles/masked-input-style";
|
|
7
|
+
|
|
6
8
|
export interface IMaskedInput extends IElement {
|
|
7
9
|
mask?: string;
|
|
8
10
|
}
|
|
9
11
|
|
|
10
|
-
CSS(StyleRule()
|
|
11
|
-
.position("relative")
|
|
12
|
-
.paddingLeft(2)
|
|
13
|
-
.paddingTop(1)
|
|
14
|
-
.fontFamily("monospace")
|
|
15
|
-
// .and(StyleRule("::after")
|
|
16
|
-
// .absolutePosition({
|
|
17
|
-
// left: 2,
|
|
18
|
-
// top: 1
|
|
19
|
-
// })
|
|
20
|
-
// .content("attr(data-mask)" as any)
|
|
21
|
-
// .fontFamily("inherit")
|
|
22
|
-
// .fontWeight("inherit")
|
|
23
|
-
// .fontSize("inherit")
|
|
24
|
-
// )
|
|
25
|
-
, "input[data-mask]");
|
|
26
|
-
|
|
27
12
|
const updateMask = (e: Event) => {
|
|
28
13
|
const target = e.target as HTMLInputElement;
|
|
29
14
|
const mask = target.dataset.mask;
|
|
@@ -1,52 +1,13 @@
|
|
|
1
|
-
import Colors from "@web-atoms/core/dist/core/Colors";
|
|
2
1
|
import XNode from "@web-atoms/core/dist/core/XNode";
|
|
3
|
-
import StyleRule from "@web-atoms/core/dist/style/StyleRule";
|
|
4
2
|
import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
|
|
5
|
-
import CSS from "@web-atoms/core/dist/web/styles/CSS";
|
|
6
3
|
import IElement from "./IElement";
|
|
7
4
|
|
|
5
|
+
import "./styles/masked-input-div";
|
|
6
|
+
|
|
8
7
|
export interface IMaskedInput extends IElement {
|
|
9
8
|
mask?: string;
|
|
10
9
|
}
|
|
11
10
|
|
|
12
|
-
CSS(StyleRule()
|
|
13
|
-
.display("inline")
|
|
14
|
-
.position("relative")
|
|
15
|
-
.paddingLeft(2)
|
|
16
|
-
.paddingTop(2)
|
|
17
|
-
.fontFamily("monospace")
|
|
18
|
-
.and(StyleRule("::before")
|
|
19
|
-
.absolutePosition({
|
|
20
|
-
left: 2,
|
|
21
|
-
top: 2
|
|
22
|
-
})
|
|
23
|
-
.content("attr(data-label)" as any)
|
|
24
|
-
.fontFamily("inherit")
|
|
25
|
-
.fontWeight("inherit")
|
|
26
|
-
.fontSize("inherit")
|
|
27
|
-
.pointerEvents("none")
|
|
28
|
-
)
|
|
29
|
-
.and(StyleRule("::after")
|
|
30
|
-
.absolutePosition({
|
|
31
|
-
left: 2,
|
|
32
|
-
top: 2
|
|
33
|
-
})
|
|
34
|
-
.content("attr(data-mask)" as any)
|
|
35
|
-
.fontFamily("inherit")
|
|
36
|
-
.fontWeight("inherit")
|
|
37
|
-
.fontSize("inherit")
|
|
38
|
-
.pointerEvents("none")
|
|
39
|
-
.opacity("0.2")
|
|
40
|
-
)
|
|
41
|
-
.child(StyleRule("input")
|
|
42
|
-
.color(Colors.transparent)
|
|
43
|
-
.caretColor(Colors.gray)
|
|
44
|
-
.fontFamily("inherit")
|
|
45
|
-
.fontWeight("inherit")
|
|
46
|
-
.fontSize("inherit")
|
|
47
|
-
)
|
|
48
|
-
, "div[data-mask]");
|
|
49
|
-
|
|
50
11
|
const updateMask = (e: Event) => {
|
|
51
12
|
const target = e.target as HTMLInputElement;
|
|
52
13
|
const mask = target.dataset.mask;
|
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
import Bind from "@web-atoms/core/dist/core/Bind";
|
|
2
|
+
import Command from "@web-atoms/core/dist/core/Command";
|
|
3
|
+
import XNode from "@web-atoms/core/dist/core/XNode";
|
|
4
|
+
import StyleRule from "@web-atoms/core/dist/style/StyleRule";
|
|
5
|
+
import { ChildEnumerator } from "@web-atoms/core/dist/web/core/AtomUI";
|
|
6
|
+
import CSS from "@web-atoms/core/dist/web/styles/CSS";
|
|
7
|
+
import FormField from "./FormField";
|
|
8
|
+
import IElement from "./IElement";
|
|
9
|
+
import ToggleButtonBar from "./ToggleButtonBar";
|
|
10
|
+
export const FormButtonBar = ToggleButtonBar;
|
|
11
|
+
|
|
12
|
+
const css = CSS(StyleRule()
|
|
13
|
+
.verticalFlexLayout({ alignItems: "stretch" })
|
|
14
|
+
.displayNone(" .field-error:empty")
|
|
15
|
+
.displayNone(":not([data-wa-show-errors=yes]) .field-error:not(:empty)")
|
|
16
|
+
.child(StyleRule("button")
|
|
17
|
+
.alignSelf("flex-start")
|
|
18
|
+
)
|
|
19
|
+
.and(StyleRule("[data-scrollable=true]")
|
|
20
|
+
.justifyContent("flex-start")
|
|
21
|
+
.overflow("auto")
|
|
22
|
+
)
|
|
23
|
+
, "*[data-wa-form=wa-form]");
|
|
24
|
+
|
|
25
|
+
export interface ISubmitButton {
|
|
26
|
+
eventClick: any;
|
|
27
|
+
class?: string;
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface ISubmitAction extends IElement {
|
|
32
|
+
action: "submit";
|
|
33
|
+
eventClick?: any;
|
|
34
|
+
"event-click"?: any;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface ICancelAction extends IElement {
|
|
38
|
+
action: "cancel";
|
|
39
|
+
eventClick?: any;
|
|
40
|
+
"event-click"?: any;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export type IFormAction = ISubmitAction | ICancelAction;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* This is just a decorator, you must have a child button for this to work
|
|
47
|
+
* @param action submit | cancel
|
|
48
|
+
* @param node child node where action will be applied
|
|
49
|
+
* @returns XNode
|
|
50
|
+
*/
|
|
51
|
+
export function FormAction(
|
|
52
|
+
{
|
|
53
|
+
action = "submit",
|
|
54
|
+
eventClick,
|
|
55
|
+
"event-click": eventClick2,
|
|
56
|
+
... a
|
|
57
|
+
}: IFormAction,
|
|
58
|
+
node: XNode) {
|
|
59
|
+
const attributes = node.attributes ??= {};
|
|
60
|
+
attributes["data-wa-form-action"] = action;
|
|
61
|
+
const e = attributes["event-click"] || attributes.eventClick;
|
|
62
|
+
if (e) {
|
|
63
|
+
attributes["event-submit"] = e;
|
|
64
|
+
delete attributes["event-click"];
|
|
65
|
+
delete attributes.eventClick;
|
|
66
|
+
}
|
|
67
|
+
eventClick ??= eventClick2;
|
|
68
|
+
if (action === "submit" && eventClick) {
|
|
69
|
+
attributes.eventSubmit = eventClick;
|
|
70
|
+
}
|
|
71
|
+
node.attributes = { ... a, ... attributes};
|
|
72
|
+
return node;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @deprecated Use Form with eventSubmit and button with data-event="submit"
|
|
77
|
+
*/
|
|
78
|
+
export function SubmitAction(a: IElement, node: XNode) {
|
|
79
|
+
(a as any).action = "submit";
|
|
80
|
+
return FormAction(a as any, node);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @deprecated Use Form with eventSubmit and button with data-event="submit"
|
|
85
|
+
*/
|
|
86
|
+
export function CancelAction(a: IElement, node: XNode) {
|
|
87
|
+
(a as any).action = "cancel";
|
|
88
|
+
return FormAction(a as any, node);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* @deprecated Use Form with eventSubmit and button with data-event="submit"
|
|
93
|
+
*/
|
|
94
|
+
export function SubmitButton(
|
|
95
|
+
{ eventClick,
|
|
96
|
+
... others}: ISubmitButton,
|
|
97
|
+
... nodes: XNode[]) {
|
|
98
|
+
return <button
|
|
99
|
+
data-wa-form-action="submit"
|
|
100
|
+
eventSubmit={eventClick} { ... others }>{ ... nodes}</button>;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
function findSubmitAction(e: Event) {
|
|
104
|
+
let button = e.target as HTMLElement;
|
|
105
|
+
if (e.type === "submit") {
|
|
106
|
+
e.preventDefault();
|
|
107
|
+
button = (e as SubmitEvent).submitter;
|
|
108
|
+
}
|
|
109
|
+
while (button) {
|
|
110
|
+
const action = button.dataset.waFormAction ?? button.dataset.event;
|
|
111
|
+
if (/submit|cancel/i.test(action)) {
|
|
112
|
+
return { button, action };
|
|
113
|
+
}
|
|
114
|
+
button = button.parentElement;
|
|
115
|
+
}
|
|
116
|
+
return { button };
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
const submitFormHandler = (form: HTMLElement) => {
|
|
120
|
+
if (!form.dataset.waShowErrors) {
|
|
121
|
+
form.dataset.waShowErrors = "yes";
|
|
122
|
+
}
|
|
123
|
+
setTimeout(() => {
|
|
124
|
+
const all = Array.from(form.getElementsByClassName("field-error"));
|
|
125
|
+
for (const iterator of all) {
|
|
126
|
+
if (iterator.textContent) {
|
|
127
|
+
alert(form.dataset?.errorMessage ?? "Please fix all validations");
|
|
128
|
+
return;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
form.dispatchEvent(new CustomEvent("submitForm"));
|
|
132
|
+
}, 100);
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
const checkValidity = (handler) => (e: MouseEvent) => {
|
|
136
|
+
|
|
137
|
+
const form = e.currentTarget as HTMLFormElement;
|
|
138
|
+
|
|
139
|
+
const { button, action } = findSubmitAction(e);
|
|
140
|
+
if (!button) {
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
if (handler) {
|
|
145
|
+
submitFormHandler(form);
|
|
146
|
+
return;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// if (button.tagName === "BUTTON" && e.type !== "submit") {
|
|
150
|
+
// // as submit will be followed, we would ignore this only if the tag is button
|
|
151
|
+
// return;
|
|
152
|
+
// }
|
|
153
|
+
if (action === "cancel") {
|
|
154
|
+
form.dataset.waShowErrors = "";
|
|
155
|
+
return;
|
|
156
|
+
}
|
|
157
|
+
if (!form.dataset.waShowErrors) {
|
|
158
|
+
form.dataset.waShowErrors = "yes";
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
setTimeout(() => {
|
|
162
|
+
const all = Array.from(form.getElementsByClassName("field-error"));
|
|
163
|
+
for (const iterator of all) {
|
|
164
|
+
if (iterator.textContent) {
|
|
165
|
+
alert(form.dataset?.errorMessage ?? "Please fix all validations");
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
button.dispatchEvent(new CustomEvent("submit"));
|
|
170
|
+
}, 100);
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
const moveNext = (handler) => (e: KeyboardEvent) => {
|
|
174
|
+
if (!/enter|submit|return/i.test(e.key)) {
|
|
175
|
+
return;
|
|
176
|
+
}
|
|
177
|
+
const element = e.target as HTMLElement;
|
|
178
|
+
if (!element.tagName) {
|
|
179
|
+
return;
|
|
180
|
+
}
|
|
181
|
+
if (handler) {
|
|
182
|
+
if (/^INPUT$/.test(element.tagName)) {
|
|
183
|
+
submitFormHandler(e.currentTarget as HTMLElement);
|
|
184
|
+
}
|
|
185
|
+
return;
|
|
186
|
+
}
|
|
187
|
+
if (element.dataset.waFormAction === "submit") {
|
|
188
|
+
element.dispatchEvent(new MouseEvent("click"));
|
|
189
|
+
return;
|
|
190
|
+
}
|
|
191
|
+
if (/input/i.test(element.tagName)) {
|
|
192
|
+
e.preventDefault();
|
|
193
|
+
element.dispatchEvent(new KeyboardEvent("keypress", {
|
|
194
|
+
key: "tab"
|
|
195
|
+
}));
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
document.body.addEventListener("click", (e: MouseEvent) => {
|
|
200
|
+
let start = e.target as HTMLElement;
|
|
201
|
+
let id;
|
|
202
|
+
while (start) {
|
|
203
|
+
id = start.dataset.submitFormId;
|
|
204
|
+
if (id) {
|
|
205
|
+
break;
|
|
206
|
+
}
|
|
207
|
+
start = start.parentElement;
|
|
208
|
+
}
|
|
209
|
+
if (!start) {
|
|
210
|
+
return;
|
|
211
|
+
}
|
|
212
|
+
const form = document.body.querySelector(`[data-form-id="${id}"]`);
|
|
213
|
+
submitFormHandler(form as HTMLElement);
|
|
214
|
+
});
|
|
215
|
+
|
|
216
|
+
export interface IForm {
|
|
217
|
+
id?: number;
|
|
218
|
+
class?: any;
|
|
219
|
+
scrollable?: boolean ;
|
|
220
|
+
/**
|
|
221
|
+
* If set, when an enter key is pressed on
|
|
222
|
+
* non textarea element, form will be submitted automatically
|
|
223
|
+
*/
|
|
224
|
+
eventSubmit?: any;
|
|
225
|
+
/**
|
|
226
|
+
* By default it is true, when user presses enter button on an input
|
|
227
|
+
* the focus will move on to the next input element
|
|
228
|
+
*/
|
|
229
|
+
focusNextOnEnter?: boolean;
|
|
230
|
+
[key: string]: any;
|
|
231
|
+
|
|
232
|
+
submitCommand?: Command;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
let formId = 0;
|
|
236
|
+
|
|
237
|
+
const formGroupSymbol = Symbol("formGroup");
|
|
238
|
+
|
|
239
|
+
export interface IFormGroup {
|
|
240
|
+
group: string;
|
|
241
|
+
// header?: string;
|
|
242
|
+
// icon?: string;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export function FormGroup(
|
|
246
|
+
fg: IFormGroup,
|
|
247
|
+
... nodes: XNode[]
|
|
248
|
+
) {
|
|
249
|
+
fg[formGroupSymbol] = true;
|
|
250
|
+
return <div
|
|
251
|
+
{ ... fg}>
|
|
252
|
+
{ ... nodes}
|
|
253
|
+
</div>;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
export default function OldForm(
|
|
257
|
+
{
|
|
258
|
+
id = formId++,
|
|
259
|
+
focusNextOnEnter = true,
|
|
260
|
+
scrollable,
|
|
261
|
+
eventSubmit,
|
|
262
|
+
submitCommand,
|
|
263
|
+
... a
|
|
264
|
+
}: IForm,
|
|
265
|
+
... nodes: XNode[]) {
|
|
266
|
+
if (focusNextOnEnter) {
|
|
267
|
+
a.eventKeypress = moveNext(eventSubmit);
|
|
268
|
+
}
|
|
269
|
+
a["data-form-id"] = id;
|
|
270
|
+
a["data-scrollable"] = !!scrollable;
|
|
271
|
+
if (!eventSubmit) {
|
|
272
|
+
a["data-wa-show-errors"] = "yes";
|
|
273
|
+
}
|
|
274
|
+
if (submitCommand) {
|
|
275
|
+
a["event-" + submitCommand.name] = checkValidity(eventSubmit);
|
|
276
|
+
}
|
|
277
|
+
const fields = [];
|
|
278
|
+
for (const iterator of nodes) {
|
|
279
|
+
if (!iterator) {
|
|
280
|
+
continue;
|
|
281
|
+
}
|
|
282
|
+
const ca = iterator.attributes as any;
|
|
283
|
+
if (ca?.[formGroupSymbol]) {
|
|
284
|
+
for (const child of iterator.children) {
|
|
285
|
+
const cha = child.attributes ??= {};
|
|
286
|
+
cha["data-group"] = ca.group;
|
|
287
|
+
fields.push(child);
|
|
288
|
+
}
|
|
289
|
+
continue;
|
|
290
|
+
}
|
|
291
|
+
fields.push(iterator);
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
return <div
|
|
295
|
+
data-wa-form="wa-form"
|
|
296
|
+
{ ... a}
|
|
297
|
+
eventSubmitForm={eventSubmit}
|
|
298
|
+
eventClick={checkValidity(eventSubmit)}>
|
|
299
|
+
{ ... fields}
|
|
300
|
+
</div>;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export interface IFormLayout extends IForm {
|
|
304
|
+
header?: XNode;
|
|
305
|
+
footer?: XNode;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
CSS(StyleRule()
|
|
309
|
+
.display("grid")
|
|
310
|
+
.alignSelf("stretch")
|
|
311
|
+
.justifyContent("stretch" as any)
|
|
312
|
+
.flex("1 1 100%")
|
|
313
|
+
.gridTemplateRows("auto 1fr auto")
|
|
314
|
+
.gridTemplateColumns("1fr")
|
|
315
|
+
.child(StyleRule("[data-element=header]")
|
|
316
|
+
.gridRowStart("1")
|
|
317
|
+
)
|
|
318
|
+
.child(StyleRule("[data-element=content]")
|
|
319
|
+
.gridRowStart("2")
|
|
320
|
+
.overflow("auto")
|
|
321
|
+
.child(StyleRule("div")
|
|
322
|
+
.verticalFlexLayout({ alignItems: "stretch", gap: 10 })
|
|
323
|
+
)
|
|
324
|
+
)
|
|
325
|
+
.child(StyleRule("[data-element=footer]")
|
|
326
|
+
.gridRowStart("3")
|
|
327
|
+
)
|
|
328
|
+
, "*[data-form-layout=form-layout]");
|
|
329
|
+
|
|
330
|
+
const elementType = Symbol.for("elementType");
|
|
331
|
+
|
|
332
|
+
export function FormLayout(
|
|
333
|
+
{
|
|
334
|
+
id = formId++,
|
|
335
|
+
focusNextOnEnter = true,
|
|
336
|
+
scrollable,
|
|
337
|
+
eventSubmit,
|
|
338
|
+
header,
|
|
339
|
+
footer,
|
|
340
|
+
... a
|
|
341
|
+
}: IFormLayout,
|
|
342
|
+
... nodes: XNode[]) {
|
|
343
|
+
if (focusNextOnEnter) {
|
|
344
|
+
a.eventKeypress = moveNext(eventSubmit);
|
|
345
|
+
}
|
|
346
|
+
a["data-form-id"] = id;
|
|
347
|
+
a["data-scrollable"] = !!scrollable;
|
|
348
|
+
if (!eventSubmit) {
|
|
349
|
+
a["data-wa-show-errors"] = "yes";
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
const fields = [];
|
|
353
|
+
for (const iterator of nodes) {
|
|
354
|
+
if (!iterator) {
|
|
355
|
+
continue;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
const et = iterator[elementType];
|
|
359
|
+
if (et !== void 0) {
|
|
360
|
+
if (et === "header") {
|
|
361
|
+
header = iterator;
|
|
362
|
+
delete iterator[elementType];
|
|
363
|
+
continue;
|
|
364
|
+
}
|
|
365
|
+
if (et === "footer") {
|
|
366
|
+
footer = iterator;
|
|
367
|
+
delete iterator[elementType];
|
|
368
|
+
continue;
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
const ca = iterator.attributes as any;
|
|
373
|
+
if (ca?.[formGroupSymbol]) {
|
|
374
|
+
for (const child of iterator.children) {
|
|
375
|
+
const cha = child.attributes ??= {};
|
|
376
|
+
cha["data-group"] = ca.group;
|
|
377
|
+
fields.push(child);
|
|
378
|
+
}
|
|
379
|
+
continue;
|
|
380
|
+
}
|
|
381
|
+
fields.push(iterator);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
if (header) {
|
|
385
|
+
const ha = header.attributes ??= {};
|
|
386
|
+
ha["data-element"] = "header";
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
if (footer) {
|
|
390
|
+
const ha = footer.attributes ??= {};
|
|
391
|
+
ha["data-element"] = "footer";
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
return <div
|
|
395
|
+
data-wa-form="wa-form"
|
|
396
|
+
data-form-layout="form-layout"
|
|
397
|
+
{ ... a}
|
|
398
|
+
eventSubmitForm={eventSubmit}
|
|
399
|
+
eventClick={checkValidity(eventSubmit)}>
|
|
400
|
+
{ header }
|
|
401
|
+
<div data-element="content">
|
|
402
|
+
<div>
|
|
403
|
+
{ ... fields}
|
|
404
|
+
</div>
|
|
405
|
+
</div>
|
|
406
|
+
{ footer }
|
|
407
|
+
</div>;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
FormLayout.Footer = ({}, child: XNode) => {
|
|
411
|
+
child[elementType] = "footer";
|
|
412
|
+
return child;
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
FormLayout.Header = ({}, child: XNode) => {
|
|
416
|
+
child[elementType] = "header";
|
|
417
|
+
return child;
|
|
418
|
+
};
|
|
419
|
+
|
|
420
|
+
OldForm.newId = () => formId++;
|
|
421
|
+
|
|
422
|
+
OldForm.submitId = (id: number) => ({
|
|
423
|
+
"data-submit-form-id": id.toString()
|
|
424
|
+
});
|
|
@@ -1,28 +1,7 @@
|
|
|
1
|
-
import Bind from "@web-atoms/core/dist/core/Bind";
|
|
2
1
|
import XNode from "@web-atoms/core/dist/core/XNode";
|
|
3
|
-
import StyleRule from "@web-atoms/core/dist/style/StyleRule";
|
|
4
|
-
import CSS from "@web-atoms/core/dist/web/styles/CSS";
|
|
5
2
|
import IElement from "./IElement";
|
|
6
3
|
|
|
7
|
-
|
|
8
|
-
.display("inline-grid")
|
|
9
|
-
.gridTemplateColumns("1fr 20px")
|
|
10
|
-
.child(StyleRule("input")
|
|
11
|
-
.gridRowStart("1")
|
|
12
|
-
.gridColumnStart("1")
|
|
13
|
-
.gridColumnEnd("span 2")
|
|
14
|
-
.and(StyleRule("::-ms-reveal")
|
|
15
|
-
.display("none")
|
|
16
|
-
)
|
|
17
|
-
)
|
|
18
|
-
.child(StyleRule("i")
|
|
19
|
-
.gridRowStart("1")
|
|
20
|
-
.gridColumnStart("2")
|
|
21
|
-
.alignSelf("center")
|
|
22
|
-
.justifySelf("center")
|
|
23
|
-
.zIndex("2")
|
|
24
|
-
)
|
|
25
|
-
, "div[data-password-box=password-box]");
|
|
4
|
+
import "./styles/password-box-style";
|
|
26
5
|
|
|
27
6
|
document.body.addEventListener("togglePassword", (e) => {
|
|
28
7
|
const current = e.target as HTMLElement;
|
|
@@ -1,48 +1,9 @@
|
|
|
1
1
|
import Bind from "@web-atoms/core/dist/core/Bind";
|
|
2
2
|
import { BindableProperty } from "@web-atoms/core/dist/core/BindableProperty";
|
|
3
|
-
import Colors from "@web-atoms/core/dist/core/Colors";
|
|
4
3
|
import XNode, { isTemplateSymbol } from "@web-atoms/core/dist/core/XNode";
|
|
5
|
-
import StyleRule from "@web-atoms/core/dist/style/StyleRule";
|
|
6
4
|
import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
CSS(StyleRule()
|
|
10
|
-
.position("relative")
|
|
11
|
-
.overflow("hidden")
|
|
12
|
-
.cursor("grab")
|
|
13
|
-
.and(StyleRule("[data-state=grabbing]")
|
|
14
|
-
.cursor("grabbing")
|
|
15
|
-
)
|
|
16
|
-
.child(StyleRule(".scale")
|
|
17
|
-
.absolutePosition({
|
|
18
|
-
right: 10,
|
|
19
|
-
top: 10
|
|
20
|
-
})
|
|
21
|
-
.border("solid 2px darkgray")
|
|
22
|
-
.borderRadius(4)
|
|
23
|
-
.backgroundColor(Colors.white)
|
|
24
|
-
.padding(4)
|
|
25
|
-
.color(Colors.black)
|
|
26
|
-
)
|
|
27
|
-
.child(StyleRule(".image-container")
|
|
28
|
-
.maximizeAbsolute()
|
|
29
|
-
.overflow("hidden")
|
|
30
|
-
.display("grid")
|
|
31
|
-
.alignItems("center")
|
|
32
|
-
.justifyItems("center")
|
|
33
|
-
.justifyContent("center" as any)
|
|
34
|
-
)
|
|
35
|
-
.child(StyleRule(".spinner")
|
|
36
|
-
.maximizeAbsolute()
|
|
37
|
-
.display("inline-grid")
|
|
38
|
-
.alignItems("center")
|
|
39
|
-
.justifyItems("center")
|
|
40
|
-
)
|
|
41
|
-
.child(StyleRule(".hide")
|
|
42
|
-
.display("none")
|
|
43
|
-
)
|
|
44
|
-
, "div[data-pinch-zoom]"
|
|
45
|
-
);
|
|
5
|
+
|
|
6
|
+
import "./styles/pinch-zoom-view-style";
|
|
46
7
|
|
|
47
8
|
const center = (ev: TouchEvent) => {
|
|
48
9
|
const touch = ev.touches[0];
|
|
@@ -1,27 +1,9 @@
|
|
|
1
|
-
import Bind from "@web-atoms/core/dist/core/Bind";
|
|
2
|
-
import Colors from "@web-atoms/core/dist/core/Colors";
|
|
3
1
|
import XNode from "@web-atoms/core/dist/core/XNode";
|
|
4
2
|
import StyleRule from "@web-atoms/core/dist/style/StyleRule";
|
|
5
|
-
import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
|
|
6
|
-
import PopupService, { IPopup, IPopupOptions } from "@web-atoms/core/dist/web/services/PopupService";
|
|
7
3
|
import CSS from "@web-atoms/core/dist/web/styles/CSS";
|
|
8
4
|
import InlinePopup, { IInlinePopupButtonOptions, InlinePopupButton } from "./InlinePopup";
|
|
9
5
|
|
|
10
|
-
|
|
11
|
-
.padding(5)
|
|
12
|
-
.borderRadius(5)
|
|
13
|
-
.cursor("pointer")
|
|
14
|
-
.hoverBackgroundColor(Colors.lightGreen)
|
|
15
|
-
.flexLayout({ alignItems: "center", justifyContent: "flex-start"})
|
|
16
|
-
.flexWrap("wrap")
|
|
17
|
-
.child(StyleRule("*")
|
|
18
|
-
.flexShrink("0")
|
|
19
|
-
)
|
|
20
|
-
, "*[data-menu-item=menu-item]");
|
|
21
|
-
|
|
22
|
-
CSS(StyleRule()
|
|
23
|
-
.verticalFlexLayout({ justifyContent: "stretch" as any, alignItems: "stretch"})
|
|
24
|
-
, "*[data-menu-items=menu-items]");
|
|
6
|
+
import "./styles/popup-button-style";
|
|
25
7
|
|
|
26
8
|
export interface IMenuItem {
|
|
27
9
|
label?: string;
|
|
@@ -7,23 +7,7 @@ import { AtomControl } from "@web-atoms/core/dist/web/controls/AtomControl";
|
|
|
7
7
|
import CSS from "@web-atoms/core/dist/web/styles/CSS";
|
|
8
8
|
import AtomRepeater from "./AtomRepeater";
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
.flexLayout({ inline: true, justifyContent: "flex-start"})
|
|
12
|
-
.flexFlow("wrap"),
|
|
13
|
-
"*[data-radio-button-list=radio-button-list]");
|
|
14
|
-
|
|
15
|
-
CSS(StyleRule()
|
|
16
|
-
.flexLayout({ justifyContent: "flex-start" })
|
|
17
|
-
.marginRight(5)
|
|
18
|
-
.child(StyleRule("span")
|
|
19
|
-
.cursor("pointer")
|
|
20
|
-
)
|
|
21
|
-
.and(StyleRule("[data-selected-item=true]")
|
|
22
|
-
.color(Colors.blue)
|
|
23
|
-
)
|
|
24
|
-
.displayNone("[data-selected-item=true] > i.fa-circle")
|
|
25
|
-
.displayNone("[data-selected-item=false] > i.fa-dot-circle")
|
|
26
|
-
, "div[data-item-type=radio]");
|
|
10
|
+
import "./styles/radio-button-list-style";
|
|
27
11
|
|
|
28
12
|
export default class RadioButtonList extends AtomRepeater {
|
|
29
13
|
|