@spartan-ng/cli 0.0.1-alpha.342 → 0.0.1-alpha.344
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/package.json +1 -1
- package/src/generators/base/versions.d.ts +21 -21
- package/src/generators/base/versions.js +21 -21
- package/src/generators/ui/generator.js +1 -2
- package/src/generators/ui/generator.js.map +1 -1
- package/src/generators/ui/libs/helm/files/index.ts.template +1 -0
- package/src/generators/ui/libs/helm/files/lib/hlm-toaster.component.ts.template +64 -0
- package/src/generators/ui/libs/helm/generator.d.ts +3 -0
- package/src/generators/ui/libs/helm/generator.js +12 -0
- package/src/generators/ui/libs/helm/generator.js.map +1 -0
- package/src/generators/ui/libs/ui-label-helm/files/lib/hlm-label.directive.ts.template +1 -0
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-content.directive.ts.template +7 -2
- package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select.directive.ts.template +1 -1
- package/src/generators/ui/libs/ui-sonner-helm/files/index.ts.template +10 -0
- package/src/generators/ui/libs/ui-sonner-helm/files/lib/hlm-toaster-component.ts.template +64 -0
- package/src/generators/ui/libs/ui-sonner-helm/generator.d.ts +3 -0
- package/src/generators/ui/libs/ui-sonner-helm/generator.js +12 -0
- package/src/generators/ui/libs/ui-sonner-helm/generator.js.map +1 -0
- package/src/generators/ui/supported-ui-libraries.json +59 -41
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export declare const FALLBACK_ANGULAR_VERSION = "^17.
|
|
1
|
+
export declare const FALLBACK_ANGULAR_VERSION = "^17.3.0";
|
|
2
2
|
export declare const NG_ICONS_VERSION = "^25.1.0";
|
|
3
|
-
export declare const SPARTAN_ACCORDION_BRAIN_VERSION = "0.0.1-alpha.
|
|
4
|
-
export declare const SPARTAN_ALERT_DIALOG_BRAIN_VERSION = "0.0.1-alpha.
|
|
5
|
-
export declare const SPARTAN_AVATAR_BRAIN_VERSION = "0.0.1-alpha.
|
|
6
|
-
export declare const SPARTAN_COMMAND_BRAIN_VERSION = "0.0.1-alpha.
|
|
7
|
-
export declare const SPARTAN_COLLAPSIBLE_BRAIN_VERSION = "0.0.1-alpha.
|
|
8
|
-
export declare const SPARTAN_CORE_VERSION = "0.0.1-alpha.
|
|
9
|
-
export declare const SPARTAN_DIALOG_BRAIN_VERSION = "0.0.1-alpha.
|
|
10
|
-
export declare const SPARTAN_HOVERCARD_BRAIN_VERSION = "0.0.1-alpha.
|
|
11
|
-
export declare const SPARTAN_LABEL_BRAIN_VERSION = "0.0.1-alpha.
|
|
12
|
-
export declare const SPARTAN_MENU_BRAIN_VERSION = "0.0.1-alpha.
|
|
13
|
-
export declare const SPARTAN_POPOVER_BRAIN_VERSION = "0.0.1-alpha.
|
|
14
|
-
export declare const SPARTAN_PROGRESS_BRAIN_VERSION = "0.0.1-alpha.
|
|
15
|
-
export declare const SPARTAN_RADIO_GROUP_BRAIN_VERSION = "0.0.1-alpha.
|
|
16
|
-
export declare const SPARTAN_SELECT_BRAIN_VERSION = "0.0.1-alpha.
|
|
17
|
-
export declare const SPARTAN_SEPARATOR_BRAIN_VERSION = "0.0.1-alpha.
|
|
18
|
-
export declare const SPARTAN_SHEET_BRAIN_VERSION = "0.0.1-alpha.
|
|
19
|
-
export declare const SPARTAN_SWITCH_VERSION = "0.0.1-alpha.
|
|
20
|
-
export declare const SPARTAN_TABS_VERSION = "0.0.1-alpha.
|
|
21
|
-
export declare const SPARTAN_TABLE_VERSION = "0.0.1-alpha.
|
|
22
|
-
export declare const SPARTAN_TOGGLE_VERSION = "0.0.1-alpha.
|
|
3
|
+
export declare const SPARTAN_ACCORDION_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
4
|
+
export declare const SPARTAN_ALERT_DIALOG_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
5
|
+
export declare const SPARTAN_AVATAR_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
6
|
+
export declare const SPARTAN_COMMAND_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
7
|
+
export declare const SPARTAN_COLLAPSIBLE_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
8
|
+
export declare const SPARTAN_CORE_VERSION = "0.0.1-alpha.338";
|
|
9
|
+
export declare const SPARTAN_DIALOG_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
10
|
+
export declare const SPARTAN_HOVERCARD_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
11
|
+
export declare const SPARTAN_LABEL_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
12
|
+
export declare const SPARTAN_MENU_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
13
|
+
export declare const SPARTAN_POPOVER_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
14
|
+
export declare const SPARTAN_PROGRESS_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
15
|
+
export declare const SPARTAN_RADIO_GROUP_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
16
|
+
export declare const SPARTAN_SELECT_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
17
|
+
export declare const SPARTAN_SEPARATOR_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
18
|
+
export declare const SPARTAN_SHEET_BRAIN_VERSION = "0.0.1-alpha.338";
|
|
19
|
+
export declare const SPARTAN_SWITCH_VERSION = "0.0.1-alpha.338";
|
|
20
|
+
export declare const SPARTAN_TABS_VERSION = "0.0.1-alpha.338";
|
|
21
|
+
export declare const SPARTAN_TABLE_VERSION = "0.0.1-alpha.338";
|
|
22
|
+
export declare const SPARTAN_TOGGLE_VERSION = "0.0.1-alpha.338";
|
|
23
23
|
export declare const TAILWIND_MERGE_VERSION = "^2.2.0";
|
|
24
24
|
export declare const TAILWINDCSS_VERSION = "^3.0.2";
|
|
25
25
|
export declare const TAILWIND_ANIMATE_VERSION = "^1.0.6";
|
|
@@ -2,30 +2,30 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TAILWIND_ANIMATE_VERSION = exports.TAILWINDCSS_VERSION = exports.TAILWIND_MERGE_VERSION = exports.SPARTAN_TOGGLE_VERSION = exports.SPARTAN_TABLE_VERSION = exports.SPARTAN_TABS_VERSION = exports.SPARTAN_SWITCH_VERSION = exports.SPARTAN_SHEET_BRAIN_VERSION = exports.SPARTAN_SEPARATOR_BRAIN_VERSION = exports.SPARTAN_SELECT_BRAIN_VERSION = exports.SPARTAN_RADIO_GROUP_BRAIN_VERSION = exports.SPARTAN_PROGRESS_BRAIN_VERSION = exports.SPARTAN_POPOVER_BRAIN_VERSION = exports.SPARTAN_MENU_BRAIN_VERSION = exports.SPARTAN_LABEL_BRAIN_VERSION = exports.SPARTAN_HOVERCARD_BRAIN_VERSION = exports.SPARTAN_DIALOG_BRAIN_VERSION = exports.SPARTAN_CORE_VERSION = exports.SPARTAN_COLLAPSIBLE_BRAIN_VERSION = exports.SPARTAN_COMMAND_BRAIN_VERSION = exports.SPARTAN_AVATAR_BRAIN_VERSION = exports.SPARTAN_ALERT_DIALOG_BRAIN_VERSION = exports.SPARTAN_ACCORDION_BRAIN_VERSION = exports.NG_ICONS_VERSION = exports.FALLBACK_ANGULAR_VERSION = void 0;
|
|
4
4
|
// angular dependency
|
|
5
|
-
exports.FALLBACK_ANGULAR_VERSION = '^17.
|
|
5
|
+
exports.FALLBACK_ANGULAR_VERSION = '^17.3.0';
|
|
6
6
|
// ng-icon dependency
|
|
7
7
|
exports.NG_ICONS_VERSION = '^25.1.0';
|
|
8
8
|
// spartan dependencies
|
|
9
|
-
exports.SPARTAN_ACCORDION_BRAIN_VERSION = '0.0.1-alpha.
|
|
10
|
-
exports.SPARTAN_ALERT_DIALOG_BRAIN_VERSION = '0.0.1-alpha.
|
|
11
|
-
exports.SPARTAN_AVATAR_BRAIN_VERSION = '0.0.1-alpha.
|
|
12
|
-
exports.SPARTAN_COMMAND_BRAIN_VERSION = '0.0.1-alpha.
|
|
13
|
-
exports.SPARTAN_COLLAPSIBLE_BRAIN_VERSION = '0.0.1-alpha.
|
|
14
|
-
exports.SPARTAN_CORE_VERSION = '0.0.1-alpha.
|
|
15
|
-
exports.SPARTAN_DIALOG_BRAIN_VERSION = '0.0.1-alpha.
|
|
16
|
-
exports.SPARTAN_HOVERCARD_BRAIN_VERSION = '0.0.1-alpha.
|
|
17
|
-
exports.SPARTAN_LABEL_BRAIN_VERSION = '0.0.1-alpha.
|
|
18
|
-
exports.SPARTAN_MENU_BRAIN_VERSION = '0.0.1-alpha.
|
|
19
|
-
exports.SPARTAN_POPOVER_BRAIN_VERSION = '0.0.1-alpha.
|
|
20
|
-
exports.SPARTAN_PROGRESS_BRAIN_VERSION = '0.0.1-alpha.
|
|
21
|
-
exports.SPARTAN_RADIO_GROUP_BRAIN_VERSION = '0.0.1-alpha.
|
|
22
|
-
exports.SPARTAN_SELECT_BRAIN_VERSION = '0.0.1-alpha.
|
|
23
|
-
exports.SPARTAN_SEPARATOR_BRAIN_VERSION = '0.0.1-alpha.
|
|
24
|
-
exports.SPARTAN_SHEET_BRAIN_VERSION = '0.0.1-alpha.
|
|
25
|
-
exports.SPARTAN_SWITCH_VERSION = '0.0.1-alpha.
|
|
26
|
-
exports.SPARTAN_TABS_VERSION = '0.0.1-alpha.
|
|
27
|
-
exports.SPARTAN_TABLE_VERSION = '0.0.1-alpha.
|
|
28
|
-
exports.SPARTAN_TOGGLE_VERSION = '0.0.1-alpha.
|
|
9
|
+
exports.SPARTAN_ACCORDION_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
10
|
+
exports.SPARTAN_ALERT_DIALOG_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
11
|
+
exports.SPARTAN_AVATAR_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
12
|
+
exports.SPARTAN_COMMAND_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
13
|
+
exports.SPARTAN_COLLAPSIBLE_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
14
|
+
exports.SPARTAN_CORE_VERSION = '0.0.1-alpha.338';
|
|
15
|
+
exports.SPARTAN_DIALOG_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
16
|
+
exports.SPARTAN_HOVERCARD_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
17
|
+
exports.SPARTAN_LABEL_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
18
|
+
exports.SPARTAN_MENU_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
19
|
+
exports.SPARTAN_POPOVER_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
20
|
+
exports.SPARTAN_PROGRESS_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
21
|
+
exports.SPARTAN_RADIO_GROUP_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
22
|
+
exports.SPARTAN_SELECT_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
23
|
+
exports.SPARTAN_SEPARATOR_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
24
|
+
exports.SPARTAN_SHEET_BRAIN_VERSION = '0.0.1-alpha.338';
|
|
25
|
+
exports.SPARTAN_SWITCH_VERSION = '0.0.1-alpha.338';
|
|
26
|
+
exports.SPARTAN_TABS_VERSION = '0.0.1-alpha.338';
|
|
27
|
+
exports.SPARTAN_TABLE_VERSION = '0.0.1-alpha.338';
|
|
28
|
+
exports.SPARTAN_TOGGLE_VERSION = '0.0.1-alpha.338';
|
|
29
29
|
// dev dependencies
|
|
30
30
|
exports.TAILWIND_MERGE_VERSION = '^2.2.0';
|
|
31
31
|
exports.TAILWINDCSS_VERSION = '^3.0.2';
|
|
@@ -41,6 +41,7 @@ function createPrimitiveLibraries(response, availablePrimitiveNames, availablePr
|
|
|
41
41
|
'checkbox',
|
|
42
42
|
'pagination',
|
|
43
43
|
'select',
|
|
44
|
+
'sonner',
|
|
44
45
|
]);
|
|
45
46
|
yield addButtonForDependentPrimitive(primitivesToCreate, ['alertdialog', 'command', 'pagination']);
|
|
46
47
|
}
|
|
@@ -81,7 +82,6 @@ const addIconForDependentPrimitive = (primitivesToCreate, primitivesDependingOnI
|
|
|
81
82
|
return;
|
|
82
83
|
}
|
|
83
84
|
if (primitivesDependingOnIcon.some((primitive) => primitivesToCreate.includes(primitive))) {
|
|
84
|
-
//TODO: Need to check if icon is already installed and skip if it already is
|
|
85
85
|
const installIcon = (yield (0, enquirer_1.prompt)({
|
|
86
86
|
type: 'confirm',
|
|
87
87
|
name: 'installIcon',
|
|
@@ -98,7 +98,6 @@ const addButtonForDependentPrimitive = (primitivesToCreate, primitivesDependingO
|
|
|
98
98
|
return;
|
|
99
99
|
}
|
|
100
100
|
if (primitivesDependingOnBtn.some((primitive) => primitivesToCreate.includes(primitive))) {
|
|
101
|
-
//TODO: Need to check if icon is already installed and skip if it already is
|
|
102
101
|
const installBtn = (yield (0, enquirer_1.prompt)({
|
|
103
102
|
type: 'confirm',
|
|
104
103
|
name: 'installBtn',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/generator.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../libs/cli/src/generators/ui/generator.ts"],"names":[],"mappings":";;;AAAA,uCAAqG;AACrG,uCAAkC;AAElC,+CAAqE;AAGrE,SAA8B,cAAc,CAAC,IAAU,EAAE,OAAwD;;QAChH,MAAM,KAAK,GAAwB,EAAE,CAAC;QACtC,MAAM,mBAAmB,GAAG,2CAAa,+BAA+B,EAAC,CAAC;QAC1E,MAAM,uBAAuB,GAAG,CAAC,GAAG,MAAM,CAAC,IAAI,CAAC,mBAAmB,CAAC,EAAE,aAAa,EAAE,SAAS,EAAE,aAAa,CAAC,CAAC;QAC/G,IAAI,QAAQ,GAA6B,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC;QAC5D,IAAI,OAAO,CAAC,IAAI,IAAI,uBAAuB,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;YACpE,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QACxC,CAAC;aAAM,CAAC;YACP,QAAQ,GAAG,MAAM,IAAA,iBAAM,EAAC;gBACvB,IAAI,EAAE,aAAa;gBACnB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE,YAAY;gBAClB,OAAO,EAAE,0CAA0C;gBACnD,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,uBAAuB,CAAC;aAC5C,CAAC,CAAC;QACJ,CAAC;QACD,KAAK,CAAC,IAAI,CACT,GAAG,CAAC,MAAM,wBAAwB,CAAC,QAAQ,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC,CAC1G,CAAC;QAEF,OAAO,IAAA,yBAAgB,EAAC,GAAG,KAAK,CAAC,CAAC;IACnC,CAAC;CAAA;AArBD,iCAqBC;AAED,SAAe,wBAAwB,CACtC,QAEC,EACD,uBAAiC,EACjC,mBAAmB,EACnB,IAAU,EACV,OAAwD;;QAExD,MAAM,qBAAqB,GAAG,QAAQ,CAAC,UAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QAClE,MAAM,kBAAkB,GAAG,qBAAqB,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,QAAQ,CAAC,UAAU,CAAC;QACjG,MAAM,KAAK,GAAwB,EAAE,CAAC;QAEtC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC;YAC1C,MAAM,4BAA4B,CAAC,kBAAkB,EAAE;gBACtD,WAAW;gBACX,OAAO;gBACP,SAAS;gBACT,MAAM;gBACN,UAAU;gBACV,YAAY;gBACZ,QAAQ;gBACR,QAAQ;aACR,CAAC,CAAC;YACH,MAAM,8BAA8B,CAAC,kBAAkB,EAAE,CAAC,aAAa,EAAE,SAAS,EAAE,YAAY,CAAC,CAAC,CAAC;QACpG,CAAC;QACD,MAAM,wBAAwB,CAAC,kBAAkB,EAAE,qBAAqB,CAAC,CAAC;QAE1E,IAAI,kBAAkB,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC;YAChD,KAAK,CAAC,IAAI,CACT,IAAA,qCAA4B,EAAC,IAAI,EAAE,EAAE,kCAAkC,EAAE,4CAAiC,EAAE,EAAE,EAAE,CAAC,CACjH,CAAC;QACH,CAAC;QACD,IAAI,kBAAkB,CAAC,MAAM,KAAK,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,KAAK,aAAa,EAAE,CAAC;YAChF,OAAO,KAAK,CAAC;QACd,CAAC;QAED,KAAK,MAAM,aAAa,IAAI,kBAAkB,EAAE,CAAC;YAChD,IAAI,aAAa,KAAK,aAAa;gBAAE,SAAS;YAE9C,MAAM,YAAY,GAAG,mBAAmB,CAAC,aAAa,CAAC,CAAC,cAAc,CAAC,CAAC;YACxE,MAAM,gBAAgB,GAAG,mBAAmB,CAAC,aAAa,CAAC,CAAC,kBAAkB,CAAC,CAAC;YAChF,MAAM,WAAW,GAAG,MACnB,CAAC;YACA,6DAA6D;YAC7D,aAAa;YACb,UAAU,YAAY,YAAY,yBAClC,CAGD,CAAC,SAAS,CAAC,IAAI,EAAE;gBACjB,6CAA6C;gBAC7C,YAAY,EAAE,EAAE;gBAChB,UAAU,EAAE,EAAE;gBACd,aAAa,EAAE,EAAE;gBACjB,gBAAgB;gBAChB,qBAAqB,EAAE,OAAO,CAAC,qBAAqB;gBACpD,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,IAAI,EAAE,OAAO,CAAC,IAAI;gBAClB,WAAW,EAAE,OAAO,CAAC,WAAW;gBAChC,UAAU,EAAE,OAAO,CAAC,UAAU;aAC9B,CAAC,CAAC;YAEH,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACzB,CAAC;QAED,OAAO,KAAK,CAAC;IACd,CAAC;CAAA;AAED,MAAM,4BAA4B,GAAG,CAAO,kBAA4B,EAAE,yBAAmC,EAAE,EAAE;IAChH,IAAI,kBAAkB,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;QACzC,OAAO;IACR,CAAC;IAED,IAAI,yBAAyB,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,kBAAkB,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC;QAC3F,MAAM,WAAW,GAAG,CACnB,MAAM,IAAA,iBAAM,EAAC;YACZ,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,aAAa;YACnB,OAAO,EAAE,IAAI;YACb,OAAO,EACN,uHAAuH;SACxH,CAAC,CACF,CAAC,aAAa,CAAC,CAAC;QACjB,IAAI,WAAW,EAAE,CAAC;YACjB,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACjC,CAAC;IACF,CAAC;AACF,CAAC,CAAA,CAAC;AACF,MAAM,8BAA8B,GAAG,CAAO,kBAA4B,EAAE,wBAAkC,EAAE,EAAE;IACjH,IAAI,kBAAkB,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;QAC3C,OAAO;IACR,CAAC;IAED,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,kBAAkB,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC;QAC1F,MAAM,UAAU,GAAG,CAClB,MAAM,IAAA,iBAAM,EAAC;YACZ,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,YAAY;YAClB,OAAO,EAAE,IAAI;YACb,OAAO,EACN,yHAAyH;SAC1H,CAAC,CACF,CAAC,YAAY,CAAC,CAAC;QAChB,IAAI,UAAU,EAAE,CAAC;YAChB,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnC,CAAC;IACF,CAAC;AACF,CAAC,CAAA,CAAC;AACF,MAAM,wBAAwB,GAAG,CAAO,iBAA2B,EAAE,MAAM,GAAG,KAAK,EAAE,EAAE;IACtF,MAAM,YAAY,GAAG,iBAAiB,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;IAC9D,IAAI,YAAY,IAAI,CAAC,EAAE,CAAC;QACvB,IAAI,CAAC,MAAM,EAAE,CAAC;YACb,MAAM,IAAA,iBAAM,EAAC;gBACZ,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,aAAa;gBACnB,OAAO,EAAE,4FAA4F;aACrG,CAAC,CAAC;QACJ,CAAC;QACD,iBAAiB,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;IAC3C,CAAC;IACD,MAAM,YAAY,GAAG,iBAAiB,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;IAC1D,IAAI,YAAY,IAAI,CAAC,EAAE,CAAC;QACvB,IAAI,CAAC,MAAM,EAAE,CAAC;YACb,MAAM,IAAA,iBAAM,EAAC;gBACZ,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,uFAAuF;aAChG,CAAC,CAAC;QACJ,CAAC;QACD,iBAAiB,CAAC,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;IAC3C,CAAC;AACF,CAAC,CAAA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/hlm-toaster.component';
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { booleanAttribute, ChangeDetectionStrategy, Component, input, numberAttribute } from '@angular/core';
|
|
2
|
+
import { NgxSonnerToaster, ToasterProps } from 'ngx-sonner';
|
|
3
|
+
|
|
4
|
+
@Component({
|
|
5
|
+
selector: 'hlm-toaster',
|
|
6
|
+
standalone: true,
|
|
7
|
+
imports: [NgxSonnerToaster],
|
|
8
|
+
template: `
|
|
9
|
+
<ngx-sonner-toaster
|
|
10
|
+
class="toaster group"
|
|
11
|
+
[invert]="invert()"
|
|
12
|
+
[theme]="theme()"
|
|
13
|
+
[position]="position()"
|
|
14
|
+
[hotKey]="hotKey()"
|
|
15
|
+
[richColors]="richColors()"
|
|
16
|
+
[expand]="expand()"
|
|
17
|
+
[duration]="duration()"
|
|
18
|
+
[visibleToasts]="visibleToasts()"
|
|
19
|
+
[closeButton]="closeButton()"
|
|
20
|
+
[toastOptions]="toastOptions()"
|
|
21
|
+
[offset]="offset()"
|
|
22
|
+
[dir]="dir()"
|
|
23
|
+
[class]="_class()"
|
|
24
|
+
[style]="_style()"
|
|
25
|
+
/>
|
|
26
|
+
`,
|
|
27
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
28
|
+
})
|
|
29
|
+
export class HlmToasterComponent {
|
|
30
|
+
invert = input<ToasterProps['invert'], boolean | string>(false, {
|
|
31
|
+
transform: booleanAttribute,
|
|
32
|
+
});
|
|
33
|
+
theme = input<ToasterProps['theme']>('light');
|
|
34
|
+
position = input<ToasterProps['position']>('bottom-right');
|
|
35
|
+
hotKey = input<ToasterProps['hotkey']>(['altKey', 'KeyT']);
|
|
36
|
+
richColors = input<ToasterProps['richColors'], boolean | string>(false, {
|
|
37
|
+
transform: booleanAttribute,
|
|
38
|
+
});
|
|
39
|
+
expand = input<ToasterProps['expand'], boolean | string>(false, {
|
|
40
|
+
transform: booleanAttribute,
|
|
41
|
+
});
|
|
42
|
+
duration = input<ToasterProps['duration'], number | string>(4000, {
|
|
43
|
+
transform: numberAttribute,
|
|
44
|
+
});
|
|
45
|
+
visibleToasts = input<ToasterProps['visibleToasts'], number | string>(3, {
|
|
46
|
+
transform: numberAttribute,
|
|
47
|
+
});
|
|
48
|
+
closeButton = input<ToasterProps['closeButton'], boolean | string>(false, {
|
|
49
|
+
transform: booleanAttribute,
|
|
50
|
+
});
|
|
51
|
+
toastOptions = input<ToasterProps['toastOptions']>({
|
|
52
|
+
classes: {
|
|
53
|
+
toast:
|
|
54
|
+
'group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg',
|
|
55
|
+
description: 'group-[.toast]:text-muted-foreground',
|
|
56
|
+
actionButton: 'group-[.toast]:bg-primary group-[.toast]:text-primary-foreground',
|
|
57
|
+
cancelButton: 'group-[.toast]:bg-muted group-[.toast]:text-muted-foreground',
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
offset = input<ToasterProps['offset']>(null);
|
|
61
|
+
dir = input<ToasterProps['dir']>('auto');
|
|
62
|
+
_class = input('', { alias: 'class' });
|
|
63
|
+
_style = input<Record<string, string>>({}, { alias: 'style' });
|
|
64
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.generator = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const generator_1 = require("../../../base/generator");
|
|
6
|
+
function generator(tree, options) {
|
|
7
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
8
|
+
return yield (0, generator_1.default)(tree, Object.assign(Object.assign({}, options), { primitiveName: 'helm', internalName: 'helm', publicName: 'ui-helm-helm' }));
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
exports.generator = generator;
|
|
12
|
+
//# sourceMappingURL=generator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/helm/generator.ts"],"names":[],"mappings":";;;;AACA,uDAAuD;AAGvD,SAAsB,SAAS,CAAC,IAAU,EAAE,OAA+B;;QAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,kCAC9B,OAAO,KACV,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,cAAc,IACzB,CAAC;IACJ,CAAC;CAAA;AAPD,8BAOC"}
|
package/src/generators/ui/libs/ui-select-helm/files/lib/hlm-select-content.directive.ts.template
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed, Directive, Input, signal } from '@angular/core';
|
|
2
|
-
import { hlm } from '@spartan-ng/ui-core';
|
|
2
|
+
import { hlm, injectExposedSideProvider, injectExposesStateProvider } from '@spartan-ng/ui-core';
|
|
3
3
|
import { ClassValue } from 'clsx';
|
|
4
4
|
|
|
5
5
|
@Directive({
|
|
@@ -7,6 +7,8 @@ import { ClassValue } from 'clsx';
|
|
|
7
7
|
standalone: true,
|
|
8
8
|
host: {
|
|
9
9
|
'[class]': '_computedClass()',
|
|
10
|
+
'[attr.data-state]': '_stateProvider?.state() ?? "open"',
|
|
11
|
+
'[attr.data-side]': '_sideProvider?.side() ?? "bottom"',
|
|
10
12
|
},
|
|
11
13
|
})
|
|
12
14
|
export class HlmSelectContentDirective {
|
|
@@ -16,9 +18,12 @@ export class HlmSelectContentDirective {
|
|
|
16
18
|
set _class(classNames: ClassValue) {
|
|
17
19
|
this._classNames.set(classNames);
|
|
18
20
|
}
|
|
21
|
+
protected readonly _stateProvider = injectExposesStateProvider({ optional: true });
|
|
22
|
+
protected readonly _sideProvider = injectExposedSideProvider({ optional: true });
|
|
23
|
+
|
|
19
24
|
protected readonly _computedClass = computed(() =>
|
|
20
25
|
hlm(
|
|
21
|
-
'
|
|
26
|
+
'w-full relative z-50 min-w-[8rem] overflow-hidden rounded-md border border-border bg-popover text-popover-foreground shadow-md p-1 data-[side=bottom]:top-[2px] data-[side=top]:bottom-[2px] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
|
|
22
27
|
this._classNames(),
|
|
23
28
|
),
|
|
24
29
|
);
|
|
@@ -17,5 +17,5 @@ export class HlmSelectDirective {
|
|
|
17
17
|
set _class(classNames: ClassValue) {
|
|
18
18
|
this._classNames.set(classNames);
|
|
19
19
|
}
|
|
20
|
-
protected readonly _computedClass = computed(() => hlm('', this._classNames()));
|
|
20
|
+
protected readonly _computedClass = computed(() => hlm('space-y-2', this._classNames()));
|
|
21
21
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { HlmToasterComponent } from './lib/hlm-toaster.component';
|
|
3
|
+
|
|
4
|
+
export * from './lib/hlm-toaster.component';
|
|
5
|
+
|
|
6
|
+
@NgModule({
|
|
7
|
+
imports: [HlmToasterComponent],
|
|
8
|
+
exports: [HlmToasterComponent],
|
|
9
|
+
})
|
|
10
|
+
export class HlmToasterModule {}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { booleanAttribute, ChangeDetectionStrategy, Component, input, numberAttribute } from '@angular/core';
|
|
2
|
+
import { NgxSonnerToaster, ToasterProps } from 'ngx-sonner';
|
|
3
|
+
|
|
4
|
+
@Component({
|
|
5
|
+
selector: 'hlm-toaster',
|
|
6
|
+
standalone: true,
|
|
7
|
+
imports: [NgxSonnerToaster],
|
|
8
|
+
template: `
|
|
9
|
+
<ngx-sonner-toaster
|
|
10
|
+
class="toaster group"
|
|
11
|
+
[invert]="invert()"
|
|
12
|
+
[theme]="theme()"
|
|
13
|
+
[position]="position()"
|
|
14
|
+
[hotKey]="hotKey()"
|
|
15
|
+
[richColors]="richColors()"
|
|
16
|
+
[expand]="expand()"
|
|
17
|
+
[duration]="duration()"
|
|
18
|
+
[visibleToasts]="visibleToasts()"
|
|
19
|
+
[closeButton]="closeButton()"
|
|
20
|
+
[toastOptions]="toastOptions()"
|
|
21
|
+
[offset]="offset()"
|
|
22
|
+
[dir]="dir()"
|
|
23
|
+
[class]="_class()"
|
|
24
|
+
[style]="_style()"
|
|
25
|
+
/>
|
|
26
|
+
`,
|
|
27
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
28
|
+
})
|
|
29
|
+
export class HlmToasterComponent {
|
|
30
|
+
invert = input<ToasterProps['invert'], boolean | string>(false, {
|
|
31
|
+
transform: booleanAttribute,
|
|
32
|
+
});
|
|
33
|
+
theme = input<ToasterProps['theme']>('light');
|
|
34
|
+
position = input<ToasterProps['position']>('bottom-right');
|
|
35
|
+
hotKey = input<ToasterProps['hotkey']>(['altKey', 'KeyT']);
|
|
36
|
+
richColors = input<ToasterProps['richColors'], boolean | string>(false, {
|
|
37
|
+
transform: booleanAttribute,
|
|
38
|
+
});
|
|
39
|
+
expand = input<ToasterProps['expand'], boolean | string>(false, {
|
|
40
|
+
transform: booleanAttribute,
|
|
41
|
+
});
|
|
42
|
+
duration = input<ToasterProps['duration'], number | string>(4000, {
|
|
43
|
+
transform: numberAttribute,
|
|
44
|
+
});
|
|
45
|
+
visibleToasts = input<ToasterProps['visibleToasts'], number | string>(3, {
|
|
46
|
+
transform: numberAttribute,
|
|
47
|
+
});
|
|
48
|
+
closeButton = input<ToasterProps['closeButton'], boolean | string>(false, {
|
|
49
|
+
transform: booleanAttribute,
|
|
50
|
+
});
|
|
51
|
+
toastOptions = input<ToasterProps['toastOptions']>({
|
|
52
|
+
classes: {
|
|
53
|
+
toast:
|
|
54
|
+
'group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg',
|
|
55
|
+
description: 'group-[.toast]:text-muted-foreground',
|
|
56
|
+
actionButton: 'group-[.toast]:bg-primary group-[.toast]:text-primary-foreground',
|
|
57
|
+
cancelButton: 'group-[.toast]:bg-muted group-[.toast]:text-muted-foreground',
|
|
58
|
+
},
|
|
59
|
+
});
|
|
60
|
+
offset = input<ToasterProps['offset']>(null);
|
|
61
|
+
dir = input<ToasterProps['dir']>('auto');
|
|
62
|
+
_class = input('', { alias: 'class' });
|
|
63
|
+
_style = input<Record<string, string>>({}, { alias: 'style' });
|
|
64
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.generator = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const generator_1 = require("../../../base/generator");
|
|
6
|
+
function generator(tree, options) {
|
|
7
|
+
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
8
|
+
return yield (0, generator_1.default)(tree, Object.assign(Object.assign({}, options), { primitiveName: 'sonner', internalName: 'ui-sonner-helm', publicName: 'ui-sonner-helm' }));
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
exports.generator = generator;
|
|
12
|
+
//# sourceMappingURL=generator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../../libs/cli/src/generators/ui/libs/ui-sonner-helm/generator.ts"],"names":[],"mappings":";;;;AACA,uDAAuD;AAGvD,SAAsB,SAAS,CAAC,IAAU,EAAE,OAA+B;;QAC1E,OAAO,MAAM,IAAA,mBAAgB,EAAC,IAAI,kCAC9B,OAAO,KACV,aAAa,EAAE,QAAQ,EACvB,YAAY,EAAE,gBAAgB,EAC9B,UAAU,EAAE,gBAAgB,IAC3B,CAAC;IACJ,CAAC;CAAA;AAPD,8BAOC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"accordion": {
|
|
3
3
|
"internalName": "ui-accordion-helm",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/core": "^17.
|
|
5
|
+
"@angular/core": "^17.3.0",
|
|
6
6
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
7
7
|
"clsx": "^1.2.1",
|
|
8
8
|
"@spartan-ng/ui-accordion-brain": "0.0.1-alpha.337",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"alert": {
|
|
13
13
|
"internalName": "ui-alert-helm",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@angular/core": "^17.
|
|
15
|
+
"@angular/core": "^17.3.0",
|
|
16
16
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
17
17
|
"class-variance-authority": "^0.6.0",
|
|
18
18
|
"clsx": "^1.2.1"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"alertdialog": {
|
|
22
22
|
"internalName": "ui-alert-dialog-helm",
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@angular/core": "^17.
|
|
24
|
+
"@angular/core": "^17.3.0",
|
|
25
25
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
26
26
|
"clsx": "^1.2.1",
|
|
27
27
|
"@spartan-ng/ui-alertdialog-brain": "0.0.1-alpha.337",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"aspectratio": {
|
|
32
32
|
"internalName": "ui-aspect-ratio-helm",
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@angular/core": "^17.
|
|
35
|
-
"@angular/cdk": "^17.
|
|
34
|
+
"@angular/core": "^17.3.0",
|
|
35
|
+
"@angular/cdk": "^17.3.0",
|
|
36
36
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
37
37
|
"clsx": "^1.2.1"
|
|
38
38
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"avatar": {
|
|
41
41
|
"internalName": "ui-avatar-helm",
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@angular/core": "^17.
|
|
43
|
+
"@angular/core": "^17.3.0",
|
|
44
44
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
45
45
|
"clsx": "^1.2.1",
|
|
46
46
|
"class-variance-authority": "^0.6.0"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"badge": {
|
|
50
50
|
"internalName": "ui-badge-helm",
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@angular/core": "^17.
|
|
52
|
+
"@angular/core": "^17.3.0",
|
|
53
53
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
54
54
|
"class-variance-authority": "^0.6.0",
|
|
55
55
|
"clsx": "^1.2.1"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"button": {
|
|
59
59
|
"internalName": "ui-button-helm",
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@angular/core": "^17.
|
|
61
|
+
"@angular/core": "^17.3.0",
|
|
62
62
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
63
63
|
"class-variance-authority": "^0.6.0",
|
|
64
64
|
"clsx": "^1.2.1"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"card": {
|
|
68
68
|
"internalName": "ui-card-helm",
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@angular/core": "^17.
|
|
70
|
+
"@angular/core": "^17.3.0",
|
|
71
71
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
72
72
|
"class-variance-authority": "^0.6.0",
|
|
73
73
|
"clsx": "^1.2.1"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"command": {
|
|
77
77
|
"internalName": "ui-command-helm",
|
|
78
78
|
"peerDependencies": {
|
|
79
|
-
"@angular/core": "^17.
|
|
79
|
+
"@angular/core": "^17.3.0",
|
|
80
80
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
81
81
|
"clsx": "^1.2.1"
|
|
82
82
|
}
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"dialog": {
|
|
85
85
|
"internalName": "ui-dialog-helm",
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@angular/core": "^17.
|
|
88
|
-
"@angular/common": "^17.
|
|
89
|
-
"@angular/cdk": "^17.
|
|
87
|
+
"@angular/core": "^17.3.0",
|
|
88
|
+
"@angular/common": "^17.3.0",
|
|
89
|
+
"@angular/cdk": "^17.3.0",
|
|
90
90
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
91
91
|
"clsx": "^1.2.1",
|
|
92
92
|
"@spartan-ng/ui-dialog-brain": "0.0.1-alpha.337",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"icon": {
|
|
97
97
|
"internalName": "ui-icon-helm",
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"@angular/core": "^17.
|
|
100
|
-
"@angular/common": "^17.
|
|
99
|
+
"@angular/core": "^17.3.0",
|
|
100
|
+
"@angular/common": "^17.3.0",
|
|
101
101
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
102
102
|
"@ng-icons/core": "^25.1.0",
|
|
103
103
|
"class-variance-authority": "^0.6.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"input": {
|
|
108
108
|
"internalName": "ui-input-helm",
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@angular/core": "^17.
|
|
110
|
+
"@angular/core": "^17.3.0",
|
|
111
111
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
112
112
|
"class-variance-authority": "^0.6.0",
|
|
113
113
|
"clsx": "^1.2.1"
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"label": {
|
|
117
117
|
"internalName": "ui-label-helm",
|
|
118
118
|
"peerDependencies": {
|
|
119
|
-
"@angular/core": "^17.
|
|
119
|
+
"@angular/core": "^17.3.0",
|
|
120
120
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
121
121
|
"class-variance-authority": "^0.6.0",
|
|
122
122
|
"clsx": "^1.2.1",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"menu": {
|
|
127
127
|
"internalName": "ui-menu-helm",
|
|
128
128
|
"peerDependencies": {
|
|
129
|
-
"@angular/core": "^17.
|
|
129
|
+
"@angular/core": "^17.3.0",
|
|
130
130
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
131
131
|
"@ng-icons/lucide": "^26.3.0",
|
|
132
132
|
"clsx": "^1.2.1",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"popover": {
|
|
138
138
|
"internalName": "ui-popover-helm",
|
|
139
139
|
"peerDependencies": {
|
|
140
|
-
"@angular/core": "^17.
|
|
140
|
+
"@angular/core": "^17.3.0",
|
|
141
141
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
142
142
|
"clsx": "^1.2.1"
|
|
143
143
|
}
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"progress": {
|
|
146
146
|
"internalName": "ui-progress-helm",
|
|
147
147
|
"peerDependencies": {
|
|
148
|
-
"@angular/core": "^17.
|
|
148
|
+
"@angular/core": "^17.3.0",
|
|
149
149
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
150
150
|
"clsx": "^1.2.1"
|
|
151
151
|
}
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"radiogroup": {
|
|
154
154
|
"internalName": "ui-radio-group-helm",
|
|
155
155
|
"peerDependencies": {
|
|
156
|
-
"@angular/core": "^17.
|
|
156
|
+
"@angular/core": "^17.3.0",
|
|
157
157
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
158
158
|
"clsx": "^1.2.1"
|
|
159
159
|
}
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"scrollarea": {
|
|
162
162
|
"internalName": "ui-scroll-area-helm",
|
|
163
163
|
"peerDependencies": {
|
|
164
|
-
"@angular/core": "^17.
|
|
164
|
+
"@angular/core": "^17.3.0",
|
|
165
165
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
166
166
|
"ngx-scrollbar": "^13.0.1",
|
|
167
167
|
"clsx": "^1.2.1"
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"separator": {
|
|
171
171
|
"internalName": "ui-separator-helm",
|
|
172
172
|
"peerDependencies": {
|
|
173
|
-
"@angular/core": "^17.
|
|
173
|
+
"@angular/core": "^17.3.0",
|
|
174
174
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
175
175
|
"clsx": "^1.2.1"
|
|
176
176
|
}
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"sheet": {
|
|
179
179
|
"internalName": "ui-sheet-helm",
|
|
180
180
|
"peerDependencies": {
|
|
181
|
-
"@angular/core": "^17.
|
|
181
|
+
"@angular/core": "^17.3.0",
|
|
182
182
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
183
183
|
"clsx": "^1.2.1",
|
|
184
184
|
"class-variance-authority": "^0.6.0",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"skeleton": {
|
|
191
191
|
"internalName": "ui-skeleton-helm",
|
|
192
192
|
"peerDependencies": {
|
|
193
|
-
"@angular/core": "^17.
|
|
193
|
+
"@angular/core": "^17.3.0",
|
|
194
194
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
195
195
|
"clsx": "^1.2.1"
|
|
196
196
|
}
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"spinner": {
|
|
199
199
|
"internalName": "ui-spinner-helm",
|
|
200
200
|
"peerDependencies": {
|
|
201
|
-
"@angular/core": "^17.
|
|
201
|
+
"@angular/core": "^17.3.0",
|
|
202
202
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
203
203
|
"class-variance-authority": "^0.6.0",
|
|
204
204
|
"clsx": "^1.2.1"
|
|
@@ -207,8 +207,8 @@
|
|
|
207
207
|
"switch": {
|
|
208
208
|
"internalName": "ui-switch-helm",
|
|
209
209
|
"peerDependencies": {
|
|
210
|
-
"@angular/core": "^17.
|
|
211
|
-
"@angular/forms": "^17.
|
|
210
|
+
"@angular/core": "^17.3.0",
|
|
211
|
+
"@angular/forms": "^17.3.0",
|
|
212
212
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
213
213
|
"clsx": "^1.2.1",
|
|
214
214
|
"@spartan-ng/ui-switch-brain": "0.0.1-alpha.337"
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"tabs": {
|
|
218
218
|
"internalName": "ui-tabs-helm",
|
|
219
219
|
"peerDependencies": {
|
|
220
|
-
"@angular/core": "^17.
|
|
220
|
+
"@angular/core": "^17.3.0",
|
|
221
221
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
222
222
|
"clsx": "^1.2.1",
|
|
223
223
|
"class-variance-authority": "^0.6.0",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"toggle": {
|
|
228
228
|
"internalName": "ui-toggle-helm",
|
|
229
229
|
"peerDependencies": {
|
|
230
|
-
"@angular/core": "^17.
|
|
230
|
+
"@angular/core": "^17.3.0",
|
|
231
231
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
232
232
|
"clsx": "^1.2.1",
|
|
233
233
|
"class-variance-authority": "^0.6.0"
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"typography": {
|
|
237
237
|
"internalName": "ui-typography-helm",
|
|
238
238
|
"peerDependencies": {
|
|
239
|
-
"@angular/core": "^17.
|
|
239
|
+
"@angular/core": "^17.3.0",
|
|
240
240
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
241
241
|
"clsx": "^1.2.1"
|
|
242
242
|
}
|
|
@@ -244,8 +244,8 @@
|
|
|
244
244
|
"table": {
|
|
245
245
|
"internalName": "ui-table-helm",
|
|
246
246
|
"peerDependencies": {
|
|
247
|
-
"@angular/common": "^17.
|
|
248
|
-
"@angular/core": "^17.
|
|
247
|
+
"@angular/common": "^17.3.0",
|
|
248
|
+
"@angular/core": "^17.3.0",
|
|
249
249
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
250
250
|
"@spartan-ng/ui-table-brain": "0.0.1-alpha.337",
|
|
251
251
|
"clsx": "^1.2.1"
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"hovercard": {
|
|
255
255
|
"internalName": "ui-hover-card-helm",
|
|
256
256
|
"peerDependencies": {
|
|
257
|
-
"@angular/core": "^17.
|
|
257
|
+
"@angular/core": "^17.3.0",
|
|
258
258
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
259
259
|
"clsx": "^1.2.1"
|
|
260
260
|
}
|
|
@@ -262,8 +262,8 @@
|
|
|
262
262
|
"checkbox": {
|
|
263
263
|
"internalName": "ui-checkbox-helm",
|
|
264
264
|
"peerDependencies": {
|
|
265
|
-
"@angular/core": "^17.
|
|
266
|
-
"@angular/forms": "^17.
|
|
265
|
+
"@angular/core": "^17.3.0",
|
|
266
|
+
"@angular/forms": "^17.3.0",
|
|
267
267
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
268
268
|
"@spartan-ng/ui-checkbox-brain": "0.0.1-alpha.337",
|
|
269
269
|
"clsx": "^1.2.1",
|
|
@@ -273,15 +273,15 @@
|
|
|
273
273
|
"tooltip": {
|
|
274
274
|
"internalName": "ui-tooltip-helm",
|
|
275
275
|
"peerDependencies": {
|
|
276
|
-
"@angular/core": "^17.
|
|
276
|
+
"@angular/core": "^17.3.0",
|
|
277
277
|
"@spartan-ng/ui-tooltip-brain": "0.0.1-alpha.337"
|
|
278
278
|
}
|
|
279
279
|
},
|
|
280
280
|
"pagination": {
|
|
281
281
|
"internalName": "ui-pagination-helm",
|
|
282
282
|
"peerDependencies": {
|
|
283
|
-
"@angular/core": "^17.
|
|
284
|
-
"@angular/router": "^17.
|
|
283
|
+
"@angular/core": "^17.3.0",
|
|
284
|
+
"@angular/router": "^17.3.0",
|
|
285
285
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
286
286
|
"@ng-icons/lucide": "^26.3.0",
|
|
287
287
|
"class-variance-authority": "^0.6.0",
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"carousel": {
|
|
292
292
|
"internalName": "ui-carousel-helm",
|
|
293
293
|
"peerDependencies": {
|
|
294
|
-
"@angular/core": "^17.
|
|
294
|
+
"@angular/core": "^17.3.0",
|
|
295
295
|
"@ng-icons/lucide": "^26.3.0",
|
|
296
296
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
297
297
|
"clsx": "^1.2.1",
|
|
@@ -301,11 +301,29 @@
|
|
|
301
301
|
"select": {
|
|
302
302
|
"internalName": "ui-select-helm",
|
|
303
303
|
"peerDependencies": {
|
|
304
|
-
"@angular/core": "^17.
|
|
304
|
+
"@angular/core": "^17.3.0",
|
|
305
305
|
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
306
306
|
"@spartan-ng/ui-select-brain": "0.0.1-alpha.337",
|
|
307
307
|
"class-variance-authority": "^0.6.0",
|
|
308
308
|
"clsx": "^1.2.1"
|
|
309
309
|
}
|
|
310
|
+
},
|
|
311
|
+
"sonner": {
|
|
312
|
+
"internalName": "ui-sonner-helm",
|
|
313
|
+
"peerDependencies": {
|
|
314
|
+
"@angular/core": "^17.3.0",
|
|
315
|
+
"@angular/forms": "^17.3.0",
|
|
316
|
+
"@ng-icons/lucide": "^26.3.0",
|
|
317
|
+
"@spartan-ng/ui-core": "0.0.1-alpha.337",
|
|
318
|
+
"clsx": "^1.2.1",
|
|
319
|
+
"ngx-sonner": "^0.3.4"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"helm": {
|
|
323
|
+
"internalName": "helm",
|
|
324
|
+
"peerDependencies": {
|
|
325
|
+
"@angular/common": "^17.1.0",
|
|
326
|
+
"@angular/core": "^17.1.0"
|
|
327
|
+
}
|
|
310
328
|
}
|
|
311
329
|
}
|