@dev-tcloud/tcloud-ui 0.0.0 → 0.0.1
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/esm2020/public_api.mjs +4 -1
- package/esm2020/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.mjs +72 -0
- package/esm2020/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module.mjs +24 -0
- package/esm2020/src/app/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-subtitle/tcloud-ui-tab-subtitle.component.mjs +2 -2
- package/esm2020/src/app/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-title/tcloud-ui-tab-title.component.mjs +2 -2
- package/esm2020/src/app/_modules/tcloud-ui.module.mjs +29 -0
- package/fesm2015/dev-tcloud-tcloud-ui.mjs +720 -608
- package/fesm2015/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/fesm2020/dev-tcloud-tcloud-ui.mjs +720 -608
- package/fesm2020/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/package.json +116 -116
- package/public_api.d.ts +3 -0
- package/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component.d.ts +22 -0
- package/src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module.d.ts +8 -0
- package/src/app/_modules/tcloud-ui.module.d.ts +10 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-tcloud/tcloud-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"@angular/platform-browser": "^14.1.0",
|
|
16
16
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
17
17
|
"@angular/router": "^14.1.0",
|
|
18
|
-
"abbrev": "^1.1.1",
|
|
19
18
|
"abab": "^2.0.6",
|
|
19
|
+
"abbrev": "^1.1.1",
|
|
20
20
|
"accepts": "^1.3.8",
|
|
21
21
|
"acorn": "^8.8.1",
|
|
22
22
|
"acorn-import-assertions": "^1.8.0",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"ansi-escapes": "^4.3.2",
|
|
32
32
|
"ansi-html-community": "^0.0.8",
|
|
33
33
|
"ansi-regex": "^5.0.1",
|
|
34
|
-
"anymatch": "^3.1.3",
|
|
35
34
|
"ansi-styles": "^3.2.1",
|
|
35
|
+
"anymatch": "^3.1.3",
|
|
36
36
|
"aproba": "^2.0.0",
|
|
37
37
|
"are-we-there-yet": "^3.0.1",
|
|
38
38
|
"argparse": "^1.0.10",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"babel-plugin-polyfill-corejs3": "^0.5.3",
|
|
46
46
|
"babel-plugin-polyfill-regenerator": "^0.4.1",
|
|
47
47
|
"balanced-match": "^1.0.2",
|
|
48
|
+
"base64-js": "^1.5.1",
|
|
48
49
|
"base64id": "^2.0.0",
|
|
49
50
|
"batch": "^0.6.1",
|
|
50
51
|
"big.js": "^5.2.2",
|
|
@@ -54,17 +55,17 @@
|
|
|
54
55
|
"bonjour-service": "^1.0.14",
|
|
55
56
|
"boolbase": "^1.0.0",
|
|
56
57
|
"brace-expansion": "^2.0.1",
|
|
57
|
-
"browserslist": "^4.21.4",
|
|
58
58
|
"braces": "^3.0.2",
|
|
59
|
+
"browserslist": "^4.21.4",
|
|
59
60
|
"buffer": "^5.7.1",
|
|
60
61
|
"buffer-from": "^1.1.2",
|
|
61
62
|
"builtin-modules": "^3.3.0",
|
|
62
63
|
"builtins": "^5.0.1",
|
|
63
|
-
"cacache": "^16.1.2",
|
|
64
64
|
"bytes": "^3.1.2",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
65
|
+
"cacache": "^16.1.2",
|
|
66
|
+
"call-bind": "^1.0.2",
|
|
67
67
|
"callsites": "^3.1.0",
|
|
68
|
+
"camelcase": "^5.3.1",
|
|
68
69
|
"caniuse-lite": "^1.0.30001442",
|
|
69
70
|
"chalk": "^2.4.2",
|
|
70
71
|
"chardet": "^0.7.0",
|
|
@@ -78,35 +79,35 @@
|
|
|
78
79
|
"cliui": "^7.0.4",
|
|
79
80
|
"clone": "^1.0.4",
|
|
80
81
|
"clone-deep": "^4.0.1",
|
|
81
|
-
"call-bind": "^1.0.2",
|
|
82
82
|
"color-convert": "^1.9.3",
|
|
83
83
|
"color-name": "^1.1.3",
|
|
84
84
|
"color-support": "^1.1.3",
|
|
85
85
|
"colorette": "^2.0.19",
|
|
86
86
|
"commander": "^2.20.3",
|
|
87
|
-
"compression": "^1.7.4",
|
|
88
87
|
"commondir": "^1.0.1",
|
|
89
88
|
"compressible": "^2.0.18",
|
|
89
|
+
"compression": "^1.7.4",
|
|
90
90
|
"concat-map": "^0.0.1",
|
|
91
91
|
"connect": "^3.7.0",
|
|
92
92
|
"connect-history-api-fallback": "^2.0.0",
|
|
93
93
|
"console-control-strings": "^1.1.0",
|
|
94
94
|
"content-disposition": "^0.5.4",
|
|
95
|
+
"content-type": "^1.0.4",
|
|
95
96
|
"convert-source-map": "^1.9.0",
|
|
96
97
|
"cookie": "^0.4.2",
|
|
97
|
-
"content-type": "^1.0.4",
|
|
98
|
-
"copy-webpack-plugin": "^11.0.0",
|
|
99
98
|
"cookie-signature": "^1.0.6",
|
|
100
99
|
"copy-anything": "^2.0.6",
|
|
101
|
-
"
|
|
100
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
102
101
|
"core-js-compat": "^3.27.1",
|
|
102
|
+
"core-util-is": "^1.0.3",
|
|
103
103
|
"cors": "^2.8.5",
|
|
104
104
|
"cosmiconfig": "^7.1.0",
|
|
105
105
|
"critters": "^0.0.16",
|
|
106
|
+
"cross-spawn": "^7.0.3",
|
|
106
107
|
"css-blank-pseudo": "^3.0.3",
|
|
107
108
|
"css-has-pseudo": "^3.0.4",
|
|
108
|
-
"css-prefers-color-scheme": "^6.0.3",
|
|
109
109
|
"css-loader": "^6.7.1",
|
|
110
|
+
"css-prefers-color-scheme": "^6.0.3",
|
|
110
111
|
"css-select": "^4.3.0",
|
|
111
112
|
"css-what": "^6.1.0",
|
|
112
113
|
"cssdb": "^7.2.1",
|
|
@@ -126,44 +127,44 @@
|
|
|
126
127
|
"destroy": "^1.2.0",
|
|
127
128
|
"detect-node": "^2.1.0",
|
|
128
129
|
"di": "^0.0.1",
|
|
129
|
-
"dns-equal": "^1.0.0",
|
|
130
130
|
"dir-glob": "^3.0.1",
|
|
131
|
+
"dns-equal": "^1.0.0",
|
|
131
132
|
"dns-packet": "^5.4.0",
|
|
132
|
-
"dom-serializer": "^1.4.1",
|
|
133
133
|
"dom-serialize": "^2.2.1",
|
|
134
|
+
"dom-serializer": "^1.4.1",
|
|
134
135
|
"domelementtype": "^2.3.0",
|
|
135
136
|
"domhandler": "^4.3.1",
|
|
136
137
|
"domutils": "^2.8.0",
|
|
137
138
|
"ee-first": "^1.1.1",
|
|
138
|
-
"emoji-regex": "^8.0.0",
|
|
139
139
|
"electron-to-chromium": "^1.4.284",
|
|
140
|
-
"
|
|
140
|
+
"emoji-regex": "^8.0.0",
|
|
141
141
|
"emojis-list": "^3.0.0",
|
|
142
|
+
"encodeurl": "^1.0.2",
|
|
142
143
|
"encoding": "^0.1.13",
|
|
143
144
|
"engine.io": "^6.2.1",
|
|
144
|
-
"enhanced-resolve": "^5.12.0",
|
|
145
145
|
"engine.io-parser": "^5.0.5",
|
|
146
|
+
"enhanced-resolve": "^5.12.0",
|
|
146
147
|
"ent": "^2.2.0",
|
|
147
|
-
"env-paths": "^2.2.1",
|
|
148
148
|
"entities": "^2.2.0",
|
|
149
|
+
"env-paths": "^2.2.1",
|
|
149
150
|
"err-code": "^2.0.3",
|
|
150
151
|
"errno": "^0.1.8",
|
|
151
152
|
"error-ex": "^1.3.2",
|
|
152
153
|
"es-module-lexer": "^0.9.3",
|
|
153
154
|
"esbuild": "^0.15.5",
|
|
154
155
|
"esbuild-wasm": "^0.15.5",
|
|
155
|
-
"cross-spawn": "^7.0.3",
|
|
156
156
|
"esbuild-windows-64": "^0.15.5",
|
|
157
|
+
"escalade": "^3.1.1",
|
|
157
158
|
"escape-html": "^1.0.3",
|
|
158
159
|
"escape-string-regexp": "^1.0.5",
|
|
159
160
|
"eslint-scope": "^5.1.1",
|
|
160
161
|
"esprima": "^4.0.1",
|
|
161
|
-
"escalade": "^3.1.1",
|
|
162
162
|
"esrecurse": "^4.3.0",
|
|
163
163
|
"estraverse": "^4.3.0",
|
|
164
|
+
"estree-walker": "^1.0.1",
|
|
164
165
|
"esutils": "^2.0.3",
|
|
165
|
-
"eventemitter-asyncresource": "^1.0.0",
|
|
166
166
|
"etag": "^1.8.1",
|
|
167
|
+
"eventemitter-asyncresource": "^1.0.0",
|
|
167
168
|
"eventemitter3": "^4.0.7",
|
|
168
169
|
"events": "^3.3.0",
|
|
169
170
|
"execa": "^5.1.1",
|
|
@@ -173,10 +174,10 @@
|
|
|
173
174
|
"fast-deep-equal": "^3.1.3",
|
|
174
175
|
"fast-glob": "^3.2.12",
|
|
175
176
|
"fast-json-stable-stringify": "^2.1.0",
|
|
176
|
-
"
|
|
177
|
+
"fastq": "^1.15.0",
|
|
177
178
|
"faye-websocket": "^0.11.4",
|
|
179
|
+
"figures": "^3.2.0",
|
|
178
180
|
"fill-range": "^7.0.1",
|
|
179
|
-
"fastq": "^1.15.0",
|
|
180
181
|
"finalhandler": "^1.1.2",
|
|
181
182
|
"find-cache-dir": "^3.3.2",
|
|
182
183
|
"find-up": "^4.1.0",
|
|
@@ -194,8 +195,8 @@
|
|
|
194
195
|
"gensync": "^1.0.0-beta.2",
|
|
195
196
|
"get-caller-file": "^2.0.5",
|
|
196
197
|
"get-intrinsic": "^1.1.3",
|
|
197
|
-
"get-stream": "^6.0.1",
|
|
198
198
|
"get-package-type": "^0.1.0",
|
|
199
|
+
"get-stream": "^6.0.1",
|
|
199
200
|
"glob": "^8.0.3",
|
|
200
201
|
"glob-parent": "^5.1.2",
|
|
201
202
|
"glob-to-regexp": "^0.4.1",
|
|
@@ -207,25 +208,25 @@
|
|
|
207
208
|
"has-flag": "^3.0.0",
|
|
208
209
|
"has-symbols": "^1.0.3",
|
|
209
210
|
"has-unicode": "^2.0.1",
|
|
210
|
-
"hdr-histogram-percentiles-obj": "^3.0.0",
|
|
211
211
|
"hdr-histogram-js": "^2.0.3",
|
|
212
|
+
"hdr-histogram-percentiles-obj": "^3.0.0",
|
|
212
213
|
"hosted-git-info": "^5.2.1",
|
|
213
214
|
"hpack.js": "^2.1.6",
|
|
214
|
-
"html-escaper": "^2.0.2",
|
|
215
215
|
"html-entities": "^2.3.3",
|
|
216
|
+
"html-escaper": "^2.0.2",
|
|
216
217
|
"http-cache-semantics": "^4.1.0",
|
|
217
218
|
"http-deceiver": "^1.2.7",
|
|
218
|
-
"http-parser-js": "^0.5.8",
|
|
219
219
|
"http-errors": "^2.0.0",
|
|
220
|
+
"http-parser-js": "^0.5.8",
|
|
220
221
|
"http-proxy": "^1.18.1",
|
|
221
222
|
"http-proxy-agent": "^5.0.0",
|
|
222
|
-
"estree-walker": "^1.0.1",
|
|
223
223
|
"http-proxy-middleware": "^2.0.6",
|
|
224
224
|
"https-proxy-agent": "^5.0.1",
|
|
225
225
|
"human-signals": "^2.1.0",
|
|
226
226
|
"humanize-ms": "^1.2.1",
|
|
227
|
-
"icss-utils": "^5.1.0",
|
|
228
227
|
"iconv-lite": "^0.4.24",
|
|
228
|
+
"icss-utils": "^5.1.0",
|
|
229
|
+
"ieee754": "^1.2.1",
|
|
229
230
|
"ignore": "^5.2.4",
|
|
230
231
|
"ignore-walk": "^5.0.1",
|
|
231
232
|
"image-size": "^0.5.5",
|
|
@@ -236,25 +237,24 @@
|
|
|
236
237
|
"infer-owner": "^1.0.4",
|
|
237
238
|
"inflight": "^1.0.6",
|
|
238
239
|
"inherits": "^2.0.4",
|
|
239
|
-
"injection-js": "^2.4.0",
|
|
240
240
|
"ini": "^3.0.0",
|
|
241
|
+
"injection-js": "^2.4.0",
|
|
241
242
|
"inquirer": "^8.2.4",
|
|
242
|
-
"ieee754": "^1.2.1",
|
|
243
|
-
"ipaddr.js": "^2.0.1",
|
|
244
243
|
"ip": "^2.0.0",
|
|
244
|
+
"ipaddr.js": "^2.0.1",
|
|
245
245
|
"is-arrayish": "^0.2.1",
|
|
246
246
|
"is-binary-path": "^2.1.0",
|
|
247
|
-
"is-core-module": "^2.11.0",
|
|
248
247
|
"is-builtin-module": "^3.2.0",
|
|
248
|
+
"is-core-module": "^2.11.0",
|
|
249
|
+
"is-docker": "^2.2.1",
|
|
249
250
|
"is-extglob": "^2.1.1",
|
|
250
251
|
"is-fullwidth-code-point": "^3.0.0",
|
|
251
|
-
"is-docker": "^2.2.1",
|
|
252
252
|
"is-glob": "^4.0.3",
|
|
253
253
|
"is-interactive": "^1.0.0",
|
|
254
254
|
"is-lambda": "^1.0.1",
|
|
255
255
|
"is-module": "^1.0.0",
|
|
256
|
-
"is-plain-obj": "^3.0.0",
|
|
257
256
|
"is-number": "^7.0.0",
|
|
257
|
+
"is-plain-obj": "^3.0.0",
|
|
258
258
|
"is-plain-object": "^2.0.4",
|
|
259
259
|
"is-stream": "^2.0.1",
|
|
260
260
|
"is-unicode-supported": "^0.1.0",
|
|
@@ -263,15 +263,16 @@
|
|
|
263
263
|
"isarray": "^1.0.0",
|
|
264
264
|
"isbinaryfile": "^4.0.10",
|
|
265
265
|
"isexe": "^2.0.0",
|
|
266
|
-
"istanbul-lib-coverage": "^3.2.0",
|
|
267
266
|
"isobject": "^3.0.1",
|
|
267
|
+
"istanbul-lib-coverage": "^3.2.0",
|
|
268
268
|
"istanbul-lib-instrument": "^5.2.1",
|
|
269
|
-
"istanbul-lib-source-maps": "^4.0.1",
|
|
270
269
|
"istanbul-lib-report": "^3.0.0",
|
|
270
|
+
"istanbul-lib-source-maps": "^4.0.1",
|
|
271
|
+
"istanbul-reports": "^3.1.5",
|
|
271
272
|
"jest-worker": "^27.5.1",
|
|
272
273
|
"js-tokens": "^4.0.0",
|
|
273
|
-
"jsesc": "^2.5.2",
|
|
274
274
|
"js-yaml": "^3.14.1",
|
|
275
|
+
"jsesc": "^2.5.2",
|
|
275
276
|
"json-parse-even-better-errors": "^2.3.1",
|
|
276
277
|
"json-schema-traverse": "^1.0.0",
|
|
277
278
|
"json5": "^2.2.3",
|
|
@@ -279,110 +280,111 @@
|
|
|
279
280
|
"jsonfile": "^4.0.0",
|
|
280
281
|
"jsonparse": "^1.3.1",
|
|
281
282
|
"karma-source-map-support": "^1.4.0",
|
|
282
|
-
"klona": "^2.0.5",
|
|
283
283
|
"kind-of": "^6.0.3",
|
|
284
|
-
"
|
|
284
|
+
"klona": "^2.0.5",
|
|
285
285
|
"less": "^4.1.3",
|
|
286
|
-
"
|
|
287
|
-
"istanbul-reports": "^3.1.5",
|
|
286
|
+
"less-loader": "^11.0.0",
|
|
288
287
|
"license-webpack-plugin": "^4.0.2",
|
|
288
|
+
"lines-and-columns": "^1.2.4",
|
|
289
289
|
"loader-runner": "^4.3.0",
|
|
290
290
|
"loader-utils": "^3.2.1",
|
|
291
291
|
"locate-path": "^5.0.0",
|
|
292
|
+
"lodash": "^4.17.21",
|
|
292
293
|
"lodash.debounce": "^4.0.8",
|
|
293
294
|
"log-symbols": "^4.1.0",
|
|
294
|
-
"lodash": "^4.17.21",
|
|
295
295
|
"log4js": "^6.7.1",
|
|
296
|
+
"lru-cache": "^5.1.1",
|
|
296
297
|
"magic-string": "^0.26.2",
|
|
297
298
|
"make-dir": "^3.1.0",
|
|
298
299
|
"make-fetch-happen": "^10.2.1",
|
|
299
300
|
"media-typer": "^0.3.0",
|
|
300
|
-
"merge-descriptors": "^1.0.1",
|
|
301
301
|
"memfs": "^3.4.13",
|
|
302
|
-
"
|
|
302
|
+
"merge-descriptors": "^1.0.1",
|
|
303
303
|
"merge-stream": "^2.0.0",
|
|
304
304
|
"merge2": "^1.4.1",
|
|
305
|
-
"micromatch": "^4.0.5",
|
|
306
305
|
"methods": "^1.1.2",
|
|
306
|
+
"micromatch": "^4.0.5",
|
|
307
307
|
"mime": "^2.6.0",
|
|
308
|
-
"mimic-fn": "^2.1.0",
|
|
309
308
|
"mime-db": "^1.52.0",
|
|
310
|
-
"minimalistic-assert": "^1.0.1",
|
|
311
309
|
"mime-types": "^2.1.35",
|
|
310
|
+
"mimic-fn": "^2.1.0",
|
|
311
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
312
|
+
"minimalistic-assert": "^1.0.1",
|
|
312
313
|
"minimatch": "^5.1.0",
|
|
313
314
|
"minimist": "^1.2.7",
|
|
314
|
-
"
|
|
315
|
-
"minipass-fetch": "^2.1.2",
|
|
315
|
+
"minipass": "^3.3.6",
|
|
316
316
|
"minipass-collect": "^1.0.2",
|
|
317
|
-
"minipass-
|
|
317
|
+
"minipass-fetch": "^2.1.2",
|
|
318
318
|
"minipass-flush": "^1.0.5",
|
|
319
|
+
"minipass-json-stream": "^1.0.1",
|
|
319
320
|
"minipass-pipeline": "^1.2.4",
|
|
320
|
-
"mkdirp": "^1.0.4",
|
|
321
321
|
"minipass-sized": "^1.0.3",
|
|
322
322
|
"minizlib": "^2.1.2",
|
|
323
|
+
"mkdirp": "^1.0.4",
|
|
323
324
|
"ms": "^2.1.2",
|
|
324
325
|
"multicast-dns": "^7.2.5",
|
|
326
|
+
"mute-stream": "^0.0.8",
|
|
325
327
|
"nanoid": "^3.3.4",
|
|
326
328
|
"needle": "^3.2.0",
|
|
327
329
|
"negotiator": "^0.6.3",
|
|
328
330
|
"neo-async": "^2.6.2",
|
|
329
331
|
"node-forge": "^1.3.1",
|
|
330
|
-
"node-releases": "^2.0.8",
|
|
331
332
|
"node-gyp": "^9.3.1",
|
|
333
|
+
"node-releases": "^2.0.8",
|
|
332
334
|
"nopt": "^6.0.0",
|
|
333
335
|
"normalize-package-data": "^4.0.1",
|
|
334
336
|
"normalize-path": "^3.0.0",
|
|
335
337
|
"normalize-range": "^0.1.2",
|
|
336
|
-
"npm-install-checks": "^5.0.0",
|
|
337
338
|
"npm-bundled": "^1.1.2",
|
|
339
|
+
"npm-install-checks": "^5.0.0",
|
|
338
340
|
"npm-normalize-package-bin": "^1.0.1",
|
|
339
341
|
"npm-package-arg": "^9.1.0",
|
|
340
|
-
"mute-stream": "^0.0.8",
|
|
341
|
-
"npm-pick-manifest": "^7.0.1",
|
|
342
342
|
"npm-packlist": "^5.1.3",
|
|
343
|
+
"npm-pick-manifest": "^7.0.1",
|
|
344
|
+
"npm-registry-fetch": "^13.3.1",
|
|
343
345
|
"npm-run-path": "^4.0.1",
|
|
344
|
-
"object-assign": "^4.1.1",
|
|
345
346
|
"npmlog": "^6.0.2",
|
|
346
|
-
"object-inspect": "^1.12.2",
|
|
347
347
|
"nth-check": "^2.1.1",
|
|
348
|
+
"object-assign": "^4.1.1",
|
|
349
|
+
"object-inspect": "^1.12.2",
|
|
348
350
|
"obuf": "^1.1.2",
|
|
349
351
|
"on-finished": "^2.4.1",
|
|
350
352
|
"on-headers": "^1.0.2",
|
|
351
353
|
"once": "^1.4.0",
|
|
352
|
-
"open": "^8.4.0",
|
|
353
354
|
"onetime": "^5.1.2",
|
|
355
|
+
"open": "^8.4.0",
|
|
354
356
|
"ora": "^5.4.1",
|
|
355
357
|
"os-tmpdir": "^1.0.2",
|
|
356
|
-
"p-locate": "^4.1.0",
|
|
357
358
|
"p-limit": "^2.3.0",
|
|
358
|
-
"
|
|
359
|
-
"p-retry": "^4.6.2",
|
|
359
|
+
"p-locate": "^4.1.0",
|
|
360
360
|
"p-map": "^4.0.0",
|
|
361
|
+
"p-retry": "^4.6.2",
|
|
361
362
|
"p-try": "^2.2.0",
|
|
362
|
-
"pako": "^1.0.11",
|
|
363
363
|
"pacote": "^13.6.1",
|
|
364
|
+
"pako": "^1.0.11",
|
|
364
365
|
"parent-module": "^1.0.1",
|
|
365
|
-
"parse-node-version": "^1.0.1",
|
|
366
366
|
"parse-json": "^5.2.0",
|
|
367
|
+
"parse-node-version": "^1.0.1",
|
|
367
368
|
"parse5": "^6.0.1",
|
|
368
369
|
"parse5-html-rewriting-stream": "^6.0.1",
|
|
369
370
|
"parse5-htmlparser2-tree-adapter": "^6.0.1",
|
|
370
|
-
"
|
|
371
|
+
"parse5-sax-parser": "^6.0.1",
|
|
371
372
|
"parseurl": "^1.3.3",
|
|
373
|
+
"path-exists": "^4.0.0",
|
|
372
374
|
"path-is-absolute": "^1.0.1",
|
|
373
375
|
"path-key": "^3.1.1",
|
|
374
376
|
"path-parse": "^1.0.7",
|
|
375
|
-
"
|
|
376
|
-
"picocolors": "^1.0.0",
|
|
377
|
+
"path-to-regexp": "^0.1.7",
|
|
377
378
|
"path-type": "^4.0.0",
|
|
378
|
-
"
|
|
379
|
+
"picocolors": "^1.0.0",
|
|
379
380
|
"picomatch": "^2.3.1",
|
|
381
|
+
"pify": "^2.3.0",
|
|
382
|
+
"piscina": "^3.2.0",
|
|
380
383
|
"pkg-dir": "^4.2.0",
|
|
381
384
|
"postcss": "^8.4.16",
|
|
382
|
-
"piscina": "^3.2.0",
|
|
383
385
|
"postcss-attribute-case-insensitive": "^5.0.2",
|
|
384
|
-
"postcss-color-functional-notation": "^4.2.4",
|
|
385
386
|
"postcss-clamp": "^4.1.0",
|
|
387
|
+
"postcss-color-functional-notation": "^4.2.4",
|
|
386
388
|
"postcss-color-hex-alpha": "^8.0.4",
|
|
387
389
|
"postcss-color-rebeccapurple": "^7.1.1",
|
|
388
390
|
"postcss-custom-media": "^8.0.2",
|
|
@@ -399,6 +401,7 @@
|
|
|
399
401
|
"postcss-import": "^15.0.0",
|
|
400
402
|
"postcss-initial": "^4.0.1",
|
|
401
403
|
"postcss-lab-function": "^4.2.1",
|
|
404
|
+
"postcss-loader": "^7.0.1",
|
|
402
405
|
"postcss-logical": "^5.0.4",
|
|
403
406
|
"postcss-media-minmax": "^5.0.0",
|
|
404
407
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
@@ -406,18 +409,17 @@
|
|
|
406
409
|
"postcss-modules-scope": "^3.0.0",
|
|
407
410
|
"postcss-modules-values": "^4.0.0",
|
|
408
411
|
"postcss-nesting": "^10.2.0",
|
|
409
|
-
"postcss-overflow-shorthand": "^3.0.4",
|
|
410
|
-
"postcss-place": "^7.0.5",
|
|
411
412
|
"postcss-opacity-percentage": "^1.1.3",
|
|
412
|
-
"postcss-
|
|
413
|
+
"postcss-overflow-shorthand": "^3.0.4",
|
|
413
414
|
"postcss-page-break": "^3.0.4",
|
|
415
|
+
"postcss-place": "^7.0.5",
|
|
414
416
|
"postcss-preset-env": "^7.8.0",
|
|
417
|
+
"postcss-pseudo-class-any-link": "^7.1.6",
|
|
418
|
+
"postcss-replace-overflow-wrap": "^4.0.0",
|
|
415
419
|
"postcss-selector-not": "^6.0.1",
|
|
416
|
-
"path-to-regexp": "^0.1.7",
|
|
417
420
|
"postcss-selector-parser": "^6.0.11",
|
|
418
|
-
"postcss-pseudo-class-any-link": "^7.1.6",
|
|
419
|
-
"postcss-value-parser": "^4.2.0",
|
|
420
421
|
"postcss-url": "^10.1.3",
|
|
422
|
+
"postcss-value-parser": "^4.2.0",
|
|
421
423
|
"pretty-bytes": "^5.6.0",
|
|
422
424
|
"proc-log": "^2.0.1",
|
|
423
425
|
"process-nextick-args": "^2.0.1",
|
|
@@ -425,55 +427,54 @@
|
|
|
425
427
|
"promise-retry": "^2.0.1",
|
|
426
428
|
"proxy-addr": "^2.0.7",
|
|
427
429
|
"prr": "^1.0.1",
|
|
428
|
-
"qjobs": "^1.2.0",
|
|
429
430
|
"punycode": "^2.2.0",
|
|
430
|
-
"
|
|
431
|
+
"qjobs": "^1.2.0",
|
|
431
432
|
"qs": "^6.11.0",
|
|
433
|
+
"queue-microtask": "^1.2.3",
|
|
432
434
|
"randombytes": "^2.1.0",
|
|
433
435
|
"range-parser": "^1.2.1",
|
|
434
436
|
"raw-body": "^2.5.1",
|
|
435
437
|
"read-cache": "^1.0.0",
|
|
436
438
|
"read-package-json": "^5.0.2",
|
|
439
|
+
"read-package-json-fast": "^2.0.3",
|
|
437
440
|
"readable-stream": "^3.6.0",
|
|
438
441
|
"readdirp": "^3.6.0",
|
|
439
|
-
"read-package-json-fast": "^2.0.3",
|
|
440
442
|
"reflect-metadata": "^0.1.13",
|
|
441
443
|
"regenerate": "^1.4.2",
|
|
442
444
|
"regenerate-unicode-properties": "^10.1.0",
|
|
443
|
-
"parse5-sax-parser": "^6.0.1",
|
|
444
445
|
"regenerator-runtime": "^0.13.9",
|
|
445
|
-
"regexpu-core": "^5.2.2",
|
|
446
|
-
"regex-parser": "^2.2.11",
|
|
447
446
|
"regenerator-transform": "^0.15.1",
|
|
447
|
+
"regex-parser": "^2.2.11",
|
|
448
|
+
"regexpu-core": "^5.2.2",
|
|
448
449
|
"regjsgen": "^0.7.1",
|
|
449
|
-
"require-directory": "^2.1.1",
|
|
450
450
|
"regjsparser": "^0.9.1",
|
|
451
|
+
"require-directory": "^2.1.1",
|
|
451
452
|
"require-from-string": "^2.0.2",
|
|
452
453
|
"requires-port": "^1.0.0",
|
|
453
454
|
"resolve": "^1.22.1",
|
|
454
455
|
"resolve-from": "^5.0.0",
|
|
455
456
|
"resolve-url-loader": "^5.0.0",
|
|
456
|
-
"retry": "^0.12.0",
|
|
457
457
|
"restore-cursor": "^3.1.0",
|
|
458
|
-
"
|
|
458
|
+
"retry": "^0.12.0",
|
|
459
459
|
"reusify": "^1.0.4",
|
|
460
|
+
"rfdc": "^1.3.0",
|
|
460
461
|
"rimraf": "^3.0.2",
|
|
461
462
|
"rollup": "^2.79.1",
|
|
462
463
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
463
464
|
"run-async": "^2.4.1",
|
|
464
465
|
"run-parallel": "^1.2.0",
|
|
466
|
+
"rxjs": "^7.5.7",
|
|
465
467
|
"safe-buffer": "^5.2.1",
|
|
468
|
+
"safer-buffer": "^2.1.2",
|
|
466
469
|
"sass": "^1.54.4",
|
|
467
|
-
"rxjs": "^7.5.7",
|
|
468
470
|
"sass-loader": "^13.0.2",
|
|
469
471
|
"sax": "^1.2.4",
|
|
470
|
-
"safer-buffer": "^2.1.2",
|
|
471
472
|
"schema-utils": "^2.7.1",
|
|
472
473
|
"select-hose": "^2.0.0",
|
|
473
474
|
"selfsigned": "^2.1.1",
|
|
474
475
|
"semver": "^7.3.7",
|
|
475
|
-
"serialize-javascript": "^6.0.0",
|
|
476
476
|
"send": "^0.18.0",
|
|
477
|
+
"serialize-javascript": "^6.0.0",
|
|
477
478
|
"serve-index": "^1.9.1",
|
|
478
479
|
"serve-static": "^1.15.0",
|
|
479
480
|
"set-blocking": "^2.0.0",
|
|
@@ -483,37 +484,39 @@
|
|
|
483
484
|
"shebang-regex": "^3.0.0",
|
|
484
485
|
"side-channel": "^1.0.4",
|
|
485
486
|
"signal-exit": "^3.0.7",
|
|
487
|
+
"slash": "^4.0.0",
|
|
486
488
|
"smart-buffer": "^4.2.0",
|
|
487
489
|
"socket.io": "^4.5.4",
|
|
488
490
|
"socket.io-adapter": "^2.4.0",
|
|
489
491
|
"socket.io-parser": "^4.2.1",
|
|
490
|
-
"socks": "^2.7.1",
|
|
491
492
|
"sockjs": "^0.3.24",
|
|
493
|
+
"socks": "^2.7.1",
|
|
492
494
|
"socks-proxy-agent": "^7.0.0",
|
|
493
495
|
"source-map": "^0.7.4",
|
|
494
496
|
"source-map-js": "^1.0.2",
|
|
495
|
-
"source-map-resolve": "^0.6.0",
|
|
496
497
|
"source-map-loader": "^4.0.0",
|
|
497
|
-
"
|
|
498
|
+
"source-map-resolve": "^0.6.0",
|
|
498
499
|
"source-map-support": "^0.5.21",
|
|
499
|
-
"
|
|
500
|
+
"sourcemap-codec": "^1.4.8",
|
|
500
501
|
"spdx-correct": "^3.1.1",
|
|
502
|
+
"spdx-exceptions": "^2.3.0",
|
|
503
|
+
"spdx-expression-parse": "^3.0.1",
|
|
501
504
|
"spdx-license-ids": "^3.0.12",
|
|
502
505
|
"spdy": "^4.0.2",
|
|
503
|
-
"slash": "^4.0.0",
|
|
504
506
|
"spdy-transport": "^3.0.0",
|
|
505
507
|
"sprintf-js": "^1.0.3",
|
|
506
|
-
"statuses": "^1.5.0",
|
|
507
508
|
"ssri": "^9.0.1",
|
|
508
|
-
"
|
|
509
|
+
"statuses": "^1.5.0",
|
|
509
510
|
"streamroller": "^3.1.4",
|
|
511
|
+
"string_decoder": "^1.3.0",
|
|
512
|
+
"string-width": "^4.2.3",
|
|
510
513
|
"strip-ansi": "^6.0.1",
|
|
514
|
+
"strip-final-newline": "^2.0.0",
|
|
511
515
|
"stylus": "^0.59.0",
|
|
512
516
|
"stylus-loader": "^7.0.0",
|
|
513
|
-
"string_decoder": "^1.3.0",
|
|
514
517
|
"supports-color": "^5.5.0",
|
|
515
518
|
"supports-preserve-symlinks-flag": "^1.0.0",
|
|
516
|
-
"
|
|
519
|
+
"symbol-observable": "^4.0.0",
|
|
517
520
|
"tapable": "^2.2.1",
|
|
518
521
|
"tar": "^6.1.13",
|
|
519
522
|
"terser": "^5.14.2",
|
|
@@ -522,24 +525,24 @@
|
|
|
522
525
|
"text-table": "^0.2.0",
|
|
523
526
|
"through": "^2.3.8",
|
|
524
527
|
"thunky": "^1.1.0",
|
|
525
|
-
"to-fast-properties": "^2.0.0",
|
|
526
528
|
"tmp": "^0.0.33",
|
|
529
|
+
"to-fast-properties": "^2.0.0",
|
|
527
530
|
"to-regex-range": "^5.0.1",
|
|
528
531
|
"toidentifier": "^1.0.1",
|
|
529
532
|
"tree-kill": "^1.2.2",
|
|
530
533
|
"type-fest": "^0.21.3",
|
|
531
534
|
"type-is": "^1.6.18",
|
|
535
|
+
"typed-assert": "^1.0.9",
|
|
532
536
|
"ua-parser-js": "^0.7.32",
|
|
533
|
-
"unicode-match-property-ecmascript": "^2.0.0",
|
|
534
537
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
538
|
+
"unicode-match-property-ecmascript": "^2.0.0",
|
|
535
539
|
"unicode-match-property-value-ecmascript": "^2.1.0",
|
|
536
|
-
"unique-filename": "^1.1.1",
|
|
537
540
|
"unicode-property-aliases-ecmascript": "^2.1.0",
|
|
541
|
+
"unique-filename": "^1.1.1",
|
|
538
542
|
"unique-slug": "^2.0.2",
|
|
539
543
|
"universalify": "^0.1.2",
|
|
540
|
-
"update-browserslist-db": "^1.0.10",
|
|
541
|
-
"typed-assert": "^1.0.9",
|
|
542
544
|
"unpipe": "^1.0.0",
|
|
545
|
+
"update-browserslist-db": "^1.0.10",
|
|
543
546
|
"uri-js": "^4.4.1",
|
|
544
547
|
"util-deprecate": "^1.0.2",
|
|
545
548
|
"utils-merge": "^1.0.1",
|
|
@@ -547,10 +550,10 @@
|
|
|
547
550
|
"validate-npm-package-license": "^3.0.4",
|
|
548
551
|
"validate-npm-package-name": "^4.0.0",
|
|
549
552
|
"vary": "^1.1.2",
|
|
550
|
-
"watchpack": "^2.4.0",
|
|
551
|
-
"wcwidth": "^1.0.1",
|
|
552
553
|
"void-elements": "^2.0.1",
|
|
554
|
+
"watchpack": "^2.4.0",
|
|
553
555
|
"wbuf": "^1.7.3",
|
|
556
|
+
"wcwidth": "^1.0.1",
|
|
554
557
|
"webpack": "^5.74.0",
|
|
555
558
|
"webpack-dev-middleware": "^5.3.3",
|
|
556
559
|
"webpack-dev-server": "^4.11.0",
|
|
@@ -561,20 +564,17 @@
|
|
|
561
564
|
"websocket-extensions": "^0.1.4",
|
|
562
565
|
"which": "^1.3.1",
|
|
563
566
|
"wide-align": "^1.1.5",
|
|
564
|
-
"wrap-ansi": "^7.0.0",
|
|
565
567
|
"wildcard": "^2.0.0",
|
|
568
|
+
"wrap-ansi": "^7.0.0",
|
|
566
569
|
"wrappy": "^1.0.2",
|
|
567
570
|
"ws": "^8.2.3",
|
|
568
|
-
"strip-final-newline": "^2.0.0",
|
|
569
571
|
"xxhashjs": "^0.2.2",
|
|
572
|
+
"y18n": "^5.0.8",
|
|
570
573
|
"yallist": "^3.1.1",
|
|
571
|
-
"spdx-expression-parse": "^3.0.1",
|
|
572
|
-
"yargs": "^17.5.1",
|
|
573
574
|
"yaml": "^1.10.2",
|
|
575
|
+
"yargs": "^17.5.1",
|
|
574
576
|
"yargs-parser": "^21.1.1",
|
|
575
|
-
"zone.js": "^0.11.8"
|
|
576
|
-
"symbol-observable": "^4.0.0",
|
|
577
|
-
"y18n": "^5.0.8"
|
|
577
|
+
"zone.js": "^0.11.8"
|
|
578
578
|
},
|
|
579
579
|
"repository": {
|
|
580
580
|
"type": "git",
|
|
@@ -591,6 +591,9 @@
|
|
|
591
591
|
"url": "https://github.com/tcloud-dev/tcloud-ui-component/issues"
|
|
592
592
|
},
|
|
593
593
|
"homepage": "https://github.com/tcloud-dev/tcloud-ui-component#readme",
|
|
594
|
+
"dependencies": {
|
|
595
|
+
"tslib": "^2.4.1"
|
|
596
|
+
},
|
|
594
597
|
"module": "fesm2015/dev-tcloud-tcloud-ui.mjs",
|
|
595
598
|
"es2020": "fesm2020/dev-tcloud-tcloud-ui.mjs",
|
|
596
599
|
"esm2020": "esm2020/dev-tcloud-tcloud-ui.mjs",
|
|
@@ -610,8 +613,5 @@
|
|
|
610
613
|
"default": "./fesm2020/dev-tcloud-tcloud-ui.mjs"
|
|
611
614
|
}
|
|
612
615
|
},
|
|
613
|
-
"sideEffects": false
|
|
614
|
-
"dependencies": {
|
|
615
|
-
"tslib": "^2.3.0"
|
|
616
|
-
}
|
|
616
|
+
"sideEffects": false
|
|
617
617
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './src/app/_modules/tcloud-ui.module';
|
|
1
2
|
export * from './src/app/_modules/tcloud-ui-modal/tcloud-ui-modal.module';
|
|
2
3
|
export * from './src/app/_modules/tcloud-ui-modal/tcloud-ui-modal.component';
|
|
3
4
|
export * from './src/app/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component';
|
|
@@ -11,3 +12,5 @@ export * from './src/app/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-su
|
|
|
11
12
|
export * from './src/app/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-title/tcloud-ui-tab-title.component';
|
|
12
13
|
export * from './src/app/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.module';
|
|
13
14
|
export * from './src/app/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.component';
|
|
15
|
+
export * from './src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module';
|
|
16
|
+
export * from './src/app/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
declare class Step {
|
|
4
|
+
constructor();
|
|
5
|
+
status: string;
|
|
6
|
+
index: number;
|
|
7
|
+
class: string;
|
|
8
|
+
second_class: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class TCloudUiLineStepCircleComponent implements OnInit {
|
|
11
|
+
step: number;
|
|
12
|
+
active: number;
|
|
13
|
+
inactives: number[];
|
|
14
|
+
complete: boolean;
|
|
15
|
+
trilha: Step[];
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
build_steps(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiLineStepCircleComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiLineStepCircleComponent, "tcloud-ui-line-step-circle", never, { "step": "step"; "active": "active"; "inactives": "inactives"; "complete": "complete"; }, {}, never, never, false>;
|
|
21
|
+
}
|
|
22
|
+
export {};
|