@nu-art/ts-short-url-frontend 0.500.0 → 0.500.6
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/_ats/ATS_ShortUrl/ATS_ShortUrl.d.ts +1 -1
- package/_ats/ATS_ShortUrl/ATS_ShortUrl.js +1 -1
- package/_ats/ATS_ShortUrl/components/Component_ShortUrlEditor.js +1 -1
- package/index.d.ts +3 -2
- package/index.js +3 -2
- package/package.json +16 -17
- package/_ats/index.d.ts +0 -1
- package/_ats/index.js +0 -1
- package/_entity/short-url/index.d.ts +0 -2
- package/_entity/short-url/index.js +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './ATS_ShortUrl.scss';
|
|
2
|
-
import { DispatcherInterface } from '@nu-art/storm-shared';
|
|
3
2
|
import { AppToolsScreen } from '@nu-art/thunder-ui-modules';
|
|
4
3
|
import { ComponentSync } from '@nu-art/thunder-widgets';
|
|
4
|
+
import { DispatcherInterface } from '@nu-art/db-api-shared';
|
|
5
5
|
type State = {};
|
|
6
6
|
type Props = {};
|
|
7
7
|
export declare class ATS_ShortUrl extends ComponentSync<Props, State> implements DispatcherInterface<any> {
|
|
@@ -3,7 +3,7 @@ import './ATS_ShortUrl.scss';
|
|
|
3
3
|
import { TS_EditableItemController } from '@nu-art/editable-item';
|
|
4
4
|
import { ATS_Fullstack, TS_AppTools } from '@nu-art/thunder-ui-modules';
|
|
5
5
|
import { Button, ComponentSync, LL_H_C, LL_V_L } from '@nu-art/thunder-widgets';
|
|
6
|
-
import { ModuleFE_ShortUrl } from '../../_entity/short-url/
|
|
6
|
+
import { ModuleFE_ShortUrl } from '../../_entity/short-url/ModuleFE_ShortUrl.js';
|
|
7
7
|
import { Component_ShortUrlEditor } from './components/Component_ShortUrlEditor.js';
|
|
8
8
|
import { sortArray, voidFunction } from '@nu-art/ts-common';
|
|
9
9
|
export class ATS_ShortUrl extends ComponentSync {
|
|
@@ -3,7 +3,7 @@ import './Component_ShortUrlEditor.scss';
|
|
|
3
3
|
import { EDITABLE, TS_EditableContent, TS_EditableItemStatus } from '@nu-art/editable-item';
|
|
4
4
|
import { Button, LL_H_C, TS_PropRenderer } from '@nu-art/thunder-widgets';
|
|
5
5
|
import { TS_Icons } from '@nu-art/ts-styles';
|
|
6
|
-
import { ModuleFE_ShortUrl } from '../../../_entity/short-url/
|
|
6
|
+
import { ModuleFE_ShortUrl } from '../../../_entity/short-url/ModuleFE_ShortUrl.js';
|
|
7
7
|
const StringEditableInput = EDITABLE.Input.editable({
|
|
8
8
|
type: 'text',
|
|
9
9
|
saveEvent: ['blur', 'accept']
|
package/index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export * from './_ats/
|
|
2
|
-
export * from './_entity/short-url/
|
|
1
|
+
export * from './_ats/ATS_ShortUrl/ATS_ShortUrl.js';
|
|
2
|
+
export * from './_entity/short-url/ModuleFE_ShortUrl.js';
|
|
3
|
+
export * from './_entity/short-url/module-pack.js';
|
package/index.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export * from './_ats/
|
|
2
|
-
export * from './_entity/short-url/
|
|
1
|
+
export * from './_ats/ATS_ShortUrl/ATS_ShortUrl.js';
|
|
2
|
+
export * from './_entity/short-url/ModuleFE_ShortUrl.js';
|
|
3
|
+
export * from './_entity/short-url/module-pack.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nu-art/ts-short-url-frontend",
|
|
3
|
-
"version": "0.500.
|
|
3
|
+
"version": "0.500.6",
|
|
4
4
|
"description": "ts-short-url - Express & Typescript based backend framework Frontend",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TacB0sS",
|
|
@@ -31,22 +31,21 @@
|
|
|
31
31
|
"build": "tsc"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@nu-art/ts-short-url-shared": "0.500.
|
|
35
|
-
"@nu-art/db-api-frontend": "0.500.
|
|
36
|
-
"@nu-art/db-api-shared": "0.500.
|
|
37
|
-
"@nu-art/editable-item": "
|
|
38
|
-
"@nu-art/http-client": "
|
|
39
|
-
"@nu-art/firebase-frontend": "0.500.
|
|
40
|
-
"@nu-art/firebase-shared": "0.500.
|
|
41
|
-
"@nu-art/permissions-frontend": "0.500.
|
|
42
|
-
"@nu-art/permissions-shared": "0.500.
|
|
43
|
-
"@nu-art/
|
|
44
|
-
"@nu-art/thunder-
|
|
45
|
-
"@nu-art/thunder-
|
|
46
|
-
"@nu-art/thunder-
|
|
47
|
-
"@nu-art/
|
|
48
|
-
"@nu-art/ts-
|
|
49
|
-
"@nu-art/ts-styles": "0.500.0",
|
|
34
|
+
"@nu-art/ts-short-url-shared": "0.500.6",
|
|
35
|
+
"@nu-art/db-api-frontend": "0.500.6",
|
|
36
|
+
"@nu-art/db-api-shared": "0.500.6",
|
|
37
|
+
"@nu-art/editable-item": "0.500.6",
|
|
38
|
+
"@nu-art/http-client": "0.500.6",
|
|
39
|
+
"@nu-art/firebase-frontend": "0.500.6",
|
|
40
|
+
"@nu-art/firebase-shared": "0.500.6",
|
|
41
|
+
"@nu-art/permissions-frontend": "0.500.6",
|
|
42
|
+
"@nu-art/permissions-shared": "0.500.6",
|
|
43
|
+
"@nu-art/thunder-core": "0.500.6",
|
|
44
|
+
"@nu-art/thunder-routing": "0.500.6",
|
|
45
|
+
"@nu-art/thunder-ui-modules": "0.500.6",
|
|
46
|
+
"@nu-art/thunder-widgets": "0.500.6",
|
|
47
|
+
"@nu-art/ts-common": "0.500.6",
|
|
48
|
+
"@nu-art/ts-styles": "0.500.6",
|
|
50
49
|
"firebase": "^11.9.0",
|
|
51
50
|
"firebase-admin": "13.4.0",
|
|
52
51
|
"firebase-functions": "6.3.2",
|
package/_ats/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ATS_ShortUrl/ATS_ShortUrl.js';
|
package/_ats/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ATS_ShortUrl/ATS_ShortUrl.js';
|