@innosolutions/inno-calendar 1.0.70 → 1.0.72
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/LICENSE +48 -0
- package/dist/{agenda-widget-GRHaHwQ2.js → agenda-widget-B0t3TCcV.js} +1158 -1141
- package/dist/agenda-widget-B0t3TCcV.js.map +1 -0
- package/dist/agenda-widget-i2tjGr5U.cjs +2 -0
- package/dist/agenda-widget-i2tjGr5U.cjs.map +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/components/inno-calendar.d.ts +23 -1
- package/dist/components/inno-calendar.d.ts.map +1 -1
- package/dist/components/views/timeline-view.d.ts.map +1 -1
- package/dist/core/context/inno-calendar-provider.d.ts +8 -2
- package/dist/core/context/inno-calendar-provider.d.ts.map +1 -1
- package/dist/core/index.cjs +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.mjs +4 -4
- package/dist/core/types.d.ts +51 -0
- package/dist/core/types.d.ts.map +1 -1
- package/dist/core/utils/view-storage.d.ts +14 -10
- package/dist/core/utils/view-storage.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +7 -7
- package/dist/position-utils-D_KpwRus.js +1053 -0
- package/dist/position-utils-D_KpwRus.js.map +1 -0
- package/dist/position-utils-ksZ_IjXC.cjs +2 -0
- package/dist/position-utils-ksZ_IjXC.cjs.map +1 -0
- package/dist/presets/index.cjs +1 -1
- package/dist/presets/index.mjs +1 -1
- package/dist/slot-selection-context-CLYZU6ul.cjs +2 -0
- package/dist/{slot-selection-context-DvTn_R-Z.cjs.map → slot-selection-context-CLYZU6ul.cjs.map} +1 -1
- package/dist/slot-selection-context-Ct5cVcKW.js +611 -0
- package/dist/{slot-selection-context-D6zo91K_.js.map → slot-selection-context-Ct5cVcKW.js.map} +1 -1
- package/dist/{tailwind-calendar-BA7v_Wgx.cjs → tailwind-calendar-BbUb61uY.cjs} +2 -2
- package/dist/{tailwind-calendar-BA7v_Wgx.cjs.map → tailwind-calendar-BbUb61uY.cjs.map} +1 -1
- package/dist/{tailwind-calendar-Bh1yB1jf.js → tailwind-calendar-DrwGVSF-.js} +3 -3
- package/dist/{tailwind-calendar-Bh1yB1jf.js.map → tailwind-calendar-DrwGVSF-.js.map} +1 -1
- package/dist/{use-calendar-BwqE_WNA.cjs → use-calendar-BK0nQYJq.cjs} +2 -2
- package/dist/{use-calendar-BwqE_WNA.cjs.map → use-calendar-BK0nQYJq.cjs.map} +1 -1
- package/dist/{use-calendar--JnbGA3L.js → use-calendar-DJI35SSd.js} +2 -2
- package/dist/{use-calendar--JnbGA3L.js.map → use-calendar-DJI35SSd.js.map} +1 -1
- package/dist/{use-slot-selection-C1tk-o0j.cjs → use-slot-selection-CCE11R4j.cjs} +2 -2
- package/dist/{use-slot-selection-C1tk-o0j.cjs.map → use-slot-selection-CCE11R4j.cjs.map} +1 -1
- package/dist/{use-slot-selection-BLCDzQzo.js → use-slot-selection-CX1w8EdM.js} +3 -3
- package/dist/{use-slot-selection-BLCDzQzo.js.map → use-slot-selection-CX1w8EdM.js.map} +1 -1
- package/dist/utils.cjs +1 -1
- package/dist/utils.mjs +1 -1
- package/dist/{week-view-D1wefMb8.cjs → week-view-BXmaRChB.cjs} +2 -2
- package/dist/{week-view-D1wefMb8.cjs.map → week-view-BXmaRChB.cjs.map} +1 -1
- package/dist/{week-view-BbtTpJTU.js → week-view-BeasFcyR.js} +3 -3
- package/dist/{week-view-BbtTpJTU.js.map → week-view-BeasFcyR.js.map} +1 -1
- package/package.json +1 -1
- package/dist/agenda-widget-GRHaHwQ2.js.map +0 -1
- package/dist/agenda-widget-TLJuxen3.cjs +0 -2
- package/dist/agenda-widget-TLJuxen3.cjs.map +0 -1
- package/dist/position-utils-BzmOPdvQ.js +0 -1038
- package/dist/position-utils-BzmOPdvQ.js.map +0 -1
- package/dist/position-utils-EQTCC4tZ.cjs +0 -2
- package/dist/position-utils-EQTCC4tZ.cjs.map +0 -1
- package/dist/slot-selection-context-D6zo91K_.js +0 -610
- package/dist/slot-selection-context-DvTn_R-Z.cjs +0 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
InnoSolutions Proprietary License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 InnoSolutions. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This software, including its source code, compiled artifacts, and associated
|
|
6
|
+
documentation files (collectively, the "Software"), is the confidential and
|
|
7
|
+
proprietary property of InnoSolutions. The Software is licensed, not sold.
|
|
8
|
+
|
|
9
|
+
1. GRANT OF INTERNAL USE.
|
|
10
|
+
InnoSolutions and its employees, contractors, and other authorized team
|
|
11
|
+
members (collectively, "InnoSolutions Personnel") may use, copy, modify,
|
|
12
|
+
build upon, and incorporate the Software, in whole or in part, solely for
|
|
13
|
+
the purpose of developing and operating products, applications, and
|
|
14
|
+
services that are owned, controlled, or operated by InnoSolutions
|
|
15
|
+
("InnoSolutions Projects").
|
|
16
|
+
|
|
17
|
+
2. RESTRICTIONS.
|
|
18
|
+
Except as expressly permitted in Section 1, no person or entity may use,
|
|
19
|
+
copy, reproduce, modify, adapt, merge, publish, distribute, sublicense,
|
|
20
|
+
sell, lease, transmit, or create derivative works of the Software, in whole
|
|
21
|
+
or in part, by any means, without a prior written agreement executed with
|
|
22
|
+
InnoSolutions and on the terms that InnoSolutions requires. Any use outside
|
|
23
|
+
an InnoSolutions Project, by anyone other than InnoSolutions Personnel,
|
|
24
|
+
requires such a separate written agreement.
|
|
25
|
+
|
|
26
|
+
3. OWNERSHIP.
|
|
27
|
+
All right, title, and interest in and to the Software, including all
|
|
28
|
+
intellectual property rights, remain exclusively with InnoSolutions. No
|
|
29
|
+
ownership rights are transferred by this license.
|
|
30
|
+
|
|
31
|
+
4. CONFIDENTIALITY.
|
|
32
|
+
The Software is confidential. Recipients must not disclose the Software to
|
|
33
|
+
any third party except as expressly authorized in writing by InnoSolutions.
|
|
34
|
+
|
|
35
|
+
5. TERMINATION.
|
|
36
|
+
Any use, reproduction, or distribution of the Software in violation of this
|
|
37
|
+
license automatically terminates the rights granted herein.
|
|
38
|
+
|
|
39
|
+
6. DISCLAIMER OF WARRANTY.
|
|
40
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
41
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
42
|
+
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
43
|
+
INNOSOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER
|
|
44
|
+
IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN
|
|
45
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
46
|
+
|
|
47
|
+
For licensing inquiries or to request an agreement to use the Software outside
|
|
48
|
+
the terms above, contact InnoSolutions.
|