@imj_media/ui 1.11.4 → 1.12.0

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.
Files changed (75) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +1 -1
  3. package/catalog/design-index.json +199 -28
  4. package/catalog/install-registry.json +23 -2
  5. package/catalog/semantic-catalog.json +187 -0
  6. package/catalog/semantic-catalog.schema.json +130 -0
  7. package/dist/index.css +1 -1
  8. package/dist/index.esm.js +10657 -10191
  9. package/dist/index.esm.js.map +1 -1
  10. package/dist/index.js +30 -30
  11. package/dist/index.js.map +1 -1
  12. package/dist/modules/CatalogCard/components/organisms/CatalogCatalogCard.d.ts.map +1 -1
  13. package/dist/modules/CatalogCard/components/organisms/catalogCardMenuPanels.d.ts +2 -1
  14. package/dist/modules/CatalogCard/components/organisms/catalogCardMenuPanels.d.ts.map +1 -1
  15. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts +4 -0
  16. package/dist/modules/CatalogCard/stories/CatalogCard.stories.d.ts.map +1 -1
  17. package/dist/modules/CatalogCard/types/index.d.ts +42 -0
  18. package/dist/modules/CatalogCard/types/index.d.ts.map +1 -1
  19. package/dist/modules/CatalogCard/utils/catalogCardTagUtils.d.ts +6 -0
  20. package/dist/modules/CatalogCard/utils/catalogCardTagUtils.d.ts.map +1 -1
  21. package/dist/modules/CatalogCard/utils/mergeGroupedCatalogCardProps.d.ts.map +1 -1
  22. package/dist/modules/DatePicker/DatePicker.d.ts.map +1 -1
  23. package/dist/modules/DatePicker/hooks/useDatePicker.d.ts +5 -1
  24. package/dist/modules/DatePicker/hooks/useDatePicker.d.ts.map +1 -1
  25. package/dist/modules/DatePicker/hooks/usePortal.d.ts +2 -2
  26. package/dist/modules/DatePicker/hooks/usePortal.d.ts.map +1 -1
  27. package/dist/modules/DatePicker/organisms/DatePickerPortal.d.ts +2 -1
  28. package/dist/modules/DatePicker/organisms/DatePickerPortal.d.ts.map +1 -1
  29. package/dist/modules/DatePicker/utils/computePortalPosition.d.ts +31 -0
  30. package/dist/modules/DatePicker/utils/computePortalPosition.d.ts.map +1 -0
  31. package/dist/modules/DatePicker/utils/computePortalPosition.test.d.ts +2 -0
  32. package/dist/modules/DatePicker/utils/computePortalPosition.test.d.ts.map +1 -0
  33. package/dist/modules/Ghantt/components/molecules/GhanttBarLabel.d.ts +26 -0
  34. package/dist/modules/Ghantt/components/molecules/GhanttBarLabel.d.ts.map +1 -0
  35. package/dist/modules/Ghantt/components/molecules/ghanttBarLabelStyles.d.ts +43 -0
  36. package/dist/modules/Ghantt/components/molecules/ghanttBarLabelStyles.d.ts.map +1 -0
  37. package/dist/modules/Ghantt/index.d.ts +2 -0
  38. package/dist/modules/Ghantt/index.d.ts.map +1 -1
  39. package/dist/modules/Ghantt/stories/GhanttBarLabel.stories.d.ts +51 -0
  40. package/dist/modules/Ghantt/stories/GhanttBarLabel.stories.d.ts.map +1 -0
  41. package/dist/modules/Ghantt/types/ghanttBarLabel.d.ts +46 -0
  42. package/dist/modules/Ghantt/types/ghanttBarLabel.d.ts.map +1 -0
  43. package/dist/modules/Modal/Modal.d.ts.map +1 -1
  44. package/dist/modules/Modal/hooks/useModal.d.ts +3 -1
  45. package/dist/modules/Modal/hooks/useModal.d.ts.map +1 -1
  46. package/dist/modules/Popup/components/organisms/Popup.d.ts.map +1 -1
  47. package/dist/modules/Popup/hooks/popupGlobalRegistry.d.ts +5 -2
  48. package/dist/modules/Popup/hooks/popupGlobalRegistry.d.ts.map +1 -1
  49. package/dist/modules/Popup/hooks/popupGlobalRegistry.test.d.ts +2 -0
  50. package/dist/modules/Popup/hooks/popupGlobalRegistry.test.d.ts.map +1 -0
  51. package/dist/modules/Popup/hooks/usePopup.d.ts +5 -3
  52. package/dist/modules/Popup/hooks/usePopup.d.ts.map +1 -1
  53. package/dist/modules/Popup/hooks/usePopupExternalTrigger.d.ts +4 -2
  54. package/dist/modules/Popup/hooks/usePopupExternalTrigger.d.ts.map +1 -1
  55. package/dist/modules/Popup/hooks/usePopupPositioning.d.ts +1 -1
  56. package/dist/modules/Popup/hooks/usePopupPositioning.d.ts.map +1 -1
  57. package/dist/modules/Popup/stories/popup.stories.d.ts +7 -0
  58. package/dist/modules/Popup/stories/popup.stories.d.ts.map +1 -1
  59. package/dist/modules/Popup/utils/popupPosition.d.ts +7 -2
  60. package/dist/modules/Popup/utils/popupPosition.d.ts.map +1 -1
  61. package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -1
  62. package/dist/modules/Table/stories/TableRutasExterno.stories.d.ts +23 -0
  63. package/dist/modules/Table/stories/TableRutasExterno.stories.d.ts.map +1 -0
  64. package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts.map +1 -1
  65. package/dist/shared/hooks/useClickOutside.d.ts +1 -1
  66. package/dist/shared/hooks/useClickOutside.d.ts.map +1 -1
  67. package/dist/shared/types/popup.d.ts +11 -4
  68. package/dist/shared/types/popup.d.ts.map +1 -1
  69. package/dist/shared/types/table.d.ts +30 -3
  70. package/dist/shared/types/table.d.ts.map +1 -1
  71. package/dist/shared/utils/modalStack.d.ts +17 -0
  72. package/dist/shared/utils/modalStack.d.ts.map +1 -0
  73. package/dist/shared/utils/modalStack.test.d.ts +2 -0
  74. package/dist/shared/utils/modalStack.test.d.ts.map +1 -0
  75. package/package.json +1 -1
@@ -0,0 +1,187 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "entries": [
4
+ {
5
+ "id": "table-data-registry",
6
+ "moduleId": "Table",
7
+ "exportName": "Table",
8
+ "displayName": "Table",
9
+ "importPath": "@imj_media/ui",
10
+ "importSymbol": "Table",
11
+ "replacesGeneric": ["DataTable", "ReferenceTable", "OrbitDataGrid"],
12
+ "semantic": {
13
+ "classification": ["DataRegistry", "Configuration", "AuditLog"],
14
+ "capabilities": ["search", "pagination", "advancedFilter", "export", "selection"]
15
+ },
16
+ "dataBinding": {
17
+ "kind": "rest",
18
+ "rowsProp": "rows",
19
+ "columnsProp": "columns",
20
+ "toolbarSearchProp": "toolbar.showSearch",
21
+ "paginationProp": "pagination"
22
+ },
23
+ "entityHints": {
24
+ "preferredKeyFields": ["id", "name", "created_at", "status"],
25
+ "statusFieldCandidates": ["status", "state", "estado"]
26
+ }
27
+ },
28
+ {
29
+ "id": "table-workflow-fallback",
30
+ "moduleId": "Table",
31
+ "exportName": "Table",
32
+ "displayName": "Table",
33
+ "importPath": "@imj_media/ui",
34
+ "importSymbol": "Table",
35
+ "replacesGeneric": ["KanbanBoard", "KanbanOrderBoard", "OrbitKanban"],
36
+ "semantic": {
37
+ "classification": ["WorkflowProcess"],
38
+ "capabilities": ["stateTracking", "search", "pagination"]
39
+ },
40
+ "dataBinding": {
41
+ "kind": "stateMachine",
42
+ "rowsProp": "rows",
43
+ "columnsProp": "columns",
44
+ "stateField": "status",
45
+ "lifecycleToColumn": true
46
+ },
47
+ "entityHints": {
48
+ "preferredKeyFields": ["id", "status", "name", "updated_at"],
49
+ "statusFieldCandidates": ["status", "state", "estado"]
50
+ },
51
+ "limitations": ["no_native_drag_drop", "use_table_with_status_column"]
52
+ },
53
+ {
54
+ "id": "ghantt-timeline",
55
+ "moduleId": "Ghantt",
56
+ "exportName": "Ghantt",
57
+ "displayName": "Ghantt",
58
+ "importPath": "@imj_media/ui",
59
+ "importSymbol": "Ghantt",
60
+ "replacesGeneric": ["GanttChart", "TimelineBoard"],
61
+ "semantic": {
62
+ "classification": ["TimelineEntity"],
63
+ "capabilities": ["timeline", "search", "pagination"]
64
+ },
65
+ "dataBinding": {
66
+ "kind": "rest",
67
+ "rowsProp": "rows",
68
+ "columnsProp": "columns"
69
+ },
70
+ "entityHints": {
71
+ "preferredKeyFields": ["id", "start_date", "end_date", "name"]
72
+ }
73
+ },
74
+ {
75
+ "id": "lists-master",
76
+ "moduleId": "Lists",
77
+ "exportName": "Lists",
78
+ "displayName": "Lists",
79
+ "importPath": "@imj_media/ui",
80
+ "importSymbol": "Lists",
81
+ "replacesGeneric": ["ListView", "MasterListView"],
82
+ "semantic": {
83
+ "classification": ["MasterList"],
84
+ "capabilities": ["search", "selection"]
85
+ },
86
+ "dataBinding": {
87
+ "kind": "rest",
88
+ "itemsProp": "list.items"
89
+ },
90
+ "entityHints": {
91
+ "preferredKeyFields": ["id", "title", "name"]
92
+ }
93
+ },
94
+ {
95
+ "id": "lists-notification-feed",
96
+ "moduleId": "Lists",
97
+ "exportName": "Lists",
98
+ "displayName": "Lists",
99
+ "importPath": "@imj_media/ui",
100
+ "importSymbol": "Lists",
101
+ "replacesGeneric": ["FeedList", "NotificationList"],
102
+ "semantic": {
103
+ "classification": ["NotificationFeed"],
104
+ "capabilities": ["notification", "search"]
105
+ },
106
+ "dataBinding": {
107
+ "kind": "rest",
108
+ "itemsProp": "list.items"
109
+ },
110
+ "entityHints": {
111
+ "preferredKeyFields": ["id", "message", "created_at", "read"]
112
+ }
113
+ },
114
+ {
115
+ "id": "filters-bar",
116
+ "moduleId": "Filters",
117
+ "exportName": "Filters",
118
+ "displayName": "Filters",
119
+ "importPath": "@imj_media/ui",
120
+ "importSymbol": "Filters",
121
+ "replacesGeneric": ["SearchBar", "FilterPanel"],
122
+ "semantic": {
123
+ "classification": ["FilterBar"],
124
+ "capabilities": ["advancedFilter", "search"]
125
+ },
126
+ "dataBinding": {
127
+ "kind": "static",
128
+ "filtersProp": "filters"
129
+ }
130
+ },
131
+ {
132
+ "id": "header-filter-bar",
133
+ "moduleId": "Header",
134
+ "exportName": "Header",
135
+ "displayName": "Header",
136
+ "importPath": "@imj_media/ui",
137
+ "importSymbol": "Header",
138
+ "replacesGeneric": ["PageHeader", "FilterHeader"],
139
+ "semantic": {
140
+ "classification": ["FilterBar"],
141
+ "capabilities": ["advancedFilter", "search"]
142
+ },
143
+ "dataBinding": {
144
+ "kind": "static",
145
+ "filtersProp": "filters"
146
+ }
147
+ },
148
+ {
149
+ "id": "form-entity-stack",
150
+ "moduleId": "Modal",
151
+ "exportName": "Modal",
152
+ "displayName": "Modal",
153
+ "importPath": "@imj_media/ui",
154
+ "importSymbol": "Modal",
155
+ "replacesGeneric": ["EntityForm", "EditDialog"],
156
+ "semantic": {
157
+ "classification": ["FormEntity"],
158
+ "capabilities": ["formFields"]
159
+ },
160
+ "dataBinding": {
161
+ "kind": "composition",
162
+ "compositionModules": ["Modal", "Input", "Dropdown", "Button"]
163
+ },
164
+ "limitations": ["compose_modal_with_input_dropdown_button"]
165
+ },
166
+ {
167
+ "id": "datepicker-form-field",
168
+ "moduleId": "DatePicker",
169
+ "exportName": "DatePicker",
170
+ "displayName": "DatePicker",
171
+ "importPath": "@imj_media/ui",
172
+ "importSymbol": "DatePicker",
173
+ "replacesGeneric": ["DateInput", "DateRangePicker"],
174
+ "semantic": {
175
+ "classification": ["FormEntity", "DateField"],
176
+ "capabilities": ["formFields", "dateRange"]
177
+ },
178
+ "dataBinding": {
179
+ "kind": "static",
180
+ "valueProp": "selectedDate"
181
+ },
182
+ "entityHints": {
183
+ "preferredKeyFields": ["date", "start_date", "end_date"]
184
+ }
185
+ }
186
+ ]
187
+ }
@@ -0,0 +1,130 @@
1
+ {
2
+ "title": "IMJ UI Semantic Catalog",
3
+ "type": "object",
4
+ "required": ["schemaVersion", "entries"],
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "schemaVersion": { "type": "string", "pattern": "^\\d+\\.\\d+\\.\\d+$" },
8
+ "entries": {
9
+ "type": "array",
10
+ "minItems": 1,
11
+ "items": { "$ref": "#/$defs/semanticEntry" }
12
+ }
13
+ },
14
+ "$defs": {
15
+ "classification": {
16
+ "type": "string",
17
+ "enum": [
18
+ "DataRegistry",
19
+ "Configuration",
20
+ "AuditLog",
21
+ "WorkflowProcess",
22
+ "TimelineEntity",
23
+ "MasterList",
24
+ "NotificationFeed",
25
+ "FilterBar",
26
+ "FormEntity",
27
+ "DateField"
28
+ ]
29
+ },
30
+ "capability": {
31
+ "type": "string",
32
+ "enum": [
33
+ "search",
34
+ "pagination",
35
+ "advancedFilter",
36
+ "export",
37
+ "selection",
38
+ "stateTracking",
39
+ "timeline",
40
+ "dragDrop",
41
+ "formFields",
42
+ "dateRange",
43
+ "notification"
44
+ ]
45
+ },
46
+ "dataBinding": {
47
+ "type": "object",
48
+ "required": ["kind"],
49
+ "properties": {
50
+ "kind": { "type": "string", "enum": ["rest", "stateMachine", "static", "composition"] },
51
+ "rowsProp": { "type": "string" },
52
+ "columnsProp": { "type": "string" },
53
+ "toolbarSearchProp": { "type": "string" },
54
+ "paginationProp": { "type": "string" },
55
+ "stateField": { "type": ["string", "null"] },
56
+ "lifecycleToColumn": { "type": "boolean" },
57
+ "valueProp": { "type": "string" },
58
+ "itemsProp": { "type": "string" },
59
+ "filtersProp": { "type": "string" },
60
+ "compositionModules": {
61
+ "type": "array",
62
+ "items": { "type": "string" }
63
+ }
64
+ },
65
+ "additionalProperties": false
66
+ },
67
+ "entityHints": {
68
+ "type": "object",
69
+ "properties": {
70
+ "preferredKeyFields": {
71
+ "type": "array",
72
+ "items": { "type": "string" }
73
+ },
74
+ "statusFieldCandidates": {
75
+ "type": "array",
76
+ "items": { "type": "string" }
77
+ }
78
+ },
79
+ "additionalProperties": false
80
+ },
81
+ "semanticEntry": {
82
+ "type": "object",
83
+ "required": [
84
+ "id",
85
+ "moduleId",
86
+ "exportName",
87
+ "displayName",
88
+ "importPath",
89
+ "importSymbol",
90
+ "semantic",
91
+ "dataBinding"
92
+ ],
93
+ "additionalProperties": false,
94
+ "properties": {
95
+ "id": { "type": "string", "minLength": 1 },
96
+ "moduleId": { "type": "string", "minLength": 1 },
97
+ "exportName": { "type": "string", "minLength": 1 },
98
+ "displayName": { "type": "string", "minLength": 1 },
99
+ "importPath": { "type": "string", "const": "@imj_media/ui" },
100
+ "importSymbol": { "type": "string", "minLength": 1 },
101
+ "replacesGeneric": {
102
+ "type": "array",
103
+ "items": { "type": "string" }
104
+ },
105
+ "semantic": {
106
+ "type": "object",
107
+ "required": ["classification", "capabilities"],
108
+ "properties": {
109
+ "classification": {
110
+ "type": "array",
111
+ "items": { "$ref": "#/$defs/classification" },
112
+ "minItems": 1
113
+ },
114
+ "capabilities": {
115
+ "type": "array",
116
+ "items": { "$ref": "#/$defs/capability" }
117
+ }
118
+ },
119
+ "additionalProperties": false
120
+ },
121
+ "dataBinding": { "$ref": "#/$defs/dataBinding" },
122
+ "entityHints": { "$ref": "#/$defs/entityHints" },
123
+ "limitations": {
124
+ "type": "array",
125
+ "items": { "type": "string" }
126
+ }
127
+ }
128
+ }
129
+ }
130
+ }