@stechquick/symphony-cli 0.2.289 → 0.2.293

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.
@@ -29,4 +29,11 @@ body .v-application .error { background-color:#ED1C24 !important; border-color:#
29
29
  margin: 0px !important;
30
30
  }
31
31
 
32
- body .v-application .v-card.v-sheet--outlined.primary--text{ color:#14B5D0 !important; border-color:#14B5D0 !important; }
32
+ body .v-application .v-card.v-sheet--outlined.primary--text{ color:#14B5D0 !important; border-color:#14B5D0 !important; }
33
+
34
+ body .v-application .v-tabs {
35
+ caret-color: rgb(0, 0, 0) !important;
36
+ }
37
+
38
+ /* tabs içindeki vCombobox item listin ekranın aşağısına doğru tam açılması için */
39
+ .v-tabs > .v-window {overflow: initial !important;}
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@stechquick/qui": "^1.0.3",
14
- "@stechquick/symphony-cli": "^0.2.289"
14
+ "@stechquick/symphony-cli": "^0.2.290"
15
15
  },
16
16
  "author": "",
17
17
  "license": "ISC",
@@ -29,18 +29,5 @@ default:
29
29
  soapExample:
30
30
  url: "http://www.dneonline.com/calculator.asmx?wsdl"
31
31
  timeout: 5000
32
- sessionBag:
33
- environment: none #none | memory | hazelcast
34
- bag:
35
- environment: memory #memory | hazelcast
36
- groupConfig:
37
- name: "dev"
38
- password: "dev-pass"
39
- # Network configuration for hazelcast
40
- clientNetworkConfig:
41
- # Client tries to connect the members at these addresses.
42
- hazelcastClusterMembers: [
43
- "127.0.0.1:5701",
44
- "127.0.0.2:5701"
45
- ]
32
+
46
33
 
@@ -4,4 +4,11 @@ default:
4
4
  test:
5
5
  subtestitem1: "test1"
6
6
  subtestitem2: "test2"
7
-
7
+ sessionBag:
8
+ environment: none #none | memory | hazelcast | jwt
9
+ bag:
10
+ environment: jwt #memory | hazelcast | jwt
11
+ hazelcastClusterMembers: [
12
+ "127.0.0.1:5701",
13
+ "127.0.0.2:5701"
14
+ ]
@@ -48,17 +48,4 @@ export default <ISymPipeline>{
48
48
  // onAfterSoap: (response: any): void => {
49
49
  // //write code to execute after each soap request execution
50
50
  // },
51
- // onBeforeSoapCb: ({ url, request }: { url: string, request: ISoapRequest }): {
52
- // url: string;
53
- // request: ISoapRequest;
54
- // } => {
55
- // //write code to execute before each soap callback request execution
56
- // return {
57
- // url: url,
58
- // request: request
59
- // }
60
- // },
61
- // onAfterSoapCb: (response: any): void => {
62
- // //write code to execute after each soap callback response execution
63
- // }
64
51
  }
@@ -14,8 +14,8 @@
14
14
  "devDependencies": {
15
15
  "@types/node": "^12.12.39",
16
16
  "@types/jest": "^26.0.4",
17
- "plateau-symphony": "^0.2.130",
18
- "@stechquick/symphony-cli": "^0.2.289",
17
+ "plateau-symphony": "^0.2.138",
18
+ "@stechquick/symphony-cli": "^0.2.290",
19
19
  "jest": "^26.1.0",
20
20
  "ts-jest": "^26.1.1",
21
21
  "typescript": "^3.7.3"
@@ -10,7 +10,7 @@
10
10
  "css-loader": "^6.4.0",
11
11
  "namedcomp-build-helper": "^0.2.1",
12
12
  "source-map-loader": "^3.0.0",
13
- "@stechquick/symphony-cli": "^0.2.271",
13
+ "@stechquick/symphony-cli": "^0.2.290",
14
14
  "ts-loader": "^9.2.6",
15
15
  "typescript": "4.4.3",
16
16
  "vue": "^2.6.11",
@@ -1,9 +0,0 @@
1
- schema_version: 20180708
2
- name: {{FuncName}}
3
- version: 0.0.0
4
- runtime: docker
5
- entrypoint: node ./dist/{{FuncName}}.js
6
- triggers:
7
- - name: {{FuncName}}
8
- type: http
9
- source: /{{FuncName}}
@@ -1,9 +0,0 @@
1
- schema_version: 20180708
2
- name: qjsonfunc
3
- version: 0.0.0
4
- runtime: docker
5
- entrypoint: node ./dist/qjsonfunc.js
6
- triggers:
7
- - name: qjsonfunc
8
- type: http
9
- source: /qjsonfunc
@@ -1,9 +0,0 @@
1
- schema_version: 20180708
2
- name: samplefunc
3
- version: 0.0.0
4
- runtime: docker
5
- entrypoint: node ./dist/samplefunc.js
6
- triggers:
7
- - name: samplefunc
8
- type: http
9
- source: /samplefunc