@aj-shadow/z-abs-complayer-bootstrap-client 0.0.0-aj-beta.221
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/.gitattributes +26 -0
- package/LICENSE.txt +96 -0
- package/README.md +5 -0
- package/npm-shrinkwrap.json +13 -0
- package/package.json +10 -0
- package/project/client/_build/Bundle-CompLayer-Bootstrap-client.bld +30 -0
- package/project/client/_build/Client-CompLayer-Bootstrap-client-jsx.bld +10 -0
- package/project/client/_build/Client-CompLayer-Bootstrap-client.bld +10 -0
- package/project/client/_build/Client-css-CompLayer-Bootstrap-bundle.bld +9 -0
- package/project/client/_build/server-css-font-CompLayer-Bootstrap-rc.bld +9 -0
- package/project/client/_build/z-abs-complayer-bootstrap-client.prj +43 -0
- package/project/client/breadcrump.jsx +63 -0
- package/project/client/button-new.jsx +141 -0
- package/project/client/button-text.jsx +142 -0
- package/project/client/button.jsx +140 -0
- package/project/client/core-components/button.jsx +139 -0
- package/project/client/core-components/original/dropdown.js +165 -0
- package/project/client/core-components/original/modal.js +358 -0
- package/project/client/core-components/original/popover.js +125 -0
- package/project/client/core-components/original/tooltip.js +677 -0
- package/project/client/css/breadcrump.css +28 -0
- package/project/client/css/button.css +139 -0
- package/project/client/css/group-popup.css +12 -0
- package/project/client/css/icons/icon-inline.css +4 -0
- package/project/client/css/icons/icon-markup.css +8 -0
- package/project/client/css/middle_button.css +12 -0
- package/project/client/css/mini_button.css +85 -0
- package/project/client/css/modal.css +4 -0
- package/project/client/css/original/bootstrap.css +6031 -0
- package/project/client/css/panel-dark.css +19 -0
- package/project/client/css/panel-light.css +19 -0
- package/project/client/css/popup.css +39 -0
- package/project/client/css/realtime-width.css +19 -0
- package/project/client/css/realtime-zoom.css +29 -0
- package/project/client/css/same_as_parent.css +12 -0
- package/project/client/css/scroll-list.css +47 -0
- package/project/client/css/tab-dark.css +85 -0
- package/project/client/css/tab-light.css +83 -0
- package/project/client/group.jsx +96 -0
- package/project/client/icons/file-icons.js +29 -0
- package/project/client/icons/folder-icons.js +34 -0
- package/project/client/icons-inline/const.js +15 -0
- package/project/client/icons-inline/icon-align.jsx +32 -0
- package/project/client/icons-inline/icon-checkbox.jsx +38 -0
- package/project/client/icons-inline/icon-communication-address.jsx +29 -0
- package/project/client/icons-inline/icon-communication-info.jsx +28 -0
- package/project/client/icons-inline/icon-communication-instance.jsx +28 -0
- package/project/client/icons-inline/icon-communication-ip.jsx +30 -0
- package/project/client/icons-inline/icon-communication-stack.jsx +28 -0
- package/project/client/icons-inline/icon-communication-transport.jsx +28 -0
- package/project/client/icons-inline/icon-communication.jsx +28 -0
- package/project/client/icons-inline/icon-con-connection-events.jsx +29 -0
- package/project/client/icons-inline/icon-con-message-events.jsx +29 -0
- package/project/client/icons-inline/icon-con-messages.jsx +46 -0
- package/project/client/icons-inline/icon-con-server-events.jsx +29 -0
- package/project/client/icons-inline/icon-debug-breakpoints-deactivate.jsx +28 -0
- package/project/client/icons-inline/icon-debug-breakpoints-remove.jsx +27 -0
- package/project/client/icons-inline/icon-debug-continue.jsx +27 -0
- package/project/client/icons-inline/icon-debug-enter.jsx +29 -0
- package/project/client/icons-inline/icon-debug-gui.jsx +36 -0
- package/project/client/icons-inline/icon-debug-ip.jsx +28 -0
- package/project/client/icons-inline/icon-debug-leave.jsx +29 -0
- package/project/client/icons-inline/icon-debug-pause.jsx +28 -0
- package/project/client/icons-inline/icon-debug-step-in.jsx +30 -0
- package/project/client/icons-inline/icon-debug-step-out.jsx +30 -0
- package/project/client/icons-inline/icon-debug-step-over.jsx +30 -0
- package/project/client/icons-inline/icon-debug-step.jsx +32 -0
- package/project/client/icons-inline/icon-doc-docs.jsx +31 -0
- package/project/client/icons-inline/icon-doc-documentation.jsx +32 -0
- package/project/client/icons-inline/icon-doc-education.jsx +32 -0
- package/project/client/icons-inline/icon-doc-markup-preview.jsx +30 -0
- package/project/client/icons-inline/icon-doc-markup.jsx +31 -0
- package/project/client/icons-inline/icon-doc-navigation-preview.jsx +33 -0
- package/project/client/icons-inline/icon-doc-navigation.jsx +34 -0
- package/project/client/icons-inline/icon-doc-video.jsx +47 -0
- package/project/client/icons-inline/icon-doc-workshop.jsx +32 -0
- package/project/client/icons-inline/icon-empty-line.jsx +27 -0
- package/project/client/icons-inline/icon-execution-as-service.jsx +34 -0
- package/project/client/icons-inline/icon-execution-clear.jsx +30 -0
- package/project/client/icons-inline/icon-execution-gui-slow.jsx +38 -0
- package/project/client/icons-inline/icon-execution-ip-slow.jsx +31 -0
- package/project/client/icons-inline/icon-execution-logs.jsx +32 -0
- package/project/client/icons-inline/icon-execution-play-slow.jsx +28 -0
- package/project/client/icons-inline/icon-execution-play.jsx +27 -0
- package/project/client/icons-inline/icon-execution-stop.jsx +27 -0
- package/project/client/icons-inline/icon-file-add.jsx +31 -0
- package/project/client/icons-inline/icon-file-delete.jsx +30 -0
- package/project/client/icons-inline/icon-file-new.jsx +27 -0
- package/project/client/icons-inline/icon-file-property.jsx +39 -0
- package/project/client/icons-inline/icon-file-save.jsx +30 -0
- package/project/client/icons-inline/icon-file-search.jsx +33 -0
- package/project/client/icons-inline/icon-files-save.jsx +35 -0
- package/project/client/icons-inline/icon-filter-hide.jsx +30 -0
- package/project/client/icons-inline/icon-filter-show.jsx +31 -0
- package/project/client/icons-inline/icon-filter.jsx +52 -0
- package/project/client/icons-inline/icon-folder-add.jsx +31 -0
- package/project/client/icons-inline/icon-folder-delete.jsx +30 -0
- package/project/client/icons-inline/icon-folder-new.jsx +27 -0
- package/project/client/icons-inline/icon-folder-property.jsx +39 -0
- package/project/client/icons-inline/icon-gui-event-action.jsx +29 -0
- package/project/client/icons-inline/icon-gui-event-function.jsx +27 -0
- package/project/client/icons-inline/icon-gui-event-info.jsx +29 -0
- package/project/client/icons-inline/icon-gui-event-instance.jsx +29 -0
- package/project/client/icons-inline/icon-gui-event-object.jsx +40 -0
- package/project/client/icons-inline/icon-gui-event-stack.jsx +37 -0
- package/project/client/icons-inline/icon-gui-events.jsx +34 -0
- package/project/client/icons-inline/icon-guid.jsx +24 -0
- package/project/client/icons-inline/icon-line-first.jsx +33 -0
- package/project/client/icons-inline/icon-line-last.jsx +31 -0
- package/project/client/icons-inline/icon-line-next-block.jsx +30 -0
- package/project/client/icons-inline/icon-line-next-line.jsx +30 -0
- package/project/client/icons-inline/icon-line-previous-block.jsx +30 -0
- package/project/client/icons-inline/icon-line-previous-line.jsx +29 -0
- package/project/client/icons-inline/icon-link.jsx +29 -0
- package/project/client/icons-inline/icon-markup-close.jsx +29 -0
- package/project/client/icons-inline/icon-markup-copy.jsx +28 -0
- package/project/client/icons-inline/icon-markup-help.jsx +28 -0
- package/project/client/icons-inline/icon-markup-open.jsx +30 -0
- package/project/client/icons-inline/icon-markup-save.jsx +29 -0
- package/project/client/icons-inline/icon-mode-dark.jsx +28 -0
- package/project/client/icons-inline/icon-mode-light.jsx +28 -0
- package/project/client/icons-inline/icon-not-implemented.jsx +28 -0
- package/project/client/icons-inline/icon-phase-data.jsx +26 -0
- package/project/client/icons-inline/icon-phase-execution.jsx +26 -0
- package/project/client/icons-inline/icon-phase-none.jsx +26 -0
- package/project/client/icons-inline/icon-phase-postcondition.jsx +26 -0
- package/project/client/icons-inline/icon-phase-precondition.jsx +26 -0
- package/project/client/icons-inline/icon-project-save.jsx +30 -0
- package/project/client/icons-inline/icon-repo.jsx +33 -0
- package/project/client/icons-inline/icon-resize-horizontal-decrease.jsx +30 -0
- package/project/client/icons-inline/icon-resize-horizontal-increase.jsx +31 -0
- package/project/client/icons-inline/icon-scroll-auto.jsx +37 -0
- package/project/client/icons-inline/icon-stack-event-info.jsx +27 -0
- package/project/client/icons-inline/icon-stack-event-instance.jsx +27 -0
- package/project/client/icons-inline/icon-stack-event-stack.jsx +27 -0
- package/project/client/icons-inline/icon-stack-events.jsx +32 -0
- package/project/client/icons-inline/icon-stage-create-static-ip-address.jsx +32 -0
- package/project/client/icons-inline/icon-stage-delete-static-ip-address.jsx +27 -0
- package/project/client/icons-inline/icon-stage-host.jsx +40 -0
- package/project/client/icons-inline/icon-stage-ping.jsx +29 -0
- package/project/client/icons-inline/icon-stage.jsx +37 -0
- package/project/client/icons-inline/icon-state-event-executed.jsx +25 -0
- package/project/client/icons-inline/icon-state-event-not-executed.jsx +25 -0
- package/project/client/icons-inline/icon-zoom-in.jsx +30 -0
- package/project/client/icons-inline/icon-zoom-out.jsx +30 -0
- package/project/client/icons-inline/icon.jsx +229 -0
- package/project/client/icons-inline/inner-icons/inner-icon-connection.jsx +27 -0
- package/project/client/icons-inline/inner-icons/inner-icon-file-delete.jsx +26 -0
- package/project/client/icons-inline/inner-icons/inner-icon-file-save.jsx +28 -0
- package/project/client/icons-inline/inner-icons/inner-icon-file.jsx +26 -0
- package/project/client/icons-inline/inner-icons/inner-icon-folder.jsx +28 -0
- package/project/client/icons-inline/inner-icons/inner-icon-gui.jsx +28 -0
- package/project/client/icons-inline/inner-icons/inner-icon-info-type.jsx +30 -0
- package/project/client/icons-inline/inner-icons/inner-icon-instance-type.jsx +32 -0
- package/project/client/icons-inline/inner-icons/inner-icon-item.jsx +27 -0
- package/project/client/icons-inline/inner-icons/inner-icon-message.jsx +26 -0
- package/project/client/icons-inline/inner-icons/inner-icon-project.jsx +29 -0
- package/project/client/icons-inline/inner-icons/inner-icon-server.jsx +27 -0
- package/project/client/icons-inline/inner-icons/inner-icon-stack-event.jsx +31 -0
- package/project/client/icons-inline/inner-icons/inner-icon-stack-type.jsx +31 -0
- package/project/client/icons-inline/inner-icons/inner-icon-state-event.jsx +38 -0
- package/project/client/image.jsx +80 -0
- package/project/client/marked-textarea.jsx +156 -0
- package/project/client/modal-body.jsx +27 -0
- package/project/client/modal-footer.jsx +27 -0
- package/project/client/modal-header.jsx +40 -0
- package/project/client/modal.jsx +71 -0
- package/project/client/popover.jsx +129 -0
- package/project/client/realtime-components/realtime-button.jsx +50 -0
- package/project/client/realtime-components/realtime-press-down-button.jsx +66 -0
- package/project/client/realtime-components/realtime-width/realtime-button-width-decrease.jsx +32 -0
- package/project/client/realtime-components/realtime-width/realtime-button-width-increase.jsx +32 -0
- package/project/client/realtime-components/realtime-width/realtime-width-const.js +12 -0
- package/project/client/realtime-components/realtime-width/realtime-width-display.jsx +26 -0
- package/project/client/realtime-components/realtime-width.jsx +52 -0
- package/project/client/realtime-components/realtime-zoom/realtime-button-zoom-in.jsx +42 -0
- package/project/client/realtime-components/realtime-zoom/realtime-button-zoom-out.jsx +42 -0
- package/project/client/realtime-components/realtime-zoom/realtime-zoom-const.js +10 -0
- package/project/client/realtime-components/realtime-zoom/realtime-zoom-display.jsx +27 -0
- package/project/client/realtime-components/realtime-zoom.jsx +52 -0
- package/project/client/scroll-list/scroll-list-cache.js +32 -0
- package/project/client/scroll-list/scroll-list-frame.js +358 -0
- package/project/client/scroll-list/scroll-list-node.js +107 -0
- package/project/client/scroll-list/scroll-list-template-data.js +13 -0
- package/project/client/scroll-list/scroll-list-zero-height.js +40 -0
- package/project/client/scroll-list/scroll-list.js +123 -0
- package/project/client/tab.jsx +30 -0
- package/project/client/tabs.jsx +191 -0
- package/project/z-abs-complayer-bootstrap-client.tree +204 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconProject from './inner-icons/inner-icon-project';
|
|
5
|
+
import InnerIconFileSave from './inner-icons/inner-icon-file-save';
|
|
6
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export default class IconFileSave extends ReactComponentBase {
|
|
11
|
+
constructor(props) {
|
|
12
|
+
super(props);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
shouldUpdate(nextProps, nextState) {
|
|
16
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
render() {
|
|
20
|
+
const stroke = "#333";
|
|
21
|
+
return (
|
|
22
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
+
<InnerIconProject colorMark={this.props.colorMark} />
|
|
24
|
+
<g transform="scale(0.8) translate(2,12)">
|
|
25
|
+
<InnerIconFileSave colorMark={this.props.colorMark} />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconRepo extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static fill = "#eee";
|
|
14
|
+
static strokeWidth = "0.5px";
|
|
15
|
+
static stroke = "#333";
|
|
16
|
+
|
|
17
|
+
shouldUpdate(nextProps, nextState) {
|
|
18
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
render() {
|
|
22
|
+
return (
|
|
23
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
24
|
+
<g transform="scale(0.8) translate(3, 3)">
|
|
25
|
+
<ellipse cx="12" cy="6" rx="8" ry="3" stroke="#000" strokeWidth="1" fill="none"/>
|
|
26
|
+
<path d="M4 6 V10 C4 11.7 8 13 12 13 C16 13 20 11.7 20 10 V6" stroke="#000" strokeWidth="1" fill="none"/>
|
|
27
|
+
<path d="M4 10 V14 C4 15.7 8 17 12 17 C16 17 20 15.7 20 14 V10" stroke="#000" strokeWidth="1" fill="none"/>
|
|
28
|
+
<path d="M4 14 V18 C4 19.7 8 21 12 21 C16 21 20 19.7 20 18 V14" stroke="#000" strokeWidth="1" fill="none"/>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconResizeHorizontalDecrease extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static stroke = "#333";
|
|
14
|
+
static strokeWidth = "0.3";
|
|
15
|
+
static fill = "0.3";
|
|
16
|
+
|
|
17
|
+
shouldUpdate(nextProps, nextState) {
|
|
18
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
render() {
|
|
22
|
+
return (
|
|
23
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
24
|
+
<rect x="4" y="10" width="17" height="3" stroke={IconResizeHorizontalDecrease.stroke} strokeWidth={IconResizeHorizontalDecrease.strokeWidth} fill="Gold" />
|
|
25
|
+
<path d="M2,8.5 L7,11.5 L2,14.5 z" stroke={IconResizeHorizontalDecrease.stroke} strokeWidth={IconResizeHorizontalDecrease.strokeWidth} fill={IconResizeHorizontalDecrease.fill} />
|
|
26
|
+
<path d="M22,8.5 L17,11.5 L22,14.5 z" stroke={IconResizeHorizontalDecrease.stroke} strokeWidth={IconResizeHorizontalDecrease.strokeWidth} fill={IconResizeHorizontalDecrease.fill} />
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconMessage from './inner-icons/inner-icon-message';
|
|
5
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export default class IconResizeHorizontalIncrease extends ReactComponentBase {
|
|
10
|
+
constructor(props) {
|
|
11
|
+
super(props);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
static stroke = "#333";
|
|
15
|
+
static strokeWidth = "0.3";
|
|
16
|
+
static fill = "0.3";
|
|
17
|
+
|
|
18
|
+
shouldUpdate(nextProps, nextState) {
|
|
19
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
render() {
|
|
23
|
+
return (
|
|
24
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
25
|
+
<rect x="4" y="10" width="13" height="3" stroke={IconResizeHorizontalIncrease.stroke} strokeWidth={IconResizeHorizontalIncrease.strokeWidth} fill="Gold" />
|
|
26
|
+
<path d="M7,8.5 L2,11.5 L7,14.5 z" stroke={IconResizeHorizontalIncrease.stroke} strokeWidth={IconResizeHorizontalIncrease.strokeWidth} fill={IconResizeHorizontalIncrease.fill} />
|
|
27
|
+
<path d="M17,8.5 L22,11.5 L17,14.5 z" stroke={IconResizeHorizontalIncrease.stroke} strokeWidth={IconResizeHorizontalIncrease.strokeWidth} fill={IconResizeHorizontalIncrease.fill} />
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconScrollAuto extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
shouldUpdate(nextProps, nextState) {
|
|
14
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
const className = this.props.colorMark ? `icon_${this.props.colorMark}` : '';
|
|
19
|
+
if(this.props.active) {
|
|
20
|
+
return (
|
|
21
|
+
<svg width="100%" height="100%" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
<rect {...className} x="5" y="1" width="8" height="15" rx="1" ry="1" strokeWidth="2" stroke="#555" fill="transparent" />
|
|
23
|
+
<rect {...className} x="8.5" y="4" width="1" height="9.5" strokeWidth="1" stroke="#555" fill="#333" />
|
|
24
|
+
<polyline {...className} points="6.5 11.5, 9 14.5, 11.5 11.5" strokeWidth="1" stroke="#555" fill="none"/>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
return (
|
|
30
|
+
<svg width="100%" height="100%" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
31
|
+
<rect className={className} x="5" y="1" width="8" height="15" rx="1" ry="1" strokeWidth="2" stroke="#555" fill="transparent" />
|
|
32
|
+
<rect className={className} x="8.5" y="4" width="1" height="9" strokeWidth="1" stroke="#555" fill="#333" />
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconInfoType from './inner-icons/inner-icon-info-type';
|
|
5
|
+
import InnerIconStackEvent from './inner-icons/inner-icon-stack-event';
|
|
6
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export default class IconStackEventInfo extends ReactComponentBase {
|
|
11
|
+
constructor(props) {
|
|
12
|
+
super(props);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
shouldUpdate(nextProps, nextState) {
|
|
16
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
render() {
|
|
20
|
+
return (
|
|
21
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
<InnerIconStackEvent checked={this.props.active} />
|
|
23
|
+
<InnerIconInfoType />
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconStackEvent from './inner-icons/inner-icon-stack-event';
|
|
5
|
+
import InnerIconInstanceType from './inner-icons/inner-icon-instance-type';
|
|
6
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export default class IconStackEventInstance extends ReactComponentBase {
|
|
11
|
+
constructor(props) {
|
|
12
|
+
super(props);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
shouldUpdate(nextProps, nextState) {
|
|
16
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
render() {
|
|
20
|
+
return (
|
|
21
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
<InnerIconStackEvent checked={this.props.active} />
|
|
23
|
+
<InnerIconInstanceType />
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconStackEvent from './inner-icons/inner-icon-stack-event';
|
|
5
|
+
import InnerIconStackType from './inner-icons/inner-icon-stack-type';
|
|
6
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export default class IconStackEventStack extends ReactComponentBase {
|
|
11
|
+
constructor(props) {
|
|
12
|
+
super(props);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
shouldUpdate(nextProps, nextState) {
|
|
16
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
render() {
|
|
20
|
+
return (
|
|
21
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
<InnerIconStackEvent checked={this.props.active} />
|
|
23
|
+
<InnerIconStackType />
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import Const from './const';
|
|
5
|
+
import InnerIconStackEvent from './inner-icons/inner-icon-stack-event';
|
|
6
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
7
|
+
import React from 'react';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export default class IconStackEvents extends ReactComponentBase {
|
|
11
|
+
constructor(props) {
|
|
12
|
+
super(props);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
shouldUpdate(nextProps, nextState) {
|
|
16
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
render() {
|
|
20
|
+
const seqDiaColor = Const.getSeqDiaColor(this.props.active);
|
|
21
|
+
return (
|
|
22
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
+
<InnerIconStackEvent checked={this.props.active} />
|
|
24
|
+
<rect x="4.5" y="11" width="13" height="1.5" rx="1" ry="1" fill="Yellow" stroke="#333" strokeWidth="0.5" />
|
|
25
|
+
<rect x="4.5" y="13.5" width="13" height="1.5" rx="1" ry="1" fill="Yellow" stroke="#333" strokeWidth="0.5" />
|
|
26
|
+
<rect x="4.5" y="16" width="13" height="1.5" rx="1" ry="1" fill="Yellow" stroke="#333" strokeWidth="0.5" />
|
|
27
|
+
<rect x="4.5" y="18.5" width="13" height="1.5" rx="1" ry="1" fill="Yellow" stroke="#333" strokeWidth="0.5" />
|
|
28
|
+
<rect x="4.5" y="21" width="13" height="1.5" rx="1" ry="1" fill="Yellow" stroke="#333" strokeWidth="0.5" />
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconStageCreateStaticIpAddress extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static stroke = "#333";
|
|
14
|
+
static strokeWidth = "0.3";
|
|
15
|
+
|
|
16
|
+
shouldUpdate(nextProps, nextState) {
|
|
17
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
render() {
|
|
21
|
+
return (
|
|
22
|
+
<svg className="icon-inline" width="100%" height="100%" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
+
<path d="M12 2C8.13 2 5 5.13 5 9c0 5 7 11 7 11s7-6 7-11c0-3.87-3.13-7-7-7z" />
|
|
24
|
+
<circle cx="12" cy="9" r="2" fill="currentColor" stroke="none"/>
|
|
25
|
+
<g stroke="currentColor" stroke-width="1.5" stroke-linecap="round">
|
|
26
|
+
<line x1="18" y1="5" x2="18" y2="9"/>
|
|
27
|
+
<line x1="16" y1="7" x2="20" y2="7"/>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconStageDeleteStaticIpAddress extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static stroke = "#333";
|
|
14
|
+
static strokeWidth = "0.3";
|
|
15
|
+
|
|
16
|
+
shouldUpdate(nextProps, nextState) {
|
|
17
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
render() {
|
|
21
|
+
return (
|
|
22
|
+
<svg className="icon-inline" width="100%" height="100%" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
+
<path className={`icon_${this.props.colorMark}`} d="M11,6.5 L16,9.5 L11,12.5 z" stroke={this.props.stroke} strokeWidth={IconStageDeleteStaticIpAddress.strokeWidth} fill={this.props.stroke} />
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconStageDeleteStaticIpAddress extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static stroke = "#333";
|
|
14
|
+
static strokeWidth = "1";
|
|
15
|
+
|
|
16
|
+
shouldUpdate(nextProps, nextState) {
|
|
17
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
render() {
|
|
21
|
+
if(this.props.active) {
|
|
22
|
+
return (
|
|
23
|
+
<svg className="icon-inline" width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
24
|
+
<path stroke={IconStageDeleteStaticIpAddress.stroke} strokeWidth={IconStageDeleteStaticIpAddress.strokeWidth} d="M12 6 C9.66 6 7.5 7.8 7.5 10 C7.5 13.2 12 18 12 18 C12 18 16.5 13.2 16.5 10 C16.5 7.8 14.34 6 12 6 Z" fill="grey" />
|
|
25
|
+
<circle stroke={IconStageDeleteStaticIpAddress.stroke} strokeWidth={IconStageDeleteStaticIpAddress.strokeWidth} cx="12" cy="14" r="2" fill="white"/>
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
return (
|
|
31
|
+
<svg className="icon-inline" width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
32
|
+
<circle cx="12" cy="12" r="8" stroke={IconStageDeleteStaticIpAddress.stroke} strokeWidth={IconStageDeleteStaticIpAddress.strokeWidth} fill="none" />
|
|
33
|
+
<ellipse cx="12" cy="12" rx="4" ry="8" stroke={IconStageDeleteStaticIpAddress.stroke} strokeWidth={IconStageDeleteStaticIpAddress.strokeWidth} fill="none" />
|
|
34
|
+
<ellipse cx="12" cy="12" rx="8" ry="4" stroke={IconStageDeleteStaticIpAddress.stroke} strokeWidth={IconStageDeleteStaticIpAddress.strokeWidth} fill="none" />
|
|
35
|
+
<line x1="4" x2="20" y1="12" y2="12" stroke={IconStageDeleteStaticIpAddress.stroke} strokeWidth={IconStageDeleteStaticIpAddress.strokeWidth} fill="none" />
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconStagePing extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static stroke = "#333";
|
|
14
|
+
static strokeWidth = "0.3";
|
|
15
|
+
|
|
16
|
+
shouldUpdate(nextProps, nextState) {
|
|
17
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
render() {
|
|
21
|
+
return (
|
|
22
|
+
<svg className="icon-inline" width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
+
<circle cx="12" cy="12" r="1.5" fill={IconStagePing.stroke} stroke="none"/>
|
|
24
|
+
<circle cx="12" cy="12" r="5" stroke={IconStagePing.stroke} strokeWidth={IconStagePing.strokeWidth} fill="none"/>
|
|
25
|
+
<circle cx="12" cy="12" r="9" stroke={IconStagePing.stroke} strokeWidth={IconStagePing.strokeWidth} fill="none"/>
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconStage extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static stroke = "#333";
|
|
14
|
+
static strokeWidth = "1";
|
|
15
|
+
|
|
16
|
+
shouldUpdate(nextProps, nextState) {
|
|
17
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
render() {
|
|
21
|
+
return (
|
|
22
|
+
<svg className="icon-inline" width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
23
|
+
<rect x="2" y="6" width="20" height="12" stroke={IconStage.stroke} strokeWidth={IconStage.strokeWidth} fill="none" />
|
|
24
|
+
<path d="M2 6 L2 18 L6 18 L4 13 L6 6 Z" stroke={IconStage.stroke} strokeWidth={IconStage.strokeWidth} fill="#555"/>
|
|
25
|
+
<path d="M22 6 L22 18 L18 18 L20 13 L18 6 Z" stroke={IconStage.stroke} strokeWidth={IconStage.strokeWidth} fill="#555"/>
|
|
26
|
+
<g transform="rotate(-35, 6, 6) translate(-3,4)">
|
|
27
|
+
<path d="M6 2 L8 2 L9 6 L5 6 Z" fill="#666"/>
|
|
28
|
+
<path d="M7 6 L3 14 L11 14 Z" fill="rgba(128,128,128,0.35)"/>
|
|
29
|
+
</g>
|
|
30
|
+
<g transform="rotate(35, 6, 9) translate(-1,-2)">
|
|
31
|
+
<path d="M16 2 L18 2 L19 6 L15 6 Z" fill="#666"/>
|
|
32
|
+
<path d="M17 6 L13 14 L21 14 Z" fill="rgba(128,128,128,0.35)"/>
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconStateEvent from './inner-icons/inner-icon-state-event';
|
|
5
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export default class IconStateEventExecuted extends ReactComponentBase {
|
|
10
|
+
constructor(props) {
|
|
11
|
+
super(props);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
shouldUpdate(nextProps, nextState) {
|
|
15
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
render() {
|
|
19
|
+
return (
|
|
20
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
21
|
+
<InnerIconStateEvent checked={this.props.active} stateColor="Green" />
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconStateEvent from './inner-icons/inner-icon-state-event';
|
|
5
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export default class IconStateEventNotExecuted extends ReactComponentBase {
|
|
10
|
+
constructor(props) {
|
|
11
|
+
super(props);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
shouldUpdate(nextProps, nextState) {
|
|
15
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
render() {
|
|
19
|
+
return (
|
|
20
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
21
|
+
<InnerIconStateEvent checked={this.props.active} stateColor="Orange"/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
5
|
+
import React from 'react';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export default class IconZoomIn extends ReactComponentBase {
|
|
9
|
+
constructor(props) {
|
|
10
|
+
super(props);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static stroke = "#333";
|
|
14
|
+
static strokeWidth = "1";
|
|
15
|
+
static lineStrokeWidth = "2";
|
|
16
|
+
|
|
17
|
+
shouldUpdate(nextProps, nextState) {
|
|
18
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
render() {
|
|
22
|
+
return (
|
|
23
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
24
|
+
<circle cx="12" cy="12" r="7" stroke={IconZoomIn.stroke} strokeWidth={IconZoomIn.strokeWidth} fill="Gold" />
|
|
25
|
+
<line x1="8" x2="16" y1="12" y2="12" stroke={IconZoomIn.stroke} strokeWidth={IconZoomIn.lineStrokeWidth} />
|
|
26
|
+
<line x1="12" x2="12" y1="8" y2="16" stroke={IconZoomIn.stroke} strokeWidth={IconZoomIn.lineStrokeWidth} />
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
import InnerIconMessage from './inner-icons/inner-icon-message';
|
|
5
|
+
import ReactComponentBase from 'z-abs-corelayer-client/client/react-component/react-component-base';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export default class IconZoomOut extends ReactComponentBase {
|
|
10
|
+
constructor(props) {
|
|
11
|
+
super(props);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
static stroke = "#333";
|
|
15
|
+
static strokeWidth = "1";
|
|
16
|
+
static lineStrokeWidth = "2";
|
|
17
|
+
|
|
18
|
+
shouldUpdate(nextProps, nextState) {
|
|
19
|
+
return !this.shallowCompare(this.props, nextProps);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
render() {
|
|
23
|
+
return (
|
|
24
|
+
<svg width="100%" height="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
25
|
+
<circle cx="12" cy="12" r="7" stroke={IconZoomOut.stroke} strokeWidth={IconZoomOut.strokeWidth} fill="Gold" />
|
|
26
|
+
<line x1="8" x2="16" y1="12" y2="12" stroke={IconZoomOut.stroke} strokeWidth={IconZoomOut.lineStrokeWidth} />
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
}
|